﻿/* ===== Impressum ===== */
.imprint{
  padding-top:0;margin-bottom:36px;
  max-width:760px;
}
.imprint h4{font-size:13px;letter-spacing:.18em;text-transform:uppercase;color:#eef0ea;font-weight:700;margin-bottom:18px}
.imprint p{color:#c7ccc2;font-size:14px;line-height:1.7;max-width:64ch}
.imprint p+p{margin-top:14px}
.imprint a{color:#eef0ea;text-decoration:underline;text-decoration-color:var(--accent)}

/* ===== Back-to-Top-Button ===== */
.to-top{
  position:fixed;right:28px;bottom:28px;z-index:60;
  width:54px;height:54px;border-radius:50%;
  background:var(--accent);color:#fff;border:none;cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 16px 40px -14px rgba(0,0,0,.45);
  opacity:0;visibility:hidden;transform:translateY(16px) scale(.9);
  transition:opacity .4s var(--ease),transform .4s var(--ease),background .3s var(--ease),box-shadow .3s var(--ease);
}
.to-top.show{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.to-top:hover{background:#235519;box-shadow:0 22px 50px -14px rgba(0,0,0,.55)}
.to-top svg{width:22px;height:22px;transition:transform .4s var(--ease)}
.to-top:hover svg{transform:translateY(-3px)}
@media(max-width:560px){ .to-top{right:18px;bottom:18px;width:48px;height:48px} }

/* ===== Reveal helpers ===== */
.reveal{opacity:0;transform:translateY(40px)}
.hero-reveal{opacity:0}
