/* ============================================================
   Unsere Kanzlei — Neuentwürfe A & B (2026-07-28)
   Kritik der Kanzlei: Stockfoto raus, Oliver muss groß sein,
   Mission/Vision braucht mehr Oliver.
   Nutzt Tokens + Buttons + Tag-Chips aus styles.css.
   A = .na-*  ·  B = .nb-*  ·  gemeinsam = .nk-*
   ============================================================ */

/* ---------------- gemeinsam ---------------- */
.nk-sec { padding: 110px 50px; display: flex; justify-content: center; }
.nk-cont { width: 100%; max-width: 1600px; display: flex; flex-direction: column; gap: 60px; }
.nk-dark { background: var(--black); }
.nk-light { background: #ffffe6; }
.nk-khaki { background: var(--khaki); }
.nk-h2 { font-size: 50px; line-height: 1.15; font-weight: 600; letter-spacing: -0.05em; text-wrap: balance; }
.nk-dark .nk-h2 { color: var(--white-warm); }
.nk-light .nk-h2, .nk-khaki .nk-h2 { color: var(--ink); }
.nk-h2 mark { background: var(--lime); color: var(--ink); }
.nk-dark .nk-h2 mark { background: var(--lime); color: var(--ink); }
.nk-eyebrow {
  font-family: 'Red Hat Mono', monospace;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--lime-soft);
  display: flex;
  align-items: center;
  gap: 10px;
}
.nk-eyebrow::before { content: ''; width: 7px; height: 7px; background: var(--lime); flex: none; }
.nk-light .nk-eyebrow, .nk-khaki .nk-eyebrow { color: rgba(0, 0, 0, 0.55); }
.nk-light .nk-eyebrow::before, .nk-khaki .nk-eyebrow::before { background: var(--ink); }
.nk-lead { font-size: 20px; line-height: 1.5; font-weight: 500; letter-spacing: -0.03em; }
.nk-dark .nk-lead { color: var(--white-warm); }
.nk-light .nk-lead, .nk-khaki .nk-lead { color: var(--ink); }
.nk-body { font-size: 17px; line-height: 1.6; letter-spacing: -0.02em; }
.nk-dark .nk-body { color: rgba(255, 255, 230, 0.82); }
.nk-light .nk-body, .nk-khaki .nk-body { color: rgba(0, 0, 0, 0.75); }

/* Ecken-Akzent (drei Quadrate) — ersetzt Deko-Stockbilder */
.nk-corner { position: absolute; width: 36px; height: 54px; pointer-events: none; }
.nk-corner i { position: absolute; width: 18px; height: 18px; background: var(--lime); }
.nk-corner i:nth-child(1) { top: 0; left: 18px; }
.nk-corner i:nth-child(2) { top: 18px; left: 0; }
.nk-corner i:nth-child(3) { top: 36px; left: 18px; }

/* Namensschild auf Fotos */
.nk-namechip {
  position: absolute;
  left: 0;
  bottom: 28px;
  background: var(--lime);
  color: var(--ink);
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
  max-width: 92%;
}
.nk-namechip b { font-size: 19px; line-height: 25px; font-weight: 600; letter-spacing: -0.03em; }
.nk-namechip span {
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.65);
}

/* Entwurfs-Umschalter unten rechts */
.nk-switch {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  display: flex;
  align-items: stretch;
  background: var(--black);
  border: 1px solid var(--white-15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.nk-switch > span {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 230, 0.55);
  border-right: 1px solid var(--white-15);
}
.nk-switch a {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--white-warm);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nk-switch a + a { border-left: 1px solid var(--white-15); }
.nk-switch a:hover { background: #ffffff14; color: var(--lime); }
.nk-switch a.is-on { background: var(--lime); color: var(--ink); }
@media (max-width: 809.98px) {
  .nk-switch { right: 10px; bottom: 10px; }
  .nk-switch > span { display: none; }
  .nk-switch a { padding: 9px 13px; font-size: 13px; }
}

/* Zahlenband */
.nk-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(0, 0, 0, 0.15); }
.nk-stat { background: var(--khaki); padding: 30px 26px; display: flex; flex-direction: column; gap: 6px; }
.nk-stat b { font-size: 44px; line-height: 1.05; font-weight: 600; letter-spacing: -0.04em; color: var(--ink); }
.nk-stat span { font-size: 15px; line-height: 21px; letter-spacing: -0.02em; color: rgba(0, 0, 0, 0.6); }

/* Werte-Karten (N E G E L E) */
.nk-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nk-value { padding: 28px; display: flex; flex-direction: column; gap: 12px; background: var(--white-5); border: 1px solid var(--white-15); }
.nk-light .nk-value, .nk-khaki .nk-value { background: rgba(0, 0, 0, 0.04); border-color: rgba(0, 0, 0, 0.12); }
.nk-value b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--lime);
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
}
.nk-value h3 { font-size: 20px; line-height: 26px; font-weight: 600; letter-spacing: -0.03em; }
.nk-dark .nk-value h3 { color: var(--white-warm); }
.nk-light .nk-value h3, .nk-khaki .nk-value h3 { color: var(--ink); }
.nk-value p { font-size: 15px; line-height: 23px; letter-spacing: -0.02em; }
.nk-dark .nk-value p { color: rgba(255, 255, 230, 0.72); }
.nk-light .nk-value p, .nk-khaki .nk-value p { color: rgba(0, 0, 0, 0.68); }

/* Team-Raster */
.nk-team { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.nk-member { display: flex; flex-direction: column; text-decoration: none; }
.nk-member img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 22%; }
.nk-member .nk-ph { display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1; background: rgba(0, 0, 0, 0.25); }
.nk-member .nk-ph img { width: 46%; aspect-ratio: auto; object-fit: contain; opacity: 0.55; }
.nk-member p { padding: 12px 4px 0; font-size: 15px; line-height: 21px; font-weight: 600; letter-spacing: -0.02em; }
.nk-member span {
  padding: 0 4px;
  font-family: 'Red Hat Mono', monospace;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nk-dark .nk-member p { color: var(--white-warm); }
.nk-dark .nk-member span { color: rgba(255, 255, 230, 0.5); }
.nk-khaki .nk-member p, .nk-light .nk-member p { color: var(--ink); }
.nk-khaki .nk-member span, .nk-light .nk-member span { color: rgba(0, 0, 0, 0.5); }
.nk-member:hover p { color: var(--lime); }
.nk-khaki .nk-member:hover p, .nk-light .nk-member:hover p { color: #5f6b1a; }

/* Abschluss-CTA */
.nk-final { display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; }
.nk-final .nk-h2 { max-width: 900px; }

@media (max-width: 1199.98px) {
  .nk-sec { padding: 80px 20px; }
  .nk-h2 { font-size: 40px; }
  .nk-values { grid-template-columns: 1fr 1fr; }
  .nk-team { grid-template-columns: repeat(3, 1fr); }
  .nk-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 809.98px) {
  .nk-sec { padding: 64px 20px; }
  .nk-cont { gap: 40px; }
  .nk-h2 { font-size: 32px; }
  .nk-values { grid-template-columns: 1fr; }
  .nk-team { grid-template-columns: 1fr 1fr; }
  .nk-stat b { font-size: 34px; }
}

/* ============================================================
   ENTWURF A — „Der Gründer"
   Großes Portrait direkt im Hero, Text durchgehend in Olivers Ich-Form.
   ============================================================ */
.na-hero { background: var(--black); padding: 150px 50px 100px; display: flex; justify-content: center; }
.na-hero-cont { width: 100%; max-width: 1600px; display: grid; grid-template-columns: 1fr 620px; gap: 70px; align-items: center; }
.na-hero-left { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
.na-h1 { font-size: 62px; line-height: 1.04; font-weight: 600; letter-spacing: -0.05em; color: var(--white-warm); text-wrap: balance; }
.na-h1 mark { background: none; color: var(--lime); }
.na-hero-sub { font-size: 20px; line-height: 1.5; font-weight: 500; letter-spacing: -0.03em; color: rgba(255, 255, 230, 0.85); max-width: 620px; }
.na-hero-facts { display: flex; flex-wrap: wrap; gap: 10px; }
.na-fact {
  padding: 8px 14px;
  background: var(--white-5);
  border: 1px solid var(--white-15);
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime-soft);
}
/* das Portrait ist hier die Hauptsache: volle Spaltenbreite, hoch */
.na-portrait { position: relative; width: 100%; aspect-ratio: 0.86; }
.na-portrait > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.na-portrait .nk-corner { top: -19px; right: 0; }

/* Gründer-Text mit Unterschriftszeile */
.na-story { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.na-story-col { display: flex; flex-direction: column; gap: 22px; }
.na-sign { display: flex; align-items: center; gap: 16px; padding-top: 12px; border-top: 2px dotted rgba(0, 0, 0, 0.35); }
.na-sign img { width: 62px; height: 62px; border-radius: 50%; object-fit: cover; object-position: 50% 15%; flex: none; }
.na-sign b { display: block; font-size: 17px; line-height: 23px; font-weight: 600; letter-spacing: -0.02em; color: var(--ink); }
.na-sign span {
  display: block;
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}

/* „Mein Anspruch" — ersetzt Mission/Vision, Bild = Oliver im Gerichtssaal */
.na-claim { display: grid; grid-template-columns: 560px 1fr; gap: 60px; align-items: stretch; }
.na-claim-photo { position: relative; min-height: 560px; }
.na-claim-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.na-claim-lists { display: flex; flex-direction: column; gap: 44px; justify-content: center; }
.na-list h3 { font-size: 24px; line-height: 31px; font-weight: 600; letter-spacing: -0.04em; color: var(--lime); padding-bottom: 16px; }
.na-list ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.na-list li {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid var(--white-10);
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: var(--white-warm);
}
.na-list li::before { content: ''; width: 8px; height: 8px; margin-top: 9px; background: var(--lime); flex: none; }

/* Zeitstrahl */
.na-time { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.na-step { display: flex; flex-direction: column; gap: 10px; padding-top: 22px; border-top: 2px dotted rgba(0, 0, 0, 0.35); }
.na-step b {
  align-self: flex-start;
  background: var(--black);
  color: var(--lime-soft);
  padding: 4px 12px;
  font-family: 'Red Hat Mono', monospace;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.na-step h3 { font-size: 19px; line-height: 25px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink); }
.na-step p { font-size: 15px; line-height: 23px; letter-spacing: -0.02em; color: rgba(0, 0, 0, 0.7); }

@media (max-width: 1199.98px) {
  .na-hero { padding: 120px 20px 70px; }
  .na-hero-cont { grid-template-columns: 1fr; gap: 44px; }
  .na-h1 { font-size: 46px; }
  .na-portrait { max-width: 560px; aspect-ratio: 1; }
  .na-story { grid-template-columns: 1fr; gap: 34px; }
  .na-claim { grid-template-columns: 1fr; gap: 34px; }
  .na-claim-photo { min-height: 0; aspect-ratio: 1.3; }
  .na-time { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 809.98px) {
  .na-hero { padding: 110px 20px 56px; }
  .na-h1 { font-size: 34px; }
  .na-hero-sub { font-size: 17px; }
  .na-portrait { aspect-ratio: 0.92; }
  .na-claim-photo { aspect-ratio: 1; }
  .na-time { grid-template-columns: 1fr; }
  .na-list li { font-size: 16px; }
}

/* ============================================================
   ENTWURF B — „Vor Ort"
   Beweis-Führung: echte Gerichtsfotos, Oliver im Talar als Aufmacher.
   ============================================================ */
.nb-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; justify-content: center; padding: 150px 50px 60px; overflow: hidden; background: var(--black); }
.nb-hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.nb-hero-veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.35) 38%, rgba(10, 10, 10, 0.92) 100%); }
.nb-hero-cont { position: relative; width: 100%; max-width: 1600px; display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.nb-h1 { font-size: 66px; line-height: 1.03; font-weight: 600; letter-spacing: -0.05em; color: var(--white-warm); max-width: 1100px; text-wrap: balance; }
.nb-h1 mark { background: var(--lime); color: var(--ink); padding: 0 6px; }
.nb-hero-sub { font-size: 20px; line-height: 1.5; font-weight: 500; letter-spacing: -0.03em; color: rgba(255, 255, 230, 0.9); max-width: 700px; }
.nb-hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lime-soft);
}

/* Portraitblock: Oliver groß neben seinem Zitat */
.nb-portrait { display: grid; grid-template-columns: 620px 1fr; gap: 70px; align-items: center; }
.nb-portrait-img { position: relative; width: 100%; aspect-ratio: 0.87; }
.nb-portrait-img > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.nb-portrait-img .nk-corner { top: -19px; left: -19px; }
.nb-quote { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; }
.nb-quote blockquote { margin: 0; font-size: 34px; line-height: 1.28; font-weight: 600; letter-spacing: -0.04em; color: var(--ink); text-wrap: balance; }
.nb-quote blockquote mark { background: var(--lime); color: var(--ink); }

/* Gerichtsgalerie */
.nb-courts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.nb-court { position: relative; display: flex; flex-direction: column; }
.nb-court img { display: block; width: 100%; aspect-ratio: 0.78; object-fit: cover; }
.nb-court p {
  background: var(--white-5);
  border: 1px solid var(--white-15);
  border-top: none;
  padding: 10px 14px;
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  line-height: 17px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lime-soft);
}

/* Auftrag & Haltung (statt Mission/Vision mit Stockbild) */
.nb-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.nb-card { background: #ffffe6; padding: 40px; display: flex; flex-direction: column; gap: 18px; }
.nb-card.is-dark { background: var(--black); }
.nb-card h3 { font-size: 28px; line-height: 34px; font-weight: 600; letter-spacing: -0.04em; color: var(--ink); }
.nb-card.is-dark h3 { color: var(--lime); }
.nb-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; }
.nb-card li {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--ink);
}
.nb-card.is-dark li { border-top-color: var(--white-10); color: var(--white-warm); }
.nb-card li::before { content: ''; width: 7px; height: 7px; margin-top: 9px; background: var(--ink); flex: none; }
.nb-card.is-dark li::before { background: var(--lime); }

/* waagerechter Zeitstrahl */
.nb-time { display: flex; gap: 0; }
.nb-tstep { flex: 1 1 0; padding: 24px 22px 0; border-top: 2px solid var(--white-15); display: flex; flex-direction: column; gap: 8px; }
.nb-tstep:first-child { padding-left: 0; }
.nb-tstep.is-now { border-top-color: var(--lime); }
.nb-tstep b { font-family: 'Red Hat Mono', monospace; font-size: 13px; font-weight: 600; letter-spacing: 0.14em; color: var(--lime-soft); }
.nb-tstep h3 { font-size: 17px; line-height: 23px; font-weight: 600; letter-spacing: -0.03em; color: var(--white-warm); }
.nb-tstep p { font-size: 14px; line-height: 21px; letter-spacing: -0.02em; color: rgba(255, 255, 230, 0.6); }

@media (max-width: 1199.98px) {
  .nb-hero { min-height: 620px; padding: 120px 20px 50px; }
  .nb-h1 { font-size: 46px; }
  .nb-portrait { grid-template-columns: 1fr; gap: 40px; }
  .nb-portrait-img { max-width: 560px; aspect-ratio: 1; }
  .nb-portrait-img .nk-corner { left: 0; }
  .nb-quote blockquote { font-size: 28px; }
  .nb-courts { grid-template-columns: 1fr 1fr; }
  .nb-duo { grid-template-columns: 1fr; }
  .nb-time { flex-wrap: wrap; }
  .nb-tstep { flex: 1 1 40%; padding: 20px 16px 0; }
  .nb-tstep:first-child { padding-left: 16px; }
}
@media (max-width: 809.98px) {
  .nb-hero { min-height: 540px; padding: 110px 20px 40px; }
  .nb-h1 { font-size: 32px; }
  .nb-hero-sub { font-size: 17px; }
  .nb-quote blockquote { font-size: 24px; }
  .nb-card { padding: 26px; }
  .nb-tstep { flex: 1 1 100%; padding: 18px 0 0; }
  .nb-tstep:first-child { padding-left: 0; }
}

/* --- Persoenlich-Band auf der Oliver-Seite (30.07.2026) ----------------- */
.op-private { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 48px; align-items: center; }
.op-ph {
  aspect-ratio: 4 / 5;
  border: 2px dashed rgba(27, 28, 28, 0.35);
  background: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
}
.op-ph-label {
  font-family: 'Red Hat Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(27, 28, 28, 0.5);
}
.op-ph p { margin: 0; font-size: 19px; font-weight: 600; letter-spacing: -0.03em; color: var(--ink); }
.op-ph-note { font-size: 14px; line-height: 1.45; color: rgba(27, 28, 28, 0.6); max-width: 30ch; }
.op-private-text { display: flex; flex-direction: column; gap: 18px; }
.op-motto {
  margin: 0;
  padding-top: 6px;
  font-family: 'Carattere', cursive;
  font-size: 34px;
  line-height: 1.2;
  color: rgba(27, 28, 28, 0.75);
}

@media (max-width: 809.98px) {
  .op-private { grid-template-columns: 1fr; gap: 28px; }
  .op-ph { aspect-ratio: 1 / 1; padding: 22px; }
  .op-ph p { font-size: 17px; }
  .op-motto { font-size: 28px; }
}
