/* ============================================================
   SAPOR – Umzugsseite sapor-shop.de
   Schriften lokal gehostet (kein Google-Fonts-Abruf)
   ============================================================ */

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(fonts/oswald-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url(fonts/oswald-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #000000;
  --paper: #FFFFFF;
  --beige: #F5F0EA;
  --dark: #11100F;
  --mint: #EDF5F4;
  --petrol: #3F6B66;
  --rule: #CFC6BA;
  --rule-dark: #4A4743;
  --muted: #3A3835;
  --faint: #6B6660;
  --shell: 1400px;
  --pad: 40px;
  --oswald: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  --inter: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

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

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--inter);
  font-size: 19px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }

a { color: var(--ink); }

.shell {
  max-width: var(--shell);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* Sichtbarer Fokus für Tastaturbedienung */
a:focus-visible {
  outline: 3px solid var(--petrol);
  outline-offset: 3px;
}

/* ---------- Kopf ---------- */

.site-head {
  border-bottom: 1px solid var(--ink);
}
.site-head .shell {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-head img {
  display: block;
  height: 44px;
  width: auto;
}

/* ---------- Hero ---------- */

.hero { padding: 72px 0 76px; }
.hero__inner { max-width: 900px; }

h1 {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 0;
  text-wrap: balance;
}

/* H1 in zwei Zeilenblöcken, dazwischen eine Leerzeile wie im Entwurf */
.h1-line { display: block; }
.h1-line--gap { margin-top: 1em; }

.hero p {
  font-size: 19px;
  line-height: 1.6;
  margin: 24px 0 0;
  max-width: 720px;
  text-wrap: pretty;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  display: inline-block;
  background: var(--ink);
  color: #fff;
  text-decoration: none;
  padding: 22px 44px;
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color .15s ease;
}
.btn:hover, .btn:focus { background: var(--petrol); color: #fff; }

.notice {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  border-top: 1px solid var(--ink);
  padding-top: 14px;
  margin-top: 6px;
  max-width: 720px;
}

/* ---------- Bestandskunden ---------- */

.existing {
  background: var(--beige);
  border-top: 1px solid var(--ink);
}
.existing .shell { padding-top: 64px; padding-bottom: 68px; }

h2 {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin: 0;
}

.existing p.lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
  max-width: 800px;
  margin: 20px 0 0;
  text-wrap: pretty;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
  border-top: 1px solid var(--ink);
}
.step { padding: 28px 40px 4px 40px; border-right: 1px solid var(--rule); }
.step:first-child { padding-left: 0; }
.step:last-child  { padding-right: 0; border-right: 0; }

.step__no {
  font-family: var(--oswald);
  font-weight: 700;
  font-size: 34px;
  letter-spacing: -0.035em;
  color: var(--petrol);
}
.step__title {
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 12px 0 10px;
}
.step p { font-size: 16px; line-height: 1.6; margin: 0; }

/* ---------- Was sich nicht ändert ---------- */

.unchanged { background: var(--dark); color: #fff; }
.unchanged .shell { padding-top: 64px; padding-bottom: 68px; }
.unchanged h2 { margin-bottom: 36px; }

.facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  border-top: 1px solid var(--rule-dark);
  padding-top: 32px;
}
.fact__title {
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.facts p { font-size: 16px; line-height: 1.6; margin: 0; }

/* ---------- Kontakt ---------- */

.contact { background: var(--mint); }
.contact .shell {
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
}
.contact h2 {
  font-weight: 600;
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.15;
}
.contact__details {
  font-size: 18px;
  line-height: 1.6;
  text-align: right;
  white-space: nowrap;
}
.contact__details a { text-decoration: none; border-bottom: 1px solid var(--ink); }
.contact__details a:hover { color: var(--petrol); border-bottom-color: var(--petrol); }
.contact__details div + div { margin-top: 6px; }

/* ---------- Fuß ---------- */

.site-foot { border-top: 1px solid var(--ink); }
.site-foot .shell { padding-top: 40px; padding-bottom: 32px; }

.foot__label {
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.foot__legal {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 760px;
  /* lange Nummern (USt-IdNr. etc.) dürfen auf schmalen Displays umbrechen */
  overflow-wrap: anywhere;
}
.foot__legal .spaced { margin-top: 10px; }

.foot__bar { border-top: 1px solid var(--rule); }
.foot__bar .shell {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  font-size: 14px;
}
.foot__bar a { text-decoration: none; border-bottom: 1px solid var(--ink); }
.foot__bar a:hover { color: var(--petrol); border-bottom-color: var(--petrol); }
.foot__bar span { color: var(--faint); }

/* ---------- Datenschutzseite ---------- */

.legal { padding: 64px 0 80px; }
.legal__inner { max-width: 780px; }
.legal h1 { margin-bottom: 8px; }
.legal .updated { font-size: 15px; color: var(--muted); margin: 0 0 40px; }
.legal h2 {
  font-size: clamp(22px, 2.2vw, 28px);
  margin: 44px 0 14px;
}
.legal h3 {
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 28px 0 10px;
}
.legal p { font-size: 17px; line-height: 1.7; margin: 0 0 14px; }
.legal ul { font-size: 17px; line-height: 1.7; margin: 0 0 14px; padding-left: 22px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--ink); }
.legal a:hover { color: var(--petrol); }
.legal .back {
  display: inline-block;
  margin-top: 36px;
  font-family: var(--oswald);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 3px;
}
.legal .back:hover { color: var(--petrol); border-bottom-color: var(--petrol); }

/* ============================================================
   Mobil – Inhalte identisch, nur Anordnung einspaltig
   ============================================================ */

@media (max-width: 860px) {
  :root { --pad: 20px; }

  body { font-size: 16px; }

  .site-head .shell { height: 68px; }
  .site-head img { height: 32px; }

  .hero { padding: 36px 0 40px; }
  .hero p { font-size: 16px; margin-top: 18px; }
  .h1-line--gap { margin-top: 0.55em; }
  .hero__actions { margin-top: 26px; align-items: stretch; }

  .btn {
    display: block;
    text-align: center;
    padding: 20px 24px;
    font-size: 17px;
  }
  .notice { font-size: 15px; margin-top: 10px; }

  .existing .shell { padding-top: 36px; padding-bottom: 40px; }
  .existing p.lead { font-size: 17px; margin-top: 16px; }

  .steps {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }
  .step {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }
  .step:last-child { padding-bottom: 4px; border-bottom: 0; }
  .step__no { font-size: 28px; }
  .step__title { font-size: 18px; margin: 10px 0 8px; }
  .step p { font-size: 15px; }

  .unchanged .shell { padding-top: 36px; padding-bottom: 40px; }
  .unchanged h2 { margin-bottom: 24px; }
  .facts {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 24px;
  }
  .fact__title { font-size: 19px; margin-bottom: 10px; }
  .facts p { font-size: 15px; }

  .contact .shell {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .contact__details {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    white-space: normal;
  }
  .contact__details div + div { margin-top: 4px; }

  .site-foot .shell { padding-top: 28px; padding-bottom: 24px; }
  .foot__legal { font-size: 13px; }
  .foot__bar .shell {
    padding-top: 18px;
    padding-bottom: 24px;
    font-size: 13px;
    gap: 16px;
  }

  .legal { padding: 36px 0 48px; }
  .legal p, .legal ul { font-size: 16px; }
}

@media print {
  .btn { border: 1px solid #000; color: #000; background: #fff; }
}
