@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond/cormorant-garamond-latin-ext.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: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../Fonts/cormorant-garamond/cormorant-garamond-latin.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: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../Fonts/manrope/manrope-latin-ext.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: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../Fonts/manrope/manrope-latin.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;
}

:root {
  --paper: #f5f1e8;
  --paper-soft: #e9dfd0;
  --panel: #f9f4eb;
  --ink: #123536;
  --ink-soft: #3a5857;
  --muted: #6d8783;
  --accent: #d09a4a;
  --accent-soft: #ecd4ab;
  --line: #d8ccb8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-size: 16px;
  font-family: 'Manrope', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -6%, rgba(238, 216, 177, 0.6), transparent 38%),
    radial-gradient(circle at 94% 8%, rgba(107, 148, 142, 0.34), transparent 32%),
    var(--paper);
}

h1,
h2,
h3,
h4,
.font-display {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: -0.016em;
  margin: 0;
}

p,
ul,
ol,
dl,
blockquote,
figure {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

::selection {
  background: rgba(208, 154, 74, 0.3);
  color: var(--ink);
}

.hk-skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 999px;
}

.hk-skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.hk-site-main {
  min-height: 100vh;
}

.hk-container {
  width: 100%;
  max-width: 1220px;
  padding-inline: 1rem;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .hk-container {
    padding-inline: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hk-container {
    padding-inline: 2rem;
  }
}

.hk-section {
  padding-block: 5rem;
  scroll-margin-top: 7rem;
}

#herausforderung,
#ablauf,
#stimmen,
#loesung,
#ueber-mich,
#kontakt {
  padding-block: 5rem;
}

.hk-bg-light {
  background: transparent;
}

.hk-bg-soft {
  background: color-mix(in srgb, var(--paper-soft) 45%, transparent);
}

.hk-bg-line-soft {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper-soft) 45%, transparent);
}

.hk-bg-dark,
.hk-bg-line-dark {
  background: var(--ink);
  color: var(--paper);
}

.hk-bg-line-dark {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.hk-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}

.hk-eyebrow--dark {
  color: var(--accent-soft);
}

.hk-richtext {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink-soft);
}

.hk-richtext p + p {
  margin-top: 0.8rem;
}

.hk-bg-dark .hk-richtext,
.hk-bg-line-dark .hk-richtext,
.hk-tone-dark .hk-richtext,
.hk-contact .hk-richtext {
  color: var(--paper-soft);
}

.hk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.hk-btn--primary {
  background: var(--ink);
  color: #fff;
}

.hk-btn--primary:hover {
  background: var(--ink-soft);
}

.hk-btn--secondary {
  background: rgba(255, 255, 255, 0.65);
  border-color: var(--line);
  color: var(--ink);
}

.hk-btn--secondary:hover {
  background: #fff;
}

.hk-btn--text {
  color: var(--ink);
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hk-button-row,
.hk-button-group {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hk-button-group--stack-mobile {
  flex-direction: column;
  align-items: stretch;
}

.hk-button-group--stack-mobile .hk-btn {
  width: 100%;
}

@media (min-width: 640px) {
  .hk-button-group--stack-mobile {
    flex-direction: row;
    align-items: center;
  }

  .hk-button-group--stack-mobile .hk-btn {
    width: auto;
  }
}

.hk-hero {
  padding-top: 7.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
  position: relative;
}

.hk-hero::before,
.hk-hero::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
}

.hk-hero::before {
  left: -8%;
  top: -18%;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(217, 182, 129, 0.32) 0%, rgba(217, 182, 129, 0) 70%);
}

.hk-hero::after {
  right: -12%;
  top: 12%;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(72, 120, 114, 0.2) 0%, rgba(72, 120, 114, 0) 72%);
}

.hk-hero__grid {
  display: grid;
  gap: 3rem;
  align-items: end;
}

.hk-hero__title {
  margin-top: 1.25rem;
  font-weight: 600;
  font-size: 3.35rem;
  line-height: 0.88;
  color: var(--ink);
}

.hk-hero__intro {
  margin-top: 2rem;
  max-width: 42rem;
  font-size: 1.02rem;
  line-height: 1.6;
}

.hk-hero .hk-button-row {
  margin-top: 2.25rem;
}

.hk-metrics {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
}

.hk-metric dt {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.hk-metric dd {
  margin-top: 0.45rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}

.hk-hero__media {
  position: relative;
}

.hk-hero__media-frame {
  height: clamp(26.8rem, 42vw, 35rem);
  border-radius: 1.8rem;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(10, 32, 31, 0.22);
}

.hk-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hk-hero__caption {
  position: absolute;
  left: 1.5rem;
  bottom: -2.5rem;
  width: min(20rem, calc(100% - 3rem));
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 95%, transparent);
  padding: 1.25rem;
  box-shadow: 0 15px 35px rgba(13, 38, 37, 0.14);
}

.hk-hero__spiral {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}

.hk-slot-content > * + * {
  margin-top: 2.5rem;
}

/* TYPO3 default content elements inside slot areas */
.hk-slot-content,
.hk-contact__form-wrap {
  --hk-ce-surface: rgba(255, 255, 255, 0.86);
  --hk-ce-surface-strong: rgba(255, 255, 255, 0.93);
  --hk-ce-border: var(--line);
  --hk-ce-title: var(--ink);
  --hk-ce-copy: var(--ink-soft);
  --hk-ce-muted: var(--muted);
}

.hk-bg-dark .hk-slot-content,
.hk-bg-line-dark .hk-slot-content,
.hk-contact .hk-contact__form-wrap {
  --hk-ce-surface: rgba(255, 255, 255, 0.06);
  --hk-ce-surface-strong: rgba(255, 255, 255, 0.1);
  --hk-ce-border: rgba(255, 255, 255, 0.22);
  --hk-ce-title: var(--paper);
  --hk-ce-copy: var(--paper-soft);
  --hk-ce-muted: var(--accent-soft);
}

.hk-slot-content > .frame,
.hk-contact__form-wrap > .frame {
  border: 1px solid var(--hk-ce-border);
  border-radius: 1rem;
  background: var(--hk-ce-surface);
  padding: 1.2rem 1.25rem;
  box-shadow: 0 16px 35px rgba(13, 43, 42, 0.08);
}

.hk-bg-dark .hk-slot-content > .frame,
.hk-bg-line-dark .hk-slot-content > .frame,
.hk-contact .hk-contact__form-wrap > .frame {
  box-shadow: none;
  backdrop-filter: blur(2px);
}

.hk-slot-content .frame > header,
.hk-contact__form-wrap .frame > header {
  margin-bottom: 0.8rem;
}

.hk-slot-content .frame > header > :is(h1, h2, h3, h4, h5, h6),
.hk-contact__form-wrap .frame > header > :is(h1, h2, h3, h4, h5, h6) {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  letter-spacing: -0.016em;
  line-height: 1.05;
  margin: 0;
  color: var(--hk-ce-title);
}

.hk-slot-content .frame > header > h1,
.hk-contact__form-wrap .frame > header > h1 {
  font-size: clamp(2rem, 4.3vw, 3rem);
}

.hk-slot-content .frame > header > h2,
.hk-contact__form-wrap .frame > header > h2 {
  font-size: clamp(1.85rem, 3.9vw, 2.6rem);
}

.hk-slot-content .frame > header > h3,
.hk-contact__form-wrap .frame > header > h3 {
  font-size: clamp(1.5rem, 3vw, 2.05rem);
}

.hk-slot-content .frame > header > :is(h4, h5, h6),
.hk-contact__form-wrap .frame > header > :is(h4, h5, h6) {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
}

.hk-slot-content .frame > header p,
.hk-contact__form-wrap .frame > header p {
  margin-top: 0.35rem;
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--hk-ce-muted);
}

.hk-slot-content .ce-headline-center,
.hk-contact__form-wrap .ce-headline-center {
  text-align: center;
}

.hk-slot-content .ce-headline-right,
.hk-contact__form-wrap .ce-headline-right {
  text-align: right;
}

.hk-slot-content :where(.ce-bodytext, .frame-type-text, .frame-type-html, .frame-type-bullets, .frame-type-table),
.hk-contact__form-wrap :where(.ce-bodytext, .frame-type-text, .frame-type-html, .frame-type-bullets, .frame-type-table) {
  color: var(--hk-ce-copy);
  font-size: 1.02rem;
  line-height: 1.65;
}

.hk-slot-content .ce-bodytext > :first-child,
.hk-contact__form-wrap .ce-bodytext > :first-child {
  margin-top: 0;
}

.hk-slot-content .ce-bodytext :is(p, ul, ol, blockquote, table) + :is(p, ul, ol, blockquote, table),
.hk-contact__form-wrap .ce-bodytext :is(p, ul, ol, blockquote, table) + :is(p, ul, ol, blockquote, table) {
  margin-top: 0.8rem;
}

.hk-slot-content .ce-bodytext a,
.hk-contact__form-wrap .ce-bodytext a {
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--accent) 78%, transparent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hk-slot-content .ce-bodytext a:hover,
.hk-contact__form-wrap .ce-bodytext a:hover {
  color: var(--hk-ce-title);
}

.hk-slot-content .ce-bodytext :is(ul, ol),
.hk-contact__form-wrap .ce-bodytext :is(ul, ol) {
  margin: 0;
  padding-left: 1.2rem;
}

.hk-slot-content .ce-bodytext ul,
.hk-contact__form-wrap .ce-bodytext ul {
  list-style: none;
  padding-left: 0;
}

.hk-slot-content .ce-bodytext ul > li,
.hk-contact__form-wrap .ce-bodytext ul > li {
  position: relative;
  padding-left: 1.1rem;
}

.hk-slot-content .ce-bodytext ul > li + li,
.hk-contact__form-wrap .ce-bodytext ul > li + li {
  margin-top: 0.38rem;
}

.hk-slot-content .ce-bodytext ul > li::before,
.hk-contact__form-wrap .ce-bodytext ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.53em;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--accent);
}

.hk-slot-content :where(table, .contenttable),
.hk-contact__form-wrap :where(table, .contenttable) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--hk-ce-border);
  border-radius: 0.85rem;
  overflow: hidden;
}

.hk-slot-content :where(table, .contenttable) td,
.hk-slot-content :where(table, .contenttable) th,
.hk-contact__form-wrap :where(table, .contenttable) td,
.hk-contact__form-wrap :where(table, .contenttable) th {
  padding: 0.62rem 0.72rem;
  border-bottom: 1px solid var(--hk-ce-border);
  text-align: left;
}

.hk-slot-content :where(table, .contenttable) tr:last-child :is(td, th),
.hk-contact__form-wrap :where(table, .contenttable) tr:last-child :is(td, th) {
  border-bottom: 0;
}

.hk-slot-content :where(table, .contenttable) th,
.hk-contact__form-wrap :where(table, .contenttable) th {
  font-weight: 700;
  color: var(--hk-ce-title);
  background: var(--hk-ce-surface-strong);
}

.hk-slot-content :where(.ce-image, .ce-textpic),
.hk-contact__form-wrap :where(.ce-image, .ce-textpic) {
  display: grid;
  gap: 1rem;
}

.hk-slot-content .ce-gallery,
.hk-contact__form-wrap .ce-gallery {
  display: grid;
  gap: 0.85rem;
}

.hk-slot-content .ce-gallery .ce-row,
.hk-contact__form-wrap .ce-gallery .ce-row {
  display: grid;
  gap: 0.85rem;
}

.hk-slot-content .ce-gallery[data-ce-columns="2"] .ce-row,
.hk-contact__form-wrap .ce-gallery[data-ce-columns="2"] .ce-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hk-slot-content .ce-gallery[data-ce-columns="3"] .ce-row,
.hk-contact__form-wrap .ce-gallery[data-ce-columns="3"] .ce-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-slot-content .ce-gallery[data-ce-columns="4"] .ce-row,
.hk-contact__form-wrap .ce-gallery[data-ce-columns="4"] .ce-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hk-slot-content :where(.image img, .image-embed-item),
.hk-contact__form-wrap :where(.image img, .image-embed-item) {
  width: 100%;
  display: block;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 28px 60px rgba(13, 43, 42, 0.18);
}

.hk-bg-dark .hk-slot-content :where(.image img, .image-embed-item),
.hk-bg-line-dark .hk-slot-content :where(.image img, .image-embed-item),
.hk-contact .hk-contact__form-wrap :where(.image img, .image-embed-item) {
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.34);
}

.hk-slot-content .image-caption,
.hk-contact__form-wrap .image-caption {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--hk-ce-muted);
}

@media (min-width: 900px) {
  .hk-slot-content .ce-textpic:is(.ce-left, .ce-right, .ce-intext-left, .ce-intext-right),
  .hk-contact__form-wrap .ce-textpic:is(.ce-left, .ce-right, .ce-intext-left, .ce-intext-right) {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
  }

  .hk-slot-content .ce-textpic:is(.ce-right, .ce-intext-right) > .ce-gallery,
  .hk-contact__form-wrap .ce-textpic:is(.ce-right, .ce-intext-right) > .ce-gallery {
    order: 2;
  }

  .hk-slot-content .ce-textpic:is(.ce-right, .ce-intext-right) > .ce-bodytext,
  .hk-contact__form-wrap .ce-textpic:is(.ce-right, .ce-intext-right) > .ce-bodytext {
    order: 1;
  }
}

@media (max-width: 767px) {
  .hk-slot-content > .frame,
  .hk-contact__form-wrap > .frame {
    padding: 1rem;
  }

  .hk-slot-content .ce-gallery .ce-row,
  .hk-contact__form-wrap .ce-gallery .ce-row {
    grid-template-columns: 1fr !important;
  }
}

.hk-two-column hk-slot-two-column {
  gap: 3rem;
}

#herausforderung hk-slot-two-column,
#ueber-mich hk-slot-two-column {
  gap: 3.5rem;
}

.hk-two-column hk-slot-two-column,
.hk-single-column hk-slot-single-column {
  display: block;
}

.hk-heading-text {
  display: block;
}

.hk-heading-text__title {
  margin-top: 1rem;
  font-size: 2.3rem;
  line-height: 1.02;
  font-weight: 600;
}

.hk-heading-text__description {
  margin-top: 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
}

.hk-tone-dark .hk-heading-text__title {
  color: var(--paper);
}

.hk-tone-light .hk-heading-text__title {
  color: var(--ink);
}

.hk-align-center {
  text-align: center;
  margin-inline: auto;
}

.hk-width-narrow {
  max-width: 44rem;
}

.hk-width-normal {
  max-width: 48rem;
}

.hk-width-wide {
  max-width: 72rem;
}

.hk-columns-1 {
  grid-template-columns: 1fr;
}

.hk-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hk-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hk-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hk-metric-list,
.hk-card-list,
.hk-testimonial-list,
.hk-highlight-list {
  display: grid;
  gap: 1.25rem;
}

.hk-metric-list__item,
.hk-card-list__item,
.hk-highlight-list__item,
.hk-testimonial-list__item,
.hk-bullet-list__item,
.hk-timeline-list__item {
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  padding: 1.25rem;
}

.hk-metric-list__item dt {
  font-size: 0.74rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.hk-metric-list__item dd {
  margin-top: 0.45rem;
  font-weight: 700;
  color: var(--ink);
}

.hk-card-list__item h3,
.hk-timeline-list__item h3 {
  font-weight: 600;
  font-size: 1.84rem;
  line-height: 1.02;
  color: var(--ink);
}

.hk-bullet-list__item h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
  color: var(--ink);
}

.hk-card-list__description,
.hk-bullet-list__description,
.hk-timeline-list__description {
  margin-top: 0.75rem;
}

.hk-card-list--pain .hk-card-list__item {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 36px rgba(14, 43, 42, 0.08);
  padding: 1.5rem;
}

.hk-card-list--pain .hk-card-list__description {
  font-size: 0.98rem;
  line-height: 1.58;
}

.hk-card-list--benefit .hk-card-list__item {
  background: color-mix(in srgb, rgba(255, 255, 255, 0.9) 80%, rgba(208, 154, 74, 0.15));
}

.hk-bullet-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.hk-bullet-list__item {
  position: relative;
  padding: 1.25rem 1.25rem 1.25rem 2.6rem;
  background: rgba(255, 255, 255, 0.85);
}

.hk-bullet-list__item::before {
  content: '';
  position: absolute;
  left: 0.85rem;
  top: 1.18rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: rgba(208, 154, 74, 0.25);
}

.hk-bullet-list__item::after {
  content: '';
  position: absolute;
  left: 1.29rem;
  top: 1.61rem;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--accent);
}

.hk-bullet-list__description {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.hk-bullet-list--check .hk-bullet-list__item::before {
  content: '✓';
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: rgba(208, 154, 74, 0.25);
  font-size: 0.85rem;
  line-height: 1.25rem;
  text-align: center;
}

.hk-bullet-list--line .hk-bullet-list__item::before {
  width: 1.1rem;
  height: 2px;
  border-radius: 0;
  top: 1.95rem;
}

.hk-bullet-list--check .hk-bullet-list__item::after,
.hk-bullet-list--line .hk-bullet-list__item::after {
  display: none;
}

.hk-testimonial-list__item {
  background: rgba(255, 255, 255, 0.92);
}

.hk-testimonial-list__quote-mark {
  font-size: 2.6rem;
  line-height: 0.8;
  color: var(--accent);
}

.hk-testimonial-list blockquote {
  margin-top: 0.75rem;
}

.hk-testimonial-list footer {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.75rem;
}

.hk-testimonial-list footer p:first-child {
  font-weight: 700;
  color: var(--ink);
}

.hk-testimonial-list footer p:last-child {
  margin-top: 0.3rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.hk-timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.hk-timeline-list__item {
  background: rgba(255, 255, 255, 0.9);
  border-color: var(--line);
}

.hk-timeline-list__year {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  font-weight: 700;
}

#ablauf .hk-timeline-list {
  margin-top: 0;
  gap: 1.25rem;
}

#ablauf .hk-timeline-list__item {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 1.5rem;
  backdrop-filter: blur(2px);
}

#ablauf .hk-timeline-list__year {
  color: var(--accent-soft);
  letter-spacing: 0.22em;
}

#ablauf .hk-timeline-list__year::before {
  content: 'Schritt ';
}

#ablauf .hk-timeline-list__item h3 {
  margin-top: 0.4rem;
  font-size: 2rem;
  line-height: 1.03;
  color: #fff;
}

#ablauf .hk-timeline-list__description {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--paper-soft);
}

#ueber-mich .hk-timeline-list {
  margin-top: 0;
  position: relative;
  gap: 1.2rem;
}

#ueber-mich .hk-timeline-list__item {
  --hk-dot-left: 0rem;
  --hk-dot-top: 0.32rem;
  --hk-dot-size: 0.95rem;
  --hk-dot-center-y: calc(var(--hk-dot-top) + (var(--hk-dot-size) / 2));
  --hk-dot-center-x: calc(var(--hk-dot-left) + (var(--hk-dot-size) / 2));
  --hk-timeline-gap: 1.2rem;
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 0 0 1.75rem;
  display: grid;
  gap: 0.12rem;
}

#ueber-mich .hk-timeline-list__item::before {
  content: '';
  position: absolute;
  left: var(--hk-dot-left);
  top: var(--hk-dot-top);
  width: var(--hk-dot-size);
  height: var(--hk-dot-size);
  z-index: 2;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--accent);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--line) 30%, transparent);
}

#ueber-mich .hk-timeline-list__item::after {
  content: '';
  position: absolute;
  left: var(--hk-dot-center-x);
  top: var(--hk-dot-center-y);
  width: 1px;
  z-index: 1;
  bottom: calc(-1 * (var(--hk-timeline-gap) + var(--hk-dot-center-y)));
  background: color-mix(in srgb, var(--line) 90%, transparent);
}

#ueber-mich .hk-timeline-list__item:last-child::after {
  display: none;
}

#ueber-mich .hk-timeline-list__year {
  font-size: 0.68rem;
  letter-spacing: 0.17em;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: calc(var(--hk-dot-center-y) - 0.5em);
}

#ueber-mich .hk-timeline-list__item h3 {
  margin-top: 0;
  font-size: 1.08rem;
  line-height: 1.52;
  color: var(--ink-soft);
}

#ueber-mich .hk-timeline-list__description {
  margin-top: 0;
  color: var(--ink-soft);
}

#ueber-mich .hk-slot-content > .hk-heading-text + .hk-highlight-list + .hk-heading-text {
  margin-top: 2.5rem;
  padding: 1.4rem 1.45rem 0.5rem;
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 1rem 1rem 0 0;
  background: rgba(255, 255, 255, 0.85);
}

#ueber-mich .hk-slot-content > .hk-heading-text + .hk-highlight-list {
  margin-top: 2rem;
}

#ueber-mich .hk-slot-content > .hk-heading-text + .hk-highlight-list + .hk-heading-text .hk-heading-text__title {
  font-size: clamp(2.2rem, 4.2vw, 2.55rem);
  line-height: 1;
}

#ueber-mich .hk-slot-content > .hk-heading-text + .hk-highlight-list + .hk-heading-text + .hk-timeline-list {
  margin-top: 0;
  padding: 0.2rem 1.45rem 1.5rem;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 1rem 1rem;
  background: rgba(255, 255, 255, 0.85);
}

#loesung {
  position: relative;
  overflow: hidden;
}

#loesung::after {
  content: '';
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 80% 20%, rgba(209, 161, 92, 0.2) 0%, rgba(209, 161, 92, 0) 65%);
}

#loesung .hk-image-panel__media {
  height: 400px;
  aspect-ratio: auto;
}

.hk-image-panel {
  position: relative;
}

.hk-image-panel__media {
  overflow: hidden;
  border-radius: 1.7rem;
  box-shadow: 0 34px 70px rgba(13, 43, 42, 0.2);
}

.hk-image-panel__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hk-image-panel--landscape .hk-image-panel__media {
  aspect-ratio: 16 / 10;
}

.hk-image-panel--portrait .hk-image-panel__media {
  aspect-ratio: 7 / 10;
}

.hk-image-panel--square .hk-image-panel__media {
  aspect-ratio: 1 / 1;
}

.hk-image-panel--auto .hk-image-panel__media {
  aspect-ratio: 4 / 3;
}

.hk-image-panel--sticky {
  position: static;
  top: auto;
}

@media (min-width: 900px) {
  .hk-two-column hk-slot-two-column .hk-image-panel--sticky {
    position: sticky;
    top: 7rem;
  }
}

.hk-image-panel__caption {
  margin-top: 1rem;
}

.hk-image-panel__badge {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--panel) 96%, transparent);
  padding: 0.9rem;
}

.hk-image-panel__badge > p {
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.hk-highlight-list {
  list-style: none;
  padding: 0;
}

.hk-highlight-list__item {
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem 1.2rem;
  line-height: 1.6;
  color: var(--ink-soft);
}

.hk-form-embed {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
  padding: 1.2rem;
  color: var(--paper);
}

.hk-form-embed__title {
  font-size: clamp(1.9rem, 5vw, 2.4rem);
  color: var(--paper);
}

.hk-form-embed__intro,
.hk-form-embed__hint {
  margin-top: 0.8rem;
  color: var(--paper-soft);
}

.hk-form-embed__fields {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.9rem;
}

.hk-form-embed__field {
  display: grid;
  gap: 0.45rem;
  font-size: 0.85rem;
}

.hk-form-embed__field > span {
  color: var(--paper-soft);
}

.hk-form-embed input,
.hk-form-embed textarea,
.hk-form-embed select,
.hk-contact input,
.hk-contact textarea,
.hk-contact select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: var(--paper);
  padding: 0.75rem 0.9rem;
}

.hk-form-embed input::placeholder,
.hk-form-embed textarea::placeholder,
.hk-contact input::placeholder,
.hk-contact textarea::placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.hk-form-embed input:focus,
.hk-form-embed textarea:focus,
.hk-contact input:focus,
.hk-contact textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.hk-form-embed button,
.hk-contact button {
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 700;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
}

.hk-form-embed__submit {
  width: 100%;
  margin-top: 1.1rem;
}

.hk-form-embed__feedback {
  min-height: 1.3rem;
  margin-top: 0.6rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--accent-soft);
}

.hk-form-embed__note {
  margin-top: 0.75rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
}

.hk-contact {
  position: relative;
  overflow: hidden;
}

.hk-contact::before,
.hk-contact::after {
  content: '';
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
}

.hk-contact::before {
  left: -10%;
  top: 15%;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(211, 156, 75, 0.24) 0%, rgba(211, 156, 75, 0) 70%);
}

.hk-contact::after {
  right: -6%;
  bottom: -16%;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(111, 155, 149, 0.24) 0%, rgba(111, 155, 149, 0) 72%);
}

.hk-contact__grid {
  display: grid;
  gap: 3rem;
  align-items: start;
}

.hk-contact__title {
  margin-top: 0.75rem;
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  line-height: 0.98;
  color: var(--paper);
}

.hk-contact__intro {
  margin-top: 1rem;
}

.hk-contact__badges {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.75rem;
}

.hk-contact__badge {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0.7rem;
  padding: 0.75rem 0.95rem;
  color: var(--paper-soft);
  font-size: 1rem;
}

.hk-contact__links {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.hk-contact__links a {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--paper-soft);
}

.hk-contact__form-wrap > * + * {
  margin-top: 0.8rem;
}

#ablauf .hk-slot-content > .hk-heading-text + .hk-timeline-list {
  margin-top: 3rem;
}

#stimmen .hk-slot-content > .hk-heading-text + .hk-testimonial-list {
  margin-top: 2.75rem;
}

.hk-footer {
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: var(--paper);
}

.hk-footer__grid {
  display: grid;
  gap: 2rem;
  padding-block: 3rem;
}

.hk-footer__kicker {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--paper-soft);
}

.hk-footer h3 {
  margin-top: 0.75rem;
  font-size: 2.3rem;
}

.hk-footer p {
  margin-top: 0.8rem;
  color: var(--paper-soft);
  line-height: 1.6;
}

.hk-footer__lists {
  display: grid;
  gap: 1.4rem;
}

.hk-footer h4 {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper-soft);
}

.hk-footer ul {
  margin-top: 0.6rem;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.hk-footer a:hover {
  color: #fff;
}

.hk-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 0.75rem;
  color: var(--paper-soft);
  padding: 1rem;
}

@media (min-width: 900px) {
  .hk-hero__grid {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .hk-hero__media {
    margin-right: -2.5rem;
  }

  #ablauf .hk-timeline-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .hk-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hk-contact__grid {
    grid-template-columns: 1fr 0.9fr;
  }

  .hk-footer__grid {
    grid-template-columns: 1.2fr 0.8fr;
  }

  .hk-footer__lists {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hk-columns-2,
  .hk-columns-3,
  .hk-columns-4 {
    grid-template-columns: 1fr;
  }

  .hk-metric-list,
  .hk-card-list,
  .hk-testimonial-list,
  .hk-highlight-list {
    grid-template-columns: 1fr;
  }

  .hk-hero__media-frame {
    height: 26.9rem;
  }

  #start .hk-button-row {
    display: grid;
    gap: 0.7rem;
  }

  #start .hk-button-row .hk-btn {
    width: 100%;
  }

  .hk-hero__caption {
    bottom: -1.7rem;
  }

  #loesung::after {
    display: none;
  }
}

@media (min-width: 640px) {
  .hk-hero {
    padding-top: 8.5rem;
    padding-bottom: 6rem;
  }

  .hk-hero__title {
    font-size: 5.2rem;
  }

  .hk-hero__intro {
    font-size: 1.24rem;
  }

  .hk-heading-text__title {
    font-size: 3rem;
  }

  .hk-heading-text__description {
    font-size: 1.15rem;
  }

  .hk-card-list--pain .hk-card-list__item h3 {
    font-size: 1.96rem;
  }

  .hk-card-list--pain .hk-card-list__description {
    font-size: 1.08rem;
  }

  .hk-bullet-list__description {
    font-size: 1rem;
  }

  #ablauf .hk-timeline-list__description {
    font-size: 1rem;
  }

  .hk-hero__media-frame {
    height: 35rem;
  }

  #loesung .hk-image-panel__media {
    height: 520px;
  }

  .hk-contact__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #ueber-mich .hk-timeline-list__item {
    grid-template-columns: 9rem 1fr;
    column-gap: 0.6rem;
    align-items: start;
  }

  #ueber-mich .hk-timeline-list__year {
    grid-column: 1;
    top: calc(var(--hk-dot-center-y) - 0.5em);
  }

  #ueber-mich .hk-timeline-list__item h3,
  #ueber-mich .hk-timeline-list__description {
    grid-column: 2;
  }
}

@media (min-width: 1024px) {
  #herausforderung,
  #stimmen {
    padding-block: 6rem;
  }

  #loesung,
  #ueber-mich,
  #kontakt {
    padding-block: 7rem;
  }

  #ablauf {
    padding-block: 6.5rem;
  }

  .hk-hero {
    padding-bottom: 7rem;
  }

  .hk-hero__title {
    font-size: 6.35rem;
  }

  .hk-heading-text__title {
    font-size: 3.85rem;
  }
}
