.back-to-top { position: fixed; right: 25px; bottom: 142px; z-index: 92; display: grid; width: 44px; height: 44px; place-items: center; opacity: 0; visibility: hidden; color: var(--ink); background: linear-gradient(135deg, #e2c57f 0%, #c99f56 58%, #ad7a34 100%); border: 1px solid #c9a45f; border-radius: 50%; box-shadow: inset 0 1px 0 rgba(255,255,255,.42), inset 0 -1px 0 rgba(96,59,17,.18), 0 12px 30px rgba(126,82,28,.28); font: 700 1rem/1 var(--sans); cursor: pointer; transform: translateY(8px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease; }
    .back-to-top.visible { opacity: 1; visibility: visible; transform: none; }
    .back-to-top:hover, .back-to-top:focus-visible { transform: translateY(-3px); box-shadow: inset 0 1px 0 rgba(255,255,255,.52), 0 16px 36px rgba(143,94,32,.34); }
    body.analytics-consent-open .back-to-top { bottom: 262px; }
    @media (max-width: 650px) {
      .back-to-top { right: 19px; bottom: 136px; }
      body.analytics-consent-open .back-to-top { bottom: 286px; }
    }
    @media (max-width: 1024px) {
      .back-to-top { display: none !important; }
      
      
      
      
      
      
    }
