:root {
      --ink: #183a42;
      --ink-soft: #557077;
      --deep: #215b63;
      --deep-2: #2e706e;
      --leaf: #799987;
      --foam: #dcece9;
      --mist: #eff7f5;
      --paper: #fbfdfc;
      --white: #ffffff;
      --line: #d5e4e1;
      --shadow: 0 28px 80px rgba(24, 58, 66, .12);
      --radius: 30px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "Segoe UI", Aptos, Inter, Arial, sans-serif;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    h1, h2, h3 {
      margin: 0;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 500;
      line-height: 1.08;
      letter-spacing: -.025em;
    }
    h1 { font-size: clamp(3.2rem, 5.2vw, 5.35rem); max-width: 660px; }
    h2 { font-size: clamp(2.25rem, 4.3vw, 4.5rem); }
    h3 { font-size: 1.45rem; letter-spacing: -.01em; }
    p { margin: 0 0 1.2rem; }

    .wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
    .narrow { width: min(850px, calc(100% - 48px)); margin-inline: auto; }
    .section { padding: 112px 0; }
    .section-soft { background: var(--mist); }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin-bottom: 22px;
      color: var(--deep);
      font-size: .78rem;
      font-weight: 750;
      letter-spacing: .17em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 34px;
      height: 1px;
      background: currentColor;
      opacity: .65;
    }
    .lead {
      max-width: 670px;
      margin-top: 28px;
      color: var(--ink-soft);
      font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    }
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 52px;
      padding: 0 24px;
      border: 1px solid var(--deep);
      border-radius: 999px;
      background: var(--deep);
      color: var(--white);
      font-weight: 700;
      transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    }
    .btn:hover {
      transform: translateY(-2px);
      background: #174a51;
      box-shadow: 0 12px 28px rgba(24, 58, 66, .18);
    }
    .btn.secondary { background: transparent; color: var(--deep); }
    .btn.secondary:hover { background: rgba(33,91,99,.06); box-shadow: none; }
    .btn:focus-visible, a:focus-visible { outline: 3px solid rgba(46,112,110,.35); outline-offset: 4px; }

    header {
      position: sticky;
      top: 0;
      z-index: 30;
      border-bottom: 1px solid rgba(33,91,99,.09);
      background: rgba(251,253,252,.88);
      backdrop-filter: blur(16px);
    }
    nav {
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
    }
    .brand { display: flex; flex-direction: column; line-height: 1.15; }
    .brand strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
    .brand span { margin-top: 5px; color: var(--ink-soft); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
    .navlinks { display: flex; align-items: center; gap: 30px; font-size: .96rem; }
    .navlinks > a:not(.btn) { color: var(--ink-soft); }
    .navlinks > a:not(.btn):hover { color: var(--deep); }

    .hero {
      position: relative;
      overflow: hidden;
      padding: 92px 0 104px;
      background:
        radial-gradient(circle at 8% 10%, rgba(121,153,135,.17), transparent 28%),
        radial-gradient(circle at 90% 15%, rgba(46,112,110,.13), transparent 30%),
        linear-gradient(180deg, #f8fcfb 0%, #edf6f4 100%);
    }
    .hero::after {
      content: "";
      position: absolute;
      right: -170px;
      bottom: -230px;
      width: 520px;
      height: 520px;
      border: 1px solid rgba(33,91,99,.10);
      border-radius: 50%;
    }
    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 72px;
      align-items: center;
    }
    .hero-copy { padding: 34px 0; }
    .hero h1 > .hero-line { display: block; color: var(--ink); }
        .hero h1 > .hero-line span { color: var(--deep-2); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
    .hero-note {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
      margin-top: 25px;
      color: var(--ink-soft);
      font-size: .91rem;
    }
    .hero-note span { display: inline-flex; align-items: center; gap: 8px; }
    .hero-note span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--leaf); }

    .hero-visual { position: relative; padding: 20px 12px 20px 28px; }
    .hero-image {
      position: relative;
      overflow: hidden;
      min-height: 650px;
      border-radius: 38px 38px 110px 38px;
      box-shadow: var(--shadow);
      background: #d5e4e0;
    }
    .hero-image img {
      width: 100%;
      height: 100%;
      min-height: 650px;
      object-fit: cover;
      object-position: 38% 52%;
    }
    .hero-visual::before {
      content: "";
      position: absolute;
      top: 0;
      right: -8px;
      width: 64%;
      height: 46%;
      border-radius: 34px 34px 90px 34px;
      background: rgba(121,153,135,.22);
      transform: translate(28px,-18px);
    }

    .intro-grid {
      display: grid;
      grid-template-columns: .8fr 1.2fr;
      gap: 94px;
      align-items: start;
    }
    .intro-grid h2 { position: sticky; top: 132px; }
    .big-copy {
      margin-bottom: 28px;
      font-family: Georgia, serif;
      font-size: clamp(1.7rem, 2.8vw, 2.75rem);
      line-height: 1.38;
      color: var(--deep);
    }
    .copy-column { color: var(--ink-soft); font-size: 1.08rem; }

    .section-head {
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 72px;
      align-items: end;
      margin-bottom: 52px;
    }
    .section-head p { max-width: 590px; color: var(--ink-soft); font-size: 1.08rem; }

    .pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .pillar {
      position: relative;
      min-height: 310px;
      padding: 34px;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 24px;
      background: var(--white);
      box-shadow: 0 14px 40px rgba(24,58,66,.055);
    }
    .pillar::after {
      content: attr(data-number);
      position: absolute;
      right: 18px;
      bottom: -33px;
      color: rgba(33,91,99,.07);
      font-family: Georgia, serif;
      font-size: 8rem;
      line-height: 1;
    }
    .pillar-icon {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      margin-bottom: 54px;
      border-radius: 50%;
      background: var(--foam);
      color: var(--deep);
      font-family: Georgia, serif;
      font-size: 1.2rem;
    }
    .pillar p { position: relative; z-index: 1; margin-top: 14px; color: var(--ink-soft); }

    .statement {
      position: relative;
      overflow: hidden;
      padding: 104px 0;
      color: var(--white);
      background: linear-gradient(135deg, #194850 0%, #2b6d69 100%);
    }
    .statement::before, .statement::after {
      content: "";
      position: absolute;
      border: 1px solid rgba(255,255,255,.10);
      border-radius: 50%;
    }
    .statement::before { width: 460px; height: 460px; left: -250px; top: -210px; }
    .statement::after { width: 330px; height: 330px; right: -130px; bottom: -190px; }
    .statement blockquote {
      position: relative;
      z-index: 1;
      max-width: 980px;
      margin: 0 auto;
      text-align: center;
      font-family: Georgia, serif;
      font-size: clamp(2.3rem, 4.8vw, 4.8rem);
      line-height: 1.2;
    }
    .statement blockquote span { color: #b9d8cf; }

    .audience-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 72px;
      align-items: center;
    }
    .audience-copy p { color: var(--ink-soft); font-size: 1.07rem; }
    .recognition-list { display: grid; gap: 12px; }
    .recognition-item {
      display: grid;
      grid-template-columns: 46px 1fr;
      gap: 18px;
      align-items: start;
      padding: 22px 24px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: rgba(255,255,255,.78);
    }
    .check {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      background: var(--foam);
      color: var(--deep);
      font-weight: 800;
    }
    .recognition-item strong { display: block; margin-bottom: 3px; font-family: Georgia, serif; font-size: 1.13rem; font-weight: 500; }
    .recognition-item span { color: var(--ink-soft); font-size: .96rem; }

    .process {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 44px;
      margin-top: 60px;
    }
    .process::before {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      top: 24px;
      height: 1px;
      background: var(--line);
    }
    .step { position: relative; padding-top: 72px; }
    .step-number {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      border: 8px solid var(--paper);
      border-radius: 50%;
      background: var(--deep);
      color: var(--white);
      font-family: Georgia, serif;
      font-size: 1rem;
      box-sizing: content-box;
    }
    .step p { margin-top: 13px; color: var(--ink-soft); }

    .about {
      position: relative;
      overflow: hidden;
      background: var(--foam);
    }
    .about-grid {
      display: grid;
      grid-template-columns: 1.08fr .92fr;
      gap: 74px;
      align-items: center;
    }
    .about-visual { min-width: 0; }
    .about-photo {
      overflow: hidden;
      aspect-ratio: 3 / 2;
      border-radius: var(--radius);
      background: #cdded9;
      box-shadow: var(--shadow);
    }
    .about-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 45%;
    }
    .about-quote {
      max-width: 560px;
      margin: 24px 0 0 18px;
      color: var(--deep);
      font-family: Georgia, serif;
      font-size: clamp(1.35rem, 2vw, 1.8rem);
      line-height: 1.4;
    }
    .about-copy {
      padding: 24px 0;
      color: var(--ink-soft);
      font-size: 1.08rem;
    }
    .about-copy h2 { margin-bottom: 30px; color: var(--ink); }
    .about-signature { margin-top: 30px; color: var(--deep); font-family: Georgia, serif; font-size: 1.25rem; }

    .cta-section { padding: 112px 0 124px; }
    .cta-box {
      position: relative;
      overflow: hidden;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 52px;
      align-items: center;
      padding: 66px;
      border-radius: 34px;
      color: var(--white);
      background: linear-gradient(135deg, #173f47 0%, #2f7772 100%);
      box-shadow: var(--shadow);
    }
    .cta-box::after {
      content: "";
      position: absolute;
      right: -90px;
      top: -120px;
      width: 330px;
      height: 330px;
      border: 1px solid rgba(255,255,255,.13);
      border-radius: 50%;
    }
    .cta-box .eyebrow { color: #c8e2dc; }
    .cta-box h2 { position: relative; z-index: 1; }
    .cta-box p { position: relative; z-index: 1; margin-top: 22px; color: rgba(255,255,255,.78); }
    .cta-action { position: relative; z-index: 1; display: flex; justify-content: flex-end; }
    .cta-box .btn { min-height: 58px; padding-inline: 28px; border-color: var(--white); background: var(--white); color: var(--deep); }
    .cta-box .btn:hover { background: #eef7f5; }

    footer { padding: 34px 0 48px; color: var(--ink-soft); font-size: .9rem; }
    .footer-row {
      display: flex;
      justify-content: space-between;
      gap: 26px;
      padding-top: 30px;
      border-top: 1px solid var(--line);
    }
    .footer-links { display: flex; gap: 24px; }

    @media (max-width: 980px) {
      .hero-grid, .intro-grid, .section-head, .audience-grid, .about-grid, .cta-box { grid-template-columns: 1fr; }
      .hero-grid { gap: 40px; }
      .hero-copy { padding-top: 0; }
      .hero-visual { max-width: 720px; padding-left: 0; }
      .hero-image, .hero-image img { min-height: 560px; }
      .intro-grid h2 { position: static; }
      .pillars { grid-template-columns: 1fr; }
      .pillar { min-height: 250px; }
      .pillar-icon { margin-bottom: 32px; }
      .cta-action { justify-content: flex-start; }
    }
    @media (max-width: 760px) {
      .wrap, .narrow { width: min(100% - 30px, 1240px); }
      .section { padding: 80px 0; }
      .navlinks > a:not(.btn) { display: none; }
      nav { min-height: 72px; }
      .brand span { display: none; }
      .navlinks .btn { min-height: 44px; padding: 0 17px; }
      .hero { padding: 58px 0 72px; }
      .hero h1 > .hero-line:first-child { white-space: normal; }
      .hero-image, .hero-image img { min-height: 465px; }
      .hero-image { border-radius: 26px 26px 70px 26px; }
      .hero-visual::before { display: none; }
      .process { grid-template-columns: 1fr; gap: 16px; }
      .process::before { left: 24px; right: auto; top: 15px; bottom: 15px; width: 1px; height: auto; }
      .step { padding: 0 0 28px 82px; }
      .step-number { border-color: var(--paper); }
      .about-photo { aspect-ratio: 4 / 3; }
      .about-quote { margin-left: 4px; }
      .cta-box { padding: 40px 30px; }
      .footer-row { flex-direction: column; }
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .btn { transition: none; }
    }

/* Kontaktformular */
.contact-layout { grid-template-columns: .88fr 1.12fr; align-items: start; }
.contact-intro { padding-top: 8px; }
.contact-direct { margin-top: 28px; color: rgba(255,255,255,.82); font-size: .96rem; }
.contact-direct a { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.contact-form {
  padding: 32px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.field { margin-bottom: 19px; }
.field label { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; color: #fff; font-weight: 700; font-size: .94rem; }
.field label span { color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 500; }
.field input, .field textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px;
  background: rgba(255,255,255,.95);
  color: var(--ink);
  font: inherit;
  padding: 13px 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; min-height: 155px; }
.field input:focus, .field textarea:focus { border-color: #b7dfd7; box-shadow: 0 0 0 4px rgba(183,223,215,.18); }
.privacy-check { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; color: rgba(255,255,255,.86); font-size: .88rem; line-height: 1.5; }
.privacy-check input { width: 18px; height: 18px; margin-top: 2px; accent-color: #dcece9; }
.privacy-check a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.contact-submit { width: 100%; margin-top: 21px; border-color: #fff; background: #fff; color: var(--deep); cursor: pointer; font: inherit; }
.contact-submit:hover { background: #eff7f5; color: var(--deep); }
.form-note { margin: 14px 0 0; color: rgba(255,255,255,.66); font-size: .78rem; line-height: 1.5; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Rechtliche Seiten */
.legal-hero { padding: 92px 0 64px; background: linear-gradient(180deg, #f5fbf9 0%, #edf6f4 100%); }
.legal-hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); }
.legal-main { padding: 76px 0 110px; }
.legal-content { width: min(860px, calc(100% - 48px)); margin-inline: auto; }
.legal-content h2 { margin-top: 54px; margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.legal-content h3 { margin-top: 32px; margin-bottom: 10px; font-size: 1.32rem; }
.legal-content p, .legal-content li { color: var(--ink-soft); }
.legal-content a { color: var(--deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-content ul { padding-left: 1.2rem; }
.legal-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--mist); }
.legal-meta { margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .9rem; }

/* Rückmeldeseiten */
.status-page { min-height: 100vh; display: grid; place-items: center; padding: 48px 24px; background: linear-gradient(145deg, #eff7f5, #dcece9); }
.status-card { width: min(650px, 100%); padding: clamp(34px, 6vw, 64px); border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.status-card h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
.status-card p { color: var(--ink-soft); font-size: 1.08rem; }
.status-card .btn { margin-top: 18px; }

@media (max-width: 850px) {
  .contact-layout { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .navlinks a[href="https://blog.kirsteneschenhagen.com/"] { display: none; }
}



/* Über-mich-Bereich */
.about-copy strong {
  color: inherit;
  font-weight: inherit;
}
.about-focus {
  margin-top: 25px;
  padding: 22px 24px;
  border-left: 3px solid var(--teal);
  border-radius: 0 16px 16px 0;
  background: rgba(255,255,255,.58);
  color: var(--ink) !important;
  font-family: Georgia, serif;
  font-size: 1.16rem;
  line-height: 1.6;
}
@media (max-width: 760px) {
  .about-focus { padding: 19px 20px; font-size: 1.07rem; }
}


/* Abschnitt: Wirkung der Begleitung */
.outcome-section {
  background:
    radial-gradient(circle at 86% 15%, rgba(140, 190, 181, .14), transparent 28%),
    var(--mist);
}
.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 42px;
}
.outcome-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(47, 119, 114, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 14px 38px rgba(38, 66, 73, .06);
}
.outcome-number {
  display: block;
  margin-bottom: 24px;
  color: var(--teal);
  font-family: Georgia, serif;
  font-size: 1.45rem;
}
.outcome-card h3 {
  margin-bottom: 13px;
  color: var(--ink);
}
.outcome-card p {
  margin-bottom: 0;
  color: var(--muted);
}
.outcome-close {
  max-width: 780px;
  margin: 38px auto 0;
  text-align: center;
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.45;
}
@media (max-width: 900px) {
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 0; }
}

.example-bridge {
  padding: 104px 0 98px;
  background: #f8fbfa;
}
.example-bridge-grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(90px, 9vw, 150px);
  align-items: start;
}
.example-bridge-title h2 {
  max-width: 470px;
  font-size: clamp(2.75rem, 4.1vw, 4.35rem);
  line-height: 1.04;
}
.example-bridge-text {
  max-width: 650px;
  padding-top: 8px;
}
.example-bridge-text p {
  margin: 0 0 24px;
  color: var(--ink-soft);
  font-size: clamp(1.03rem, 1.35vw, 1.16rem);
  line-height: 1.82;
}
.example-bridge-text p:last-child { margin-bottom: 0; }
@media (max-width: 900px) {
  .example-bridge { padding: 76px 0 72px; }
  .example-bridge-grid { grid-template-columns: 1fr; gap: 34px; }
  .example-bridge-title h2 { max-width: 650px; }
  .example-bridge-text { max-width: none; padding-top: 0; }
}


.example-bridge-subtitle {
  max-width: 430px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.6;
  letter-spacing: .01em;
}


/* Mobile Feinschliff */
@media (max-width: 900px) {
  .example-bridge-title h2 {
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.08;
  }

  .example-bridge-subtitle {
    margin-top: 18px;
  }
}




/* Einheitliche Abstände zwischen Überschrift und folgendem Text */
#zielgruppe .audience-copy h2 {
  margin-bottom: 30px;
}

.about-copy h2 {
  margin-bottom: 30px;
}

.contact-intro h2 {
  margin-bottom: 24px;
}

.example-bridge-title h2 {
  margin-bottom: 0;
}

.example-bridge-subtitle {
  margin-top: 22px;
}

/* Karten und Prozessschritte: gleichmäßiger Abstand zwischen Titel und Text */
.pillar h3,
.step h3,
.outcome-card h3 {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  #zielgruppe .audience-copy h2 {
    margin-bottom: 24px;
  }

  .about-copy h2 {
    margin-bottom: 24px;
  }

  .contact-intro h2 {
    margin-bottom: 20px;
  }

  .example-bridge-subtitle {
    margin-top: 18px;
  }
}


/* Zielgruppen-Abschnitt: klarer Abstand zwischen Überschrift und Einleitung */
#zielgruppe .audience-copy > h2 {
  margin: 0 0 38px 0;
}

@media (max-width: 900px) {
  #zielgruppe .audience-copy > h2 {
    margin-bottom: 34px;
  }
}


/* Zielgruppen-Abschnitt: Abstand Überschrift -> Einleitung auf allen Ansichten */
#zielgruppe h2 {
  margin-bottom: 36px !important;
}

@media (max-width: 900px) {
  #zielgruppe h2 {
    margin-bottom: 32px !important;
  }
}
