@charset "UTF-8";
/* ==========================================================================
   Labrenz Logistik GmbH – Stylesheet
   Gestaltungsidee „Senne“: Kieferngrün, Heide-Violett, Höhenlinien.
   Schriften lokal (SIL OFL): Bricolage Grotesque, Figtree
   ========================================================================== */

@font-face {
  font-family: "Bricolage";
  src: url("../fonts/bricolage.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../fonts/figtree.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  color-scheme: light dark;

  --bg: #f2f5f4;
  --bg-soft: #e5ede9;
  --surface: #ffffff;
  --ink: #10231d;
  --ink-2: #34463f;
  --muted: #5b6d66;
  --line: #d3ded9;
  --line-2: #b4c6be;

  --pine: #174034;
  --pine-2: #1f5243;
  --on-pine: #eef3f1;
  --on-pine-2: #b3cbc1;

  --heath: #7a3b8f;
  --heath-ink: #6c2f80;
  --heath-soft: #f0e6f4;
  --heath-line: #dcc6e5;
  --on-heath: #ffffff;

  --focus: #7a3b8f;
  --shadow: 0 1px 2px rgba(16, 35, 29, .05), 0 18px 40px -24px rgba(16, 35, 29, .35);

  --display: "Bricolage", "Figtree", system-ui, sans-serif;
  --text: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 44px);
  --r-lg: 28px;
  --r: 18px;
  --r-sm: 12px;
  --ease: cubic-bezier(.22, .8, .24, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b1612;
    --bg-soft: #102019;
    --surface: #13241e;
    --ink: #e3ece8;
    --ink-2: #c0cfc8;
    --muted: #93a79e;
    --line: #22372f;
    --line-2: #345044;

    --pine: #133a2e;
    --pine-2: #1b4a3c;
    --on-pine: #eef3f1;
    --on-pine-2: #a5c0b5;

    --heath: #cda6de;
    --heath-ink: #d9b8e7;
    --heath-soft: #22192a;
    --heath-line: #4a3656;
    --on-heath: #1d1022;

    --focus: #cda6de;
    --shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 22px 44px -26px rgba(0, 0, 0, .9);
  }
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--text);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
}
img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
strong { font-weight: 700; }
::selection { background: var(--heath); color: var(--on-heath); }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 6px; }

.wrap {
  width: 100%;
  max-width: calc(var(--wrap) + 2 * var(--gutter));
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.skip {
  position: absolute; left: 12px; top: -80px; z-index: 100;
  background: var(--heath); color: var(--on-heath);
  padding: 10px 16px; border-radius: 999px; font-weight: 700; text-decoration: none;
}
.skip:focus { top: 12px; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ---------- Typografie ---------- */
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.022em;
  line-height: 1.06;
  margin: 0 0 .5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 1.3rem + 4.2vw, 4.5rem); font-weight: 720; }
h2 { font-size: clamp(1.8rem, 1.25rem + 2.3vw, 3rem); }
h3 { font-size: clamp(1.2rem, 1.08rem + .5vw, 1.45rem); letter-spacing: -0.012em; line-height: 1.2; }

.kicker {
  display: inline-block;
  margin: 0 0 .9rem;
  color: var(--heath-ink);
  font-weight: 700;
  font-size: 1rem;
}
.kicker::after {
  content: "";
  display: inline-block;
  width: 6px; height: 6px;
  margin-left: .5em;
  border-radius: 50%;
  background: currentColor;
  vertical-align: .18em;
}
.hero .kicker { color: var(--heath-line); }
@media (prefers-color-scheme: dark) { .hero .kicker { color: var(--heath); } }
.intro { font-size: clamp(1.1rem, 1rem + .45vw, 1.3rem); line-height: 1.6; color: var(--ink-2); max-width: 58ch; }

.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(1.4rem, 1.2rem + .9vw, 1.85rem); margin-top: 2em; }
.prose h3 { margin-top: 1.6em; font-size: 1.2rem; }
.prose ul { padding-left: 1.25em; margin: 0 0 1em; }
.prose li { margin: .3em 0; }
.prose li::marker { color: var(--heath); }
.prose a { color: var(--heath-ink); text-underline-offset: 3px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  min-height: 50px;
  padding: .8em 1.5em;
  border-radius: 999px;
  border: 1.5px solid transparent;
  font: 700 1rem/1.2 var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease), box-shadow .25s var(--ease);
}
.btn .arr { width: 1.1em; height: 1.1em; transition: transform .3s var(--ease); flex: none; }
.btn:hover .arr { transform: translateX(3px); }
.btn--heath { background: var(--heath); color: var(--on-heath); }
.btn--heath:hover { box-shadow: 0 0 0 5px color-mix(in srgb, var(--heath) 24%, transparent); }
.btn--light { background: var(--on-pine); color: var(--pine); }
.btn--light:hover { background: #ffffff; box-shadow: 0 0 0 5px rgba(255, 255, 255, .15); }
.btn--line-light { border-color: rgba(238, 243, 241, .45); color: var(--on-pine); }
.btn--line-light:hover { border-color: var(--on-pine); }
.btn--line { border-color: var(--line-2); color: var(--ink); }
.btn--line:hover { border-color: var(--ink); }

.textlink {
  color: var(--heath-ink);
  font-weight: 700;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1.5px no-repeat;
  padding-bottom: 2px;
  transition: background-size .35s var(--ease);
}
.textlink:hover { background-size: 0 1.5px; background-position: 100% 100%; }

/* ---------- Header ---------- */
.site-header { position: relative; z-index: 20; }
.header-inner {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 10px 24px;
  min-height: 84px;
  padding-block: 12px;
}
.brand { display: inline-flex; text-decoration: none; margin-right: auto; }
.brand svg { height: 42px; width: auto; }
.brand .la { fill: var(--ink); }
.brand .lb { fill: var(--heath-ink); }

.nav ul { display: flex; align-items: center; flex-wrap: wrap; gap: 4px; list-style: none; }
.nav a {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: 0 16px;
  border-radius: 999px;
  font-weight: 600; font-size: 1rem;
  text-decoration: none;
  color: var(--ink-2);
  transition: background-color .25s var(--ease), color .25s var(--ease);
}
.nav a:hover { background: var(--bg-soft); color: var(--ink); }
.nav a[aria-current="page"] { background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.header-phone {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 44px; padding: 0 18px 0 7px;
  border-radius: 999px;
  background: var(--pine); color: var(--on-pine);
  font-weight: 700; text-decoration: none; white-space: nowrap;
  transition: background-color .25s var(--ease);
}
.header-phone:hover { background: var(--pine-2); }
.header-phone .dot {
  display: grid; place-items: center;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--heath); color: var(--on-heath);
}
.header-phone svg { width: 15px; height: 15px; }
.nav-toggle { display: none; }

@media (max-width: 899px) {
  .brand svg { height: 34px; }
  .header-phone { order: 2; padding: 0 7px; }
  .header-phone .num { display: none; }
  .nav { order: 4; width: 100%; }
  .nav ul { margin-inline: -16px; }

  .js .nav-toggle {
    order: 3;
    display: inline-flex; align-items: center; gap: 8px;
    min-height: 44px; padding: 0 16px;
    border-radius: 999px;
    border: 1.5px solid var(--line-2);
    background: transparent; color: var(--ink);
    font: 700 .95rem/1 var(--text);
    cursor: pointer;
  }
  .nav-toggle .ln { display: grid; gap: 4px; width: 16px; }
  .nav-toggle .ln i { display: block; height: 2px; border-radius: 2px; background: currentColor; transition: transform .3s var(--ease); }
  .nav-toggle[aria-expanded="true"] .ln i:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .ln i:last-child { transform: translateY(-3px) rotate(-45deg); }

  .js .nav { display: none; }
  .js .nav.is-open { display: block; }
  .js .nav.is-open ul {
    flex-direction: column; align-items: stretch; gap: 2px;
    margin: 4px 0 8px; padding: 8px;
    background: var(--surface); border: 1px solid var(--line); border-radius: var(--r);
  }
  .js .nav.is-open a { min-height: 50px; font-size: 1.05rem; }
}

/* ---------- Hero (Startseite) ---------- */
.stage { padding-inline: clamp(8px, 1.6vw, 20px); }
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--pine);
  color: var(--on-pine);
  border-radius: var(--r-lg);
}
.hero-canvas { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; pointer-events: none; }
.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding-block: clamp(56px, 8vw, 112px) clamp(40px, 6vw, 72px);
}
.hero h1 { color: #fff; max-width: 15ch; }
.hero h1 em { font-style: normal; color: var(--heath-line); }
@media (prefers-color-scheme: dark) { .hero h1 em { color: var(--heath); } }
.hero .intro { color: var(--on-pine-2); margin-top: 1.2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }

.hero-art svg { width: 100%; height: auto; max-width: 440px; margin-inline: auto; overflow: visible; }
.hero-art .float { animation: float 7s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

.hero-foot {
  display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: center;
  padding-block: 22px 26px;
  border-top: 1px solid rgba(238, 243, 241, .16);
  color: var(--on-pine-2);
  font-size: .98rem;
  list-style: none;
}
.hero-foot li { display: inline-flex; align-items: center; gap: 10px; }
.hero-foot li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--heath-line); }
.hero-foot strong { color: var(--on-pine); }

/* Einblenden beim Laden – endet immer sichtbar */
@keyframes lift { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.lift { animation: lift .9s var(--ease) both; }
.d1 { animation-delay: .08s; } .d2 { animation-delay: .18s; } .d3 { animation-delay: .3s; }

/* ---------- Seitenkopf (Unterseiten) ---------- */
.pagehead { padding-block: clamp(40px, 7vw, 96px) clamp(28px, 4vw, 56px); }
.pagehead h1 { font-size: clamp(2.1rem, 1.3rem + 3.4vw, 3.9rem); max-width: 18ch; }
.pagehead .intro { margin-top: 1rem; }
.pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 28px; }
.pills a {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px;
  border-radius: 999px; border: 1px solid var(--line-2);
  font-weight: 600; font-size: .95rem; text-decoration: none; color: var(--ink-2);
  transition: background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.pills a:hover { background: var(--heath-soft); border-color: var(--heath-line); color: var(--ink); }

/* ---------- Sektionen ---------- */
.section { padding-block: clamp(64px, 9vw, 128px); }
.section--flush { padding-top: 0; }
.panel { border-radius: var(--r-lg); }
.panel--line { background: var(--surface); border: 1px solid var(--line); }
.panel--heath { background: var(--heath-soft); }

/* Leistungsliste (Startseite) */
.offer {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
}
.offer-head { position: sticky; top: 32px; }
.offer-head h2 { max-width: 14ch; }
.offer-head .intro { font-size: 1.1rem; }
.offer-list { position: relative; z-index: 0; list-style: none; border-top: 1px solid var(--line); }
.offer-item a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 20px;
  align-items: center;
  padding: 24px 12px 24px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding .35s var(--ease);
}
.offer-item a::before {
  content: "";
  position: absolute; left: -12px; right: -12px; top: 6px; bottom: 6px;
  z-index: -1;
  border-radius: var(--r-sm);
  background: var(--heath-soft);
  opacity: 0;
  transform: scale(.98);
  transition: opacity .3s var(--ease), transform .3s var(--ease);
}
.offer-item a:hover { padding-left: 14px; }
.offer-item a:hover::before { opacity: 1; transform: none; }
.offer-item h3 { margin: 0; font-size: clamp(1.25rem, 1.1rem + .7vw, 1.65rem); }
.offer-item p { grid-column: 1; margin: 0; color: var(--ink-2); font-size: 1rem; max-width: 52ch; }
.offer-item .go {
  grid-column: 2; grid-row: 1 / span 2;
  display: grid; place-items: center;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1.5px solid var(--line-2);
  color: var(--ink);
  transition: background-color .3s var(--ease), border-color .3s var(--ease), color .3s var(--ease), transform .35s var(--ease);
}
.offer-item .go svg { width: 18px; height: 18px; }
.offer-item a:hover .go { background: var(--heath); border-color: var(--heath); color: var(--on-heath); transform: rotate(-45deg); }

/* Grundsätze */
.principles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); list-style: none; }
.principles li { padding: clamp(28px, 3.5vw, 44px); }
.principles li + li { border-left: 1px solid var(--line); }
.principles .big {
  display: block;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.35rem, 1.15rem + .9vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.015em;
  margin-bottom: .6rem;
}
.principles .big em { font-style: normal; color: var(--heath-ink); }
.principles p { margin: 0; color: var(--ink-2); }

/* Jobs-Teaser */
.jobs-teaser { padding: clamp(28px, 5vw, 64px); }
.jobs-teaser-head {
  display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 16px 40px;
  margin-bottom: 32px;
}
.jobs-teaser-head h2 { margin: 0; max-width: 16ch; }
.jobs-teaser-head p { margin: 0; max-width: 44ch; color: var(--ink-2); }
.jobcards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; list-style: none; }
.jobcard {
  display: flex; flex-direction: column; gap: 14px;
  height: 100%;
  padding: 24px;
  background: var(--surface);
  border-radius: var(--r);
  text-decoration: none;
  box-shadow: var(--shadow);
  transition: transform .35s var(--ease);
}
.jobcard:hover { transform: translateY(-4px); }
.jobcard .where {
  align-self: flex-start;
  font-size: .85rem; font-weight: 700;
  padding: 4px 12px; border-radius: 999px;
  background: var(--bg-soft); color: var(--ink-2);
}
.jobcard h3 { margin: 0; }
.jobcard .more { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--heath-ink); font-weight: 700; }
.jobcard .more svg { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.jobcard:hover .more svg { transform: translateX(4px); }

/* Kontakt */
.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: start;
}
.contact h2 { max-width: 13ch; }
.bigcontact { list-style: none; }
.bigcontact li { padding: 22px 0; border-bottom: 1px solid var(--line); }
.bigcontact li:first-child { padding-top: 0; }
.bigcontact .lbl { display: block; color: var(--muted); font-size: .95rem; margin-bottom: 4px; }
.bigcontact a, .bigcontact address {
  font-family: var(--display);
  font-weight: 650;
  font-size: clamp(1.3rem, 1.05rem + 1.1vw, 2rem);
  letter-spacing: -0.015em;
  line-height: 1.25;
  font-style: normal;
  text-decoration: none;
  overflow-wrap: anywhere;
}
.bigcontact a {
  background: linear-gradient(var(--heath), var(--heath)) 0 100% / 0 2px no-repeat;
  transition: background-size .4s var(--ease), color .3s var(--ease);
}
.bigcontact a:hover { background-size: 100% 2px; color: var(--heath-ink); }

/* ---------- Leistungsseite ---------- */
.cat {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 80px);
  padding-block: clamp(48px, 6vw, 88px);
  border-top: 1px solid var(--line);
}
.cat:first-child { border-top: 0; padding-top: 16px; }
.cat-head { position: sticky; top: 32px; align-self: start; }
.cat-head h2 { max-width: 12ch; }
.cat-head p { color: var(--ink-2); max-width: 40ch; }
.cat-art { width: 96px; height: 96px; margin-bottom: 22px; }
.svc {
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--r);
  background: var(--surface);
  border: 1px solid var(--line);
  margin-bottom: 14px;
  transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.svc:hover { border-color: var(--heath-line); box-shadow: var(--shadow); }
.svc h3 { margin-bottom: .4em; }
.svc p { color: var(--ink-2); margin-bottom: 1em; }
.dash { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 24px; }
.dash li { position: relative; padding-left: 22px; font-size: .98rem; line-height: 1.5; }
.dash li::before {
  content: ""; position: absolute; left: 0; top: .72em;
  width: 12px; height: 2px; border-radius: 2px; background: var(--heath);
}
.hint {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 24px;
  border-radius: var(--r);
  background: var(--heath-soft);
  color: var(--ink-2);
}
.hint p { margin: 0; }
.hint svg { width: 24px; height: 24px; flex: none; color: var(--heath-ink); margin-top: 2px; }

/* ---------- Karriere ---------- */
.perks { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; list-style: none; }
.perks li { padding: 22px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); }
.perks strong { display: block; font-family: var(--display); font-size: 1.15rem; margin-bottom: 4px; letter-spacing: -0.01em; }
.perks span { color: var(--ink-2); font-size: .97rem; }

.post {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  margin-bottom: 24px;
}
.post-side {
  background: var(--pine);
  color: var(--on-pine);
  padding: clamp(26px, 3vw, 40px);
  display: flex; flex-direction: column; gap: 20px;
}
.post-side h2 { color: #fff; font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem); margin: 0; }
.post-side dl { margin: 0; display: grid; gap: 12px; }
.post-side dt { color: var(--on-pine-2); font-size: .88rem; }
.post-side dd { margin: 0; font-weight: 700; }
.post-side .btn { margin-top: auto; align-self: flex-start; }
.post-main { padding: clamp(26px, 3vw, 44px); }
.post-main .lead { font-size: 1.12rem; color: var(--ink-2); }
.post-main h3 { font-size: 1.15rem; margin: 1.6em 0 .7em; }
.post-main .dash { grid-template-columns: minmax(0, 1fr); }

/* ---------- Rechtstexte ---------- */
.legal { padding-bottom: clamp(64px, 8vw, 120px); }
.card-addr { padding: 22px 26px; border-radius: var(--r); background: var(--surface); border: 1px solid var(--line); margin-bottom: 1.2em; }
.card-addr address { font-style: normal; }
.card-addr p:last-child { margin: 0; }
.stand { color: var(--muted); font-size: .92rem; margin-top: 2.5em; }

/* ---------- 404 ---------- */
.lost { padding-block: clamp(56px, 10vw, 140px); display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(24px, 5vw, 64px); align-items: center; }
.lost > svg { width: clamp(110px, 18vw, 200px); height: auto; }
.lost .sway { transform-origin: 32px 60px; animation: sway 6s ease-in-out infinite; }
@keyframes sway { 0%, 100% { transform: rotate(0); } 50% { transform: rotate(-4deg); } }

/* ---------- Footer ---------- */
.site-footer { padding: 0 clamp(8px, 1.6vw, 20px) clamp(8px, 1.6vw, 20px); }
.footer-box {
  background: var(--pine);
  color: var(--on-pine);
  border-radius: var(--r-lg);
  padding-block: clamp(40px, 5vw, 64px) 24px;
}
.footer-box a { color: var(--on-pine); text-decoration: none; }
.footer-box a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer-brand svg { height: 40px; width: auto; margin-bottom: 16px; }
.footer-brand .la { fill: var(--on-pine); }
.footer-brand .lb { fill: var(--heath-line); }
@media (prefers-color-scheme: dark) { .footer-brand .lb { fill: var(--heath); } }
.footer-brand p { color: var(--on-pine-2); max-width: 34ch; }
.footer-box h2 { font-family: var(--text); font-size: .95rem; font-weight: 700; letter-spacing: 0; color: var(--on-pine-2); margin-bottom: .8rem; }
.footer-box ul { list-style: none; }
.footer-box li { margin-bottom: .45em; }
.footer-box address { font-style: normal; }
.footer-base {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 24px;
  margin-top: 44px; padding-top: 20px;
  border-top: 1px solid rgba(238, 243, 241, .16);
  color: var(--on-pine-2); font-size: .9rem;
}
.footer-base p { margin: 0; }
.footer-base ul { display: flex; gap: 20px; }
.footer-base li { margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .perks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-brand { grid-column: 1 / -1; }
  .post { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 899px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr); }
  .hero-art svg { max-width: 320px; }
  .offer, .contact, .cat { grid-template-columns: minmax(0, 1fr); }
  .offer-head, .cat-head { position: static; }
  .principles { grid-template-columns: minmax(0, 1fr); }
  .principles li + li { border-left: 0; border-top: 1px solid var(--line); }
  .jobcards { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  body { font-size: 1rem; }
  h1, h2, h3 { hyphens: auto; }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-art { display: none; }
  .dash { grid-template-columns: minmax(0, 1fr); }
  .perks { grid-template-columns: minmax(0, 1fr); }
  .footer-grid { grid-template-columns: minmax(0, 1fr); }
  .lost { grid-template-columns: minmax(0, 1fr); }
  .offer-item a:hover { padding-left: 0; }
}

/* ---------- Bewegung reduzieren ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
}

@media print {
  .nav, .nav-toggle, .hero-canvas, .header-phone { display: none !important; }
  .hero, .footer-box, .post-side { background: #fff !important; color: #000 !important; }
}

/* Logo-Kreis auf grüner Fläche abheben */
.footer-brand svg circle { fill: #2a6653; }
@media (max-width: 899px) {
  .header-inner { gap: 10px 10px; min-height: 72px; }
}
@media (max-width: 400px) {
  .brand svg { height: 30px; }
  .js .nav-toggle { padding: 0 13px; }
}

/* ---------- Über uns ---------- */
.about {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  padding-bottom: clamp(24px, 4vw, 48px);
}
.about-text p { color: var(--ink-2); font-size: 1.08rem; max-width: 62ch; }
.factcard {
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--r-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.factcard .cat-art { width: 110px; height: auto; }
.factcard dl { margin: 0; }
.factcard dl div { padding: 14px 0; border-top: 1px solid var(--line); }
.factcard dt { color: var(--muted); font-size: .9rem; }
.factcard dd { margin: 0; font-weight: 700; }
.region {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
}
.region-mark { width: clamp(88px, 12vw, 150px); height: auto; }
.region h2 { max-width: 20ch; }
.values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  list-style: none;
  margin-top: 28px;
}
.values li {
  position: relative;
  padding: clamp(24px, 3vw, 36px) clamp(24px, 3vw, 36px) clamp(24px, 3vw, 36px) calc(clamp(24px, 3vw, 36px) + 18px);
  border-radius: var(--r);
  background: var(--bg-soft);
  transition: background-color .3s var(--ease);
}
.values li::before {
  content: "";
  position: absolute; left: clamp(24px, 3vw, 36px); top: clamp(24px, 3vw, 36px); bottom: clamp(24px, 3vw, 36px);
  width: 3px; border-radius: 3px; background: var(--heath);
  transform: scaleY(.35); transform-origin: top;
  transition: transform .4s var(--ease);
}
.values li:hover { background: var(--heath-soft); }
.values li:hover::before { transform: scaleY(1); }
.values h3 { margin-bottom: .35em; }
.values p { margin: 0; color: var(--ink-2); }
.jobs-teaser > .btn { margin-top: 4px; }

/* ---------- Karriere: Bewerbung ---------- */
.apply {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
  margin-bottom: 32px;
}
.dash--single { grid-template-columns: minmax(0, 1fr); gap: 10px; margin: 8px 0 28px; }
.dash--single li { font-size: 1.05rem; }
.apply-cta { margin: 0; }
.apply-card {
  padding: clamp(26px, 3vw, 40px);
  border-radius: var(--r-lg);
  background: var(--pine);
  color: var(--on-pine);
}
.apply-card h3 { color: #fff; }
.apply-card p { color: var(--on-pine-2); }
.apply-card dl { margin: 22px 0 0; }
.apply-card dl div { padding: 14px 0; border-top: 1px solid rgba(238, 243, 241, .16); }
.apply-card dt { color: var(--on-pine-2); font-size: .9rem; }
.apply-card dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.apply-card a { color: var(--on-pine); text-decoration: none; }
.apply-card a:hover { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 899px) {
  .about, .apply { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .values { grid-template-columns: minmax(0, 1fr); }
  .region { grid-template-columns: minmax(0, 1fr); }
}
