/* =========================================================
   IMPRINT SECTION – Premium / Clean
   Background weiß | Text schwarz | Montserrat
   ========================================================= */

.imprint-section,
.imprint-section * {
  font-family: "Montserrat", sans-serif;
}

.imprint-section {
  background: #fff;
  color: #000;
  padding: clamp(52px, 6vw, 96px) 0;
  margin-top: 150px;
}

.imprint-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Head */
.imprint-head {
  margin-bottom: 22px;
}

.imprint-eyebrow {
  display: inline-block;
  margin-bottom: 10px;

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.65);
}

.imprint-head h2 {
  margin: 0;

  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;

  color: #000;
}

/* Card */
.imprint-card {
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);

  padding: 20px;
}

/* Name */
.imprint-name {
  margin: 0 0 12px 0;

  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}

/* Address */
.imprint-address {
  margin: 0 0 16px 0;

  font-style: normal;
  font-size: 14.5px;
  line-height: 1.7;
  font-weight: 500;

  color: rgba(0, 0, 0, 0.85);
}

/* Contact */
.imprint-contact {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.imprint-contact p {
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;

  font-size: 14.5px;
  font-weight: 500;
}

.imprint-contact span {
  min-width: 70px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  color: rgba(0, 0, 0, 0.6);
}

.imprint-contact a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.imprint-contact a:hover {
  text-decoration: underline;
}

/* Legal note */
.imprint-note {
  margin: 0;

  font-size: 13.5px;
  line-height: 1.7;
  font-weight: 500;

  color: rgba(0, 0, 0, 0.7);
}
