
/* TLB V3 — navigation utilities: calm, persistent orientation without visual clutter */
.tlb-breadcrumbs{max-width:1200px;margin:0 auto;padding:12px clamp(22px,4vw,58px);font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:#785a30;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e5dec9;background:#faf6ef}
.tlb-page-tools{position:fixed;right:20px;bottom:20px;z-index:80;display:flex;align-items:center;gap:1px;padding:4px;border:1px solid rgba(229,222,201,.95);background:rgba(250,246,239,.96);box-shadow:0 8px 30px rgba(30,26,22,.10);backdrop-filter:blur(10px)}
.tlb-page-tools a,.tlb-page-tools button{appearance:none;border:0;background:transparent;color:#2f4a3c;text-decoration:none;min-width:42px;height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;font:500 10px/1 Inter,Arial,sans-serif;letter-spacing:.10em;text-transform:uppercase;cursor:pointer}
.tlb-page-tools a:hover,.tlb-page-tools button:hover,.tlb-page-tools a:focus-visible,.tlb-page-tools button:focus-visible{background:#F5EFE1;outline:none}
.tlb-page-tools .tlb-up{font-size:17px;letter-spacing:0}
@media(max-width:560px){

  .tlb-page-tools{right:12px;bottom:12px}
  .tlb-page-tools a,.tlb-page-tools button{min-width:38px;height:36px;padding:0 9px}
}
@media(prefers-reduced-motion:reduce){.tlb-page-tools{backdrop-filter:none}}
