/* ============================================
   ZEITKRAFT — Design System
   ============================================ */

/* ============================================
   SELF-HOSTED FONTS  (DSGVO-konform, kein Google CDN)
   ============================================ */

/* — Fraunces (Display Serif, opsz + wght variable) — */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin-standard-normal.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: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext-standard-normal.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: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin-standard-italic.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: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/fraunces-latin-ext-standard-italic.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;
}

/* — Manrope (Sans, wght variable) — */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-wght-normal.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext-wght-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* — JetBrains Mono (Monospace, weight 500 only) — */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-latin-500-normal.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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-latin-ext-500-normal.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  /* Brand colors — zeitkraft red as anchor */
  --zk-red: #B73642;
  --zk-red-deep: #8E1F2A;
  --zk-red-bright: #D14555;
  --zk-cream: #F5F0E8;
  --zk-cream-warm: #EDE6DA;
  --zk-paper: #FAF6F1;
  --zk-ink: #0F0E0D;
  --zk-ink-soft: #2A2724;
  --zk-stone: #6B645B;
  --zk-stone-light: #B8B0A4;
  --zk-line: rgba(15, 14, 13, 0.12);
  --zk-gold: #C9A961;

  /* Typography */
  --font-display: 'Fraunces', 'Times New Roman', serif;
  --font-sans: 'Manrope', -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', monospace;

  /* Spacing */
  --container: 1320px;
  --gutter: clamp(1rem, 4vw, 2.5rem);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ============================================
   Reset
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: var(--font-sans);
  background: var(--zk-paper);
  color: var(--zk-ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: -0.005em;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; background: none; border: none; cursor: pointer; color: inherit; }
img { display: block; max-width: 100%; }
::selection { background: var(--zk-red); color: var(--zk-paper); }

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--zk-cream); }
::-webkit-scrollbar-thumb { background: var(--zk-red); border: 2px solid var(--zk-cream); border-radius: 0; }

/* ============================================
   Typography
   ============================================ */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-variation-settings: "opsz" 144, "SOFT" 50;
}
.display-italic { font-style: italic; font-variation-settings: "opsz" 144, "SOFT" 100; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 0.98; letter-spacing: -0.035em; }
h1 { font-size: clamp(3.5rem, 11vw, 10.5rem); }
h2 { font-size: clamp(2.5rem, 6.5vw, 6rem); }
h3 { font-size: clamp(1.75rem, 3.5vw, 2.75rem); }
h4 { font-size: clamp(1.25rem, 2vw, 1.75rem); }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--zk-red);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--zk-red);
}
.lede { font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.45; color: var(--zk-ink-soft); max-width: 60ch; }

/* ============================================
   Layout
   ============================================ */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container-wide { width: 100%; max-width: 1600px; margin: 0 auto; padding: 0 var(--gutter); }
section { padding: clamp(4rem, 10vw, 9rem) 0; position: relative; }

/* ============================================
   Header / Navigation
   ============================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 1.25rem 0;
  transition: all 0.4s var(--ease-out);
  background: transparent;
  mix-blend-mode: normal;
}
.site-header.scrolled {
  background: rgba(250, 246, 241, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--zk-line);
  padding: 0.75rem 0;
}
.nav-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand {
  display: flex; align-items: center; gap: 0.75rem;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  position: relative;
  z-index: 110;
}
.brand-mark {
  width: 38px; height: 38px;
  background: var(--zk-red);
  display: grid; place-items: center;
  color: var(--zk-paper);
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 2px;
}
.brand-name { color: var(--zk-ink); font-weight: 500; }
.brand-name em { font-style: italic; color: var(--zk-red); font-weight: 400; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  list-style: none;
}
.nav-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--zk-ink-soft);
  position: relative;
  padding: 0.5rem 0;
  transition: color 0.3s var(--ease-out);
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--zk-red);
  transition: width 0.4s var(--ease-out);
}
.nav-links a:hover, .nav-links a.active { color: var(--zk-red); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }

.nav-cta {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--zk-ink);
  color: var(--zk-paper);
  padding: 0.7rem 1.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  border-radius: 999px;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
}
.nav-cta::before {
  content: ""; position: absolute; inset: 0;
  background: var(--zk-red);
  transform: translateY(101%);
  transition: transform 0.5s var(--ease-out);
}
.nav-cta:hover::before { transform: translateY(0); }
.nav-cta span { position: relative; z-index: 2; }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  position: relative;
  z-index: 110;
}
.menu-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--zk-ink);
  margin: 5px auto;
  transition: all 0.4s var(--ease-out);
}
.menu-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Mobile menu panel */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--zk-cream);
  z-index: 105;
  display: flex;
  flex-direction: column;
  padding: 6rem 2rem 2rem;
  transform: translateY(-100%);
  transition: transform 0.6s var(--ease-out);
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--zk-line);
  transition: color 0.3s;
}
.mobile-menu a:hover { color: var(--zk-red); font-style: italic; }

/* ============================================
   Buttons
   ============================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 1.1rem 1.8rem;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 999px;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary { background: var(--zk-red); color: var(--zk-paper); }
.btn-primary:hover { background: var(--zk-red-deep); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(183, 54, 66, 0.5); }
.btn-dark { background: var(--zk-ink); color: var(--zk-paper); }
.btn-dark:hover { background: var(--zk-red); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--zk-ink); border: 1px solid var(--zk-ink); }
.btn-outline:hover { background: var(--zk-ink); color: var(--zk-paper); }
.btn-ghost { background: transparent; color: var(--zk-ink); padding: 0.5rem 0; border-radius: 0; border-bottom: 1px solid var(--zk-ink); }
.btn-ghost:hover { color: var(--zk-red); border-color: var(--zk-red); padding-left: 0.5rem; }

.btn .arrow {
  display: inline-block;
  transition: transform 0.4s var(--ease-out);
}
.btn:hover .arrow { transform: translateX(4px); }

/* ============================================
   Hero
   ============================================ */
.hero {
  min-height: 100vh;
  padding: 8rem 0 4rem;
  position: relative;
  display: flex;
  align-items: center;
  background: var(--zk-paper);
  overflow: hidden;
}
.hero-bg-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-display);
  font-size: clamp(20rem, 60vw, 60rem);
  font-weight: 400;
  font-style: italic;
  color: var(--zk-cream-warm);
  z-index: 0;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: -0.07em;
  opacity: 0.55;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
}
.hero-headline {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 10.5vw, 11rem);
  line-height: 0.92;
  letter-spacing: -0.045em;
  font-weight: 400;
}
.hero-headline .word { display: inline-block; overflow: hidden; padding-bottom: 0.05em; }
.hero-headline .word > span {
  display: inline-block;
  transform: translateY(110%);
  animation: wordRise 1.1s var(--ease-out) forwards;
}
.hero-headline .word:nth-child(2) > span { animation-delay: 0.15s; }
.hero-headline .word:nth-child(3) > span { animation-delay: 0.3s; }
.hero-headline em { font-style: italic; color: var(--zk-red); }

@keyframes wordRise { to { transform: translateY(0); } }

.hero-aside {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-bottom: 0.5rem;
  max-width: 460px;
  justify-self: end;
}
.hero-tag {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--zk-stone);
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.hero-tag::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--zk-red); animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(183, 54, 66, 0.6); } 50% { box-shadow: 0 0 0 10px rgba(183, 54, 66, 0); } }

.hero-cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.5rem; }

.hero-meta {
  position: absolute;
  bottom: 2.5rem; left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 var(--gutter);
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}
.hero-meta-item {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--zk-stone);
}
.hero-meta-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.5rem;
  letter-spacing: -0.03em;
  color: var(--zk-ink);
  text-transform: none;
  font-weight: 400;
  font-style: italic;
}

/* ============================================
   Marquee / Ticker
   ============================================ */
.marquee {
  background: var(--zk-ink);
  color: var(--zk-paper);
  overflow: hidden;
  padding: 1.5rem 0;
  border-top: 1px solid var(--zk-red);
  border-bottom: 1px solid var(--zk-red);
}
.marquee-track {
  display: flex;
  gap: 4rem;
  animation: marquee 35s linear infinite;
  width: max-content;
}
.marquee-item {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-style: italic;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4rem;
  white-space: nowrap;
}
.marquee-item::after {
  content: "✦";
  color: var(--zk-red);
  font-style: normal;
  font-size: 1.2rem;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Job-Ticker variant */
.job-ticker {
  background: var(--zk-cream);
  border-top: 1px solid var(--zk-line);
  border-bottom: 1px solid var(--zk-line);
  padding: 1.1rem 0;
  position: relative;
}
.job-ticker-label {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  background: var(--zk-red);
  color: var(--zk-paper);
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 600;
  z-index: 3;
}
.job-ticker-label::before {
  content: ""; width: 8px; height: 8px; background: var(--zk-paper); border-radius: 50%;
  margin-right: 0.7rem;
  animation: pulse-light 1.5s infinite;
}
@keyframes pulse-light { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

.job-ticker-track {
  display: flex;
  gap: 3rem;
  animation: marquee 60s linear infinite;
  width: max-content;
  padding-left: 14rem;
}
.job-ticker-item {
  font-size: 0.92rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 1rem;
  white-space: nowrap;
  color: var(--zk-ink);
}
.job-ticker-item .city {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--zk-stone);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.job-ticker-item .sep { color: var(--zk-red); }

/* ============================================
   Stats Block
   ============================================ */
.stats {
  background: var(--zk-cream);
  padding: 5rem 0;
  border-top: 1px solid var(--zk-line);
  border-bottom: 1px solid var(--zk-line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.stat {
  border-left: 1px solid var(--zk-line);
  padding: 0 0 0 1.75rem;
}
.stat:first-child { border-left: none; padding-left: 0; }
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--zk-ink);
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
.stat-num em { font-style: italic; color: var(--zk-red); }
.stat-num .suffix { font-size: 0.45em; color: var(--zk-red); font-style: italic; }
.stat-label {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: var(--zk-stone);
  font-weight: 500;
  letter-spacing: 0.01em;
  max-width: 22ch;
}

/* ============================================
   Section Heading Block
   ============================================ */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
  align-items: end;
}
.section-head-aside {
  max-width: 420px;
  justify-self: end;
}

/* ============================================
   Dual Path (Bewerber / Unternehmen)
   ============================================ */
.dual-path {
  background: var(--zk-paper);
}
.dual-path-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.path-card {
  position: relative;
  padding: 3rem 2.5rem;
  background: var(--zk-cream);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.6s var(--ease-out);
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border: 1px solid var(--zk-line);
}
.path-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--zk-red);
  transform: translateY(101%);
  transition: transform 0.6s var(--ease-out);
  z-index: 0;
}
.path-card:hover::before { transform: translateY(0); }
.path-card:hover { color: var(--zk-paper); }
.path-card:hover .path-num { color: rgba(245, 240, 232, 0.4); }
.path-card:hover .path-list li { border-color: rgba(245, 240, 232, 0.2); }
.path-card:hover .path-arrow { background: var(--zk-paper); color: var(--zk-red); transform: translateX(8px); }
.path-card > * { position: relative; z-index: 1; }
.path-num {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--zk-red);
  transition: color 0.6s;
}
.path-title {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  margin: 1rem 0 1.5rem;
}
.path-title em { font-style: italic; color: var(--zk-red); transition: color 0.6s; }
.path-card:hover .path-title em { color: var(--zk-paper); }
.path-list { list-style: none; }
.path-list li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--zk-line);
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: border-color 0.4s;
}
.path-list li:last-child { border-bottom: 1px solid var(--zk-line); }
.path-list li::before { content: "→"; color: var(--zk-red); font-weight: 600; transition: color 0.4s; }
.path-card:hover .path-list li::before { color: var(--zk-paper); }
.path-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--zk-ink);
  color: var(--zk-paper);
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-top: 2rem;
  transition: all 0.4s var(--ease-out);
  align-self: flex-start;
}

/* ============================================
   Industries (Branchen)
   ============================================ */
.industries {
  background: var(--zk-ink);
  color: var(--zk-paper);
}
.industries .eyebrow { color: var(--zk-red-bright); }
.industries .eyebrow::before { background: var(--zk-red-bright); }
.industries h2 { color: var(--zk-paper); }
.industries .lede { color: rgba(245, 240, 232, 0.7); }

.industry-rows {
  border-top: 1px solid rgba(245, 240, 232, 0.15);
}
.industry-row {
  display: grid;
  grid-template-columns: 80px 1fr auto auto;
  gap: 2rem;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 1px solid rgba(245, 240, 232, 0.15);
  position: relative;
  cursor: pointer;
  transition: padding 0.4s var(--ease-out);
}
.industry-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--zk-red), transparent);
  opacity: 0;
  transition: opacity 0.4s var(--ease-out);
  z-index: 0;
  pointer-events: none;
}
.industry-row:hover::before { opacity: 0.18; }
.industry-row:hover { padding-left: 2rem; }
.industry-row > * { position: relative; z-index: 1; }
.industry-num {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  color: var(--zk-stone-light);
  font-weight: 500;
}
.industry-name {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 3.75rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.industry-name em { font-style: italic; color: var(--zk-red-bright); }
.industry-tags {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.industry-tag {
  font-size: 0.75rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(245, 240, 232, 0.25);
  border-radius: 999px;
  color: rgba(245, 240, 232, 0.7);
  font-weight: 500;
}
.industry-arrow {
  font-size: 1.5rem;
  color: var(--zk-red-bright);
  transition: transform 0.4s var(--ease-out);
  font-style: italic;
  font-family: var(--font-display);
}
.industry-row:hover .industry-arrow { transform: translateX(8px) rotate(-15deg); }

/* ============================================
   Process (How it works)
   ============================================ */
.process {
  background: var(--zk-paper);
  position: relative;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  position: relative;
}
.process-grid::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: repeating-linear-gradient(90deg, var(--zk-red) 0 6px, transparent 6px 14px);
  z-index: 0;
}
.process-step {
  position: relative;
  z-index: 1;
  background: var(--zk-paper);
  padding-top: 0.5rem;
}
.process-num {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: var(--zk-cream);
  display: grid;
  place-items: center;
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-style: italic;
  color: var(--zk-red);
  border: 1px solid var(--zk-line);
  margin-bottom: 1.5rem;
  transition: all 0.4s var(--ease-out);
}
.process-step:hover .process-num { background: var(--zk-red); color: var(--zk-paper); transform: rotate(-8deg); }
.process-step h4 {
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
}
.process-step p {
  font-size: 0.95rem;
  color: var(--zk-stone);
  line-height: 1.5;
}

/* ============================================
   Locations / Map
   ============================================ */
.locations {
  background: var(--zk-cream);
  position: relative;
}
.locations-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.map-container {
  position: relative;
  aspect-ratio: 0.85;
  background: var(--zk-paper);
  border: 1px solid var(--zk-line);
  border-radius: 4px;
  overflow: hidden;
}
.map-svg { width: 100%; height: 100%; }
.map-pin {
  cursor: pointer;
  transition: all 0.4s var(--ease-out);
}
.map-pin circle.pulse {
  fill: var(--zk-red);
  opacity: 0.3;
  animation: ripple 2.4s infinite ease-out;
  transform-origin: center;
  transform-box: fill-box;
}
.map-pin circle.dot {
  fill: var(--zk-red);
  stroke: var(--zk-paper);
  stroke-width: 2;
  transition: r 0.4s, fill 0.4s;
}
.map-pin:hover circle.dot { r: 9; fill: var(--zk-ink); }
.map-pin text {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  fill: var(--zk-ink);
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.3s;
}
.map-pin:hover text { opacity: 1; }
.map-pin.active circle.dot { r: 9; fill: var(--zk-ink); }
.map-pin.active text { opacity: 1; }

@keyframes ripple {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(3.5); opacity: 0; }
}

.locations-list {
  list-style: none;
  border-top: 1px solid var(--zk-line);
}
.location-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--zk-line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  cursor: pointer;
  transition: padding 0.3s var(--ease-out);
}
.location-item:hover { padding-left: 1rem; }
.location-item.active { padding-left: 1rem; background: linear-gradient(90deg, rgba(183,54,66,0.06), transparent); }
.location-num {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--zk-stone);
  letter-spacing: 0.14em;
}
.location-name {
  font-family: var(--font-display);
  font-size: 1.7rem;
  letter-spacing: -0.03em;
}
.location-name em { font-style: italic; color: var(--zk-red); }
.location-meta {
  font-size: 0.85rem;
  color: var(--zk-stone);
  margin-top: 0.2rem;
}
.location-arrow {
  color: var(--zk-red);
  font-size: 1.3rem;
  font-family: var(--font-display);
  font-style: italic;
}

/* ============================================
   Timeline
   ============================================ */
.timeline-section {
  background: var(--zk-paper);
  overflow: hidden;
}
.timeline-track {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 2rem 0 3rem;
  margin: 0 calc(-1 * var(--gutter));
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  scrollbar-width: thin;
}
.timeline-card {
  flex: 0 0 380px;
  background: var(--zk-cream);
  border: 1px solid var(--zk-line);
  border-radius: 4px;
  padding: 2.5rem 2rem;
  scroll-snap-align: start;
  position: relative;
  transition: all 0.5s var(--ease-out);
}
.timeline-card:hover {
  transform: translateY(-6px);
  border-color: var(--zk-red);
  box-shadow: 0 20px 40px -20px rgba(15, 14, 13, 0.15);
}
.timeline-year {
  font-family: var(--font-display);
  font-size: 4rem;
  font-style: italic;
  color: var(--zk-red);
  line-height: 0.9;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}
.timeline-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  letter-spacing: -0.02em;
}
.timeline-text {
  font-size: 0.95rem;
  color: var(--zk-stone);
  line-height: 1.55;
}

/* ============================================
   Testimonials Slider
   ============================================ */
.testimonials {
  background: var(--zk-cream);
  border-top: 1px solid var(--zk-line);
  overflow: hidden;
}
.testimonials-viewport { position: relative; }
.testimonials-track {
  display: flex;
  transition: transform 0.8s var(--ease-out);
}
.testimonial-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 1rem 0;
}
.testimonial-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.8vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 400;
}
.testimonial-quote::before {
  content: "„";
  display: block;
  font-size: 5rem;
  color: var(--zk-red);
  line-height: 0.5;
  margin-bottom: 1rem;
  font-style: italic;
}
.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 2rem;
}
.testimonial-name { font-weight: 600; font-size: 1rem; }
.testimonial-role { font-size: 0.85rem; color: var(--zk-stone); }
.testimonial-card {
  background: var(--zk-paper);
  border: 1px solid var(--zk-line);
  border-radius: 4px;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.testimonial-stat {
  font-family: var(--font-display);
  font-size: 4rem;
  font-style: italic;
  color: var(--zk-red);
  line-height: 1;
  letter-spacing: -0.04em;
}
.testimonial-stat-label {
  font-size: 0.9rem;
  color: var(--zk-stone);
}
.testimonial-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--zk-line);
}
.testimonial-dots { display: flex; gap: 0.5rem; }
.testimonial-dot {
  width: 32px; height: 3px;
  background: var(--zk-line);
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.testimonial-dot.active { background: var(--zk-red); }
.testimonial-arrows { display: flex; gap: 0.6rem; }
.testimonial-arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid var(--zk-line);
  display: grid;
  place-items: center;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
  font-family: var(--font-display);
  font-size: 1.2rem;
}
.testimonial-arrow:hover { background: var(--zk-ink); color: var(--zk-paper); border-color: var(--zk-ink); }

/* ============================================
   CTA Banner
   ============================================ */
.cta-banner {
  background: var(--zk-red);
  color: var(--zk-paper);
  padding: clamp(4rem, 9vw, 8rem) 0;
  position: relative;
  overflow: hidden;
}
.cta-banner-bg {
  position: absolute;
  top: -10%; right: -5%;
  font-family: var(--font-display);
  font-size: 30rem;
  font-style: italic;
  color: rgba(245, 240, 232, 0.07);
  pointer-events: none;
  letter-spacing: -0.05em;
  line-height: 1;
}
.cta-banner-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: end;
}
.cta-banner h2 {
  font-size: clamp(2.5rem, 7vw, 6rem);
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.cta-banner h2 em { font-style: italic; opacity: 0.8; }
.cta-banner-side { padding-bottom: 1rem; }
.cta-banner-side p { opacity: 0.85; margin-bottom: 1.5rem; line-height: 1.45; }
.cta-banner .btn-primary { background: var(--zk-paper); color: var(--zk-red); }
.cta-banner .btn-primary:hover { background: var(--zk-ink); color: var(--zk-paper); }

/* ============================================
   Footer
   ============================================ */
.site-footer {
  background: var(--zk-ink);
  color: var(--zk-paper);
  padding: 5rem 0 2rem;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(245, 240, 232, 0.15);
}
.footer-brand h3 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}
.footer-brand h3 em { font-style: italic; color: var(--zk-red-bright); }
.footer-brand p { color: rgba(245, 240, 232, 0.6); max-width: 36ch; line-height: 1.55; }
.footer-col h5 {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
  color: var(--zk-red-bright);
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a {
  font-size: 0.95rem;
  color: rgba(245, 240, 232, 0.75);
  transition: color 0.3s, padding-left 0.3s;
}
.footer-col a:hover { color: var(--zk-paper); padding-left: 6px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  font-size: 0.82rem;
  color: rgba(245, 240, 232, 0.5);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom a:hover { color: var(--zk-paper); }
.footer-slogan {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.2rem;
  color: var(--zk-paper);
}

/* ============================================
   Scroll Reveal
   ============================================ */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s var(--ease-out), transform 0.8s var(--ease-out);
}
.reveal-stagger.visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.reveal-stagger.visible > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger.visible > *:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger.visible > *:nth-child(4) { transition-delay: 0.3s; }
.reveal-stagger.visible > *:nth-child(5) { transition-delay: 0.4s; }
.reveal-stagger.visible > *:nth-child(6) { transition-delay: 0.5s; }

/* ============================================
   Page Sub-hero (interior pages)
   ============================================ */
.sub-hero {
  padding: 11rem 0 5rem;
  background: var(--zk-paper);
  border-bottom: 1px solid var(--zk-line);
  position: relative;
  overflow: hidden;
}
.sub-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: end;
  position: relative;
  z-index: 2;
}
.sub-hero-bg {
  position: absolute;
  top: 50%; right: -5%;
  transform: translateY(-50%);
  font-family: var(--font-display);
  font-size: 24rem;
  font-style: italic;
  color: var(--zk-cream-warm);
  z-index: 0;
  pointer-events: none;
  letter-spacing: -0.05em;
  line-height: 1;
  opacity: 0.6;
}
.breadcrumb {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--zk-stone);
  margin-bottom: 1.5rem;
}
.breadcrumb span { color: var(--zk-red); }

/* ============================================
   Forms
   ============================================ */
.form {
  display: grid;
  gap: 1.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.field {
  position: relative;
}
.field label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--zk-stone);
  margin-bottom: 0.6rem;
  font-weight: 600;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--zk-line);
  padding: 0.6rem 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--zk-ink);
  transition: border-color 0.3s;
}
.field input:focus,
.field textarea:focus,
.field select:focus {
  outline: none;
  border-color: var(--zk-red);
}
.field textarea { resize: vertical; min-height: 100px; }

.radio-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.radio-card {
  flex: 1;
  min-width: 140px;
  padding: 1.25rem;
  border: 1px solid var(--zk-line);
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}
.radio-card:hover { border-color: var(--zk-red); }
.radio-card input { display: none; }
.radio-card.selected, .radio-card:has(input:checked) {
  border-color: var(--zk-red);
  background: rgba(183, 54, 66, 0.05);
}
.radio-card-title { font-weight: 600; margin-bottom: 0.3rem; }
.radio-card-sub { font-size: 0.82rem; color: var(--zk-stone); }

/* ============================================
   Misc Utilities
   ============================================ */
.divider {
  height: 1px;
  background: var(--zk-line);
  margin: 4rem 0;
}
.text-red { color: var(--zk-red); }
.text-italic { font-style: italic; }
.flex { display: flex; }
.gap-1 { gap: 1rem; }
.gap-2 { gap: 2rem; }

/* Floating action button */
.fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 50;
  background: var(--zk-red);
  color: var(--zk-paper);
  padding: 1rem 1.6rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  box-shadow: 0 14px 30px -10px rgba(183, 54, 66, 0.5);
  transition: all 0.4s var(--ease-out);
  opacity: 0;
  transform: translateY(20px);
}
.fab.visible { opacity: 1; transform: translateY(0); }
.fab:hover { background: var(--zk-ink); transform: translateY(-3px); }

/* ============================================
   Responsive
   ============================================ */
@media (max-width: 1024px) {
  .hero-grid, .dual-path-grid, .testimonial-slide,
  .locations-grid, .cta-banner-grid, .sub-hero-grid,
  .section-head { grid-template-columns: 1fr; gap: 2rem; }
  .section-head-aside { justify-self: start; }
  .hero-aside { justify-self: start; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
  .stat { padding-left: 1rem; }
  .stat:nth-child(3) { border-left: none; padding-left: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .process-grid::before { display: none; }
  .industry-row { grid-template-columns: 60px 1fr auto; }
  .industry-tags { display: none; }
}

@media (max-width: 720px) {
  .nav-links, .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-left: none !important; padding-left: 0 !important; border-top: 1px solid var(--zk-line); padding-top: 1.5rem; }
  .stat:first-child { border-top: none; padding-top: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .industry-row { grid-template-columns: 50px 1fr auto; padding: 1.5rem 0; gap: 1rem; }
  .hero-meta { display: none; }
  .timeline-card { flex-basis: 280px; padding: 2rem 1.5rem; }
  .fab { bottom: 1rem; right: 1rem; padding: 0.8rem 1.2rem; font-size: 0.82rem; }
  .cta-banner-bg { font-size: 18rem; }
}

/* ============================================
   ACCESSIBILITY  —  Skip-Link & Focus States
   ============================================ */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: var(--zk-red);
  color: var(--zk-paper);
  padding: 0.8rem 1.5rem;
  text-decoration: none;
  font-weight: 600;
  z-index: 9999;
  transition: top 0.2s;
  border-radius: 0 0 4px 0;
}
.skip-link:focus {
  top: 0;
  outline: 2px solid var(--zk-paper);
  outline-offset: -4px;
}

/* Verbesserte Focus-States für Keyboard-Nutzer */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--zk-red);
  outline-offset: 2px;
  border-radius: 2px;
}
.btn:focus-visible {
  outline: 3px solid var(--zk-red);
  outline-offset: 3px;
}

/* ============================================
   LEGAL PAGES  —  Impressum, Datenschutz
   ============================================ */
.legal-page { padding-top: 4rem; padding-bottom: 6rem; }

.legal-content {
  max-width: 800px;
  margin: 0 auto;
}
.legal-content h2 {
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 3rem 0 1rem;
  padding-top: 2rem;
  border-top: 1px solid var(--zk-line);
  color: var(--zk-ink);
}
.legal-content h2:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
.legal-content p {
  margin-bottom: 1rem;
  color: var(--zk-ink-soft);
  line-height: 1.75;
  font-size: 0.97rem;
}
.legal-content ul {
  margin: 0 0 1.2rem 0;
  padding-left: 1.4rem;
  color: var(--zk-ink-soft);
}
.legal-content li {
  margin-bottom: 0.4rem;
  line-height: 1.7;
  font-size: 0.97rem;
}
.legal-content a {
  color: var(--zk-red);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.legal-content a:hover { color: var(--zk-red-deep); }
.legal-content strong { color: var(--zk-ink); font-weight: 600; }
.legal-content em { font-style: italic; color: var(--zk-stone); }

.legal-toc-intro {
  font-family: 'JetBrains Mono', monospace;
  font-size: 0.78rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--zk-stone) !important;
  margin-bottom: 3rem !important;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--zk-line);
}

.legal-note {
  margin-top: 4rem !important;
  padding: 1.6rem 1.8rem;
  background: rgba(183, 54, 66, 0.05);
  border-left: 3px solid var(--zk-red);
  border-radius: 0 4px 4px 0;
  font-size: 0.92rem !important;
}
.legal-note strong { color: var(--zk-red); }

@media (max-width: 720px) {
  .legal-content h2 { font-size: 1.35rem; margin-top: 2.4rem; padding-top: 1.6rem; }
  .legal-page { padding-top: 2.5rem; padding-bottom: 4rem; }
}

/* Form-Confirm — ersetzt das Formular nach Submit */
.form-confirm {
  background: var(--zk-paper);
  padding: 2.5rem;
  border: 1px solid var(--zk-red);
  border-left: 4px solid var(--zk-red);
  border-radius: 4px;
  font-family: 'Fraunces', serif;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--zk-ink);
}
