:root{
  --ink:#1c1b19;
  --charcoal:#4f3220;
  --charcoal-2:#603c27;
  --gold:#c9944f;
  --gold-light:#e3b979;
  --terracotta:#b8542e;
  --terracotta-light:#d16f45;
  --pale:#efe9dc;
  --pale-2:#e2dac7;
  --paper:#f7f4ec;
  --schist:#5c6357;
  --roof:#7c3329;
  --line: rgba(27,26,22,0.12);
  --line-light: rgba(247,244,236,0.18);
  --accent: var(--gold);
  --accent-light: var(--gold-light);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important;}
}

body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Work Sans', sans-serif;
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

img{max-width:100%; display:block;}

a{color:inherit;}

.eyebrow{
  font-family:'JetBrains Mono', monospace;
  text-transform:uppercase;
  letter-spacing:0.14em;
  font-size:0.72rem;
  color:var(--accent);
  font-weight:500;
  transition:color .5s ease;
}

h1,h2,h3{
  font-family:'Fraunces', serif;
  font-weight:600;
  margin:0 0 0.4em 0;
  letter-spacing:-0.01em;
}

.wrap{
  max-width:1180px;
  margin:0 auto;
  padding:0 28px;
}

/* ---------- Header ---------- */
header{
  position:sticky; top:0; z-index:50;
  background:rgba(247,244,236,0.9);
  backdrop-filter:blur(8px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:16px 28px;
  max-width:1180px; margin:0 auto;
  gap:20px;
}
.logo{
  font-family:'Fraunces', serif;
  font-weight:700;
  font-size:1.15rem;
  letter-spacing:0.01em;
  text-decoration:none;
  color:inherit;
}
.logo span{
  display:block;
  font-family:'JetBrains Mono', monospace;
  font-weight:400;
  font-size:0.62rem;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#6b6a62;
  margin-top:2px;
}
.header-actions{ display:flex; align-items:center; gap:20px; margin-left:auto; }
.nav-link{
  font-family:'Work Sans', sans-serif;
  font-weight:600;
  font-size:0.88rem;
  text-decoration:none;
  color:var(--ink);
  white-space:nowrap;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease, color .2s ease;
}
.nav-link:hover{ border-color:var(--terracotta); color:var(--terracotta); }
.btn-call{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--ink); color:var(--paper);
  padding:10px 18px;
  border-radius:999px;
  font-size:0.85rem;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;
}
.btn-call svg{width:16px; height:16px; flex-shrink:0;}

/* ---------- Hero ---------- */
.hero{
  display:grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height:640px;
  background:var(--pale-2);
  color:var(--ink);
  overflow:hidden;
}
.hero-copy{
  padding:80px 28px 60px 48px;
  max-width:560px;
  margin-right:auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hero-copy .eyebrow{ color:var(--terracotta); margin-bottom:18px; }
.hero h1{
  font-size:clamp(2.1rem, 4vw, 3.1rem);
  line-height:1.08;
  color:var(--ink);
}
.hero p.lede{
  color:#57564d;
  font-size:1.05rem;
  max-width:460px;
  margin:18px 0 32px 0;
}
.hero-ctas{ display:flex; gap:14px; flex-wrap:wrap; }
.btn-primary{
  background:var(--gold);
  color:#1b1a16;
  padding:14px 26px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  font-size:0.92rem;
  transition:background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.btn-primary:hover{ background:var(--gold-light); transform:translateY(-2px); box-shadow:0 10px 24px rgba(20,18,16,0.28); }
.btn-ghost{
  border:1px solid var(--line);
  color:var(--ink);
  padding:14px 26px;
  border-radius:999px;
  font-weight:600;
  text-decoration:none;
  font-size:0.92rem;
  transition:border-color .2s ease, color .2s ease, transform .2s ease;
}
.btn-ghost:hover{ border-color:var(--terracotta-light); color:var(--terracotta-light); transform:translateY(-2px); }
.hero-img{
  position:relative;
  overflow:hidden;
}
.hero-img img{
  width:100%; height:100%; object-fit:cover;
  filter:saturate(1.08) contrast(1.02);
}

/* ---------- Pillars ---------- */
.pillars{
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
.pillars-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:0;
}
.pillar{
  padding:36px 30px;
  border-left:1px solid var(--line);
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.pillar:first-child{ border-left:none; }
.pillar.visible{ opacity:1; transform:translateY(0); }
.pillar:nth-child(1){ transition-delay:0s; }
.pillar:nth-child(2){ transition-delay:.12s; }
.pillar:nth-child(3){ transition-delay:.24s; }
.pillar h3{
  font-size:1.15rem;
  margin-bottom:8px;
}
.pillar p{
  color:#57564d;
  font-size:0.92rem;
  margin:0;
}

/* ---------- Eternal ---------- */
.eternal{
  background:var(--pale);
  color:var(--ink);
  text-align:center;
  padding:110px 0;
}
.eternal .eyebrow{ color:var(--terracotta); margin-bottom:18px; display:block; }
.eternal h2{
  font-size:clamp(1.9rem, 4vw, 3rem);
  max-width:760px;
  margin:0 auto 24px auto;
  color:var(--ink);
  line-height:1.15;
}
.eternal p{
  color:#57564d;
  max-width:560px;
  margin:0 auto;
  font-size:1.05rem;
}

/* ---------- Section generic ---------- */
section{ padding:96px 0; }
.section-head{
  max-width:640px;
  margin-bottom:52px;
}
.section-head .eyebrow{ margin-bottom:14px; display:block; }
.section-head h2{
  font-size:clamp(1.7rem, 3vw, 2.4rem);
  color:var(--ink);
}
.section-head p{
  color:#57564d;
  font-size:1.02rem;
  max-width:520px;
}

/* ---------- Collection switcher (signature element) ---------- */
.collections{
  background:var(--pale-2);
  color:var(--ink);
}
.collections .section-head h2{ color:var(--ink); }
.collections .section-head p{ color:#57564d; }

.switch{
  display:inline-flex;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:999px;
  padding:5px;
  margin-bottom:44px;
  gap:4px;
}
.switch button{
  font-family:'Work Sans', sans-serif;
  font-weight:600;
  font-size:0.9rem;
  padding:11px 24px;
  border-radius:999px;
  border:none;
  background:transparent;
  color:#6b6a62;
  cursor:pointer;
  transition:background .3s ease, color .3s ease;
}
.switch button.active{
  background:var(--accent);
  color:#1b1a16;
}
.switch button:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:2px;
}

.collection-panel{
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:56px;
  align-items:center;
}
.collection-media{ position:relative; }
.collection-media .main-photo{
  border-radius:10px;
  overflow:hidden;
  aspect-ratio:4/5;
}
.collection-media .main-photo img{
  width:100%; height:100%; object-fit:cover;
  opacity:0;
  animation:fadeIn .6s ease forwards;
}
@keyframes fadeIn{ to{ opacity:1; } }
.thumb-row{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(70px, 1fr));
  gap:10px;
  margin-top:12px;
}
.thumb-row .thumb{
  aspect-ratio:1/1;
  border-radius:8px;
  overflow:hidden;
  border:2px solid transparent;
  cursor:default;
  transition:transform .3s ease;
}
.thumb-row .thumb:hover{ transform:rotate(-2deg) scale(1.03); }
.thumb-row .thumb img{ width:100%; height:100%; object-fit:cover; }

.collection-text .name{
  font-family:'Fraunces', serif;
  font-size:2.1rem;
  font-weight:600;
  color:var(--accent-light);
  margin-bottom:14px;
  transition:color .5s ease;
}
.collection-text p{
  color:#57564d;
  font-size:1.02rem;
  margin-bottom:26px;
}
.spec-line{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.spec-line span{
  font-family:'JetBrains Mono', monospace;
  font-size:0.7rem;
  letter-spacing:0.05em;
  color:var(--ink);
  background:var(--paper);
  border:1px solid var(--line);
  padding:9px 16px;
  border-radius:999px;
}

/* ---------- Luxury ---------- */
.luxury{ background:var(--paper); color:var(--ink); }
.luxury-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:64px;
  align-items:center;
}
.luxury-media{
  position:relative;
  border-radius:10px;
  overflow:hidden;
  aspect-ratio:4/5;
}
.luxury-media img{ width:100%; height:100%; object-fit:cover; filter:saturate(1.05) brightness(0.96); transition:transform .5s ease; }
.luxury-media:hover img{ transform:scale(1.05); }
.luxury-media::after{
  content:"";
  position:absolute; inset:0;
  border:1px solid rgba(211,172,116,0.35);
  border-radius:10px;
  pointer-events:none;
}
.luxury-text .eyebrow{ color:var(--terracotta); margin-bottom:18px; display:block; }
.luxury-text h2{
  font-size:clamp(1.8rem, 3.2vw, 2.6rem);
  color:var(--ink);
  line-height:1.16;
  margin-bottom:24px;
}
.luxury-text p{ color:#57564d; font-size:1.05rem; margin-bottom:30px; }
.luxury-text .spec-line{
  border-top:none;
  padding-top:0;
  gap:10px;
}
.luxury-text .spec-line span{
  font-family:'JetBrains Mono', monospace;
  font-size:0.7rem;
  letter-spacing:0.05em;
  color:var(--ink);
  background:var(--pale-2);
  border:1px solid var(--line);
  padding:9px 16px;
  border-radius:999px;
}

/* ---------- Pose section ---------- */
.pose{ background:var(--pale); }
.pose-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:56px;
  align-items:center;
}
.pose-text p{ color:#4a4940; font-size:1.02rem; margin-bottom:26px; }
.pose-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.pose-stats .stat{
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:10px;
  padding:16px 14px;
}
.pose-stats .stat .label{
  font-family:'JetBrains Mono', monospace;
  font-size:0.68rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--gold);
  display:block;
  margin-bottom:6px;
}
.pose-stats .stat .value{ font-size:0.88rem; font-weight:600; color:var(--ink); }
.pose-media{
  border-radius:10px;
  overflow:hidden;
  aspect-ratio:4/5;
}
.pose-media img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.pose-media:hover img{ transform:scale(1.05); }

/* ---------- Realisations ---------- */
.realisations-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}
.real-card{ position:relative; border-radius:10px; overflow:hidden; aspect-ratio:3/4; box-shadow:0 14px 30px rgba(20,18,16,0.16); transition:box-shadow .3s ease; }
.real-card img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.real-card:hover{ box-shadow:0 20px 40px rgba(20,18,16,0.26); }
.real-card:hover img{ transform:scale(1.06); }
.real-card img[src="images/livraison-2.jpg"]{ transform:scale(1.18); transform-origin:bottom right; }
.real-card:hover img[src="images/livraison-2.jpg"]{ transform:scale(1.25); }
.real-card .cap{
  position:absolute; left:0; right:0; bottom:0;
  padding:16px 14px;
  background:linear-gradient(0deg, rgba(27,26,22,0.85), rgba(27,26,22,0));
  color:#f2efe4;
  font-size:0.8rem;
  font-weight:500;
}

/* ---------- Process ---------- */
.process{ background:var(--pale-2); color:var(--ink); }
.process .section-head h2{ color:var(--ink); }
.process .section-head p{ color:#57564d; }
.process-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:0;
  border-top:1px solid var(--line);
}
.step{
  padding:44px 26px 0 26px;
  border-right:1px solid var(--line);
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
}
.step:first-child{ padding-left:0; }
.step:last-child{ border-right:none; }
.step.visible{ opacity:1; transform:translateY(0); }
.step:nth-child(1){ transition-delay:0s; }
.step:nth-child(2){ transition-delay:.12s; }
.step:nth-child(3){ transition-delay:.24s; }
.step:nth-child(4){ transition-delay:.36s; }
.step h3{ font-size:1.05rem; color:var(--ink); margin-bottom:10px; }
.step p{ color:#57564d; font-size:0.88rem; }
.process-photos{
  display:grid;
  grid-template-columns:1fr;
  max-width:640px;
  gap:16px;
  margin-top:48px;
}
.process-photos .frame{ border-radius:10px; overflow:hidden; aspect-ratio:16/10; }
.process-photos img{ width:100%; height:100%; object-fit:cover; display:block; }

/* ---------- Compare ---------- */
.compare-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  border:1px solid var(--line);
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 20px 44px rgba(20,18,16,0.14);
}
.compare-col{ padding:36px 34px; }
.compare-col.old{ background:var(--paper); }
.compare-col.new{ background:var(--terracotta); color:var(--paper); }
.compare-col h3{
  font-size:1.05rem;
  font-family:'JetBrains Mono', monospace;
  text-transform:uppercase;
  letter-spacing:0.04em;
  font-weight:500;
  margin-bottom:22px;
}
.compare-col.old h3{ color:#8a8a80; }
.compare-col.new h3{ color:var(--paper); }
.compare-col ul{ list-style:none; margin:0; padding:0; }
.compare-col li{
  padding:12px 0;
  border-top:1px solid var(--line);
  font-size:0.95rem;
}
.compare-col.new li{ border-top:1px solid var(--line-light); }
.compare-col.old li{ color:#57564d; }
.compare-col.new li{ color:#e2dfd2; }

/* ---------- Devis ---------- */
.devis{ background:var(--pale); }
.devis-card{
  max-width:640px;
  margin:0 auto;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:10px;
  padding:40px 36px;
  box-shadow:0 24px 48px rgba(20,18,16,0.12);
}
.devis-modes{
  display:inline-flex;
  background:var(--pale-2);
  border-radius:999px;
  padding:5px;
  gap:4px;
  margin-bottom:28px;
}
.devis-modes button{
  font-family:'Work Sans', sans-serif;
  font-weight:600;
  font-size:0.85rem;
  padding:9px 18px;
  border-radius:999px;
  border:none;
  background:transparent;
  color:#57564d;
  cursor:pointer;
  transition:background .3s ease, color .3s ease;
}
.devis-modes button.active{ background:var(--terracotta); color:var(--paper); }
.devis-modes button:focus-visible{ outline:2px solid var(--gold); outline-offset:2px; }
.devis-fields{ display:flex; gap:16px; flex-wrap:wrap; margin-bottom:8px; }
.devis-field{ flex:1; min-width:140px; }
.devis-field label{
  display:block;
  font-family:'JetBrains Mono', monospace;
  font-size:0.68rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:#6b6a62;
  margin-bottom:8px;
}
.devis-field input{
  width:100%;
  padding:12px 14px;
  border:1px solid var(--line);
  border-radius:10px;
  font-family:'Work Sans', sans-serif;
  font-size:0.98rem;
  color:var(--ink);
  background:var(--paper);
  transition:border-color .2s ease, box-shadow .2s ease;
}
.devis-field input:focus{ outline:none; border-color:var(--terracotta); box-shadow:0 0 0 3px rgba(184,84,46,0.14); }
.devis-note{ font-size:0.82rem; color:#8a8a80; margin:6px 0 28px 0; }
.devis-result{
  border-top:1px solid var(--line);
  padding-top:24px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-bottom:28px;
}
.devis-result .item .label{
  font-family:'JetBrains Mono', monospace;
  font-size:0.68rem;
  letter-spacing:0.06em;
  text-transform:uppercase;
  color:var(--gold);
  display:block;
  margin-bottom:6px;
}
.devis-result .item .value{ font-size:1.15rem; font-weight:600; color:var(--ink); font-family:'Fraunces', serif; }

.devis-alt{
  max-width:640px;
  margin:40px auto 0 auto;
  text-align:center;
  padding-top:32px;
  border-top:1px solid var(--line);
}
.devis-alt p{ color:#57564d; margin-bottom:20px; font-size:0.98rem; }

/* ---------- CTA / Footer ---------- */
.cta{
  background:var(--pale-2);
  text-align:center;
  padding:110px 0;
}
.cta h2{
  font-size:clamp(1.8rem,3.6vw,2.8rem);
  max-width:680px;
  margin:0 auto 18px auto;
}
.cta p{
  color:#57564d;
  max-width:480px;
  margin:0 auto 36px auto;
  font-size:1.02rem;
}
.cta-buttons{ display:flex; justify-content:center; gap:16px; flex-wrap:wrap; }
.btn-whatsapp{
  display:inline-flex; align-items:center; gap:10px;
  background:#25D366; color:#0e3320;
  padding:16px 30px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  font-size:0.98rem;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-whatsapp:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(14,51,32,0.3); }
.btn-whatsapp svg{ width:20px; height:20px; }
.btn-dark{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--ink); color:var(--paper);
  padding:16px 30px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  font-size:0.98rem;
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-dark:hover{ transform:translateY(-2px); box-shadow:0 10px 24px rgba(20,18,16,0.3); }

footer{
  background:var(--paper);
  color:#6b6a62;
  border-top:1px solid var(--line);
  padding:36px 0;
  font-size:0.82rem;
}
.footer-inner{
  display:flex; justify-content:space-between; align-items:center;
  flex-wrap:wrap; gap:12px;
}
.footer-links{ display:flex; gap:18px; flex-wrap:wrap; }
.footer-links a{ text-decoration:none; color:#6b6a62; }
.footer-links a:hover{ color:var(--terracotta); }
footer .foot-logo{ color:var(--ink); font-family:'Fraunces', serif; font-weight:600; }

/* ---------- Floating devis CTA ---------- */
.floating-devis{
  position:fixed;
  bottom:22px; left:22px;
  z-index:60;
  display:inline-flex; align-items:center; gap:8px;
  background:var(--terracotta);
  color:var(--paper);
  padding:14px 22px;
  border-radius:999px;
  font-weight:600;
  font-size:0.88rem;
  text-decoration:none;
  box-shadow:0 10px 24px rgba(20,18,16,0.22);
  opacity:0;
  transform:translateY(14px);
  pointer-events:none;
  transition:opacity .3s ease, transform .3s ease, background .2s ease, box-shadow .2s ease;
}
.floating-devis.visible{ opacity:1; transform:translateY(0); pointer-events:auto; }
.floating-devis:hover{ background:var(--terracotta-light); transform:translateY(-2px); box-shadow:0 14px 30px rgba(20,18,16,0.28); }
.floating-devis svg{ width:16px; height:16px; flex-shrink:0; }
@media (max-width:560px){
  .floating-devis span{ display:none; }
  .floating-devis{ padding:14px; }
}

/* ---------- Floating WhatsApp ---------- */
.floating-wa{
  position:fixed;
  bottom:22px; right:22px;
  z-index:60;
  background:#25D366;
  width:58px; height:58px;
  border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px rgba(0,0,0,0.25);
  animation:pulse 2.6s ease-in-out infinite;
}
.floating-wa svg{ width:28px; height:28px; }
@keyframes pulse{
  0%,100%{ box-shadow:0 8px 24px rgba(0,0,0,0.25), 0 0 0 0 rgba(37,211,102,0.5); }
  50%{ box-shadow:0 8px 24px rgba(0,0,0,0.25), 0 0 0 10px rgba(37,211,102,0); }
}

a:focus-visible, button:focus-visible{
  outline:2px solid var(--gold);
  outline-offset:3px;
}

/* ---------- Blog ---------- */
.blog-hero{
  background:var(--pale-2);
  padding:64px 0 56px 0;
}
.blog-hero .eyebrow{ color:var(--terracotta); margin-bottom:14px; display:block; }
.blog-hero h1{ color:var(--ink); font-size:clamp(1.8rem, 3.4vw, 2.6rem); max-width:640px; }
.blog-hero p{ color:#57564d; max-width:560px; font-size:1.02rem; margin-top:12px; }

.blog-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));
  gap:28px;
}
.blog-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 14px 30px rgba(20,18,16,0.08);
  transition:box-shadow .3s ease, transform .3s ease;
}
.blog-card:hover{ box-shadow:0 20px 40px rgba(20,18,16,0.16); transform:translateY(-3px); }
.blog-card .thumb{ aspect-ratio:16/10; overflow:hidden; }
.blog-card .thumb img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.blog-card:hover .thumb img{ transform:scale(1.05); }
.blog-card .body{ padding:24px 26px 28px; display:flex; flex-direction:column; flex:1; }
.blog-card .tag{
  font-family:'JetBrains Mono', monospace;
  font-size:0.68rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--terracotta);
  margin-bottom:10px;
}
.blog-card h2{ font-size:1.25rem; margin-bottom:10px; color:var(--ink); }
.blog-card p{ color:#57564d; font-size:0.92rem; margin:0 0 18px 0; flex:1; }
.blog-card .read-more{ font-weight:600; font-size:0.85rem; color:var(--ink); }
.blog-card:hover .read-more{ color:var(--terracotta); }

.breadcrumb{
  font-family:'JetBrains Mono', monospace;
  font-size:0.76rem;
  letter-spacing:0.04em;
  color:#6b6a62;
  margin-bottom:24px;
}
.breadcrumb a{ text-decoration:none; color:#6b6a62; }
.breadcrumb a:hover{ color:var(--terracotta); }

.article{ padding:56px 0 40px 0; }
.article-header{ max-width:720px; margin:0 auto 40px auto; }
.article-header .eyebrow{ margin-bottom:14px; display:block; }
.article-header h1{ font-size:clamp(1.9rem, 3.6vw, 2.7rem); color:var(--ink); line-height:1.15; }
.article-meta{ color:#8a8a80; font-size:0.86rem; margin-top:16px; }
.article-cover{ max-width:900px; margin:0 auto 48px auto; border-radius:10px; overflow:hidden; aspect-ratio:16/8; }
.article-cover img{ width:100%; height:100%; object-fit:cover; }
.article-body{ max-width:720px; margin:0 auto; font-size:1.05rem; color:#3a3934; }
.article-body p{ margin:0 0 22px 0; }
.article-body h2{ font-size:1.5rem; color:var(--ink); margin:48px 0 18px 0; }
.article-body h3{ font-size:1.15rem; color:var(--ink); margin:32px 0 14px 0; }
.article-body ul, .article-body ol{ margin:0 0 22px 0; padding-left:22px; }
.article-body li{ margin-bottom:10px; }
.article-body strong{ color:var(--ink); }
.article-body blockquote{
  margin:32px 0;
  padding:20px 26px;
  border-left:3px solid var(--terracotta);
  background:var(--pale);
  border-radius:0 8px 8px 0;
  font-style:italic;
  color:#4a4940;
}
.article-cta{
  max-width:720px;
  margin:48px auto 0 auto;
  padding:32px 30px;
  background:var(--pale-2);
  border-radius:10px;
  text-align:center;
}
.article-cta h3{ margin-bottom:10px; color:var(--ink); }
.article-cta p{ color:#57564d; margin-bottom:20px; }
.article-cta .cta-buttons{ display:flex; justify-content:center; gap:14px; flex-wrap:wrap; }

.related{
  max-width:720px;
  margin:56px auto 0 auto;
  padding-top:32px;
  border-top:1px solid var(--line);
}
.related h3{ font-size:1.05rem; color:var(--ink); margin-bottom:16px; }
.related ul{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.related a{
  color:var(--ink);
  text-decoration:none;
  font-weight:600;
  border-bottom:1px solid var(--line);
  display:block;
  padding-bottom:12px;
  transition:color .2s ease, border-color .2s ease;
}
.related li:last-child a{ border-bottom:none; padding-bottom:0; }
.related a:hover{ color:var(--terracotta); border-color:var(--terracotta); }

/* ---------- Responsive ---------- */
@media (max-width: 900px){
  .hero{ grid-template-columns:1fr; min-height:auto; }
  .hero-img{ order:-1; height:340px; }
  .hero-copy{ margin:0; max-width:none; padding:44px 24px; }
  .pillars-grid{ grid-template-columns:1fr; }
  .pillar{ border-left:none; border-top:1px solid var(--line); }
  .pillar:first-child{ border-top:none; }
  .collection-panel{ grid-template-columns:1fr; gap:32px; }
  .luxury-grid{ grid-template-columns:1fr; gap:32px; }
  .pose-grid{ grid-template-columns:1fr; gap:32px; }
  .pose-media{ order:-1; }
  .realisations-grid{ grid-template-columns:1fr 1fr; }
  .process-grid{ grid-template-columns:1fr 1fr; }
  .step{ border-right:none; border-bottom:1px solid var(--line); padding-bottom:24px; margin-bottom:24px; }
  .process-photos{ grid-template-columns:1fr; }
  .compare-grid{ grid-template-columns:1fr; }
  .devis-card{ padding:28px 22px; }
  .devis-result{ grid-template-columns:1fr 1fr; }
  .blog-grid{ grid-template-columns:1fr; }
  section{ padding:64px 0; }
  .wrap{ padding:0 20px; }
}
@media (max-width:560px){
  .realisations-grid{ grid-template-columns:1fr 1fr; }
  .header-inner{ padding:14px 20px; }
  .btn-call span{ display:none; }
  .nav-link{ display:none; }
}
