/* ==========================================================================
   Wooddup — couche de design propre au site (se charge après style.css)
   ========================================================================== */

@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fraunces";
  src: url("../fonts/fraunces-var-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Sans";
  src: url("../fonts/instrument-sans-var.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --wd-paper: #FFFDF9;
  --wd-ivory: #F7F3EC;
  --wd-sand: #EEE6D8;
  --wd-line: #DCD2C1;
  --wd-pine: #2F4A3C;
  --wd-pine-dark: #1F3529;
  --wd-oak: #B98A4E;
  --wd-oak-dark: #7D5A2C;
  --wd-ink: #23272A;
  --wd-muted: #50564F;
  --wd-error: #9B2C1F;
  --wd-success: #1F5A38;
  --wd-radius: 3px;
  --wd-serif: "Fraunces", Georgia, "Times New Roman", serif;
  --wd-sans: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  --wd-shadow: 0 18px 40px -24px rgba(35, 39, 42, .35);
}

/* Base ------------------------------------------------------------------ */
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body.wd-body {
  background: var(--wd-paper);
  color: var(--wd-muted);
  font-family: var(--wd-sans);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
.page { overflow: clip; }
main { display: block; }

h1, h2, h3, h4, h5, .heading-1, .heading-2, .heading-3, .heading-4 {
  font-family: var(--wd-serif);
  font-weight: 480;
  color: var(--wd-ink);
  letter-spacing: -.015em;
  font-variation-settings: "opsz" 96;
}
h1, .heading-1 { font-size: clamp(38px, 5.2vw, 66px); line-height: 1.08; }
h2, .heading-2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.14; }
h3, .heading-3 { font-size: clamp(22px, 2.2vw, 28px); line-height: 1.25; }
h4, .heading-4 { font-size: 20px; line-height: 1.45; font-weight: 450; }
p { margin: 0; }
* + p { margin-top: 1em; }
a, a:active, a:focus { color: var(--wd-pine); }
a:hover { color: var(--wd-oak-dark); }
strong { color: var(--wd-ink); font-weight: 600; }
::selection { background: var(--wd-pine); color: #fff; }

a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible,
input[type="checkbox"]:focus-visible, .wd-table-wrap:focus-visible {
  outline: 2px solid var(--wd-pine) !important;
  outline-offset: 3px;
  border-radius: 2px;
}
.wd-manifeste a:focus-visible, .wd-btn:focus-visible { outline-color: var(--wd-oak) !important; }
.wd-skip {
  position: absolute; left: 12px; top: -60px; z-index: 3000;
  padding: 10px 16px; background: var(--wd-pine); color: #fff !important; border-radius: var(--wd-radius);
  transition: top .2s ease;
}
.wd-skip:focus { top: 12px; }

.wd-icon { flex: none; vertical-align: -3px; }
.wd-ph { background: #FFF1B8; color: #5A4300; padding: 0 .25em; border-radius: 2px; font-style: normal; }

.wd-eyebrow {
  margin: 0 0 18px;
  font-family: var(--wd-sans);
  font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase;
  color: var(--wd-oak-dark);
  display: flex; align-items: center; gap: 12px;
}
.wd-eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.wd-lead { font-size: clamp(18px, 1.6vw, 21px); line-height: 1.6; color: var(--wd-ink); }

/* Boutons --------------------------------------------------------------- */
.wd-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 13px 28px;
  font-family: var(--wd-sans); font-size: 16px; font-weight: 600; line-height: 1.2; letter-spacing: .01em;
  color: #fff !important; background: var(--wd-pine);
  border: 1.5px solid var(--wd-pine); border-radius: var(--wd-radius);
  cursor: pointer; text-decoration: none; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}
.wd-btn:hover, .wd-btn:focus-visible { background: var(--wd-pine-dark); border-color: var(--wd-pine-dark); }
.wd-btn .wd-icon { transition: transform .25s ease; }
.wd-btn:hover .wd-icon { transform: translateX(4px); }
.wd-btn[disabled] { opacity: .6; cursor: progress; }
.wd-btn--sm { min-height: 44px; padding: 9px 20px; font-size: 15px; }
.wd-btn--outline { background: transparent; color: var(--wd-pine) !important; }
.wd-btn--outline:hover, .wd-btn--outline:focus-visible { background: var(--wd-pine); color: #fff !important; }
.wd-btn--ghost { background: transparent; border-color: transparent; color: var(--wd-ink) !important; text-decoration: underline; text-underline-offset: 4px; padding-left: 10px; padding-right: 10px; }
.wd-btn--ghost:hover, .wd-btn--ghost:focus-visible { background: transparent; border-color: transparent; color: var(--wd-pine) !important; }
.wd-btn--light { background: var(--wd-ivory); border-color: var(--wd-ivory); color: var(--wd-pine-dark) !important; }
.wd-btn--light:hover { background: #fff; border-color: #fff; }

.wd-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; color: var(--wd-pine); text-decoration: none;
  border-bottom: 1px solid currentColor; padding-bottom: 2px;
}
.wd-link .wd-icon { transition: transform .25s ease; }
.wd-link:hover .wd-icon { transform: translateX(4px); }
.wd-linklike { background: none; border: 0; padding: 0; font: inherit; color: inherit; cursor: pointer; text-align: left; }
.wd-linklike:hover { color: var(--wd-oak-dark); text-decoration: underline; }

/* Images ---------------------------------------------------------------- */
.wd-pic { display: block; overflow: hidden; background: var(--wd-sand); border-radius: var(--wd-radius); }
.wd-pic img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wd-pic--missing { min-height: 220px; background: repeating-linear-gradient(45deg, var(--wd-sand), var(--wd-sand) 12px, var(--wd-ivory) 12px, var(--wd-ivory) 24px); }
figure { margin: 0; }
figcaption { margin-top: 10px; font-size: 14px; color: var(--wd-muted); }

/* Sections -------------------------------------------------------------- */
.wd-section { padding: 72px 0; position: relative; }
@media (min-width: 992px) { .wd-section { padding: 112px 0; } }
.wd-section--tight { padding: 56px 0; }
@media (min-width: 992px) { .wd-section--tight { padding: 80px 0; } }
.wd-section--ivory { background: var(--wd-ivory); }
.wd-section--sand { background: var(--wd-sand); }
.wd-section--line { border-top: 1px solid var(--wd-line); }
.wd-section__head { max-width: 760px; margin-bottom: 48px; }
@media (min-width: 992px) { .wd-section__head { margin-bottom: 64px; } }
.wd-section__head--split { max-width: none; display: grid; gap: 20px 60px; align-items: end; }
@media (min-width: 992px) { .wd-section__head--split { grid-template-columns: 1.1fr 1fr; } }

html.wd-reveal-on [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1); }
html.wd-reveal-on [data-reveal].is-visible { opacity: 1; transform: none; }

/* En-tête / navigation -------------------------------------------------- */
.rd-navbar-static, .rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-fixed .rd-navbar-panel, .rd-navbar-fixed .rd-navbar-nav-wrap { background: var(--wd-paper); }
.rd-navbar-static { border-bottom: 1px solid var(--wd-line); padding: 0 24px; }
.rd-navbar-static .rd-navbar-inner { max-width: 1320px; }
.rd-navbar-static .rd-navbar-inner > * { padding: 0 18px; }
.rd-navbar-static.rd-navbar--is-stuck { box-shadow: 0 8px 30px -22px rgba(35, 39, 42, .5); }
.wd-logo { display: block; height: 44px; width: auto; max-width: none; }
.rd-navbar-fixed .wd-logo { height: 32px; }
.rd-navbar-fixed .rd-navbar-panel { border-bottom: 1px solid var(--wd-line); }
.wd-logo-text { font-family: var(--wd-serif); font-size: 30px; font-weight: 500; color: var(--wd-pine); letter-spacing: -.02em; }

.rd-navbar-static .rd-nav-item .rd-nav-link,
.rd-navbar-static .rd-nav-item .rd-navbar-submenu-toggle { color: var(--wd-ink); }
.rd-navbar-static .rd-nav-item .rd-nav-link { font-family: var(--wd-sans); font-size: 16px; font-weight: 500; white-space: nowrap; }
.rd-navbar-static .rd-nav-link { padding: 34px 0; }
.rd-navbar-static.rd-navbar--is-stuck .rd-nav-link { padding: 24px 0; }
.rd-navbar-static .rd-nav-link:before { height: 3px; background-color: var(--wd-oak); }
.rd-navbar-static .rd-nav-item.active .rd-nav-link::before,
.rd-navbar-static .rd-nav-item.focus .rd-nav-link::before,
.rd-navbar-static .rd-nav-item.opened .rd-nav-link::before,
.rd-navbar-static .rd-nav-link:hover::before { width: 100%; }
.rd-navbar-static .rd-nav-item .rd-nav-link:hover,
.rd-navbar-static .rd-nav-item.active .rd-nav-link,
.rd-navbar-static .rd-nav-item.focus .rd-nav-link { color: var(--wd-pine); }
.rd-navbar-static .rd-nav-item + .rd-nav-item { margin-left: 28px; }
@media (min-width: 1400px) { .rd-navbar-static .rd-nav-item + .rd-nav-item { margin-left: 36px; } }
.rd-navbar-static .rd-navbar-nav-wrap__element { padding-left: 32px; }
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle { display: none; }
.rd-navbar-static .rd-navbar--has-dropdown > .rd-nav-link::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 9px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-3px) rotate(45deg); }
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown { margin-top: 0; width: 310px; padding: 14px 0; background: var(--wd-paper); border: 1px solid var(--wd-line); border-top: 0; border-radius: 0 0 var(--wd-radius) var(--wd-radius); box-shadow: var(--wd-shadow); text-align: left; }
.rd-navbar-static .rd-navbar-dropdown > li > a,
.rd-navbar-static .rd-navbar-dropdown > li > a:focus,
.rd-navbar-static .rd-navbar-dropdown > li > a:active { display: block; padding: 9px 24px; font-family: var(--wd-sans); font-size: 15.5px; line-height: 1.4; color: var(--wd-ink); text-transform: none; letter-spacing: 0; }
.rd-navbar-static .rd-navbar-dropdown > li > a:hover { color: var(--wd-pine); background: var(--wd-ivory); padding-left: 24px; }
.rd-navbar-static .rd-navbar-dropdown > li + li { margin-top: 0; }

.rd-navbar-fixed .rd-navbar-nav-wrap { border-right: 1px solid var(--wd-line); }
.rd-navbar-fixed .rd-navbar-nav li > a { font-family: var(--wd-sans); font-size: 16.5px; color: var(--wd-ink); text-transform: none; letter-spacing: 0; text-align: left; }
.rd-navbar-fixed .rd-navbar-nav li.active > a, .rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.opened > a { background: var(--wd-pine); color: #fff; }
.rd-navbar-fixed .rd-navbar-dropdown > li > a { font-size: 15px; padding-left: 30px; }
.rd-navbar-fixed .rd-navbar-nav li { position: relative; }
.rd-navbar-fixed .rd-navbar-submenu-toggle { position: absolute; top: 0; right: 0; width: 56px; height: 44px; z-index: 3; cursor: pointer; }
.rd-navbar-fixed .rd-navbar-submenu-toggle::after { content: ""; font: 0/0 a; position: absolute; top: 14px; left: 22px; right: auto; width: 9px; height: 9px; border-right: 1.5px solid var(--wd-ink); border-bottom: 1.5px solid var(--wd-ink); transform: rotate(45deg); }
.rd-navbar-fixed .rd-navbar-submenu.opened > .rd-navbar-submenu-toggle::after { transform: rotate(-135deg); top: 19px; }
.rd-navbar-fixed li.active > .rd-navbar-submenu-toggle::after, .rd-navbar-fixed li:hover > .rd-navbar-submenu-toggle::after, .rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after { border-color: #fff; }
.rd-navbar-fixed .rd-navbar-nav-wrap__element { padding: 12px 18px 4px; }
.rd-navbar-fixed .rd-navbar-nav-wrap__element .wd-btn { width: 100%; }
.rd-navbar-toggle span, .rd-navbar-toggle span::before, .rd-navbar-toggle span::after { background-color: var(--wd-ink); }

/* Accueil : hero -------------------------------------------------------- */
.wd-hero { background: var(--wd-ivory); padding: 56px 0 72px; position: relative; }
@media (min-width: 992px) { .wd-hero { padding: 88px 0 120px; } }
.wd-hero__grid { display: grid; gap: 44px; align-items: center; }
@media (min-width: 992px) { .wd-hero__grid { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 72px; } }
.wd-hero__title em { font-style: italic; font-weight: 400; color: var(--wd-pine); }
.wd-hero__lead { margin-top: 26px; max-width: 560px; }
.wd-hero__actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 14px 26px; align-items: center; }
.wd-hero__facts { margin: 52px 0 0; padding: 26px 0 0; list-style: none; border-top: 1px solid var(--wd-line); display: grid; gap: 18px 32px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.wd-hero__facts li { font-size: 15px; line-height: 1.5; }
.wd-hero__facts strong { display: block; font-family: var(--wd-serif); font-size: 19px; font-weight: 500; margin-bottom: 4px; }
.wd-hero__media { position: relative; }
.wd-hero__media .wd-pic { aspect-ratio: 4 / 5; box-shadow: var(--wd-shadow); }
.wd-hero__media::before { content: ""; position: absolute; inset: 28px -18px -18px 28px; border: 1px solid var(--wd-oak); border-radius: var(--wd-radius); z-index: 0; }
.wd-hero__media .wd-pic { position: relative; z-index: 1; }
.wd-hero__tag { position: absolute; z-index: 2; left: -14px; bottom: 34px; background: var(--wd-paper); padding: 14px 20px; border-left: 3px solid var(--wd-oak); box-shadow: var(--wd-shadow); font-size: 14px; line-height: 1.45; max-width: 250px; color: var(--wd-ink); }
@media (max-width: 575.98px) { .wd-hero__media::before { inset: 18px -8px -10px 18px; } .wd-hero__tag { left: 0; bottom: 16px; } }

/* Services numérotés (adapté du gabarit) -------------------------------- */
.wd-services { display: grid; gap: 56px 40px; }
@media (min-width: 768px) { .wd-services { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.wd-service { position: relative; padding-top: 44px; }
@media (min-width: 992px) { .wd-service:nth-child(3n+2) { margin-top: 90px; } .wd-service:nth-child(3n) { margin-top: 36px; } }
.wd-service__num { position: absolute; top: -34px; left: -8px; font-family: var(--wd-serif); font-size: 104px; line-height: 1; font-weight: 400; color: var(--wd-pine); opacity: .11; letter-spacing: -.06em; pointer-events: none; }
.wd-service__title { position: relative; }
.wd-service__title a { color: inherit; text-decoration: none; }
.wd-service__title a:hover { color: var(--wd-pine); }
.wd-service__text { margin-top: 14px; font-size: 16px; }
.wd-service .wd-pic { margin-top: 28px; aspect-ratio: 4 / 5; }
.wd-service:nth-child(3n+2) .wd-pic { aspect-ratio: 3 / 4.4; }
.wd-service__more { margin-top: 20px; }

/* Bandeau de services secondaires */
.wd-duo { display: grid; gap: 28px; margin-top: 72px; }
@media (min-width: 768px) { .wd-duo { grid-template-columns: 1fr 1fr; } }
.wd-duo__item { display: grid; grid-template-columns: 120px 1fr; gap: 22px; align-items: center; padding: 22px; background: var(--wd-ivory); border: 1px solid var(--wd-line); border-radius: var(--wd-radius); text-decoration: none; color: inherit; transition: border-color .25s ease, transform .25s ease; }
.wd-duo__item:hover { border-color: var(--wd-pine); color: inherit; transform: translateY(-2px); }
.wd-duo__item .wd-pic { aspect-ratio: 1; }
.wd-duo__item h3 { font-size: 21px; }
.wd-duo__item p { margin-top: 6px; font-size: 15px; line-height: 1.55; }
@media (max-width: 479.98px) { .wd-duo__item { grid-template-columns: 84px 1fr; padding: 16px; gap: 16px; } }

/* Bloc éditorial -------------------------------------------------------- */
.wd-editorial { display: grid; gap: 36px 72px; }
@media (min-width: 992px) { .wd-editorial { grid-template-columns: .9fr 1.1fr; } }
.wd-editorial__aside h2 { max-width: 460px; }
.wd-editorial__body > h3, .wd-editorial__body > h4 { margin-bottom: 14px; }

.wd-checklist { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 14px; }
.wd-checklist li { position: relative; padding-left: 34px; color: var(--wd-ink); }
.wd-checklist li::before { content: ""; position: absolute; left: 0; top: .42em; width: 20px; height: 11px; border-left: 2px solid var(--wd-oak); border-bottom: 2px solid var(--wd-oak); transform: rotate(-45deg) scale(.7); transform-origin: left center; }
.wd-checklist--cols { gap: 14px 40px; }
@media (min-width: 768px) { .wd-checklist--cols { grid-template-columns: 1fr 1fr; } }

/* Étapes ---------------------------------------------------------------- */
.wd-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; counter-reset: step; border-top: 1px solid var(--wd-line); }
.wd-step { counter-increment: step; display: grid; gap: 8px 40px; padding: 30px 0; border-bottom: 1px solid var(--wd-line); position: relative; }
@media (min-width: 768px) { .wd-step { grid-template-columns: 90px minmax(0, .8fr) minmax(0, 1.2fr); align-items: baseline; } }
.wd-step::before { content: counter(step, decimal-leading-zero); font-family: var(--wd-serif); font-size: 34px; color: var(--wd-oak); line-height: 1; }
.wd-step h3 { font-size: 23px; }
.wd-step p { margin: 0; font-size: 16px; }
.wd-step__meta { display: block; margin-top: 8px; font-size: 14px; color: var(--wd-oak-dark); font-weight: 600; letter-spacing: .02em; }

/* Projets (rangées alternées, adaptées du gabarit) ---------------------- */
.wd-projects { display: grid; gap: 64px; }
@media (min-width: 992px) { .wd-projects { gap: 104px; } }
.wd-project { display: grid; gap: 28px 64px; align-items: center; }
@media (min-width: 768px) { .wd-project { grid-template-columns: 1.15fr .85fr; } .wd-project:nth-child(even) .wd-project__media { order: 2; } .wd-project:nth-child(even) { grid-template-columns: .85fr 1.15fr; } }
.wd-project__media { display: block; }
.wd-project__media .wd-pic { aspect-ratio: 3 / 2; }
.wd-project__media:hover img { transform: scale(1.03); }
.wd-project__media img { transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.wd-project__title a { color: inherit; text-decoration: none; }
.wd-project__title a:hover { color: var(--wd-pine); }
.wd-facts { margin: 22px 0 0; padding: 0; display: grid; gap: 0; }
.wd-facts > div { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 10px 0; border-top: 1px solid var(--wd-line); font-size: 15.5px; }
.wd-facts > div:last-child { border-bottom: 1px solid var(--wd-line); }
.wd-facts dt { font-weight: 600; color: var(--wd-ink); }
.wd-facts dd { margin: 0; }
.wd-project .wd-link { margin-top: 24px; }

/* Grille de projets (page Réalisations) */
.wd-filter { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.wd-filter button { min-height: 44px; padding: 8px 20px; background: transparent; border: 1px solid var(--wd-line); border-radius: 100px; font: 600 15px var(--wd-sans); color: var(--wd-ink); cursor: pointer; transition: all .2s ease; }
.wd-filter button:hover { border-color: var(--wd-pine); }
.wd-filter button.is-active { background: var(--wd-pine); border-color: var(--wd-pine); color: #fff; }
.wd-grid { display: grid; gap: 48px 36px; }
@media (min-width: 768px) { .wd-grid { grid-template-columns: 1fr 1fr; } .wd-grid > :nth-child(even) { margin-top: 56px; } .wd-grid > [hidden] + * { margin-top: 0; } }
.wd-card { display: block; text-decoration: none; color: inherit; }
.wd-card[hidden] { display: none; }
.wd-card .wd-pic { aspect-ratio: 4 / 3; }
.wd-card img { transition: transform .8s cubic-bezier(.2, .7, .2, 1); }
.wd-card:hover img { transform: scale(1.03); }
.wd-card__meta { margin-top: 18px; font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--wd-oak-dark); }
.wd-card__title { margin-top: 8px; font-size: 26px; }
.wd-card:hover .wd-card__title { color: var(--wd-pine); }
.wd-card__text { margin-top: 8px; font-size: 16px; color: var(--wd-muted); }

/* Galerie */
.wd-gallery { display: grid; gap: 20px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .wd-gallery { grid-template-columns: 1.5fr 1fr; grid-template-rows: auto auto; } .wd-gallery > :first-child { grid-row: span 2; } }
.wd-gallery a { display: block; }
.wd-gallery .wd-pic { height: 100%; min-height: 240px; }
.wd-gallery a:hover img { transform: scale(1.02); }
.wd-gallery img { transition: transform .8s ease; }

/* Devis ----------------------------------------------------------------- */
.wd-devis { display: grid; gap: 44px 72px; }
@media (min-width: 992px) { .wd-devis { grid-template-columns: .82fr 1.18fr; } }
.wd-devis__aside { align-self: start; }
@media (min-width: 992px) { .wd-devis__aside { position: sticky; top: 120px; } }
.wd-devis__points { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 22px; }
.wd-devis__points li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; font-size: 16px; }
.wd-devis__points .wd-icon { width: 44px; height: 44px; padding: 11px; border: 1px solid var(--wd-line); border-radius: 50%; color: var(--wd-pine); background: var(--wd-paper); }
.wd-devis__points strong { display: block; }

.wd-form { background: var(--wd-paper); border: 1px solid var(--wd-line); border-radius: var(--wd-radius); padding: 28px 22px; box-shadow: var(--wd-shadow); }
@media (min-width: 768px) { .wd-form { padding: 44px 44px 40px; } }
.wd-form .row { margin-top: 0; }
.wd-form__hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.wd-form__group { border: 0; padding: 0; margin: 0 0 30px; min-width: 0; }
.wd-form__legend { float: none; width: auto; padding: 0; margin: 0 0 18px; font-family: var(--wd-serif); font-size: 22px; font-weight: 480; color: var(--wd-ink); }
.wd-label { display: block; margin-bottom: 6px; font-size: 15px; font-weight: 600; color: var(--wd-ink); }
.wd-label span, .wd-check label span, .wd-form__note span { color: var(--wd-error); }
.wd-input {
  display: block; width: 100%; min-height: 50px; padding: 11px 14px;
  font: 400 16px/1.4 var(--wd-sans); color: var(--wd-ink);
  background: #fff; border: 1px solid #B9AE9B; border-radius: var(--wd-radius);
  transition: border-color .2s ease, box-shadow .2s ease; appearance: none; -webkit-appearance: none;
}
select.wd-input { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' fill='none' stroke='%2323272A' stroke-width='1.6'%3E%3Cpath d='M1 1.500l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.wd-input--area { min-height: 140px; resize: vertical; }
.wd-input::placeholder { color: #8A8578; }
.wd-input:hover { border-color: var(--wd-ink); }
.wd-input:focus { outline: none; border-color: var(--wd-pine); box-shadow: 0 0 0 3px rgba(47, 74, 60, .22); }
.wd-input[aria-invalid="true"] { border-color: var(--wd-error); }
.wd-error { margin: 6px 0 0 !important; font-size: 14px; line-height: 1.4; color: var(--wd-error); font-weight: 500; }
.wd-check { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; font-size: 15px; line-height: 1.55; }
.wd-check input { width: 22px; height: 22px; margin: 2px 0 0; accent-color: var(--wd-pine); }
.wd-check a { text-decoration: underline; }
.wd-form__footer { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.wd-form__note { margin: 0; flex: 1 1 260px; font-size: 13.5px; line-height: 1.5; }
.wd-form__status { margin-bottom: 24px; padding: 14px 18px; border-radius: var(--wd-radius); font-size: 15.5px; font-weight: 500; border: 1px solid transparent; }
.wd-form__status.is-error { background: #FBEDEA; border-color: #E5B9B1; color: var(--wd-error); }
.wd-form__status.is-success { background: #E8F3EC; border-color: #B5D5C1; color: var(--wd-success); }
.wd-form__status.is-info { background: var(--wd-ivory); border-color: var(--wd-line); color: var(--wd-ink); }

/* Manifeste (photo + voile) --------------------------------------------- */
.wd-manifeste { position: relative; padding: 96px 0; color: #F4EEE3; background: #1b2620 center / cover no-repeat; isolation: isolate; }
@media (min-width: 992px) { .wd-manifeste { padding: 150px 0; } }
.wd-manifeste::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20, 30, 25, .86) 0%, rgba(20, 30, 25, .62) 55%, rgba(20, 30, 25, .35) 100%); z-index: -1; }
.wd-manifeste .wd-eyebrow { color: #E2C79B; }
.wd-manifeste blockquote { margin: 0; max-width: 820px; font-family: var(--wd-serif); font-size: clamp(26px, 3.2vw, 42px); line-height: 1.28; font-weight: 400; color: #FBF7F0; letter-spacing: -.01em; }
.wd-manifeste blockquote p { margin: 0; }
.wd-manifeste cite { display: block; margin-top: 28px; font: 500 15px var(--wd-sans); letter-spacing: .04em; color: #E2C79B; font-style: normal; }

/* FAQ ------------------------------------------------------------------- */
.wd-faq { border-top: 1px solid var(--wd-line); }
.wd-faq details { border-bottom: 1px solid var(--wd-line); }
.wd-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 24px; align-items: center; padding: 24px 0; font-family: var(--wd-serif); font-size: clamp(19px, 1.7vw, 22px); line-height: 1.35; color: var(--wd-ink); }
.wd-faq summary::-webkit-details-marker { display: none; }
.wd-faq summary::after { content: ""; flex: none; width: 16px; height: 16px; background: linear-gradient(var(--wd-pine), var(--wd-pine)) center / 100% 1.5px no-repeat, linear-gradient(var(--wd-pine), var(--wd-pine)) center / 1.5px 100% no-repeat; transition: transform .3s ease; }
.wd-faq details[open] summary::after { transform: rotate(45deg); }
.wd-faq summary:hover { color: var(--wd-pine); }
.wd-faq__answer { padding: 0 0 28px; max-width: 820px; }
.wd-faq__answer p:first-child { margin-top: 0; }

/* Journal --------------------------------------------------------------- */
.wd-posts { display: grid; gap: 44px 36px; }
@media (min-width: 768px) { .wd-posts { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1200px) { .wd-posts--3 { grid-template-columns: repeat(3, 1fr); } }
.wd-post { display: block; text-decoration: none; color: inherit; }
.wd-post .wd-pic { aspect-ratio: 16 / 10; }
.wd-post img { transition: transform .8s ease; }
.wd-post:hover img { transform: scale(1.03); }
.wd-post__meta { margin-top: 18px; font-size: 14px; color: var(--wd-oak-dark); font-weight: 600; }
.wd-post__title { margin-top: 8px; font-size: 23px; line-height: 1.3; }
.wd-post:hover .wd-post__title { color: var(--wd-pine); }
.wd-post__text { margin-top: 8px; font-size: 16px; color: var(--wd-muted); }
.wd-post--feature { display: grid; gap: 28px 56px; align-items: center; margin-bottom: 64px; }
@media (min-width: 992px) { .wd-post--feature { grid-template-columns: 1.2fr 1fr; } .wd-post--feature .wd-post__title { font-size: 34px; } }

/* Pages intérieures ----------------------------------------------------- */
.wd-intro { background: var(--wd-ivory); padding: 40px 0 56px; border-bottom: 1px solid var(--wd-line); }
@media (min-width: 992px) { .wd-intro { padding: 56px 0 84px; } }
.wd-intro__title { font-size: clamp(36px, 4.6vw, 58px); }
.wd-intro__lead { font-size: 18.5px; line-height: 1.6; color: var(--wd-ink); margin: 0; }
.wd-crumbs { margin-bottom: 40px; font-size: 14.5px; }
.wd-crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 10px; }
.wd-crumbs li + li::before { content: "/"; margin-right: 10px; color: var(--wd-line); }
.wd-crumbs a { color: var(--wd-muted); text-decoration: underline; text-underline-offset: 3px; }
.wd-crumbs a:hover { color: var(--wd-pine); }
.wd-crumbs [aria-current] { color: var(--wd-ink); font-weight: 600; }

.wd-banner .wd-pic { aspect-ratio: 21 / 9; border-radius: 0; }
@media (max-width: 767.98px) { .wd-banner .wd-pic { aspect-ratio: 4 / 3; } }

.wd-prose { max-width: 760px; }
.wd-prose > * + * { margin-top: 1.1em; }
.wd-prose h2 { font-size: clamp(26px, 2.6vw, 34px); margin-top: 2em; }
.wd-prose h3 { font-size: 22px; margin-top: 1.7em; }
.wd-prose h2:first-child, .wd-prose h3:first-child { margin-top: 0; }
.wd-prose ul, .wd-prose ol { padding-left: 1.2em; margin-bottom: 0; }
.wd-prose ul { list-style: none; padding-left: 0; }
.wd-prose ul li { position: relative; padding-left: 26px; }
.wd-prose ul li::before { content: ""; position: absolute; left: 2px; top: .72em; width: 12px; height: 1.5px; background: var(--wd-oak); }
.wd-prose li + li { margin-top: .5em; }
.wd-prose a { text-decoration: underline; text-underline-offset: 3px; }
.wd-prose--wide { max-width: none; }

.wd-note { margin-top: 32px; padding: 22px 26px; background: var(--wd-ivory); border-left: 3px solid var(--wd-oak); border-radius: 0 var(--wd-radius) var(--wd-radius) 0; font-size: 16px; color: var(--wd-ink); }
.wd-note p:first-child { margin-top: 0; }
.wd-note strong { color: var(--wd-pine-dark); }

.wd-table-wrap { overflow-x: auto; margin-top: 32px; border: 1px solid var(--wd-line); border-radius: var(--wd-radius); background: var(--wd-paper); -webkit-overflow-scrolling: touch; }
.wd-table { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15.5px; line-height: 1.55; }
.wd-table caption { caption-side: top; text-align: left; padding: 16px 20px 0; font-size: 14px; color: var(--wd-muted); }
.wd-table th, .wd-table td { padding: 16px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--wd-line); }
.wd-table thead th { font-family: var(--wd-sans); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--wd-oak-dark); background: var(--wd-ivory); }
.wd-table tbody th { font-weight: 600; color: var(--wd-ink); width: 24%; }
.wd-table tr:last-child th, .wd-table tr:last-child td { border-bottom: 0; }

.wd-split { display: grid; gap: 40px 72px; align-items: center; }
@media (min-width: 992px) { .wd-split { grid-template-columns: 1fr 1fr; } .wd-split--reverse > :first-child { order: 2; } }
.wd-split .wd-pic { aspect-ratio: 4 / 3; }
.wd-split .wd-pic--tall { aspect-ratio: 4 / 5; }

.wd-layout { display: grid; gap: 48px 72px; }
@media (min-width: 992px) { .wd-layout { grid-template-columns: minmax(0, 1fr) 340px; } }
.wd-aside { align-self: start; padding: 30px 28px; background: var(--wd-ivory); border: 1px solid var(--wd-line); border-radius: var(--wd-radius); }
@media (min-width: 992px) { .wd-aside { position: sticky; top: 120px; } }
.wd-aside h2, .wd-aside h3 { font-size: 22px; }
.wd-aside ul { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 10px; font-size: 15.5px; }
.wd-aside ul:not(.wd-tags) li { display: flex; gap: 10px; align-items: flex-start; }
.wd-aside ul li .wd-icon { margin-top: 4px; color: var(--wd-oak-dark); }
.wd-aside .wd-btn { margin-top: 24px; width: 100%; }
.wd-aside--toc a { color: var(--wd-ink); text-decoration: none; }
.wd-aside--toc a:hover { color: var(--wd-pine); text-decoration: underline; }

.wd-tiles { display: grid; gap: 0; border-top: 1px solid var(--wd-line); border-left: 1px solid var(--wd-line); }
@media (min-width: 768px) { .wd-tiles { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1200px) { .wd-tiles--3 { grid-template-columns: repeat(3, 1fr); } }
.wd-tile { padding: 34px 30px; border-right: 1px solid var(--wd-line); border-bottom: 1px solid var(--wd-line); background: var(--wd-paper); }
.wd-tile .wd-icon { color: var(--wd-oak); margin-bottom: 18px; }
.wd-tile h3 { font-size: 21px; }
.wd-tile p { margin-top: 10px; font-size: 16px; }

.wd-servicerow { display: grid; gap: 28px 64px; align-items: center; padding: 56px 0; border-top: 1px solid var(--wd-line); }
.wd-servicerow:first-child { border-top: 0; padding-top: 0; }
@media (min-width: 992px) { .wd-servicerow { grid-template-columns: 420px 1fr; } .wd-servicerow:nth-child(even) { grid-template-columns: 1fr 420px; } .wd-servicerow:nth-child(even) .wd-servicerow__media { order: 2; } }
.wd-servicerow .wd-pic { aspect-ratio: 5 / 4; }
.wd-servicerow__num { font-family: var(--wd-serif); color: var(--wd-oak); font-size: 18px; }
.wd-servicerow h2 { margin-top: 6px; font-size: clamp(28px, 3vw, 38px); }
.wd-servicerow h2 a { color: inherit; text-decoration: none; }
.wd-servicerow h2 a:hover { color: var(--wd-pine); }
.wd-tags { list-style: none; margin: 22px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.wd-tags li { padding: 5px 14px; border: 1px solid var(--wd-line); border-radius: 100px; font-size: 14px; color: var(--wd-ink); background: var(--wd-paper); }
.wd-servicerow .wd-link { margin-top: 26px; }

.wd-contact-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 22px; }
.wd-contact-list li { display: grid; grid-template-columns: 24px 1fr; gap: 16px; }
.wd-contact-list .wd-icon { color: var(--wd-oak); margin-top: 4px; }
.wd-contact-list strong { display: block; font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--wd-oak-dark); font-weight: 600; }

.wd-pager { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--wd-line); padding-top: 36px; margin-top: 72px; }
.wd-pager a { text-decoration: none; color: var(--wd-ink); }
.wd-pager a:hover { color: var(--wd-pine); }
.wd-pager span { display: block; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--wd-oak-dark); font-weight: 600; }
.wd-pager strong { font-family: var(--wd-serif); font-size: 21px; font-weight: 480; color: inherit; }
.wd-pager__next { text-align: right; }

.wd-404 { text-align: center; padding: 96px 0 120px; background: var(--wd-ivory); }
.wd-404__code { font-family: var(--wd-serif); font-size: clamp(96px, 18vw, 190px); line-height: 1; color: var(--wd-pine); opacity: .16; }
.wd-404 ul { list-style: none; padding: 0; margin: 32px 0 0; display: flex; flex-wrap: wrap; gap: 12px 28px; justify-content: center; }

/* Pied de page ---------------------------------------------------------- */
.wd-footer { background: var(--wd-sand); padding: 72px 0 32px; color: var(--wd-muted); font-size: 16px; }
@media (min-width: 992px) { .wd-footer { padding-top: 104px; } }
.wd-footer__cta { display: grid; gap: 24px 72px; padding-bottom: 64px; margin-bottom: 64px; border-bottom: 1px solid #CFC3AE; }
@media (min-width: 992px) { .wd-footer__cta { grid-template-columns: 1.1fr .9fr; align-items: end; } }
.wd-footer__title { font-size: clamp(32px, 4vw, 52px); }
.wd-footer__cta-actions p { margin: 0 0 24px; color: var(--wd-ink); }
.wd-footer__brand { font-family: var(--wd-serif); font-size: 32px; font-weight: 500; color: var(--wd-pine); letter-spacing: -.02em; line-height: 1; margin: 0; }
.wd-footer__text { margin-top: 18px; max-width: 380px; font-size: 15.5px; }
.wd-footer__heading { font-family: var(--wd-sans); font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--wd-oak-dark); margin-bottom: 18px; }
.wd-footer__list, .wd-footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.wd-footer__list a, .wd-footer__list button { display: inline-block; padding: 5px 0; color: var(--wd-ink); text-decoration: none; font-size: 15.5px; }
.wd-footer__list a:hover { color: var(--wd-pine); text-decoration: underline; }
.wd-footer__contact { margin-top: 22px; gap: 10px; }
.wd-footer__contact li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; }
.wd-footer__contact .wd-icon { color: var(--wd-oak-dark); margin-top: 4px; }
.wd-footer__contact a { color: var(--wd-ink); }
.wd-footer__bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid #CFC3AE; display: flex; flex-wrap: wrap; gap: 6px 32px; justify-content: space-between; font-size: 14px; }
.wd-footer__bottom p { margin: 0; }

/* Cookies --------------------------------------------------------------- */
.wd-consent { position: fixed; z-index: 2000; left: 16px; right: 16px; bottom: 16px; margin: 0 auto; max-width: 880px; background: var(--wd-paper); border: 1px solid var(--wd-line); border-radius: 6px; box-shadow: 0 24px 60px -20px rgba(35, 39, 42, .45); }
.wd-consent[hidden] { display: none; }
.wd-consent__body { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; padding: 16px 20px; }
.wd-consent__text { flex: 1 1 340px; margin: 0; font-size: 14.5px; line-height: 1.5; color: var(--wd-ink); }
.wd-consent__text a { text-decoration: underline; }
.wd-consent__actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.wd-consent__actions .wd-btn--outline { min-width: 124px; }
@media (max-width: 575.98px) {
  .wd-consent { left: 10px; right: 10px; bottom: 10px; }
  .wd-consent__body { padding: 14px; }
  .wd-consent__text { font-size: 13.5px; flex-basis: 100%; }
  .wd-consent__actions { width: 100%; }
  .wd-consent__actions .wd-btn--outline { flex: 1 1 0; min-width: 0; padding-left: 8px; padding-right: 8px; }
  .wd-consent__actions .wd-btn--ghost { order: 3; flex-basis: 100%; min-height: 36px; }
  .wd-consent[data-mode="essential"] .wd-consent__actions { flex-wrap: nowrap; }
  .wd-consent[data-mode="essential"] .wd-btn--ghost { order: 0; flex: 0 0 auto; min-height: 44px; }
}
html.wd-modal-open { overflow: hidden; }
.wd-modal { position: fixed; inset: 0; z-index: 2100; display: grid; place-items: center; padding: 16px; }
.wd-modal[hidden] { display: none; }
.wd-modal__backdrop { position: absolute; inset: 0; background: rgba(35, 39, 42, .55); }
.wd-modal__dialog { position: relative; width: 100%; max-width: 600px; max-height: calc(100dvh - 32px); overflow-y: auto; background: var(--wd-paper); border-radius: 6px; padding: 34px 28px 28px; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .5); outline: none; }
@media (min-width: 576px) { .wd-modal__dialog { padding: 44px 44px 36px; } }
.wd-modal__close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; display: grid; place-items: center; background: none; border: 0; color: var(--wd-ink); cursor: pointer; border-radius: 50%; }
.wd-modal__close:hover { background: var(--wd-ivory); }
.wd-modal__title { font-size: 28px; }
.wd-modal__lead, .wd-modal__note { margin-top: 12px; font-size: 15.5px; }
.wd-consent-cat { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--wd-line); font-size: 15px; line-height: 1.55; }
.wd-consent-cat__head { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.wd-consent-cat h3 { font-family: var(--wd-sans); font-size: 16.5px; font-weight: 600; letter-spacing: 0; }
.wd-consent-cat p { margin-top: 8px; }
.wd-consent-cat code { background: var(--wd-ivory); color: var(--wd-ink); padding: 1px 5px; font-family: ui-monospace, Menlo, monospace; font-size: .9em; border-radius: 2px; }
.wd-consent-cat__state { font-size: 13.5px; font-weight: 600; color: var(--wd-success); white-space: nowrap; }
.wd-switch { position: relative; display: inline-block; width: 52px; height: 30px; flex: none; margin: 0; cursor: pointer; }
.wd-switch input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: pointer; }
.wd-switch__track { position: absolute; inset: 0; background: #A9A293; border-radius: 30px; transition: background .2s ease; pointer-events: none; }
.wd-switch__track::after { content: ""; position: absolute; top: 3px; left: 3px; width: 24px; height: 24px; background: #fff; border-radius: 50%; transition: transform .2s ease; }
.wd-switch input:checked + .wd-switch__track { background: var(--wd-pine); }
.wd-switch input:checked + .wd-switch__track::after { transform: translateX(22px); }
.wd-switch input:focus-visible + .wd-switch__track { outline: 2px solid var(--wd-pine); outline-offset: 3px; }
.wd-modal__actions { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
@media (max-width: 575.98px) { .wd-modal__actions .wd-btn { flex: 1 1 100%; } }

/* lightGallery : libellés et contraste */
.lg-backdrop { background-color: rgba(20, 24, 22, .94); }
