/* mpdigital.at · Erscheinungsbild 09/2026
   Verbraucher der CI-Web-Ebene (Quelle: mpdigital-ci-neu_SKILL.md). Farben nie hier ändern, erst dort. */

@font-face {
  font-family: 'Space Grotesk';
  src: url('fonts/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #10181F;
  --ink-60: #55636D;
  --paper: #FFFFFF;
  --paper-alt: #F6F8F9;
  --line: #E3E8EB;
  --petrol: #0E3D4D;
  --petrol-hell: #144F63;
  --petrol-mittel: #2F6E82;
  --petrol-deep: #0A2B37;
  --akzent: #1BA8A0;
  --akzent-text: #157F79;
  --akzent-soft: #E4F4F3;
  --studio: #C5C9CA;
  --font: 'Space Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --container: 1200px;
  --radius: 10px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--paper); color: var(--ink);
  font-family: var(--font); font-size: 17px; line-height: 1.55; font-weight: 400;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--petrol); text-decoration: none; }
a:hover { color: var(--petrol-hell); }
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.02em; line-height: 1.08; }
h1 { font-size: clamp(44px, 6.4vw, 92px); letter-spacing: -0.035em; line-height: 0.98; }
h2 { font-size: clamp(30px, 3.8vw, 52px); }
h3 { font-size: 24px; line-height: 1.2; }
p { margin: 0; }
p + p { margin-top: 1em; }
strong { font-weight: 600; }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.eyebrow { display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--akzent-text); margin-bottom: 18px; }
.lead { font-size: clamp(18px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-60); }
.section { padding: clamp(72px, 9vw, 120px) 0; }
.section--alt { background: var(--paper-alt); }
.section-head { margin-bottom: clamp(36px, 4vw, 56px); }
.section-head .lead { margin-top: 20px; }
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 64px; align-items: end; }
.split .lead { margin-top: 0; }
.merksatz { font-size: clamp(22px, 2.2vw, 30px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; background: var(--paper); padding: 8px 12px; z-index: 100; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 52px; padding: 0 26px; border-radius: var(--radius); font-weight: 600; font-size: 16px; border: 1px solid transparent; cursor: pointer; transition: transform .2s var(--ease), background .2s, border-color .2s; white-space: nowrap; }
.btn--primary { background: var(--petrol); color: #fff; }
.btn--primary:hover { background: var(--petrol-hell); color: #fff; transform: translateY(-1px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink-60); color: var(--ink); }
.btn--white { background: #fff; color: var(--petrol); }
.btn--white:hover { background: #fff; color: var(--petrol-deep); transform: translateY(-1px); }
.btn--outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn--outline-white:hover { border-color: #fff; color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.link-more { font-weight: 600; color: var(--petrol); }
.link-more::after { content: " →"; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header .container { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { height: 34px; width: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: 15px; font-weight: 500; color: var(--ink); }
.site-nav a:hover { color: var(--petrol); }
.site-nav a[aria-current="page"] { color: var(--petrol); }
.site-nav .btn { height: 44px; padding: 0 20px; font-size: 15px; }
.site-nav .btn--primary, .site-nav .btn--primary:hover { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: none; padding: 10px; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .2s, opacity .2s; }

/* Hero */
.hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: min(760px, calc(100vh - 76px)); }
.hero-text { display: flex; flex-direction: column; justify-content: center; gap: 26px; padding: clamp(48px, 6vw, 96px) clamp(32px, 5vw, 72px) clamp(48px, 6vw, 96px) max(24px, calc((100vw - var(--container)) / 2)); }
.hero-text .lead { max-width: 600px; }
.hero-text .btn-row { margin-top: 6px; }
.hero-figure { position: relative; margin: 0; background: var(--studio); overflow: hidden; min-height: 480px; }
.hero-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.hero-figure figcaption { position: absolute; left: 28px; bottom: 28px; background: var(--paper); border-radius: var(--radius); padding: 12px 16px; font-size: 14px; line-height: 1.4; }
.hero-figure figcaption strong { display: block; font-size: 15px; }

/* Vertrauensleiste */
.trust { background: var(--paper-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust ul { list-style: none; margin: 0; padding: 28px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.trust li { font-size: 16px; font-weight: 500; padding-left: 18px; position: relative; }
.trust li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; border-radius: 50%; background: var(--akzent); }

/* Ergebnisse */
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.card .zahl { font-size: clamp(40px, 4vw, 56px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--akzent-text); }
.card h3 { font-size: 19px; }
.card p { color: var(--ink-60); font-size: 16px; }
.section--alt .card { border-color: transparent; }
.cards + .link-more { display: inline-block; margin-top: 32px; }
.logoband { margin-top: clamp(48px, 6vw, 80px); border-top: 1px solid var(--line); padding-top: 32px; }
.logoband p { font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-60); margin-bottom: 22px; }
.logoband ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px 32px; align-items: center; }
.logoband li { display: flex; justify-content: center; align-items: center; height: 56px; }
.logoband img { max-height: 44px; max-width: 100%; width: auto; height: auto; object-fit: contain; filter: grayscale(1); opacity: .62; transition: filter .3s, opacity .3s; }
.logoband li:hover img { filter: none; opacity: 1; }

/* Beobachtung */
.muster { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; border-top: 1px solid var(--line); padding-top: 40px; margin-bottom: 48px; }
.muster .nr { display: block; font-size: 14px; font-weight: 600; color: var(--akzent-text); margin-bottom: 12px; }
.muster h3 { margin-bottom: 10px; }
.muster p { color: var(--ink-60); }

/* Schwungrad */
.schwung { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.schwung-steps { display: flex; flex-direction: column; gap: clamp(40px, 10vh, 120px); padding: 8vh 0; }
.schwung-step { padding-left: 28px; border-left: 2px solid var(--line); transition: border-color .4s; }
.schwung-step h3 { margin-bottom: 8px; }
.schwung-step p { color: var(--ink-60); max-width: 460px; }
.schwung-step.is-active { border-color: var(--akzent); }
.schwung-figure { position: sticky; top: calc(76px + 6vh); margin: 0; }
.schwung-rad { width: 100%; max-width: 520px; margin: 0 auto; display: block; }
.schwung-rad .ring { fill: none; stroke: var(--line); stroke-width: 22; }
.schwung-rad .seg { fill: none; stroke-width: 22; stroke-linecap: butt; transition: opacity .6s var(--ease); }
.schwung-rad .seg-ki { stroke: var(--akzent); }
.schwung-rad .seg-pro { stroke: var(--petrol-mittel); }
.schwung-rad .seg-fue { stroke: var(--petrol); }
.schwung-rad .lbl { font-family: var(--font); font-size: 20px; font-weight: 600; fill: var(--ink); transition: opacity .6s var(--ease); }
.schwung-rad .lbl-sub { font-size: 13px; font-weight: 500; fill: var(--ink-60); letter-spacing: .04em; }
.schwung-rad .nabe { fill: var(--paper); stroke: var(--line); stroke-width: 2; }
.schwung-rad .pfeil { fill: var(--ink-60); }
.schwung-rotor { transform-origin: 260px 260px; }
.schwung-status { text-align: center; margin-top: 16px; font-size: 15px; color: var(--ink-60); min-height: 1.5em; transition: opacity .4s; }
/* Zustände: 0 = KI allein, ruckelt · 1 = KI · 2 = KI + Prozesse · 3 = alle drei */
.schwung[data-schwung="0"] .seg-pro, .schwung[data-schwung="0"] .seg-fue,
.schwung[data-schwung="1"] .seg-pro, .schwung[data-schwung="1"] .seg-fue,
.schwung[data-schwung="2"] .seg-fue { opacity: .12; }
.schwung[data-schwung="0"] .lbl-pro, .schwung[data-schwung="0"] .lbl-fue,
.schwung[data-schwung="1"] .lbl-pro, .schwung[data-schwung="1"] .lbl-fue,
.schwung[data-schwung="2"] .lbl-fue { opacity: .25; }
.schwung-merksatz { margin-top: clamp(40px, 5vw, 64px); }

/* Wer dahinter steht */
.person { display: grid; grid-template-columns: 440px minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.person figure { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 3 / 4; background: var(--paper-alt); }
.person figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.person .lead { margin-top: 20px; }
.person .link-more { display: inline-block; margin-top: 24px; }

/* Der Weg */
.weg { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; counter-reset: schritt; }
.weg .card { counter-increment: schritt; }
.weg .card::before { content: counter(schritt, decimal-leading-zero); font-size: 14px; font-weight: 600; color: var(--akzent-text); letter-spacing: .08em; }
.weg .card h3 { font-size: 22px; }
.weg .preis { font-weight: 600; color: var(--ink); }
.hint { position: relative; text-decoration: underline dotted var(--ink-60); text-underline-offset: 3px; cursor: help; outline: none; }
.hint::after { content: attr(data-hint); position: absolute; left: 0; top: calc(100% + 8px); z-index: 20; width: max-content; max-width: 280px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 400; line-height: 1.45; padding: 10px 12px; border-radius: 8px; opacity: 0; pointer-events: none; transform: translateY(-4px); transition: opacity .15s, transform .15s; }
.hint:hover::after, .hint:focus::after, .hint:focus-visible::after { opacity: 1; transform: none; }
.weg-zusatz { margin-top: 40px; color: var(--ink-60); font-size: 17px; }
.weg-links { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px 32px; align-items: center; }

/* Newsletter */
.newsletter-teaser { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: center; }
.newsletter-box { background: var(--akzent-soft); border-radius: var(--radius); padding: 36px; display: flex; flex-direction: column; gap: 16px; }
.newsletter-box h3 { font-size: 20px; }
.newsletter-box p { color: var(--ink-60); font-size: 16px; }

/* Kontakt */
.kontakt { background: var(--petrol-deep); color: #fff; }
.kontakt .eyebrow { color: var(--akzent); }
.kontakt h2 { color: #fff; }
.kontakt .lead { color: rgba(255,255,255,.78); }
.kontakt-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 80px); align-items: start; }
.kontakt-anna { border-left: 2px solid var(--akzent); padding-left: 24px; }
.kontakt-anna .tel { display: block; font-size: 30px; font-weight: 600; letter-spacing: -0.02em; color: #fff; margin-bottom: 8px; }
.kontakt-anna p { color: rgba(255,255,255,.78); font-size: 16px; }
.kontakt-anna .btn { margin-top: 20px; }
.kontakt-mail { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); font-size: 16px; }
.kontakt-mail a { text-decoration: underline; text-underline-offset: 3px; color: #fff; }
.linkedin { display: inline-flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 15px; font-weight: 500; color: #fff; }
.linkedin svg { flex-shrink: 0; }
.linkedin:hover { color: var(--akzent); }
.linkedin--klein { margin: 0 0 0 6px; color: var(--ink-60); }
.linkedin--klein:hover { color: var(--petrol); }
.kontakt a { color: #fff; }
.kontakt .btn--white, .kontakt .btn--white:hover { color: var(--petrol); }
.kontakt .btn-row { margin-top: 32px; }

/* Footer */
.site-footer { border-top: 1px solid var(--line); padding: 40px 0; font-size: 14px; color: var(--ink-60); }
.site-footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px 32px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer a { color: var(--ink-60); }
.site-footer a:hover { color: var(--petrol); }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { height: 26px; width: auto; }
.footer-brand span { font-weight: 500; color: var(--ink); letter-spacing: .02em; }

/* Bewegung: Inhalte sind immer sichtbar. Nur mit JS und ohne reduced-motion wird eingeblendet. */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .reveal-late { transition-delay: .12s; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes wobble { 0%, 100% { transform: rotate(0); } 30% { transform: rotate(10deg); } 55% { transform: rotate(-4deg); } 75% { transform: rotate(6deg); } }
.js .schwung[data-schwung="0"] .schwung-rotor, .js .schwung[data-schwung="1"] .schwung-rotor { animation: wobble 2.6s var(--ease) infinite; }
.js .schwung[data-schwung="2"] .schwung-rotor { animation: spin 16s linear infinite; }
.js .schwung[data-schwung="3"] .schwung-rotor { animation: spin 6s linear infinite; }
.schwung-rotor { animation: spin 14s linear infinite; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .schwung-rotor, .js .schwung .schwung-rotor { animation: none !important; }
  .btn { transition: none; }
}

/* Responsiv */
@media (max-width: 1080px) {
  .hero-text h1 { max-width: none; }
  .person { grid-template-columns: 340px minmax(0, 1fr); }
}
@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: var(--paper); border-bottom: 1px solid var(--line); padding: 16px 24px 24px; flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav a { padding: 12px 0; font-size: 17px; }
  .site-nav .btn { margin-top: 12px; }
  .site-header.is-open .site-nav { display: flex; }
  .nav-toggle { display: flex; }
  .site-header.is-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.is-open .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header.is-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-text { padding: 56px 24px 40px; }
  .hero-figure { min-height: 0; aspect-ratio: 4 / 5; }
  .split, .schwung, .person, .newsletter-teaser, .kontakt-grid { grid-template-columns: 1fr; }
  .schwung-figure { position: static; order: -1; }
  .schwung-steps { padding: 0; gap: 32px; }
  .person figure { max-width: 420px; }
  .trust ul, .cards, .muster, .weg { grid-template-columns: 1fr; }
  .logoband ul { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust ul { gap: 14px; }
  .muster { gap: 28px; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .btn { white-space: normal; height: auto; min-height: 52px; padding: 12px 22px; text-align: center; line-height: 1.25; }
  .container { width: calc(100% - 40px); }
  .btn-row .btn { width: 100%; }
  .hero-figure figcaption { left: 16px; bottom: 16px; right: 16px; }
  .card { padding: 28px 24px; }
  .logoband ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .logoband img { max-height: 36px; }
}

/* ---------- Unterseiten ---------- */
.page-head { padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 64px); }
.page-head h1 { font-size: clamp(38px, 5vw, 68px); letter-spacing: -0.03em; line-height: 1.02; }
.page-head .lead { margin-top: 22px; }
.page-head--alt { background: var(--paper-alt); border-bottom: 1px solid var(--line); }

/* Angebot */
.angebot-schritte { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; counter-reset: schritt; }
.angebot-schritte .card { counter-increment: schritt; gap: 16px; padding: 40px 36px; }
.angebot-schritte .card::before { content: counter(schritt, decimal-leading-zero); font-size: 14px; font-weight: 600; color: var(--akzent-text); letter-spacing: .08em; }
.angebot-schritte h2 { font-size: 26px; }
.angebot-schritte .rahmen { font-size: 14px; color: var(--ink-60); font-weight: 500; letter-spacing: .02em; }
.angebot-schritte ul { margin: 0; padding-left: 18px; color: var(--ink-60); font-size: 16px; display: flex; flex-direction: column; gap: 8px; }
.angebot-schritte .preis { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: 17px; }
.angebot-schritte .preis strong { display: block; font-size: 24px; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 4px; }
.zwei-bloecke { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.block { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 36px; }
.block h2 { font-size: 26px; margin-bottom: 14px; }
.block p { color: var(--ink-60); }
.faq { }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-of-type { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 40px 22px 0; font-size: 19px; font-weight: 600; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-size: 26px; font-weight: 400; color: var(--akzent-text); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { color: var(--ink-60); padding: 0 0 24px; }

/* Referenzen */
.case { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); padding: clamp(40px, 5vw, 64px) 0; border-top: 1px solid var(--line); }
.case:last-of-type { border-bottom: 1px solid var(--line); }
.case .zahl { font-size: clamp(44px, 5vw, 64px); font-weight: 600; letter-spacing: -0.03em; line-height: 1; color: var(--akzent-text); }
.case .firma { display: block; margin-top: 14px; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-60); }
.case h2 { font-size: 28px; margin-bottom: 20px; }
.case dl { margin: 0; display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 14px 24px; }
.case dt { font-weight: 600; font-size: 15px; color: var(--ink); }
.case dd { margin: 0; color: var(--ink-60); }
.zitate { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.zitat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 32px; display: flex; flex-direction: column; gap: 20px; }
.zitat blockquote { margin: 0; font-size: 17px; line-height: 1.55; color: var(--ink); }
.zitat blockquote::before { content: "„"; font-size: 48px; line-height: 1; color: var(--akzent); display: block; height: 28px; margin-bottom: 6px; }
.zitat footer { margin-top: auto; font-size: 15px; color: var(--ink-60); }
.zitat footer strong { display: block; color: var(--ink); }

/* Über mich */
.prosa { }
.prosa h2 { font-size: clamp(26px, 3vw, 36px); margin: clamp(48px, 6vw, 72px) 0 18px; }
.prosa p { color: var(--ink-60); font-size: 18px; }
.prosa p + p { margin-top: 1em; }
.prosa .merksatz { color: var(--ink); margin-top: 28px; }
.ebenen { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: 8px; }
.ebenen .card h3 { font-size: 20px; }
.bild-breit { margin: clamp(40px, 6vw, 72px) 0 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 9; background: var(--paper-alt); }
.bild-breit img { width: 100%; height: 100%; object-fit: cover; }
.bild-breit figcaption { font-size: 14px; color: var(--ink-60); padding: 10px 0 0; }
.ueber-hero { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(40px, 6vw, 80px); align-items: end; }
.ueber-hero figure { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 5; background: var(--studio); }
.ueber-hero figure img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 15%; }

/* Text neben Bild (Über mich) */
.text-bild { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(32px, 5vw, 72px); align-items: center; padding: clamp(40px, 5vw, 64px) 0; }
.text-bild + .text-bild { border-top: 1px solid var(--line); }
.text-bild--bild-links .tb-bild { order: -1; }
.text-bild h2 { font-size: clamp(26px, 3vw, 36px); margin-bottom: 18px; }
.text-bild p { color: var(--ink-60); font-size: 18px; }
.text-bild p + p { margin-top: 1em; }
.text-bild .merksatz { color: var(--ink); margin-top: 24px; }
.tb-bild { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--paper-alt); }
.tb-bild img { width: 100%; height: 100%; object-fit: cover; }
.tb-bild figcaption { font-size: 14px; color: var(--ink-60); padding: 10px 0 0; }

/* KI-Hebel */
.finder { background: var(--petrol-deep); color: #fff; border-radius: var(--radius); padding: clamp(32px, 4vw, 56px); }
.finder .eyebrow { color: var(--akzent); }
.finder h2 { color: #fff; font-size: clamp(26px, 3vw, 36px); }
.finder-frage { margin-top: 32px; }
.finder-frage h3 { font-size: 17px; color: rgba(255,255,255,.85); margin-bottom: 14px; font-weight: 500; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; border-radius: 999px; padding: 10px 18px; font: 500 15px var(--font); cursor: pointer; transition: background .2s, border-color .2s; }
.chip:hover { border-color: #fff; }
.chip[aria-pressed="true"] { background: var(--akzent); border-color: var(--akzent); color: var(--petrol-deep); font-weight: 600; }
.finder-ergebnis { margin-top: 36px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.18); }
.finder-ergebnis[hidden] { display: none; }
.finder-ergebnis h3 { font-size: 22px; color: #fff; margin-bottom: 6px; }
.finder-ergebnis .voraussetzung { color: rgba(255,255,255,.78); margin-bottom: 22px; }
.finder-treffer { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.finder-treffer a { display: block; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 20px; color: #fff; }
.finder-treffer a:hover { background: rgba(255,255,255,.12); color: #fff; }
.finder-treffer strong { display: block; font-size: 17px; margin-bottom: 6px; }
.finder-treffer span { font-size: 14px; color: rgba(255,255,255,.75); }
.finder .btn-row { margin-top: 28px; }
.finder-hinweis { margin-top: 20px; font-size: 14px; color: rgba(255,255,255,.6); }
.usecases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.usecase { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; scroll-margin-top: 96px; }
.usecase.is-treffer { border-color: var(--akzent); box-shadow: inset 0 0 0 1px var(--akzent); }
.usecase h3 { font-size: 20px; margin-bottom: 10px; }
.usecase p { color: var(--ink-60); font-size: 16px; }
.usecase .wirkung { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--akzent-text); font-weight: 600; font-size: 15px; }
.grundlage { background: var(--akzent-soft); border-radius: var(--radius); padding: clamp(28px, 4vw, 44px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.grundlage h2 { font-size: 26px; margin-bottom: 12px; }
.grundlage p { color: var(--ink-60); }
.grundlage ul { margin: 0; padding-left: 18px; color: var(--ink); font-size: 16px; display: flex; flex-direction: column; gap: 8px; }

/* Newsletter-Archiv (Markup bleibt pipeline-kompatibel: .archiv-item) */
.nl-cta { background: var(--akzent-soft); border-radius: var(--radius); padding: 28px 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px 24px; margin-bottom: clamp(40px, 5vw, 64px); }
.nl-cta p { font-weight: 500; }
.archiv { }
.archiv h2 { font-size: 28px; }
.archiv-item { display: block; padding: 26px 0; border-top: 1px solid var(--line); color: inherit; }
.archiv-item:last-of-type { border-bottom: 1px solid var(--line); }
.archiv-item:hover h3 { color: var(--petrol); }
.archiv-meta { display: flex; gap: 16px; align-items: baseline; margin-bottom: 8px; }
.archiv-meta .nr { color: var(--akzent-text); font-weight: 600; font-size: 14px; }
.archiv-meta .datum { color: var(--ink-60); font-size: 14px; }
.archiv-item h3 { font-size: 20px; }
.archiv-item p { margin-top: 8px; color: var(--ink-60); font-size: 16px; }
.archiv-item .weiter { display: inline-block; margin-top: 12px; font-weight: 600; font-size: 15px; color: var(--petrol); }

/* Newsletter-Filter */
.nl-filter { margin-bottom: clamp(32px, 4vw, 48px); display: flex; flex-direction: column; gap: 18px; }
.nl-suche { display: flex; gap: 10px; align-items: center; max-width: 520px; }
.nl-suche input { flex: 1; height: 48px; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 16px; font: 400 16px var(--font); color: var(--ink); background: var(--paper); }
.nl-suche input:focus { outline: 2px solid var(--akzent); outline-offset: 1px; border-color: var(--akzent); }
.nl-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.tag { border: 1px solid var(--line); background: var(--paper); color: var(--ink); border-radius: 999px; padding: 8px 14px; font: 500 14px var(--font); cursor: pointer; transition: border-color .2s, background .2s; }
.tag:hover { border-color: var(--ink-60); }
.tag[aria-pressed="true"] { background: var(--petrol); border-color: var(--petrol); color: #fff; }
.tag--mehr { border-style: dashed; color: var(--ink-60); }
.tag[hidden] { display: none; }
.nl-stand { font-size: 14px; color: var(--ink-60); }
.archiv-item[hidden] { display: none; }
.archiv-mehr { margin-top: 28px; }

/* Rechtliches */
.recht { max-width: 760px; }
.recht h1 { font-size: clamp(34px, 4vw, 52px); margin-bottom: 8px; }
.recht h2 { font-size: 22px; margin: 40px 0 12px; }
.recht h3 { font-size: 17px; margin: 24px 0 8px; }
.recht p, .recht li { color: var(--ink-60); font-size: 16px; }
.recht p + p { margin-top: .8em; }
.recht ul { padding-left: 20px; }
.recht a { text-decoration: underline; text-underline-offset: 2px; }
.recht .contact-block { line-height: 1.7; }

@media (max-width: 900px) {
  .angebot-schritte, .zwei-bloecke, .zitate, .ebenen, .usecases, .finder-treffer, .grundlage, .ueber-hero, .text-bild { grid-template-columns: 1fr; }
  .text-bild--bild-links .tb-bild { order: 0; }
  .case { grid-template-columns: 1fr; gap: 20px; }
  .case dl { grid-template-columns: 1fr; gap: 6px 0; }
  .case dd { margin-bottom: 10px; }
  .ueber-hero figure { max-width: 420px; }
}

/* ---------- Newsletter-Ausgabe (Artikel) ---------- */
.artikel .breadcrumb { padding: 18px 0; font-size: 14px; color: var(--ink-60); }
.artikel .breadcrumb a { color: var(--ink-60); }
.artikel .breadcrumb a:hover { color: var(--petrol); }
.artikel .breadcrumb-sep { margin: 0 8px; }
.artikel .artikel-header { padding: clamp(24px, 4vw, 48px) 0 clamp(32px, 4vw, 48px); border-bottom: 1px solid var(--line); }
.artikel .artikel-header .container, .artikel .artikel-body .container, .artikel .ausgaben-nav .container { max-width: 860px; }
.artikel .artikel-meta { display: flex; gap: 16px; align-items: baseline; margin-bottom: 18px; }
.artikel .artikel-num { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--akzent-text); }
.artikel .artikel-date { font-size: 14px; color: var(--ink-60); }
.artikel .artikel-header h1 { font-size: clamp(34px, 4.4vw, 56px); letter-spacing: -0.03em; line-height: 1.04; }
.artikel .artikel-body { padding: clamp(32px, 4vw, 56px) 0 8px; }
.artikel .artikel-body p { font-size: 18px; line-height: 1.7; color: var(--ink); margin: 0 0 18px; }
.artikel .artikel-body .anrede { font-weight: 500; margin-bottom: 26px; }
.artikel .artikel-body a { text-decoration: underline; text-underline-offset: 3px; }
.artikel .artikel-body ul, .artikel .artikel-body ol { padding-left: 22px; margin: 0 0 18px; }
.artikel .artikel-body li { font-size: 18px; line-height: 1.7; margin-bottom: 8px; }
.artikel .punkt { margin: 44px 0; }
.artikel .punkt-num { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--akzent-text); margin-bottom: 10px; }
.artikel .punkt h2 { font-size: clamp(24px, 2.6vw, 30px); line-height: 1.2; margin-bottom: 18px; }
.artikel .fragen-box, .artikel .prompt-box, .artikel .beispiele { background: var(--akzent-soft); border-radius: var(--radius); padding: 28px 32px; margin: 40px 0; }
.artikel .fragen-label, .artikel .prompt-label { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--akzent-text); margin-bottom: 14px; }
.artikel .fragen-box ol { margin: 0; }
.artikel .fragen-box li { font-size: 17px; }
.artikel .fragen-box li:last-child { margin-bottom: 0; }
.artikel .zitat { border-left: 3px solid var(--akzent); padding: 6px 0 6px 24px; margin: 32px 0; font-size: 20px; line-height: 1.5; color: var(--ink); }
.artikel .zitat .quelle { display: block; margin-top: 10px; font-size: 15px; color: var(--ink-60); }
.artikel .cta-box { background: var(--petrol-deep); color: #fff; border-radius: var(--radius); padding: 36px 40px; margin: 44px 0; }
.artikel .cta-box p { color: rgba(255,255,255,.85); font-size: 17px; margin-bottom: 20px; }
.artikel .cta-box a { display: inline-flex; align-items: center; height: 48px; padding: 0 22px; border-radius: var(--radius); background: #fff; color: var(--petrol); font-weight: 600; text-decoration: none; }
.artikel .cta-box a:hover { color: var(--petrol-deep); }
.artikel .abschluss { border-top: 1px solid var(--line); padding-top: 28px; margin-top: 40px; }
.artikel .abschluss p { color: var(--ink-60); font-size: 17px; }
.artikel .signatur { font-weight: 600; line-height: 1.5; margin-top: 8px; }
.artikel .ausgaben-nav { padding: 24px 0 clamp(48px, 6vw, 80px); }
.artikel .ausgaben-nav .back { font-weight: 600; color: var(--petrol); }
@media (max-width: 560px) { .artikel .cta-box { padding: 28px 24px; } .artikel .fragen-box, .artikel .prompt-box, .artikel .beispiele { padding: 22px 20px; } }
