/* =============================================================================
   LOGUETOWN — Fiche annonce « Le Dossier » (production CSS, no Tailwind)
   Layout éditorial maison de vente. Scopé .dsr-page. Chargé sur annonce.php
   quand $dossier_enabled (mode par défaut). Dark gallery + champagne.
   ============================================================================= */

.dsr-page{
  --champ:#c8a04a; --gold:#d4a017; --gold-l:#f0c842;
  --line:rgba(200,160,74,.16); --line-2:rgba(200,160,74,.34);
  --cream:#ece3d1; --cream-2:#cdc3ac; --cream-3:#8b8470;
  --dsr-ease:cubic-bezier(.22,1,.36,1);
  --f-display:"Fraunces",Georgia,serif;
  --f-label:"Cinzel",serif;
  --f-sans:"Jost","Segoe UI",system-ui,sans-serif;

  position:relative;
  font-family:var(--f-sans);
  color:var(--cream);
  background:
    radial-gradient(120% 70% at 50% -8%, rgba(212,160,23,.07), transparent 55%),
    radial-gradient(80% 50% at 100% 0%, rgba(192,57,43,.04), transparent 50%),
    linear-gradient(180deg,#08101e 0%, #060b14 55%, #05080f 100%);
  padding-bottom:clamp(3rem,7vw,5rem);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
.dsr-page::before{
  content:""; position:absolute; inset:0; pointer-events:none; z-index:0; opacity:.045; mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.dsr-wrap{ position:relative; z-index:1; max-width:1340px; margin:0 auto; padding-inline:clamp(1rem,4vw,2.25rem); }

.dsr-rule{ height:1px; background:linear-gradient(90deg,transparent,var(--line-2),transparent); }
.dsr-eyebrow{ font-family:var(--f-label); font-size:.625rem; letter-spacing:.4em; text-transform:uppercase; color:var(--champ); }
.dsr-kicker{ font-family:var(--f-label); font-size:.625rem; letter-spacing:.4em; text-transform:uppercase; color:var(--cream-3); }

/* ---------- BREADCRUMB / RETOUR ---------- */
.dsr-crumbs{ display:flex; align-items:center; justify-content:space-between; gap:1rem; flex-wrap:wrap;
  padding-top:clamp(1.25rem,3vw,2rem); }
.dsr-back{ display:inline-flex; align-items:center; gap:.55rem; text-decoration:none;
  font-family:var(--f-label); font-size:.62rem; letter-spacing:.22em; text-transform:uppercase; color:var(--champ);
  padding:.55rem .95rem; border:1px solid var(--line-2); border-radius:999px; background:rgba(200,160,74,.04);
  transition:background .3s var(--dsr-ease),border-color .3s var(--dsr-ease),color .3s var(--dsr-ease); }
.dsr-back svg{ transition:transform .35s var(--dsr-ease); }
.dsr-back:hover{ background:rgba(200,160,74,.12); border-color:var(--champ); color:var(--gold-l); }
.dsr-back:hover svg{ transform:scaleX(-1) translateX(3px); }
.dsr-crumbs__trail{ font-family:var(--f-label); font-size:.6rem; letter-spacing:.24em; text-transform:uppercase; color:var(--cream-3); display:flex; align-items:center; gap:.5rem; }
.dsr-crumbs__trail a{ color:var(--cream-3); text-decoration:none; transition:color .25s var(--dsr-ease); }
.dsr-crumbs__trail a:hover{ color:var(--champ); }
.dsr-crumbs__trail .sep{ color:rgba(200,160,74,.4); }
.dsr-crumbs__trail .cur{ color:var(--cream-2); }
@media (max-width:560px){ .dsr-crumbs__trail{ display:none; } .dsr-crumbs{ justify-content:flex-start; } }

/* ---------- HERO ---------- */
.dsr-hero{ display:grid; grid-template-columns:1fr minmax(360px,430px); gap:clamp(1.75rem,3.5vw,3rem); padding-top:clamp(1.5rem,3.5vw,2.5rem); align-items:start; }
@media (max-width:1000px){ .dsr-hero{ grid-template-columns:1fr; } }

.dsr-visual{ display:flex; gap:1rem; min-width:0; }
.dsr-rail{ display:flex; flex-direction:column; align-items:center; justify-content:space-between; padding-block:.4rem; flex-shrink:0; }
@media (max-width:680px){ .dsr-rail{ display:none; } }
.dsr-rail span{ writing-mode:vertical-rl; text-orientation:mixed; letter-spacing:.42em; font-family:var(--f-label); font-size:.6rem; text-transform:uppercase; }
.dsr-rail .top{ color:rgba(200,160,74,.8); } .dsr-rail .bot{ color:var(--cream-3); }

.dsr-frame{ position:relative; overflow:hidden; background:#070d18; border-radius:2px; }
.dsr-frame::after{ content:""; position:absolute; inset:14px; border:1px solid rgba(236,227,209,.12); z-index:3; pointer-events:none; }
.dsr-frame::before{ content:""; position:absolute; inset:0; z-index:2; pointer-events:none; background:linear-gradient(180deg,transparent 55%,rgba(5,8,15,.5)); }
.dsr-frame > picture{ display:block; width:100%; height:100%; }
.dsr-frame > img,
.dsr-frame > picture > img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform 1.2s var(--dsr-ease),filter .8s var(--dsr-ease); filter:saturate(.95) contrast(1.03); }
.dsr-frame:hover > img,
.dsr-frame:hover > picture > img{ transform:scale(1.05); }
.dsr-stage{ flex:1; min-width:0; }
.dsr-stage-frame{ aspect-ratio:4/5; }
/* Hero : image entière à l'échelle du cadre (pas de recadrage), montée sur fond sombre */
.dsr-stage-frame > img,
.dsr-stage-frame > picture > img{
  object-fit:contain !important;
  padding:clamp(1rem,3vw,2.25rem);
  background:radial-gradient(120% 90% at 50% 35%, rgba(212,160,23,.06), transparent 60%), #070d18;
}
@media (max-width:680px){ .dsr-stage-frame{ aspect-ratio:1/1; } }
.dsr-stage-ph{ position:absolute; inset:0; display:flex; align-items:center; justify-content:center; color:var(--cream-3); font-family:var(--f-display); font-size:2rem; background:linear-gradient(135deg,#0a1424,#0d1d36); }

.dsr-seal{ position:absolute; top:1.1rem; right:1.1rem; width:72px; height:72px; z-index:4; }
.dsr-seal__disc{ position:absolute; inset:0; border-radius:50%; display:grid; place-items:center; color:#06101f;
  background:radial-gradient(circle at 35% 30%,var(--gold-l),var(--gold) 45%,#8a5e0c 100%);
  box-shadow:0 6px 20px -4px rgba(212,160,23,.5), inset 0 1px 2px rgba(255,255,255,.4), inset 0 -3px 6px rgba(0,0,0,.3);
  animation:dsr-seal 6s ease-in-out infinite; }
.dsr-seal__disc span{ font-family:var(--f-label); font-size:.46rem; letter-spacing:.16em; font-weight:600; line-height:1.25; text-align:center; padding:0 .25rem; }
@keyframes dsr-seal{ 0%,100%{transform:rotate(-7deg) translateY(0)} 50%{transform:rotate(-7deg) translateY(-3px)} }
.dsr-seal__ring{ position:absolute; inset:-6px; animation:dsr-spin 26s linear infinite; }
@keyframes dsr-spin{ to{transform:rotate(360deg)} }

.dsr-zoom{ position:absolute; bottom:1.1rem; left:1.1rem; z-index:4; display:inline-flex; align-items:center; gap:.5rem; cursor:pointer;
  font-family:var(--f-label); font-size:.56rem; letter-spacing:.2em; text-transform:uppercase; color:rgba(236,227,209,.9);
  background:rgba(5,8,15,.45); border:1px solid rgba(236,227,209,.15); padding:.4rem .75rem; backdrop-filter:blur(6px); }
.dsr-zoom:hover{ color:var(--gold-l); border-color:var(--line-2); }

.dsr-thumbs{ display:flex; gap:.75rem; margin-top:1rem; flex-wrap:wrap; }
.dsr-thumb{ width:78px; height:78px; flex-shrink:0; padding:0; border:0; cursor:pointer; opacity:.5; transition:opacity .35s var(--dsr-ease),transform .35s var(--dsr-ease); border-radius:2px; overflow:hidden; }
.dsr-thumb > img{ width:100%; height:100%; object-fit:cover; display:block; }
.dsr-thumb:hover{ opacity:.85; transform:translateY(-2px); }
.dsr-thumb.is-active{ opacity:1; box-shadow:0 0 0 1px var(--champ),0 0 14px -4px rgba(212,160,23,.5); }

/* ---------- DOSSIER (sticky) ---------- */
.dsr-dossier{ position:sticky; top:96px; align-self:start; min-width:0; }
@media (max-width:1000px){ .dsr-dossier{ position:static; } }
.dsr-cat{ display:block; margin-bottom:.75rem; }
.dsr-title{ font-family:var(--f-display); font-weight:500; font-size:clamp(1.7rem,3.4vw,2.7rem); line-height:1.04; letter-spacing:-.01em; color:var(--cream); margin:0 0 .65rem; }
.dsr-title em{ font-style:italic; color:var(--cream-2); }
.dsr-sub{ font-family:var(--f-sans); font-weight:300; font-size:15px; color:rgba(205,195,172,.72); margin:0 0 1.1rem; }
.dsr-rating{ display:flex; align-items:center; gap:.75rem; margin-bottom:1.35rem; font-size:13px; color:rgba(205,195,172,.62); }
.dsr-stars{ letter-spacing:.1em; color:var(--champ); font-size:14px; }
.dsr-rating .cert{ color:rgba(200,160,74,.85); }

.dsr-pricebox{ border:1px solid var(--line); border-radius:3px; padding:1.25rem; margin:1.4rem 0 1.2rem; background:rgba(255,255,255,.02); }
.dsr-pricebox__top{ display:flex; align-items:flex-end; justify-content:space-between; gap:1rem; }
.dsr-price-label{ font-family:var(--f-label); font-size:.56rem; letter-spacing:.3em; text-transform:uppercase; color:var(--cream-3); margin:0 0 .35rem; }
.dsr-price{ font-family:var(--f-display); font-weight:500; font-size:clamp(2rem,4vw,2.5rem); letter-spacing:-.02em; line-height:1; color:var(--cream); }
.dsr-price .eur{ color:var(--champ); font-size:.6em; vertical-align:top; }
.dsr-cond{ align-self:flex-start; font-family:var(--f-label); font-size:.56rem; letter-spacing:.18em; text-transform:uppercase; color:rgba(236,227,209,.9); background:rgba(200,160,74,.1); border:1px solid var(--line-2); padding:.3rem .6rem; white-space:nowrap; }
.dsr-secure{ font-size:12px; color:var(--cream-3); margin:.75rem 0 0; display:flex; align-items:center; gap:.5rem; }

.dsr-ctas{ display:flex; flex-direction:column; gap:.65rem; margin-bottom:1.2rem; }
.dsr-ctas__row{ display:flex; gap:.65rem; }
.dsr-btn{ display:inline-flex; align-items:center; justify-content:center; gap:.5rem; cursor:pointer; text-decoration:none; font-family:var(--f-label); text-transform:uppercase; }
.dsr-btn-acq{ position:relative; overflow:hidden; isolation:isolate; height:56px; width:100%; font-size:.7rem; letter-spacing:.24em; font-weight:600; color:#06101f;
  background:linear-gradient(135deg,var(--gold-l),#b8860b); border:0;
  clip-path:polygon(9px 0,100% 0,calc(100% - 9px) 100%,0 100%);
  transition:transform .4s var(--dsr-ease),box-shadow .4s var(--dsr-ease); }
.dsr-btn-acq::after{ content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.5) 50%,transparent 70%); transform:translateX(-130%); transition:transform .8s var(--dsr-ease); }
.dsr-btn-acq:hover{ transform:translateY(-2px); box-shadow:0 16px 36px -12px rgba(212,160,23,.55); color:#06101f; }
.dsr-btn-acq:hover::after{ transform:translateX(130%); }
.dsr-btn-acq > *{ position:relative; z-index:2; }
.dsr-btn-ghost{ flex:1; height:48px; font-size:.62rem; letter-spacing:.2em; color:var(--champ); background:transparent; border:1px solid var(--line-2);
  clip-path:polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%); transition:background .3s var(--dsr-ease),border-color .3s var(--dsr-ease),color .3s var(--dsr-ease); }
.dsr-btn-ghost:hover{ background:rgba(200,160,74,.1); border-color:var(--champ); color:var(--gold-l); }
.dsr-fav{ width:48px; height:48px; display:grid; place-items:center; border:1px solid var(--line-2); color:rgba(236,227,209,.8); background:transparent; cursor:pointer;
  clip-path:polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%); transition:transform .3s var(--dsr-ease),color .3s var(--dsr-ease); }
.dsr-fav:hover{ transform:scale(1.06); }
.dsr-fav.is-favori{ color:#e8c45a; }
.dsr-fav.is-favori svg{ fill:currentColor; }
.dsr-fav.pop{ animation:dsr-pop .45s var(--dsr-ease); } @keyframes dsr-pop{ 0%{transform:scale(1)}40%{transform:scale(1.25)}100%{transform:scale(1)} }
.dsr-meta-row{ display:flex; align-items:center; justify-content:space-between; font-size:12px; color:var(--cream-3); }
.dsr-meta-row .live{ display:inline-flex; align-items:center; gap:.4rem; }
.dsr-meta-row .live::before{ content:""; width:6px; height:6px; border-radius:50%; background:#34d399; }
.dsr-offer-banner{ border:1px solid var(--line-2); background:rgba(200,160,74,.08); padding:.75rem 1rem; border-radius:3px; font-size:13px; color:var(--cream-2); margin-bottom:1rem; }

/* ---------- CARTEL (spec band) ---------- */
.dsr-cartel{ margin-top:clamp(2.5rem,6vw,4.5rem); }
.dsr-cartel__grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); border-top:1px solid var(--line); border-left:1px solid var(--line); border-radius:3px; overflow:hidden; background:rgba(255,255,255,.015); margin-top:1.25rem; }
.dsr-cell{ padding:1.15rem 1.25rem; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.dsr-cell__k{ font-family:var(--f-label); font-size:.5rem; letter-spacing:.26em; text-transform:uppercase; color:var(--cream-3); margin:0 0 .4rem; }
.dsr-cell__v{ font-family:var(--f-display); font-size:1.1rem; color:var(--cream); margin:0; }
.dsr-cell__v.is-champ{ color:var(--champ); }

/* ---------- DESCRIPTION + PROVENANCE ---------- */
.dsr-editorial{ margin-top:clamp(2.5rem,6vw,4.5rem); display:grid; grid-template-columns:1.5fr 1fr; gap:clamp(2rem,5vw,4rem); }
@media (max-width:900px){ .dsr-editorial{ grid-template-columns:1fr; gap:2.5rem; } }
.dsr-desc p{ font-family:var(--f-sans); font-weight:300; font-size:16px; line-height:1.85; color:rgba(205,195,172,.82); margin:0 0 1.25rem; }
.dsr-desc p:last-child{ margin-bottom:0; }
.dsr-desc .dsr-dropcap::first-letter{ font-family:var(--f-display); font-weight:500; float:left; font-size:4.2rem; line-height:.76; padding:.4rem .55rem 0 0; color:var(--champ); }

.dsr-prov{ position:relative; }
.dsr-prov ol{ list-style:none; margin:1.25rem 0 0; padding:0 0 0 1.4rem; position:relative; }
.dsr-prov ol::before{ content:""; position:absolute; left:4px; top:6px; bottom:6px; width:1px; background:var(--line-2); }
.dsr-prov li{ position:relative; margin-bottom:1.4rem; }
.dsr-prov li:last-child{ margin-bottom:0; }
.dsr-prov li::before{ content:""; position:absolute; left:-1.4rem; top:5px; width:10px; height:10px; border-radius:50%; background:var(--champ); }
.dsr-prov li.is-end::before{ background:#05080f; border:1px solid var(--champ); }
.dsr-prov li.is-mid::before{ background:rgba(200,160,74,.6); }
.dsr-prov__t{ font-family:var(--f-display); font-size:1rem; color:var(--cream); margin:0; }
.dsr-prov__d{ font-size:12px; color:var(--cream-3); margin:.2rem 0 0; }

/* ---------- SELLER ---------- */
.dsr-seller-sec{ margin-top:clamp(2.5rem,6vw,4.5rem); }
.dsr-seller{ display:flex; align-items:center; justify-content:space-between; gap:1.5rem; flex-wrap:wrap; border:1px solid var(--line); border-radius:3px; padding:clamp(1.25rem,3vw,2rem); background:rgba(255,255,255,.015); }
.dsr-seller__id{ display:flex; align-items:center; gap:1.25rem; }
.dsr-seller__avatar{ position:relative; width:64px; height:64px; border-radius:50%; object-fit:cover; flex-shrink:0; box-shadow:0 0 0 1px var(--line-2); }
.dsr-seller__avatar-ph{ width:64px; height:64px; border-radius:50%; display:grid; place-items:center; font-family:var(--f-display); font-size:1.5rem; color:#06101f; flex-shrink:0; background:radial-gradient(circle at 35% 30%,var(--gold-l),var(--gold) 60%); }
.dsr-seller__k{ font-family:var(--f-label); font-size:.56rem; letter-spacing:.3em; text-transform:uppercase; color:var(--champ); margin:0 0 .25rem; }
.dsr-seller__name{ font-family:var(--f-display); font-size:1.25rem; color:var(--cream); margin:0; }
.dsr-seller__stats{ font-size:12px; color:var(--cream-3); margin:.35rem 0 0; }
.dsr-seller__actions{ display:flex; gap:.65rem; }
.dsr-seller__actions .dsr-btn-ghost{ flex:none; height:44px; padding-inline:1.25rem; }

/* ---------- GUARANTEES ---------- */
.dsr-guar{ margin-top:1rem; display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
@media (max-width:760px){ .dsr-guar{ grid-template-columns:1fr; } }
.dsr-guar__card{ border:1px solid var(--line); border-radius:3px; padding:1.25rem; display:flex; align-items:flex-start; gap:.85rem; background:rgba(255,255,255,.015); }
.dsr-guar__ic{ width:36px; height:36px; border-radius:3px; display:grid; place-items:center; background:rgba(200,160,74,.1); color:var(--champ); flex-shrink:0; }
.dsr-guar__t{ font-family:var(--f-display); font-size:1rem; color:var(--cream); margin:0; }
.dsr-guar__d{ font-size:12px; color:var(--cream-3); margin:.2rem 0 0; line-height:1.5; }

/* ---------- RELATED ---------- */
.dsr-related{ margin-top:clamp(3rem,7vw,6rem); }
.dsr-related__title{ font-family:var(--f-display); font-weight:500; font-size:clamp(1.4rem,3vw,1.9rem); text-align:center; color:var(--cream); margin:.5rem 0 2.25rem; }
.dsr-related__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
@media (max-width:860px){ .dsr-related__grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .dsr-related__grid{ grid-template-columns:1fr; } }
.dsr-lot{ display:flex; flex-direction:column; background:linear-gradient(180deg,rgba(18,36,64,.4),rgba(10,20,36,.6)); border:1px solid var(--line); text-decoration:none; color:inherit;
  transition:transform .55s var(--dsr-ease),box-shadow .55s var(--dsr-ease),border-color .55s var(--dsr-ease); }
.dsr-lot:hover{ transform:translateY(-6px); border-color:var(--line-2); box-shadow:0 30px 60px -24px rgba(0,0,0,.8),0 0 36px -10px rgba(212,160,23,.16); }
.dsr-lot__frame{ position:relative; aspect-ratio:4/5; overflow:hidden; background:#070d18; }
.dsr-lot__frame > img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform 1.1s var(--dsr-ease); }
.dsr-lot:hover .dsr-lot__frame > img{ transform:scale(1.07); }
.dsr-lot__no{ position:absolute; top:.7rem; left:.7rem; z-index:2; font-family:var(--f-label); font-size:.56rem; letter-spacing:.28em; color:rgba(236,227,209,.85); }
.dsr-lot__body{ padding:1.15rem; }
.dsr-lot__k{ font-family:var(--f-label); font-size:.56rem; letter-spacing:.3em; text-transform:uppercase; color:rgba(200,160,74,.9); margin:0 0 .5rem; }
.dsr-lot__name{ font-family:var(--f-display); font-size:1.05rem; line-height:1.3; color:var(--cream); margin:0 0 .8rem; }
.dsr-lot__rule{ width:30px; height:1px; background:var(--champ); margin-bottom:1rem; transition:width .6s var(--dsr-ease); }
.dsr-lot:hover .dsr-lot__rule{ width:100%; }
.dsr-lot__foot{ display:flex; align-items:flex-end; justify-content:space-between; }
.dsr-lot__price{ font-family:var(--f-display); font-size:1.2rem; color:var(--cream); }
.dsr-lot__price .eur{ color:var(--champ); font-size:.72em; vertical-align:top; }
.dsr-lot__cta{ display:inline-flex; align-items:center; gap:.4rem; font-family:var(--f-label); font-size:.56rem; letter-spacing:.2em; text-transform:uppercase; color:var(--champ); }
.dsr-lot__cta svg{ transition:transform .4s var(--dsr-ease); }
.dsr-lot:hover .dsr-lot__cta svg{ transform:translateX(4px); }

/* ---------- Section labels + arrows ---------- */
.dsr-arr svg{ transition:transform .4s var(--dsr-ease); }
.dsr-arr:hover svg{ transform:translateX(4px); }

/* ---------- Reveal ---------- */
.dsr-reveal{ opacity:0; transform:translateY(26px); transition:opacity .9s var(--dsr-ease),transform .9s var(--dsr-ease); }
.dsr-reveal.in{ opacity:1; transform:none; }

/* ---------- Mobile sticky acquisition bar ---------- */
/* Barre d'acquisition sticky — MOBILE-FIRST.
   Base (téléphone ≤768) : surélevée AU-DESSUS de la bottom-nav du site
   (.bottom-nav : fixed bottom z-1000, ~50px + safe-area — elle masquait la
   barre qui était à bottom:0 z-48). ≥769px la nav disparaît → bottom:0.
   ≥1024px : CTA inline du dossier visibles → barre masquée. */
.dsr-acqbar{ position:fixed; left:0; right:0; z-index:48; display:flex; align-items:center; gap:.75rem;
  border-top:1px solid var(--line-2); background:rgba(5,8,15,.9); backdrop-filter:blur(16px);
  bottom:calc(50px + max(8px, env(safe-area-inset-bottom, 0px)));
  padding:.6rem 1rem; }
.dsr-page{ padding-bottom:9.5rem; }
@media (min-width:769px){ /* borne legacy de .bottom-nav (max-768) */
  .dsr-acqbar{ bottom:0; padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0)); }
  .dsr-page{ padding-bottom:6rem; }
}
@media (min-width:1024px){
  .dsr-acqbar{ display:none; }
  .dsr-page{ padding-bottom:clamp(3rem,7vw,5rem); } /* valeur de base du fichier */
}
.dsr-acqbar__price{ min-width:0; }
.dsr-acqbar__price .p{ font-family:var(--f-display); font-size:1.25rem; line-height:1; color:var(--cream); margin:0; }
.dsr-acqbar__price .p .eur{ color:var(--champ); font-size:.7em; }
.dsr-acqbar__price .s{ font-size:10px; color:var(--cream-3); margin:.2rem 0 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dsr-acqbar .dsr-btn-acq{ width:auto; height:48px; padding-inline:1.5rem; margin-left:auto; }
.dsr-acqbar .dsr-fav{ width:48px; height:48px; flex-shrink:0; }

/* ---------- Light theme adaptation ---------- */
[data-theme="light"] .dsr-page{
  --cream:#1c2024; --cream-2:#3a414a; --cream-3:#6b6452; --line:rgba(168,111,18,.18); --line-2:rgba(168,111,18,.38);
  background:
    radial-gradient(120% 70% at 50% -8%, rgba(212,160,23,.10), transparent 55%),
    linear-gradient(180deg,#fbf7ef 0%,#f4ecdd 100%);
  color:#1c2024;
}
[data-theme="light"] .dsr-frame{ background:#efe7d6; }
[data-theme="light"] .dsr-title,[data-theme="light"] .dsr-price,[data-theme="light"] .dsr-cell__v,[data-theme="light"] .dsr-prov__t,[data-theme="light"] .dsr-seller__name,[data-theme="light"] .dsr-guar__t,[data-theme="light"] .dsr-lot__name,[data-theme="light"] .dsr-related__title{ color:#1c2024; }

/* ---------- Contrast hardening — beat global button styles (.lt26-btn, polish…) ---------- */
.dsr-page a.dsr-btn-acq,
.dsr-page button.dsr-btn-acq{
  background:linear-gradient(135deg,var(--gold-l),#b8860b)!important;
  color:#0a0f1a!important;
  font-weight:700!important;
  letter-spacing:.2em!important;
  text-shadow:none!important;
  border:0!important;
}
.dsr-page .dsr-btn-acq span,
.dsr-page .dsr-btn-acq svg{ color:#0a0f1a!important; }
.dsr-page a.dsr-btn-acq:hover,
.dsr-page button.dsr-btn-acq:hover{ color:#0a0f1a!important; }

.dsr-page a.dsr-btn-ghost,
.dsr-page button.dsr-btn-ghost{
  background:transparent!important;
  color:var(--champ)!important;
  border:1px solid var(--line-2)!important;
  font-weight:600!important;
  text-shadow:none!important;
}
.dsr-page a.dsr-btn-ghost:hover,
.dsr-page button.dsr-btn-ghost:hover{ background:rgba(200,160,74,.12)!important; color:var(--gold-l)!important; border-color:var(--champ)!important; }
[data-theme="light"] .dsr-page a.dsr-btn-ghost,
[data-theme="light"] .dsr-page button.dsr-btn-ghost{ color:#8a5a0f!important; }

/* Destructive "Supprimer" reads as a danger ghost */
.dsr-page form[action*="delete"] button.dsr-btn-ghost{
  color:#e7796b!important; border-color:rgba(231,121,107,.4)!important;
}
.dsr-page form[action*="delete"] button.dsr-btn-ghost:hover{
  background:rgba(231,121,107,.12)!important; color:#f3a395!important; border-color:rgba(231,121,107,.7)!important;
}

/* Favorite button must stay readable on dark */
.dsr-page a.dsr-fav,
.dsr-page button.dsr-fav{ background:transparent!important; color:rgba(236,227,209,.85)!important; border:1px solid var(--line-2)!important; }
.dsr-page .dsr-fav.is-favori{ color:#e8c45a!important; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  .dsr-page *{ animation:none!important; transition:none!important; }
  .dsr-reveal{ opacity:1; transform:none; }
}
