.bme-back-to-top{position:fixed;right:clamp(18px, 2.3vw, 38px);bottom:clamp(20px, 3vw, 42px);z-index:9998;display:grid;width:48px;height:48px;padding:0;place-items:center;color:#c39a57;background:rgb(31 29 27 / .84);border:1px solid rgb(195 154 87 / .9);border-radius:50%;box-shadow:0 8px 24px rgb(15 14 13 / .2);opacity:0;visibility:hidden;transform:translateY(12px);transition:color 220ms ease,background-color 220ms ease,box-shadow 220ms ease,opacity 320ms ease,transform 320ms ease,visibility 320ms;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.bme-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.bme-back-to-top svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:transform 220ms ease}.bme-back-to-top:hover,.bme-back-to-top:focus-visible{color:#dfbd7a;background:rgb(31 29 27 / .94);box-shadow:0 8px 24px rgb(15 14 13 / .24),0 0 0 4px rgb(195 154 87 / .12)}.bme-back-to-top:hover svg,.bme-back-to-top:focus-visible svg{transform:translateY(-2px)}.bme-back-to-top:focus-visible{outline:1px solid #e6c784;outline-offset:3px}@media (max-width:767px){.bme-back-to-top{right:16px;bottom:18px;width:42px;height:42px}.bme-back-to-top svg{width:19px;height:19px}}@media (prefers-reduced-motion:reduce){.bme-back-to-top,.bme-back-to-top svg{transition:none}}