/* ============================================================
   D'LYR — Styles partagés des pages intérieures
   ============================================================ */

/* Compense la nav fixe pour les pages à page-hero clair */
.page{ padding-top:0; }

/* ---------- PAGE HERO (fond clair) ---------- */
.phero{ background:var(--sapin); color:var(--ink); padding:calc(110px + clamp(40px,6vw,90px)) 0 clamp(50px,6vw,90px); position:relative; overflow:hidden; }
.phero__grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center; }
.phero__title{ font-family:var(--f-display); font-weight:800; font-size:var(--h-hero); line-height:.92; color:var(--ink); }
.phero__lead{ margin-top:22px; max-width:44ch; font-size:clamp(16px,1.3vw,24px); line-height:1.45; }
.phero__cue{ margin-top:30px; display:flex; align-items:center; gap:20px; }
.phero__deco{ position:relative; min-height:480px; }
.phero__deco .ph{ position:absolute; border-radius:var(--r-lg); overflow:hidden; background:transparent; }
.phero__deco .ph:nth-child(1){ height:100%; right:0; top:0; aspect-ratio:3/4; box-shadow:0 12px 32px rgba(0,0,0,.22); }
.phero__deco .ph:nth-child(1) img{ width:100%; height:100%; object-fit:cover; object-position:center; }
.phero__deco .ph:nth-child(2){ width:240px; height:160px; left:0; bottom:10px; z-index:2; box-shadow:0 10px 28px rgba(0,0,0,.2); }
@media (max-width:820px){
  .phero__grid{ grid-template-columns:1fr; }
  .phero__deco{ min-height:240px; }
}

/* ---------- En-tête de section (eyebrow + titre) ---------- */
.shead{ display:flex; justify-content:space-between; align-items:flex-end; gap:32px; flex-wrap:wrap; margin-bottom:clamp(32px,4vw,56px); }
.shead .lead{ max-width:46ch; }
.bg-ink .shead .lead{ color:var(--paper); }

/* ---------- Mini eyebrow “— LABEL” ---------- */
.eyebrow-line{ display:flex; align-items:center; gap:14px; font-family:var(--f-display); font-weight:700; font-size:clamp(20px,2vw,28px); letter-spacing:.04em; text-transform:uppercase; }
.eyebrow-line::before{ content:""; width:44px; height:4px; background:var(--lime); flex:none; }

/* ---------- Galerie placeholders ---------- */
.gallery{ display:grid; gap:18px; }

/* ---------- Maps (réutilisé) ---------- */
.pmaps__h{ color:var(--paper); text-align:center; margin-bottom:clamp(36px,4vw,56px); }
.pmaps__layout{ position:relative; }
.pmaps__map{ width:100%; aspect-ratio:16/7; border-radius:var(--r-lg); min-height:360px; }
.pmaps__card{ background:var(--paper); color:var(--ink); border-radius:var(--r-lg); padding:clamp(28px,3vw,40px); box-shadow:var(--shadow); display:flex; flex-direction:column; gap:14px;
  position:absolute; top:50%; right:4%; transform:translateY(-50%); width:min(520px,42%); }
.pmaps__card .h3{ color:var(--ink); }
.pmaps__line{ display:flex; align-items:center; gap:10px; font-size:16px; }
.pmaps__line svg{ width:22px; height:22px; color:var(--blue); flex:none; }
.pmaps__rule{ border:none; border-top:2px solid var(--lime); margin:8px 0; }
.pmaps__how{ display:flex; flex-direction:column; gap:10px; }
.pmaps__how p{ font-size:15px; line-height:1.45; }
@media (max-width:980px){
  .pmaps__card{ position:static; transform:none; width:100%; margin-top:20px; }
  .pmaps__map{ aspect-ratio:16/9; }
}

/* ---------- Snack teaser (réutilisé) ---------- */
.steaser__grid{ display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:20px; }
.steaser__media{ aspect-ratio:3/2.4; }
.steaser__media--tall{ aspect-ratio:auto; min-height:340px; }
.steaser__foot{ display:flex; justify-content:center; margin-top:36px; }
@media (max-width:720px){ .steaser__grid{ grid-template-columns:1fr 1fr; } .steaser__media--tall{ grid-column:1/-1; min-height:280px; } }

/* ---------- Contact ---------- */
.cts__grid{ display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:clamp(40px,5vw,72px); align-items:start; }
.cts__grid .quote__form input, .cts__grid .quote__form select, .cts__grid .quote__form textarea{ min-width:0; }
.cts__h{ color:var(--paper); margin-bottom:18px; }
.cts__lead{ color:rgba(194,208,179,.75); margin-bottom:28px; }
.cts__list{ display:flex; flex-direction:column; gap:16px; margin-bottom:26px; }
.cts__list li{ display:flex; align-items:flex-start; gap:12px; color:var(--paper); font-size:16px; line-height:1.5; }
.cts__list li > span[data-ic]{ flex:0 0 22px; width:22px; height:22px; display:block; margin-top:2px; }
.cts__list svg{ width:22px; height:22px; color:var(--lime); flex:none; }
.cts__list a{ text-decoration:underline; }
.cts__social{ display:flex; gap:14px; }
.cts__social a{ width:38px; height:38px; display:grid; place-items:center; border-radius:10px; background:rgba(194,208,179,.1); color:var(--paper); transition:transform .2s, background .2s; }
.cts__social a:hover{ transform:translateY(-3px); background:var(--lime); color:var(--ink); }
@media (max-width:1180px){ .cts__grid{ grid-template-columns:1fr; } }

/* ---------- Pagination ---------- */
.pager{ display:flex; justify-content:center; gap:8px; margin-top:48px; }
.pager button{ min-width:42px; height:42px; padding:0 12px; border-radius:12px; font-family:var(--f-display); font-weight:700; font-size:18px; color:inherit; opacity:.6; transition:.2s; }
.pager button.on{ background:var(--lime); color:var(--ink); opacity:1; }
.pager button:hover{ opacity:1; }

/* ---------- Decorative shapes (lime) ---------- */
.deco{ position:absolute; pointer-events:none; z-index:1; }
.deco--x{ width:60px; height:60px; }
.deco--x::before,.deco--x::after{ content:""; position:absolute; left:50%; top:0; width:10px; height:100%; background:var(--lime); border-radius:4px; transform-origin:center; }
.deco--x::before{ transform:translateX(-50%) rotate(45deg); }
.deco--x::after{ transform:translateX(-50%) rotate(-45deg); }
.deco--diamond{ width:42px; height:42px; border:8px solid var(--lime); transform:rotate(45deg); border-radius:6px; }
.deco--circle{ width:34px; height:34px; border:7px solid var(--lime); border-radius:50%; }
.deco--tri{ width:0; height:0; border-left:40px solid var(--lime); border-top:26px solid transparent; border-bottom:26px solid transparent; }
