@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Jost.woff2') format('woff2');
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Jost', 'Futura', 'Century Gothic', sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  background: #fff;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
  line-height: 1.6;
}

/* Visitenkarte */
.card {
  max-width: clamp(9rem, 38vw, 215px);
  width: 100%;
  text-align: center;
}

.company-name {
  margin-bottom: 2.5rem;
}

.word {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  line-height: 1;
}

.amr {
  font-size: clamp(3.5rem, 12vw, 5rem);
  margin-bottom: 0.1em;
}

.recycling {
  font-size: clamp(1.35rem, 4.6vw, 1.95rem);
}

.contact {
  font-size: clamp(1rem, 3vw, 1.15rem);
  line-height: 1.8;
}

.contact .name {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.contact a {
  color: #1a1a1a;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

/* Impressum */
.imprint {
  max-width: 560px;
  width: 100%;
}

.imprint h1 {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: 0.02em;
}

.imprint section {
  margin-bottom: 1.5rem;
}

.imprint h2 {
  font-size: clamp(1rem, 3vw, 1.15rem);
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.imprint p {
  font-size: clamp(1rem, 3vw, 1.15rem);
  line-height: 1.7;
}

/* Footer-Link */
.page-footer {
  position: fixed;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.page-footer a {
  font-size: 0.75rem;
  color: #999;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.page-footer a:hover {
  color: #666;
}
