@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  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";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
  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 {
  --content: 1280px;
  --display: "Manrope", "Trebuchet MS", sans-serif;
  --green: oklch(0.68 0.18 129);
  --green-bright: oklch(0.76 0.19 126);
  --green-deep: oklch(0.39 0.12 132);
  --blue: oklch(0.63 0.16 242);
  --blue-deep: oklch(0.41 0.13 244);
  --ink: oklch(0.22 0.035 139);
  --ink-soft: oklch(0.39 0.035 139);
  --muted: oklch(0.49 0.025 139);
  --paper: oklch(0.985 0.011 126);
  --paper-2: oklch(0.955 0.035 130);
  --surface: oklch(0.995 0.006 126);
  --sand: oklch(0.925 0.06 129);
  --line: oklch(0.84 0.04 133);
  --white: oklch(0.995 0.004 126);
  --radius: 2.25rem;
  --shadow: 0 2.5rem 6rem -3rem oklch(0.28 0.08 139 / 0.42);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-move: cubic-bezier(0.22, 1, 0.36, 1);
}

html {
  background: var(--paper);
  overflow-wrap: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
  hyphenate-limit-zone: 2em;
  hyphenate-limit-last: always;
}

body {
  overflow-x: clip;
  background:
    radial-gradient(circle at 10% 7%, oklch(0.94 0.09 128 / 0.55), transparent 26rem),
    radial-gradient(circle at 92% 18%, oklch(0.93 0.065 238 / 0.54), transparent 30rem),
    var(--paper);
  font-size: 1.05rem;
}

body::before {
  opacity: 0.025;
}

.wrap,
.wrap-wide {
  width: min(calc(100% - clamp(1.5rem, 5vw, 4rem)), var(--content));
}

.wrap > *,
.wrap-wide > *,
.split > *,
.stack,
.prose,
.hero-copy,
.cta-copy,
.service-copy,
.service-list > *,
.footer-grid > *,
.contact-grid > *,
.related > *,
.offer-list > *,
.timeline > * {
  min-width: 0;
  max-width: 100%;
}

p,
.lead,
li,
label {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
  -webkit-hyphenate-limit-before: 4;
  -webkit-hyphenate-limit-after: 4;
}

a,
strong {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
}

.eyebrow,
.kicker,
.group-title,
.nav-links a,
.btn,
.faq-q {
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

h1,
h2,
h3,
.display,
.service-card h3,
.related a {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 14 6 6;
  -webkit-hyphenate-limit-before: 6;
  -webkit-hyphenate-limit-after: 6;
}

h1,
h2,
h3,
.display {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: wrap;
}

h1,
.display {
  font-size: clamp(3.2rem, 6.5vw, 6.5rem);
  letter-spacing: -0.055em;
}

h2 {
  font-size: clamp(2.55rem, 5vw, 5.25rem);
}

h3 {
  font-size: clamp(1.45rem, 2.3vw, 2.25rem);
}

.lead {
  font-size: clamp(1.12rem, 1.7vw, 1.38rem);
  line-height: 1.58;
  max-width: 38rem;
  text-wrap: pretty;
}

.eyebrow,
.kicker,
.group-title {
  font-family: var(--display);
  font-weight: 700;
}

.eyebrow {
  padding: 0;
  border-radius: 0;
  background: transparent;
  letter-spacing: 0.12em;
  color: var(--green-deep);
}

.eyebrow::before {
  width: 1.7rem;
  height: 0.25rem;
  border-radius: 0;
  background: var(--green);
  transform: skewX(-28deg);
}

.site-header {
  padding: 1rem 0 0;
}

.nav-shell {
  width: min(calc(100% - clamp(1rem, 4vw, 3rem)), var(--content));
  max-width: none;
  min-height: 4.75rem;
  padding: 0.55rem 0.65rem 0.55rem 1rem;
  gap: clamp(0.5rem, 1.5vw, 1.25rem);
  border-radius: 1.35rem;
  background: oklch(0.995 0.005 126 / 0.84);
  border-color: oklch(0.3 0.04 136 / 0.08);
  box-shadow:
    0 1.25rem 3.5rem -2.25rem oklch(0.25 0.08 135 / 0.4),
    inset 0 1px oklch(1 0 0 / 0.8);
}

@supports (backdrop-filter: blur(1rem)) {
  .nav-shell {
    backdrop-filter: blur(1rem) saturate(1.35);
  }
}

.logo-wordmark img {
  width: clamp(8rem, 12vw, 9rem);
}

.logo-mark {
  display: none;
}

.ig-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  color: var(--green-deep);
  text-decoration: none;
  transition: transform 240ms var(--ease-out), background-color 240ms var(--ease-out), color 240ms var(--ease-out);
}

.ig-link svg,
.ig-link img {
  display: block;
  width: 1.65rem;
  height: 1.65rem;
}

.ig-link:hover {
  transform: translateY(-0.12rem) scale(1.06);
}

.ig-link:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.nav-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

.nav-panel-kicker,
.nav-panel-foot {
  display: none;
}

.nav-toggle {
  display: none;
  place-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 1px solid oklch(0.3 0.04 136 / 0.1);
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.55), transparent 46%),
    oklch(0.955 0.04 130);
  box-shadow: inset 0 1px oklch(1 0 0 / 0.72);
  color: var(--ink);
  transition:
    transform 180ms var(--ease-out),
    background-color 240ms var(--ease-out),
    border-color 240ms var(--ease-out),
    border-radius 340ms var(--ease-out),
    box-shadow 240ms var(--ease-out);
}

.nav-burger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 0.42rem;
  width: 1.2rem;
  height: 0.74rem;
}

.nav-burger span {
  display: block;
  height: 0.16rem;
  border-radius: 999px;
  background: var(--ink);
  transform-origin: center;
  transition:
    transform 360ms var(--ease-out),
    width 360ms var(--ease-out),
    background-color 240ms var(--ease-out);
}

.nav-burger span:nth-child(1) {
  width: 1.2rem;
}

.nav-burger span:nth-child(2) {
  width: 0.7rem;
  background: var(--green);
}

.nav-toggle:hover .nav-burger span {
  width: 1.2rem;
}

.nav-toggle:hover {
  border-color: oklch(0.3 0.04 136 / 0.16);
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.4), transparent 46%),
    oklch(0.93 0.055 129);
}

.nav-toggle:active {
  transform: scale(0.96);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
}

.nav-toggle[aria-expanded="true"],
.nav-toggle[aria-expanded="true"]:hover {
  border-radius: 50%;
  background: var(--green-deep);
  border-color: transparent;
  box-shadow: 0 0.85rem 1.6rem -1.1rem oklch(0.32 0.1 132 / 0.7);
}

.nav-toggle[aria-expanded="true"] .nav-burger {
  align-items: center;
}

.nav-toggle[aria-expanded="true"] .nav-burger span {
  width: 1.15rem;
  background: var(--paper);
}

.nav-toggle[aria-expanded="true"] .nav-burger span:nth-child(1) {
  transform: translateY(0.29rem) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-burger span:nth-child(2) {
  transform: translateY(-0.29rem) rotate(-45deg);
}

.nav-links {
  gap: 0.15rem;
}

.nav-links a {
  position: relative;
  padding-inline: 0.75rem;
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 580;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.45rem;
  height: 0.12rem;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease-out);
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.btn {
  min-height: 3.25rem;
  max-width: 100%;
  padding: 0.45rem 0.45rem 0.45rem 1.35rem;
  background: var(--ink);
  font-family: var(--display);
  font-weight: 650;
  line-height: 1;
  white-space: normal;
  box-shadow: 0 1rem 2.2rem -1.4rem oklch(0.22 0.05 139 / 0.7);
  transition:
    transform 240ms var(--ease-out),
    background-color 240ms var(--ease-out),
    color 240ms var(--ease-out),
    box-shadow 240ms var(--ease-out);
}

.btn:not(:has(.btn-ico)) {
  justify-content: center;
  padding-inline: 1.35rem;
  text-align: center;
}

.btn:hover {
  background: var(--green-deep);
  transform: translateY(-0.18rem);
  box-shadow: 0 1.4rem 2.5rem -1.25rem oklch(0.39 0.12 132 / 0.65);
}

.btn:active {
  transform: translateY(0) scale(0.97);
}

.btn-ico {
  width: 2.35rem;
  height: 2.35rem;
  background: var(--green-bright);
  color: var(--ink);
}

.btn:hover .btn-ico {
  transform: translateX(0.18rem) rotate(-8deg);
}

.btn-ghost {
  color: var(--ink);
  border-color: oklch(0.3 0.04 139 / 0.18);
  background: oklch(1 0 0 / 0.42);
  box-shadow: none;
}

.btn-ghost:hover {
  color: var(--ink);
  background: var(--white);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: center;
  min-height: min(50rem, calc(100svh - 4.5rem));
  padding: clamp(2.5rem, 5vw, 4.75rem) 0 clamp(3.5rem, 6vw, 5.5rem);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(32rem, 44vw);
  aspect-ratio: 1;
  right: -4%;
  top: 8%;
  border: 1px solid oklch(0.63 0.16 242 / 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 0 clamp(1rem, 2.5vw, 2.5rem) oklch(0.94 0.065 238 / 0.22);
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 3;
  grid-column: 1 / 7;
  grid-row: 1;
  padding: 0;
}

.hero-copy h1 {
  max-width: 100%;
  margin-bottom: 1.35rem;
  font-size: clamp(3.5rem, 5.3vw, 4.75rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
  hyphens: none;
  -webkit-hyphens: none;
  text-wrap: balance;
}

.hero-copy h1 span {
  display: block;
  color: var(--green-deep);
}

.hero-copy .lead {
  max-width: min(32rem, 100%);
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.55;
}

.hero-copy .btn-row {
  margin-top: 1.5rem;
}

.hero-copy > * {
  opacity: 0;
  animation: hero-enter 850ms var(--ease-out) forwards;
}

.hero-copy .eyebrow {
  animation-delay: 80ms;
}

.hero-copy h1 {
  animation-delay: 150ms;
}

.hero-copy .lead {
  animation-delay: 240ms;
}

.hero-copy .btn-row {
  animation-delay: 330ms;
}

.hero-visual {
  position: relative;
  grid-column: 7 / 13;
  grid-row: 1;
  min-height: clamp(32rem, 52vw, 43rem);
}

.hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 1%;
  width: 38%;
  height: 72%;
  border-radius: 1rem 3.5rem 1rem 3.5rem;
  background: var(--green-bright);
  transform: rotate(-4deg);
}

.hero-figure {
  position: absolute;
  inset: 0 0 1.5rem 7%;
  padding: 0;
  border: 0;
  border-radius: 4rem 1.25rem 4rem 1.25rem;
  background: var(--paper-2);
  overflow: hidden;
  box-shadow: var(--shadow);
  clip-path: inset(0 0 100% 0 round 4rem 1.25rem 4rem 1.25rem);
  animation: image-reveal 1100ms 180ms var(--ease-out) forwards;
}

.hero-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, oklch(0.2 0.05 140 / 0.2), transparent 44%);
  pointer-events: none;
}

.hero-figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: cover;
  object-position: 50% 22%;
  transform: scale(1.07);
  animation: image-settle 1400ms 160ms var(--ease-out) forwards;
}

.hero-signature {
  position: absolute;
  z-index: 3;
  left: 1.15rem;
  bottom: 1.15rem;
  margin: 0;
  padding: 0.8rem 1.05rem;
  color: var(--white);
  background: var(--blue-deep);
  font-family: var(--display);
  font-size: 0.94rem;
  font-weight: 650;
  line-height: 1.2;
  border-radius: 0.75rem 1.5rem 0.75rem 1.5rem;
}

.hero-signature strong {
  display: block;
  color: inherit;
}

.hero-signature span {
  display: block;
  margin-top: 0.2rem;
  color: oklch(0.88 0.05 238);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.therapy-strip {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: calc(100% + 2rem);
  min-height: 3.55rem;
  margin-inline: -1rem;
  padding-block: 1.05rem;
  background: var(--green-bright);
  color: var(--ink);
  -webkit-mask-image: none;
  mask-image: none;
  transform: rotate(-1deg);
  transform-origin: center;
}

.therapy-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: therapy-marquee 38s linear infinite;
}

.therapy-group {
  display: flex;
  flex: 0 0 calc(100vw + 2rem);
  align-items: center;
  justify-content: space-evenly;
  box-sizing: border-box;
  width: calc(100vw + 2rem);
  padding-inline: clamp(1.1rem, 3vw, 2.75rem);
  font-family: var(--display);
  font-size: clamp(0.95rem, 1.55vw, 1.25rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.therapy-group span,
.therapy-group i {
  flex: 0 0 auto;
}

.therapy-group span {
  animation: therapy-item-in 720ms var(--ease-out) both;
}

.therapy-group span:nth-child(1) { animation-delay: 60ms; }
.therapy-group span:nth-child(3) { animation-delay: 140ms; }
.therapy-group span:nth-child(5) { animation-delay: 220ms; }
.therapy-group span:nth-child(7) { animation-delay: 300ms; }
.therapy-group span:nth-child(9) { animation-delay: 380ms; }

.therapy-strip i {
  width: 0.38rem;
  height: 0.38rem;
  background: var(--blue-deep);
  border-radius: 50%;
  animation: therapy-dot 2.6s var(--ease-out) infinite;
}

.therapy-group i:nth-child(2) { animation-delay: 0s; }
.therapy-group i:nth-child(4) { animation-delay: 0.45s; }
.therapy-group i:nth-child(6) { animation-delay: 0.9s; }
.therapy-group i:nth-child(8) { animation-delay: 1.35s; }

@keyframes therapy-item-in {
  from {
    opacity: 0;
    transform: translate3d(0, 0.55rem, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes therapy-dot {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.55;
  }
  40% {
    transform: scale(1.18);
    opacity: 1;
  }
}

@keyframes therapy-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.section {
  padding: clamp(6rem, 10vw, 9rem) 0;
}

.section-tight {
  padding: clamp(4rem, 7vw, 6.5rem) 0;
}

.section-sand {
  background: transparent;
}

.home-about {
  margin-top: 4rem;
}

.home-about .split {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.home-about .frame {
  grid-column: 1 / 8;
  transform: rotate(-1.5deg);
}

.home-about .stack {
  grid-column: 8 / 13;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: oklch(0.94 0.065 238);
  border-radius: 1.25rem 3.5rem 1.25rem 3.5rem;
}

.frame {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.frame img,
.frame.portrait img,
.frame.landscape img {
  border-radius: 0;
  transition: transform 700ms var(--ease-out);
}

.frame-native img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.frame:hover img {
  transform: scale(1.035);
}

.home-services {
  position: relative;
}

.home-services::before {
  content: "";
  position: absolute;
  inset: 10% 0 auto;
  height: 45%;
  background: oklch(0.94 0.06 129);
  transform: skewY(-2deg);
  z-index: -1;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.75rem);
  margin-top: 3.5rem;
  border: 0;
}

.service-row.service-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 1rem;
  align-items: end;
  grid-column: span 6;
  min-height: 28rem;
  padding: 1.25rem;
  overflow: hidden;
  border: 0;
  border-radius: 2rem;
  background: var(--surface);
  box-shadow: none;
  isolation: isolate;
  transition:
    transform 400ms var(--ease-out),
    box-shadow 400ms var(--ease-out);
}

.service-row.service-card:nth-child(4n + 1) {
  grid-column: span 7;
}

.service-row.service-card:nth-child(4n + 2) {
  grid-column: span 5;
}

.service-row.service-card:nth-child(4n + 3) {
  grid-column: span 5;
}

.service-row.service-card:nth-child(4n) {
  grid-column: span 7;
}

.service-row.service-card:hover {
  padding: 1.25rem;
  transform: translateY(-0.5rem) rotate(-0.5deg);
  box-shadow: 0 2.4rem 4rem -2.5rem oklch(0.27 0.08 138 / 0.42);
}

.service-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, oklch(0.15 0.045 140 / 0.9) 0%, oklch(0.18 0.04 140 / 0.12) 66%);
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out), filter 500ms var(--ease-out);
}

.service-card:hover .service-media img {
  transform: scale(1.055);
  filter: saturate(1.08);
}

.service-card .service-num {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  color: var(--green-bright);
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 700;
}

.service-card .service-copy {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.service-card h3 {
  margin: 0 0 0.55rem;
  color: var(--white);
}

.service-card p {
  color: oklch(0.9 0.02 130);
  font-size: 0.96rem;
  line-height: 1.45;
}

.service-card .service-go {
  grid-column: 3;
  grid-row: 2;
  align-self: end;
  background: var(--green-bright);
}

.page-leistungen .group-title {
  margin-top: clamp(4rem, 8vw, 7rem);
  color: var(--blue-deep);
}

.page-leistungen .service-list {
  margin-top: 1.25rem;
}

.home-prices .split {
  position: relative;
  direction: ltr;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
}

.home-prices .frame {
  grid-column: 7 / 13;
  grid-row: 1;
  min-height: 0;
  align-self: center;
}

.home-prices .frame img,
.home-prices .frame-native img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.home-prices .frame:hover img {
  transform: none;
}

.home-prices .stack {
  z-index: 2;
  grid-column: 1 / 8;
  grid-row: 1;
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--green-bright);
  border-radius: 3.5rem 1.25rem 3.5rem 1.25rem;
  transform: translateY(2rem);
}

.home-prices .stack p {
  color: var(--green-ink);
}

.page-hero {
  position: relative;
  padding: clamp(6rem, 12vw, 10rem) 0 clamp(3.5rem, 7vw, 6rem);
}

.page-hero::after {
  content: "";
  position: absolute;
  width: clamp(10rem, 22vw, 18rem);
  aspect-ratio: 1;
  right: 2%;
  top: 15%;
  border-radius: 50%;
  border: 1px solid oklch(0.63 0.16 242 / 0.22);
  box-shadow: inset 0 0 0 1.5rem oklch(0.94 0.065 238 / 0.35);
  pointer-events: none;
}

.page-hero h1 {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.stack h2,
.cta-copy h2 {
  font-size: clamp(1.9rem, 4.2vw, 3.2rem);
  font-size: clamp(1.9rem, 14cqi, 3.2rem);
  line-height: 1.12;
  text-wrap: wrap;
}

.prose {
  max-width: min(66ch, 100%);
}

.page-hero .lead {
  position: relative;
  z-index: 1;
}

.split {
  gap: clamp(2rem, 6vw, 6rem);
}

.split .prose,
.split .stack {
  padding-block: 2rem;
}

.prose p,
.stack p {
  text-wrap: pretty;
}

.timeline {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
  border: 0;
}

.timeline-item {
  display: block;
  grid-column: span 4;
  min-height: 13rem;
  min-width: 0;
  padding: 1.5rem;
  border: 0;
  border-radius: 1.5rem;
  background: var(--white);
  overflow-x: clip;
}

.timeline-item:nth-child(2),
.timeline-item:nth-child(4) {
  transform: translateY(1.5rem);
}

.timeline-item:last-child {
  border: 0;
}

.timeline-item strong {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--blue-deep);
  font-family: var(--display);
  font-size: 2.4rem;
}

.offer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.offer-list li {
  border: 0;
  background: var(--paper-2);
  border-radius: 0.75rem 1.5rem 0.75rem 1.5rem;
}

.related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.related a {
  padding: 1.5rem;
  border: 0;
  border-radius: 1rem 2.25rem 1rem 2.25rem;
  background: var(--white);
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 650;
  transition: transform 300ms var(--ease-out), background-color 300ms var(--ease-out);
}

.related a:hover {
  transform: translateY(-0.35rem);
  background: oklch(0.92 0.07 129);
}

.contact-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.contact-card {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 2.5rem;
  box-shadow: var(--shadow);
}

.contact-card-inner {
  padding: 1rem;
  border-radius: 2.5rem;
  background: var(--white);
}

.contact-details {
  padding: 0.75rem 1rem 1rem;
}

.field input,
.field textarea {
  min-height: 3.5rem;
  border: 0;
  border-radius: 0.85rem;
  background: oklch(0.955 0.025 132);
  box-shadow: inset 0 0 0 1px transparent;
  transition: background-color 220ms var(--ease-out), box-shadow 220ms var(--ease-out), transform 220ms var(--ease-out);
}

.field input:hover,
.field textarea:hover {
  background: oklch(0.94 0.035 132);
}

.field input:focus,
.field textarea:focus {
  outline: 0;
  background: var(--white);
  box-shadow: inset 0 0 0 2px var(--blue);
  transform: translateY(-0.1rem);
}

.section-ink {
  background: var(--blue-deep);
}

.cta-band {
  padding: 0;
  overflow: hidden;
}

.cta-band .wrap-wide {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 0;
  align-items: stretch;
  min-height: 35rem;
}

.cta-photo {
  margin: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}

.cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.cta-copy {
  align-self: center;
  padding: clamp(3rem, 7vw, 6rem);
}

.cta-copy h2 {
  color: var(--white);
}

.cta-copy .btn {
  background: var(--green-bright);
  color: var(--ink);
}

.site-footer {
  padding-top: 5.5rem;
  background: var(--ink);
}

.footer-grid {
  grid-template-columns: minmax(18rem, 1.6fr) repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
}

.site-footer a {
  transition: color 200ms var(--ease-out), transform 200ms var(--ease-out);
}

.site-footer li a {
  display: inline-block;
}

.site-footer li a:hover {
  color: var(--green-bright);
  transform: translateX(0.2rem);
}

.site-footer li a.ig-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  padding: 0;
  background: none;
  color: var(--green-bright);
  vertical-align: middle;
}

.site-footer li a.ig-link svg,
.site-footer li a.ig-link img {
  width: 1.7rem;
  height: 1.7rem;
}

.site-footer li a.ig-link:hover {
  color: var(--green);
  background: none;
  transform: none;
}

.contact-social {
  margin-top: 0.15rem;
}

.ig-link-contact,
.contact-card .ig-link {
  width: 3rem;
  height: 3rem;
  background: oklch(0.955 0.025 132);
  color: var(--green-deep);
}

.ig-link-contact svg,
.ig-link-contact img {
  width: 1.8rem;
  height: 1.8rem;
}

.ig-link-contact:hover,
.contact-card .ig-link:hover {
  color: var(--green);
  background: oklch(0.94 0.035 132);
}

.motion-ready {
  opacity: 0;
  transform: translateY(2rem);
  transition:
    opacity 720ms var(--ease-out),
    transform 720ms var(--ease-out);
}

.motion-ready.motion-visible {
  opacity: 1;
  transform: none;
}

.service-card.motion-ready:nth-child(even) {
  transition-delay: 70ms;
}

.page-wipe {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  background: var(--green-bright);
  transform-origin: top;
  animation: page-wipe 850ms var(--ease-out) forwards;
}

.cursor-orbit,
.cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  will-change: transform;
}

.cursor-orbit {
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid var(--blue);
  transition: width 180ms var(--ease-out), height 180ms var(--ease-out), background-color 180ms var(--ease-out), opacity 180ms var(--ease-out);
}

.cursor-dot {
  width: 0.4rem;
  height: 0.4rem;
  background: var(--green);
}

.has-custom-cursor,
.has-custom-cursor a,
.has-custom-cursor button,
.has-custom-cursor input,
.has-custom-cursor textarea {
  cursor: none;
}

.cursor-orbit.is-active {
  width: 3.2rem;
  height: 3.2rem;
  background: oklch(0.76 0.19 126 / 0.14);
}

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(1.8rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes image-reveal {
  to {
    clip-path: inset(0);
  }
}

@keyframes image-settle {
  to {
    transform: scale(1);
  }
}

@keyframes page-wipe {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@media (max-width: 1240px) {
  .logo-wordmark {
    display: none;
  }

  .logo-mark {
    display: flex;
    align-items: center;
  }

  .logo-mark img {
    width: 2.9rem;
    height: 2.9rem;
  }

  .nav-toggle {
    display: grid;
  }

  .nav-cta {
    display: none;
  }

  .nav-shell {
    position: relative;
    z-index: 70;
    transition:
      background-color 320ms var(--ease-out),
      border-color 320ms var(--ease-out),
      box-shadow 320ms var(--ease-out);
  }

  .logo,
  .nav-toggle {
    z-index: 72;
  }

  .nav-panel {
    --nav-ox: calc(100% - 2.65rem);
    --nav-oy: 2.55rem;
    position: fixed;
    inset: 0;
    z-index: 68;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: none;
    width: 100%;
    height: 100dvh;
    padding:
      max(6.4rem, calc(env(safe-area-inset-top) + 5.4rem))
      max(1.35rem, env(safe-area-inset-right))
      max(1.4rem, env(safe-area-inset-bottom))
      max(1.35rem, env(safe-area-inset-left));
    background:
      radial-gradient(circle at 100% 0%, oklch(0.9 0.09 128 / 0.88), transparent 22rem),
      radial-gradient(circle at 0% 100%, oklch(0.92 0.06 238 / 0.42), transparent 26rem),
      var(--paper);
    visibility: hidden;
    pointer-events: none;
    clip-path: circle(0.01px at var(--nav-ox) var(--nav-oy));
    transition:
      clip-path 620ms var(--ease-out),
      visibility 0s linear 620ms;
  }

  .nav-panel.is-open {
    visibility: visible;
    pointer-events: auto;
    clip-path: circle(160vmax at var(--nav-ox) var(--nav-oy));
    transition:
      clip-path 620ms var(--ease-out),
      visibility 0s linear 0s;
  }

  body.nav-open .nav-shell {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .nav-panel-kicker,
  .nav-panel-foot {
    display: block;
  }

  .nav-panel-kicker {
    margin: 0 0 1.1rem;
    font-family: var(--display);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--green-deep);
    opacity: 0;
    transform: translate3d(0, 0.6rem, 0);
    transition:
      opacity 220ms var(--ease-out),
      transform 220ms var(--ease-out);
  }

  .nav-panel.is-open .nav-panel-kicker {
    opacity: 1;
    transform: none;
    transition-duration: 480ms;
    transition-delay: 90ms;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: 1;
    gap: 0.15rem;
    padding: 0;
    margin: 0;
    overflow: auto;
    counter-reset: navitem;
  }

  .nav-links li {
    counter-increment: navitem;
    opacity: 0;
    transform: translate3d(0, 1rem, 0);
    transition:
      opacity 200ms var(--ease-out),
      transform 200ms var(--ease-out);
  }

  .nav-panel.is-open .nav-links li {
    opacity: 1;
    transform: none;
    transition-duration: 520ms;
    transition-delay: calc(var(--i, 0) * 70ms + 140ms);
  }

  .nav-links a {
    display: flex;
    align-items: baseline;
    gap: 0.9rem;
    width: 100%;
    min-height: 0;
    padding: 0.55rem 0;
    font-family: var(--display);
    font-size: clamp(2.15rem, 10vw, 3.35rem);
    font-weight: 720;
    letter-spacing: -0.045em;
    line-height: 1.05;
    color: var(--ink);
  }

  .nav-links a::before {
    content: counter(navitem, decimal-leading-zero);
    flex: 0 0 auto;
    min-width: 1.7rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    color: var(--green);
    transform: translateY(-0.28em);
  }

  .nav-links a::after {
    display: none;
  }

  .nav-links a:hover,
  .nav-links a[aria-current="page"] {
    color: var(--green-deep);
  }

  .nav-links a:hover {
    transform: translateX(0.35rem);
  }

  .nav-panel-foot {
    flex-shrink: 0;
    margin-top: auto;
    padding-top: 1.15rem;
    border-top: 1px solid oklch(0.3 0.04 136 / 0.1);
    opacity: 0;
    transform: translate3d(0, 0.8rem, 0);
    transition:
      opacity 200ms var(--ease-out),
      transform 200ms var(--ease-out);
  }

  .nav-panel.is-open .nav-panel-foot {
    opacity: 1;
    transform: none;
    transition-duration: 500ms;
    transition-delay: 420ms;
  }

  .nav-panel-foot .nav-panel-kicker {
    margin-bottom: 0.35rem;
    transition-delay: 0ms;
  }

  .nav-panel.is-open .nav-panel-foot .nav-panel-kicker {
    transition-delay: 420ms;
  }

  .nav-panel-phone {
    display: block;
    margin-bottom: 1rem;
    font-family: var(--display);
    font-size: clamp(1.45rem, 6vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--ink);
    text-decoration: none;
  }

  .nav-panel-phone:hover {
    color: var(--green-deep);
  }

  .nav-panel-cta {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 1240px) and (max-height: 740px) {
  .nav-panel {
    padding-top: max(5.4rem, calc(env(safe-area-inset-top) + 4.6rem));
  }

  .nav-links a {
    padding-block: 0.32rem;
    font-size: clamp(1.85rem, 8vw, 2.6rem);
  }

  .nav-panel-phone {
    margin-bottom: 0.75rem;
    font-size: 1.35rem;
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 2.5rem;
    padding-top: 3rem;
  }

  .hero-copy,
  .hero-visual {
    grid-column: 1;
    grid-row: auto;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-visual {
    min-height: min(42rem, 92vw);
  }

  .hero-figure {
    left: 3%;
  }

  .home-about .split,
  .home-prices .split {
    grid-template-columns: 1fr;
  }

  .home-about .frame,
  .home-about .stack,
  .home-prices .frame,
  .home-prices .stack {
    grid-column: 1;
    grid-row: auto;
  }

  .home-prices .frame {
    max-width: min(32rem, 100%);
    justify-self: center;
  }

  .home-about .frame {
    transform: none;
  }

  .therapy-track {
    width: max-content;
    animation: therapy-marquee 26s linear infinite;
  }

  .therapy-group {
    flex: 0 0 auto;
    justify-content: center;
    width: max-content;
    gap: 1.35rem;
    padding-inline: 1.35rem;
  }

  .therapy-group + .therapy-group {
    display: flex;
  }

  .therapy-group i:last-child {
    display: block;
  }

  .therapy-group span {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .home-prices .stack {
    transform: translateY(-2rem);
    margin-inline: 1rem;
  }

  .service-row.service-card,
  .service-row.service-card:nth-child(n) {
    grid-column: span 6;
  }

  .timeline-item {
    grid-column: span 6;
  }

  .timeline-item:nth-child(2),
  .timeline-item:nth-child(4) {
    transform: none;
  }

  .cta-band .wrap-wide,
  .footer-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cta-photo {
    min-height: 27rem;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
  }
}

@media (max-width: 640px) {
  h1,
  .display {
    font-size: clamp(2.75rem, 14vw, 4.3rem);
  }

  h2 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .site-header {
    padding-top: 0.6rem;
  }

  .nav-shell {
    min-height: 4.1rem;
    border-radius: 1.1rem;
  }

  .logo-mark img {
    width: 2.75rem;
    height: 2.75rem;
  }

  .hero {
    gap: 2rem;
    padding: 2.5rem 0 3.5rem;
  }

  .hero-copy h1 {
    max-width: 100%;
    margin-bottom: 1.1rem;
    font-size: clamp(2.35rem, 11.5vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
  }

  .hero-copy .lead {
    max-width: 34rem;
    font-size: 1.04rem;
    line-height: 1.5;
  }

  .hero-copy .btn-row {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    gap: 0.55rem;
    margin-top: 1.25rem;
  }

  .hero-copy .btn {
    min-width: 0;
    padding-left: 0.95rem;
    font-size: 0.88rem;
  }

  .hero-copy .btn:not(:has(.btn-ico)) {
    padding-inline: 1.15rem;
  }

  .hero-visual {
    min-height: clamp(25rem, 118vw, 31rem);
  }

  .hero-figure {
    inset: 0 0 0.75rem 0.75rem;
    border-radius: 2.75rem 0.85rem 2.75rem 0.85rem;
  }

  .hero-signature {
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.65rem 1.2rem 0.65rem 1.2rem;
  }

  .therapy-group {
    flex: 0 0 auto;
    justify-content: center;
    width: max-content;
    gap: 1.2rem;
    padding-inline: 1.2rem;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-row.service-card,
  .service-row.service-card:nth-child(n) {
    grid-column: 1;
    min-height: 25rem;
  }

  .home-about .stack {
    border-radius: 1rem 2.25rem 1rem 2.25rem;
  }

  .timeline {
    grid-template-columns: 1fr;
  }

  .timeline-item {
    grid-column: 1;
    min-height: 0;
  }

  .offer-list,
  .related {
    grid-template-columns: 1fr;
  }

  .page-hero::after {
    opacity: 0.45;
  }

  .cta-copy {
    padding-inline: 1rem;
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor-orbit,
  .cursor-dot {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nav-panel,
  .nav-panel.is-open,
  .nav-panel-kicker,
  .nav-panel-foot,
  .nav-links li,
  .nav-burger span {
    transition: none !important;
    animation: none !important;
  }

  .nav-panel {
    clip-path: none !important;
    opacity: 0;
  }

  .nav-panel.is-open {
    opacity: 1;
  }

  .hero-copy > *,
  .hero-figure,
  .hero-figure img,
  .hero-float,
  .page-wipe,
  .motion-ready {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    animation: none !important;
    transition: none !important;
  }

  .therapy-track,
  .therapy-group span,
  .therapy-strip i {
    animation: none !important;
    transform: none !important;
  }

  .therapy-group span,
  .therapy-strip i {
    opacity: 1 !important;
  }

  .therapy-track {
    width: 100%;
    justify-content: center;
  }

  .therapy-group + .therapy-group,
  .therapy-group i:last-child {
    display: none;
  }

  .faq-a,
  .faq-item p,
  .faq-mark,
  .faq-mark::after {
    transition: none !important;
  }

  .faq-item.is-open .faq-mark {
    transform: none;
  }

  .therapy-group {
    flex: 1 1 auto;
    justify-content: space-evenly;
    width: 100%;
  }

  .form-success-mark {
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }

  .cursor-orbit,
  .cursor-dot {
    display: none;
  }
}

/* Unterseiten: kompakte redaktionelle Inhaltsführung */

body:not(.page-home) {
  --subpage-gutter: clamp(1.25rem, 4vw, 3rem);
  --subpage-section: clamp(3.25rem, 6vw, 5.25rem);
  font-size: 1rem;
  line-height: 1.62;
}

body:not(.page-home) .wrap,
body:not(.page-home) .wrap-wide {
  width: min(calc(100% - (var(--subpage-gutter) * 2)), var(--content));
}

body:not(.page-home) h1,
body:not(.page-home) h2,
body:not(.page-home) h3,
body:not(.page-home) .related a {
  hyphens: manual;
  -webkit-hyphens: manual;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

body:not(.page-home) .page-hero {
  display: grid;
  align-content: end;
  min-height: 0;
  padding: clamp(2.25rem, 4.5vw, 4.25rem) 0 clamp(1.75rem, 3.5vw, 3rem);
}

body:not(.page-home) .page-hero::after {
  width: clamp(7rem, 15vw, 12rem);
  right: 1%;
  top: 12%;
  opacity: 0.7;
}

body:not(.page-home) .page-hero h1 {
  max-width: 16ch;
  margin: 0;
  font-size: clamp(2.65rem, 6.8vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

body:not(.page-home) .page-hero .lead {
  max-width: 52rem;
  margin: 1.15rem 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.24rem);
  line-height: 1.55;
}

body:not(.page-home) .crumbs {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  line-height: 1.35;
}

body:not(.page-home) .page-hero .eyebrow {
  margin-bottom: 0.9rem;
}

body:not(.page-home) .section,
body:not(.page-home) .section-tight {
  padding-block: var(--subpage-section);
}

body:not(.page-home) .prose {
  font-size: 1.06rem;
  line-height: 1.68;
}

body:not(.page-home) .prose p,
body:not(.page-home) .stack p {
  margin-bottom: 0.95rem;
}

/* Einzelne Leistungen */

.page-leistungen main > .page-hero:has(.crumbs) {
  padding-block: clamp(1.1rem, 2vw, 1.65rem) 0.2rem;
}

.page-leistungen main > .page-hero:has(.crumbs)::after {
  width: clamp(5rem, 11vw, 8.5rem);
  top: 8%;
  opacity: 0.45;
}

.page-leistungen main > .page-hero:has(.crumbs) .eyebrow {
  margin-bottom: 0;
}

.page-leistungen main > .page-hero:has(.crumbs) + .section-tight {
  padding-top: 0.75rem;
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.page-leistungen main > .section-tight .split {
  gap: 0;
}

.page-leistungen main > .section-tight .frame img {
  width: 100%;
  height: clamp(22rem, 42vw, 32rem);
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.page-leistungen main > .section-tight .frame.landscape img {
  object-position: center 35%;
}

.page-leistungen main > .section-tight .prose {
  position: relative;
  z-index: 2;
  max-width: none;
  padding: clamp(1.5rem, 3.5vw, 2.75rem);
  border-radius: 1rem 2.5rem 1rem 2.5rem;
  background: var(--paper-2);
  box-shadow: 0 2rem 4rem -3rem oklch(0.27 0.08 138 / 0.4);
}

.page-leistungen main > .section-tight .prose h1 {
  margin: 0 0 0.85rem;
  max-width: min(100%, 14ch);
  font-size: clamp(2.05rem, 4.2vw, 3.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.page-leistungen main > .section-tight .prose .lead {
  margin: -0.15rem 0 0.95rem;
  max-width: none;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.45;
}

.page-leistungen main > .section-tight .prose > h1 + p:not(.lead),
.page-leistungen main > .section-tight .prose > h1 + .lead + p {
  color: var(--ink);
  font-size: clamp(1.08rem, 1.45vw, 1.24rem);
  line-height: 1.58;
}

.page-leistungen .offer-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.page-leistungen .offer-list li {
  padding: 0.72rem 0.85rem;
  background: var(--surface);
  font-size: 0.92rem;
  line-height: 1.42;
}

.page-leistungen .media-follow {
  margin-top: 1.25rem;
  gap: 1rem;
}

.page-leistungen main > .section-tight .media-follow .frame img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.page-leistungen main > .section.section-sand {
  padding-block: clamp(3.25rem, 5vw, 4.5rem);
  background: oklch(0.95 0.038 130);
}

.page-leistungen main > .section.section-sand h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.8vw, 3.25rem);
}

.page-leistungen .related {
  margin-top: 1.35rem;
}

.page-leistungen .related a {
  padding: 1.1rem 1.25rem;
  border-radius: 0.8rem 1.6rem 0.8rem 1.6rem;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

@media (min-width: 821px) {
  .page-leistungen main > .section-tight > .wrap-wide.split {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: center;
  }

  .page-leistungen main > .section-tight > .wrap-wide.split > .frame:first-child {
    grid-column: 1 / 8;
    grid-row: 1;
  }

  .page-leistungen main > .section-tight > .wrap-wide.split > .prose {
    grid-column: 7 / 13;
    grid-row: 1;
  }
}

/* Leistungsübersicht */

.page-leistungen .page-hero:not(:has(.crumbs)) {
  padding-bottom: 1.5rem;
}

.page-leistungen .page-hero:not(:has(.crumbs)) + .section-tight {
  padding-top: 0.5rem;
}

.page-leistungen .group-title {
  margin-top: clamp(2.5rem, 5vw, 4.25rem);
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.page-leistungen .group-title:first-child {
  margin-top: 0;
}

.page-leistungen .service-list {
  margin-top: 0.9rem;
  gap: clamp(0.8rem, 1.7vw, 1.25rem);
}

.page-leistungen .service-row.service-card {
  min-height: clamp(18rem, 31vw, 22rem);
  padding: 1rem;
  border-radius: 1.25rem 2rem 1.25rem 2rem;
}

.page-leistungen .service-row.service-card:hover {
  padding: 1rem;
}

.page-leistungen .service-card h3 {
  font-size: clamp(1.3rem, 2vw, 1.85rem);
  line-height: 1.08;
}

.page-leistungen .service-card p {
  font-size: 0.9rem;
  line-height: 1.4;
}

/* Über mich */

.page-ueber .page-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.65rem, 5.6vw, 4.8rem);
}

.page-ueber main > .section-tight {
  padding-top: 0.75rem;
  padding-bottom: clamp(2.75rem, 5vw, 4.25rem);
}

.page-ueber main > .section-tight .split {
  grid-template-columns: minmax(0, 1.3fr) minmax(15rem, 0.7fr);
  gap: clamp(0.85rem, 2vw, 1.4rem);
  align-items: stretch;
}

.page-ueber main > .section-tight .frame img {
  width: 100%;
  height: clamp(22rem, 38vw, 31rem);
  aspect-ratio: auto;
  object-fit: cover;
}

.page-ueber main > .section:not(.section-sand) {
  padding-block: clamp(3.25rem, 5vw, 4.75rem);
}

.page-ueber main > .section:not(.section-sand) .prose {
  max-width: 68ch;
}

.page-ueber main > .section:not(.section-sand) .prose p {
  margin: 0 0 1.15rem;
}

.page-ueber main > .section:not(.section-sand) .prose p:first-child {
  max-width: 62ch;
  margin-bottom: 2rem;
  color: var(--ink);
  font-size: clamp(1.16rem, 1.6vw, 1.34rem);
  line-height: 1.58;
}

.page-ueber .section-sand {
  padding-block: clamp(3.5rem, 6vw, 5rem);
  background: oklch(0.94 0.052 130);
}

.page-ueber .section-sand h2 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
}

.page-ueber .timeline {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 2.25rem;
}

.page-ueber .timeline-item {
  grid-column: auto;
  min-height: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.page-ueber .about-milestones .timeline-item.motion-ready {
  transform: translateY(1.25rem);
}

.page-ueber .about-milestones .timeline-item.motion-ready.motion-visible {
  transform: none;
}

/* Preise */

.page-preise .page-hero {
  padding-bottom: 1.5rem;
}

.page-preise main > .section-tight {
  padding-top: 0.75rem;
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.page-preise main > .section-tight .split {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
}

.page-preise main > .section-tight .prose {
  z-index: 2;
  grid-column: 1 / 8;
  grid-row: 1;
  align-self: center;
  max-width: none;
  padding: clamp(1.75rem, 4vw, 3.25rem);
  border-radius: 1rem 2.75rem 1rem 2.75rem;
  background: var(--green-bright);
}

.page-preise main > .section-tight .prose p {
  color: var(--green-ink);
}

.page-preise main > .section-tight .frame {
  grid-column: 7 / 13;
  grid-row: 1;
}

.page-preise main > .section-tight .frame img {
  width: 100%;
  height: clamp(23rem, 38vw, 30rem);
  aspect-ratio: auto;
  object-fit: cover;
}

/* Kontakt */

.page-kontakt .page-hero {
  padding-bottom: 1.5rem;
}

.page-kontakt main > .section-tight {
  padding-top: 0.75rem;
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

.page-kontakt .contact-grid {
  gap: clamp(1rem, 2.5vw, 2rem);
}

.page-kontakt .contact-card {
  border-radius: 1rem 2.25rem 1rem 2.25rem;
  box-shadow: none;
}

.page-kontakt .contact-card-inner {
  padding: 0.7rem;
  border-radius: inherit;
}

.page-kontakt .contact-photo,
.page-kontakt .contact-photo img {
  border-radius: 0.7rem 1.8rem 0.7rem 1.8rem;
}

.page-kontakt .contact-photo img {
  width: 100%;
  height: clamp(15rem, 26vw, 20rem);
  aspect-ratio: auto;
  object-fit: cover;
}

.page-kontakt .contact-details {
  padding: 0.8rem 1rem 0.7rem;
}

.page-kontakt .contact-grid > div:last-child {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid oklch(0.39 0.035 139 / 0.12);
  border-radius: 1rem 2.25rem 1rem 2.25rem;
  background: var(--surface);
  box-shadow: 0 2rem 4rem -3rem oklch(0.27 0.08 138 / 0.32);
}

.page-kontakt .contact-grid > div:last-child::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 0.35rem;
  background: var(--green);
}

.page-kontakt .contact-grid h2 {
  color: var(--ink);
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.page-kontakt .contact-grid .muted {
  color: var(--ink-soft);
}

.page-kontakt .form {
  gap: 0.8rem;
}

.page-kontakt .field {
  gap: 0.3rem;
}

.page-kontakt .field label {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 650;
}

.page-kontakt .field input,
.page-kontakt .field textarea {
  min-height: 3.1rem;
  border: 1px solid oklch(0.39 0.035 139 / 0.34);
  background: var(--white);
  color: var(--ink);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.7);
}

.page-kontakt .field input:hover,
.page-kontakt .field textarea:hover {
  border-color: oklch(0.39 0.035 139 / 0.55);
  background: var(--white);
}

.page-kontakt .field input:focus,
.page-kontakt .field textarea:focus {
  border-color: var(--blue-deep);
  background: var(--white);
  box-shadow:
    0 0 0 0.22rem oklch(0.63 0.16 242 / 0.18),
    inset 0 0 0 1px var(--blue-deep);
  transform: none;
}

.page-kontakt .field textarea {
  min-height: 7.5rem;
}

.page-kontakt .check {
  margin-block: 0.25rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid oklch(0.39 0.035 139 / 0.14);
  border-radius: 0.85rem;
  background: var(--paper-2);
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.55;
}

.page-kontakt .check a {
  color: var(--blue-deep);
  font-weight: 650;
}

.page-kontakt .check input {
  flex: 0 0 auto;
  width: 1.2rem;
  height: 1.2rem;
  accent-color: var(--green-deep);
}

.page-kontakt .form-status.is-err {
  margin-bottom: 0.35rem;
  padding: 0.95rem 1.05rem;
  border: 1px solid oklch(0.55 0.12 25 / 0.28);
  border-radius: 0.95rem;
  background: oklch(0.97 0.025 25);
  color: var(--danger);
  font-weight: 650;
}

.page-kontakt .btn:disabled {
  opacity: 0.62;
  cursor: wait;
  transform: none;
  pointer-events: none;
}

.page-kontakt .form-success {
  display: grid;
  justify-items: start;
  gap: 0.85rem;
  scroll-margin-top: 6.5rem;
}

.page-kontakt .form-success[hidden] {
  display: none;
}

.page-kontakt.is-form-ok .form-compose {
  display: none;
}

.page-kontakt .form-success-kicker {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--green-deep);
}

.page-kontakt .form-success-mark {
  display: grid;
  place-items: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: var(--green);
  color: var(--ink);
  animation: form-success-pop 640ms var(--ease-out) both;
}

.page-kontakt .form-success h2 {
  max-width: 16ch;
  hyphens: none;
}

.page-kontakt .form-success > p {
  max-width: 42ch;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.6;
}

.page-kontakt .form-success-steps {
  display: grid;
  gap: 0.7rem;
  width: 100%;
  margin: 0.4rem 0 0.15rem;
  padding: 0;
  list-style: none;
}

.page-kontakt .form-success-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border: 1px solid oklch(0.39 0.035 139 / 0.12);
  border-radius: 0.95rem;
  background: var(--paper-2);
}

.page-kontakt .form-success-num {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  color: var(--green-deep);
}

.page-kontakt .form-success-steps strong {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--ink);
}

.page-kontakt .form-success-note {
  margin-top: 0.35rem;
  font-size: 0.95rem;
}

@keyframes form-success-pop {
  from {
    transform: scale(0.72);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Rechtliche Seiten */

.page-legal .legal {
  width: min(calc(100% - (var(--subpage-gutter) * 2)), 58rem);
  max-width: 58rem;
  padding: clamp(3rem, 6vw, 5rem) 0 clamp(4rem, 7vw, 6rem);
}

.page-legal .legal h1 {
  max-width: 16ch;
  margin-bottom: 2rem;
  font-size: clamp(2.65rem, 6vw, 4.75rem);
  line-height: 1;
}

.page-legal .legal h2 {
  margin: 2rem 0 0.55rem;
  font-size: clamp(1.25rem, 2.2vw, 1.6rem);
  line-height: 1.2;
}

.page-legal .legal h3 {
  margin: 1.4rem 0 0.45rem;
  font-size: 1.08rem;
}

.page-legal .legal p,
.page-legal .legal li {
  max-width: 68ch;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .page-ueber .timeline {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body:not(.page-home) {
    --subpage-gutter: clamp(0.85rem, 4vw, 1.5rem);
    --subpage-section: 3.25rem;
  }

  body:not(.page-home) .page-hero {
    padding-top: 2rem;
  }

  body:not(.page-home) .page-hero::after {
    opacity: 0.35;
  }

  body:not(.page-home) .page-hero h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .page-leistungen main > .section-tight .split,
  .page-preise main > .section-tight .split,
  .page-ueber main > .section-tight .split {
    grid-template-columns: 1fr;
  }

  .page-leistungen main > .section-tight .split > .frame:first-child,
  .page-leistungen main > .section-tight .split > .prose,
  .page-preise main > .section-tight .prose,
  .page-preise main > .section-tight .frame {
    grid-column: 1;
    grid-row: auto;
  }

  .page-leistungen main > .section-tight .prose,
  .page-preise main > .section-tight .prose {
    margin: -1.5rem 0 0 clamp(0.75rem, 4vw, 1.5rem);
  }

  .page-preise main > .section-tight .frame {
    order: 1;
  }

  .page-preise main > .section-tight .prose {
    order: 2;
  }

  .page-leistungen main > .section-tight .frame img,
  .page-preise main > .section-tight .frame img {
    height: clamp(18rem, 72vw, 27rem);
  }

  .page-ueber main > .section-tight .split {
    gap: 0.75rem;
  }

  .page-ueber main > .section-tight .frame img {
    height: min(72vw, 26rem);
  }

  .page-ueber main > .section-tight .frame:first-child {
    grid-column: 1;
  }

  .page-ueber .page-hero + .section-tight .frame:last-child {
    display: none;
  }
}

@media (max-width: 640px) {
  body:not(.page-home) .page-hero {
    padding-bottom: 1.5rem;
  }

  body:not(.page-home) .page-hero h1 {
    max-width: 100%;
    letter-spacing: -0.045em;
  }

  .page-leistungen .service-row.service-card {
    min-height: 18.5rem;
  }

  .page-leistungen .offer-list {
    grid-template-columns: 1fr;
  }

  .page-leistungen main > .section-tight .prose,
  .page-preise main > .section-tight .prose {
    padding: 1.35rem;
    border-radius: 0.85rem 1.8rem 0.85rem 1.8rem;
  }

  .page-leistungen main > .section-tight .prose h1 {
    max-width: 16ch;
    font-size: clamp(1.85rem, 8.6vw, 2.55rem);
  }

  .page-ueber .timeline {
    grid-template-columns: 1fr;
  }

  .page-ueber .timeline-item {
    min-height: 0;
  }

  .page-kontakt .contact-grid > div:last-child {
    padding: 1.2rem;
  }

  .page-legal .legal h1 {
    font-size: clamp(2.4rem, 11vw, 3.5rem);
  }
}

/* Über mich: erzählerischer Seitenaufbau */

.page-ueber .about-hero {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  padding-block: clamp(2rem, 4vw, 3.25rem);
}

.page-ueber .about-hero-copy {
  grid-column: 1 / 8;
}

.page-ueber .about-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.9rem, 4.6vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
  hyphens: manual;
  -webkit-hyphens: manual;
}

.page-ueber .about-hero .lead {
  max-width: 47rem;
  margin: 1.4rem 0 0;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
  line-height: 1.58;
}

.page-ueber .about-hero-photo {
  position: relative;
  grid-column: 8 / 13;
  margin: 0;
  height: clamp(25rem, 38vw, 32rem);
  overflow: hidden;
  border-radius: 3.5rem 1.25rem 3.5rem 1.25rem;
  background: var(--paper-2);
  box-shadow: var(--shadow);
}

.page-ueber .about-hero-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 30%;
  background: linear-gradient(to top, oklch(0.2 0.05 140 / 0.16), transparent);
  pointer-events: none;
}

.page-ueber .about-hero-photo img,
.page-ueber .about-wide-photo img,
.page-ueber .about-side-photo img,
.page-ueber .about-closing-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-ueber .about-hero-photo img {
  object-position: center 18%;
}

.page-ueber .about-section {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

.page-ueber .about-origin {
  background: oklch(0.95 0.035 130);
}

.page-ueber .about-layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: auto auto;
  gap: clamp(1.5rem, 3vw, 3rem) clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.page-ueber .about-section-head {
  grid-column: 1 / 5;
  grid-row: 1;
}

.page-ueber .about-section-head h2,
.page-ueber .about-closing-copy h2 {
  max-width: 10ch;
  margin-bottom: 0;
  font-size: clamp(2.3rem, 4.2vw, 4rem);
  line-height: 1.04;
}

.page-ueber .about-copy {
  grid-column: 5 / 13;
  grid-row: 1 / 3;
  max-width: 68ch;
  padding-top: 0.15rem;
  font-size: 1.06rem;
  line-height: 1.7;
}

.page-ueber .about-copy p {
  margin: 0 0 1.1rem;
}

.page-ueber .about-copy p:first-child {
  color: var(--ink);
  font-size: clamp(1.16rem, 1.55vw, 1.32rem);
  line-height: 1.58;
}

.page-ueber .about-wide-photo,
.page-ueber .about-side-photo {
  grid-column: 1 / 5;
  grid-row: 2;
  height: clamp(16rem, 24vw, 22rem);
  margin: 0;
  overflow: hidden;
  border-radius: 1rem 2.75rem 1rem 2.75rem;
  box-shadow: var(--shadow);
}

.page-ueber .about-wide-photo img {
  object-position: center 34%;
}

.page-ueber .about-milestones {
  padding-block: clamp(3.75rem, 6vw, 5.25rem);
  background: var(--blue-deep);
  color: oklch(0.94 0.02 238);
}

.page-ueber .about-milestones .kicker {
  color: oklch(0.83 0.14 128);
}

.page-ueber .about-milestones h2 {
  color: var(--white);
  font-size: clamp(2.4rem, 4vw, 3.7rem);
}

.page-ueber .about-milestones .timeline {
  --node: 0.78rem;
  --rail: 0.12rem;
  --rail-color: oklch(0.9 0.02 238 / 0.34);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: start;
  gap: 0;
  list-style: none;
  margin-top: 2.35rem;
  padding: 0;
  border: 0;
}

.page-ueber .about-milestones .timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1.85rem 1.45rem auto;
  align-items: start;
  align-content: start;
  gap: 0;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0 1.15rem 0 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.page-ueber .about-milestones .timeline-item:last-child {
  padding-right: 0;
}

.page-ueber .about-milestones .timeline-item + .timeline-item {
  padding-left: 0;
  border: 0;
}

.page-ueber .about-milestones .timeline-year {
  display: block;
  margin: 0;
  color: var(--green-bright);
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 1.75rem);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.page-ueber .about-milestones .timeline-node {
  position: relative;
  display: block;
  width: 100%;
  height: 1.45rem;
}

.page-ueber .about-milestones .timeline-node::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: var(--node);
  height: var(--node);
  border-radius: 50%;
  background: var(--green-bright);
  box-shadow: 0 0 0 0.28rem var(--blue-deep);
  transform: translateY(-50%);
}

.page-ueber .about-milestones .timeline-item:not(:last-child) .timeline-node::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: -1.15rem;
  height: var(--rail);
  background: var(--rail-color);
  transform: translateY(-50%);
}

.page-ueber .about-milestones .timeline-body h3,
.page-ueber .about-milestones .timeline-body p,
.page-ueber .about-milestones .timeline-item p {
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: break-word;
}

.page-ueber .about-milestones .timeline-body {
  max-width: 32ch;
  padding-top: 0.35rem;
}

.page-ueber .about-milestones .timeline-body h3 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-family: var(--display);
  font-size: 0.98rem;
  font-weight: 680;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.page-ueber .about-milestones .timeline-item p,
.page-ueber .about-milestones .timeline-body p {
  margin: 0;
  color: oklch(0.9 0.025 238);
  font-size: 0.88rem;
  line-height: 1.5;
}

.page-ueber .about-milestones .timeline-item.motion-ready:nth-child(2) {
  transition-delay: 70ms;
}

.page-ueber .about-milestones .timeline-item.motion-ready:nth-child(3) {
  transition-delay: 140ms;
}

.page-ueber .about-milestones .timeline-item.motion-ready:nth-child(4) {
  transition-delay: 210ms;
}

.page-ueber .about-milestones .timeline-item.motion-ready:nth-child(5) {
  transition-delay: 280ms;
}

.page-ueber .about-practice {
  background: var(--paper);
}

.page-ueber .about-layout-reverse .about-section-head {
  grid-column: 8 / 13;
}

.page-ueber .about-layout-reverse .about-copy {
  grid-column: 1 / 8;
}

.page-ueber .about-layout-reverse .about-side-photo {
  grid-column: 8 / 13;
  height: clamp(19rem, 31vw, 29rem);
  border-radius: 2.75rem 1rem 2.75rem 1rem;
}

.page-ueber .about-side-photo img {
  object-position: center 28%;
}

.page-ueber .about-closing {
  padding-block: clamp(3.5rem, 6vw, 5.5rem);
  background: var(--green-bright);
}

.page-ueber .about-closing-grid {
  display: grid;
  grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.page-ueber .about-closing-photo {
  height: clamp(24rem, 38vw, 34rem);
  margin: 0;
  overflow: hidden;
  border-radius: 1rem 3.25rem 1rem 3.25rem;
}

.page-ueber .about-closing-photo img {
  object-position: center 25%;
}

.page-ueber .about-closing-copy {
  max-width: 62ch;
}

.page-ueber .about-closing-copy .kicker,
.page-ueber .about-closing-copy p {
  color: var(--green-ink);
}

.page-ueber .about-closing-copy p {
  font-size: 1.06rem;
  line-height: 1.68;
}

/* Verwandte Leistungen mit visueller Vorschau */

.page-leistungen .related {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-leistungen .related a.related-card {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr) 2rem;
  gap: 0.85rem;
  align-items: center;
  padding: 0.55rem;
  border-radius: 0.8rem 1.8rem 0.8rem 1.8rem;
  background: var(--surface);
}

.page-leistungen .related-media {
  width: 5.25rem;
  height: 5.25rem;
  overflow: hidden;
  border-radius: 0.55rem 1.3rem 0.55rem 1.3rem;
}

.page-leistungen .related-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms var(--ease-out);
}

.page-leistungen .related-title {
  min-width: 0;
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 1.18;
}

.page-leistungen .related-arrow {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--green-bright);
  transition: transform 240ms var(--ease-out);
}

.page-leistungen .related-card:hover .related-media img {
  transform: scale(1.06);
}

.page-leistungen .related-card:hover .related-arrow {
  transform: translateX(0.18rem);
}

@media (max-width: 980px) {
  .page-ueber .about-hero {
    gap: 1.25rem;
  }

  .page-ueber .about-hero-copy {
    grid-column: 1 / 8;
  }

  .page-ueber .about-hero-photo {
    grid-column: 8 / 13;
    height: clamp(24rem, 52vw, 32rem);
  }

  .page-ueber .about-layout,
  .page-ueber .about-layout-reverse {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    gap: 1.5rem 2.5rem;
  }

  .page-ueber .about-section-head,
  .page-ueber .about-layout-reverse .about-section-head {
    grid-column: 1;
  }

  .page-ueber .about-copy,
  .page-ueber .about-layout-reverse .about-copy {
    grid-column: 2;
  }

  .page-ueber .about-wide-photo,
  .page-ueber .about-layout-reverse .about-side-photo {
    grid-column: 1;
  }

  .page-ueber .about-milestones .timeline {
    grid-template-columns: 1fr;
    max-width: 38rem;
    margin-top: 1.85rem;
  }

  .page-ueber .about-milestones .timeline-item,
  .page-ueber .about-milestones .timeline-item + .timeline-item,
  .page-ueber .about-milestones .timeline-item:nth-child(4),
  .page-ueber .about-milestones .timeline-item:last-child {
    grid-template-columns: 1.15rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 0.7rem;
    padding: 0 0 1.65rem;
    border: 0;
  }

  .page-ueber .about-milestones .timeline-item:last-child {
    padding-bottom: 0;
  }

  .page-ueber .about-milestones .timeline-year {
    grid-column: 2;
    grid-row: 1;
    font-size: 1.45rem;
  }

  .page-ueber .about-milestones .timeline-node {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 1.15rem;
    height: auto;
    align-self: stretch;
  }

  .page-ueber .about-milestones .timeline-node::before {
    top: 0.38rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .page-ueber .about-milestones .timeline-item:not(:last-child) .timeline-node::after {
    top: 0.38rem;
    left: 50%;
    right: auto;
    width: var(--rail);
    height: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .page-ueber .about-milestones .timeline-body {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
    padding-top: 0.4rem;
  }

  .page-leistungen .related {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .page-ueber .about-hero {
    grid-template-columns: 1fr;
    padding-top: 2rem;
  }

  .page-ueber .about-hero-copy,
  .page-ueber .about-hero-photo {
    grid-column: 1;
  }

  .page-ueber .about-hero h1 {
    max-width: none;
    font-size: clamp(2.5rem, 8.5vw, 3.35rem);
  }

  .page-ueber .about-hero-photo {
    height: min(118vw, 32rem);
    border-radius: 2.5rem 1rem 2.5rem 1rem;
  }

  .page-ueber .about-layout,
  .page-ueber .about-layout-reverse {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
  }

  .page-ueber .about-section-head,
  .page-ueber .about-layout-reverse .about-section-head,
  .page-ueber .about-copy,
  .page-ueber .about-layout-reverse .about-copy,
  .page-ueber .about-wide-photo,
  .page-ueber .about-layout-reverse .about-side-photo {
    grid-column: 1;
    grid-row: auto;
  }

  .page-ueber .about-section-head h2,
  .page-ueber .about-closing-copy h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .page-ueber .about-wide-photo,
  .page-ueber .about-layout-reverse .about-side-photo {
    height: min(82vw, 24rem);
  }

  .page-ueber .about-milestones .timeline-item,
  .page-ueber .about-milestones .timeline-item + .timeline-item,
  .page-ueber .about-milestones .timeline-item:nth-child(4),
  .page-ueber .about-milestones .timeline-item:last-child {
    padding-bottom: 1.45rem;
  }

  .page-ueber .about-milestones .timeline-item:last-child {
    padding-bottom: 0;
  }

  .page-ueber .about-closing-grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .page-ueber .about-closing-photo {
    height: min(110vw, 31rem);
  }

  .page-leistungen .related a.related-card {
    grid-template-columns: 4.75rem minmax(0, 1fr) 2rem;
  }

  .page-leistungen .related-media {
    width: 4.75rem;
    height: 4.75rem;
  }
}

/* Unterseiten: Inhaltsbreite konsequent nutzen und Leerraum reduzieren */

body:not(.page-home) {
  --subpage-gutter: clamp(1rem, 2.5vw, 2rem);
  --subpage-section: clamp(2.5rem, 4.5vw, 4rem);
}

body:not(.page-home) .prose {
  max-width: none;
}

body:not(.page-home) .page-hero {
  padding-block: clamp(1.75rem, 3vw, 2.75rem) clamp(1.4rem, 2.5vw, 2.25rem);
}

body:not(.page-home) .page-hero h1 {
  max-width: min(100%, 18ch);
}

body:not(.page-home) .page-hero .lead {
  max-width: min(100%, 70rem);
}

body:not(.page-home) .site-footer {
  padding-top: clamp(3rem, 4.5vw, 4rem);
}

body:not(.page-home) .footer-grid {
  gap: clamp(1.5rem, 3.5vw, 3.5rem);
}

.page-leistungen main > .page-hero:has(.crumbs) + .section-tight {
  padding-top: 0.35rem;
  padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.page-leistungen main > .section.section-sand {
  padding-block: clamp(2.5rem, 4vw, 3.5rem);
}

.page-leistungen .related {
  margin-top: 1rem;
}

.page-leistungen main > .section.section-sand .btn-row {
  margin-top: 1.25rem;
}

.page-leistungen .page-hero:not(:has(.crumbs)) + .section-tight {
  padding-top: 0.25rem;
}

.page-leistungen .group-title {
  margin-top: clamp(2rem, 3.5vw, 3rem);
}

.page-preise main > .section-tight,
.page-kontakt main > .section-tight {
  padding-top: 0.35rem;
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.page-ueber .about-hero {
  padding-block: clamp(1.5rem, 2.8vw, 2.5rem);
}

.page-ueber .about-hero-copy {
  grid-column: 1 / 9;
}

.page-ueber .about-hero-photo {
  grid-column: 9 / 13;
  height: clamp(23rem, 34vw, 29rem);
}

.page-ueber .about-hero h1 {
  max-width: none;
  font-size: clamp(2.8rem, 4.25vw, 4.15rem);
}

.page-ueber .about-hero .lead {
  max-width: none;
}

.page-ueber .about-section {
  padding-block: clamp(3rem, 5vw, 4.75rem);
}

.page-ueber .about-layout {
  gap: clamp(1.25rem, 2.5vw, 2.25rem) clamp(1.75rem, 4vw, 4rem);
}

.page-ueber .about-section-head {
  grid-column: 1 / 5;
}

.page-ueber .about-copy {
  grid-column: 5 / 13;
  max-width: none;
}

.page-ueber .about-milestones {
  padding-block: clamp(2.75rem, 4.5vw, 4rem);
}

.page-ueber .about-layout-reverse .about-section-head,
.page-ueber .about-layout-reverse .about-side-photo {
  grid-column: 9 / 13;
}

.page-ueber .about-layout-reverse .about-copy {
  grid-column: 1 / 9;
  max-width: none;
}

.page-ueber .about-closing {
  padding-block: clamp(2.75rem, 4.5vw, 4rem);
}

.page-ueber .about-closing-grid {
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.75rem, 4vw, 4rem);
}

.page-ueber .about-closing-copy {
  max-width: none;
}

body.page-legal .legal.prose {
  width: min(calc(100% - (var(--subpage-gutter) * 2)), 42rem);
  max-width: 42rem;
  padding-block: clamp(2.75rem, 5vw, 4rem);
}

body.page-legal .legal h1 {
  max-width: 16ch;
  margin-bottom: 1.5rem;
}

body.page-legal .legal p,
body.page-legal .legal ul,
body.page-legal .legal ol,
body.page-legal .legal li {
  max-width: none;
}

@media (max-width: 980px) {
  .page-ueber .about-hero-copy {
    grid-column: 1 / 8;
  }

  .page-ueber .about-hero-photo {
    grid-column: 8 / 13;
  }

  .page-ueber .about-layout,
  .page-ueber .about-layout-reverse {
    column-gap: 2rem;
  }

  .page-ueber .about-section-head,
  .page-ueber .about-layout-reverse .about-section-head,
  .page-ueber .about-wide-photo,
  .page-ueber .about-layout-reverse .about-side-photo {
    grid-column: 1;
  }

  .page-ueber .about-copy,
  .page-ueber .about-layout-reverse .about-copy {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  body:not(.page-home) {
    --subpage-gutter: 0.85rem;
    --subpage-section: 2.75rem;
  }

  .page-ueber .about-hero-copy,
  .page-ueber .about-hero-photo,
  .page-ueber .about-section-head,
  .page-ueber .about-layout-reverse .about-section-head,
  .page-ueber .about-copy,
  .page-ueber .about-layout-reverse .about-copy,
  .page-ueber .about-wide-photo,
  .page-ueber .about-layout-reverse .about-side-photo {
    grid-column: 1;
  }

  .page-ueber .about-hero h1 {
    font-size: clamp(2.35rem, 8vw, 3rem);
  }

  .page-ueber .about-section {
    padding-block: 2.75rem;
  }

  .page-ueber .about-milestones,
  .page-ueber .about-closing {
    padding-block: 2.5rem;
  }

  .page-ueber .about-closing-grid {
    grid-template-columns: 1fr;
  }

  body.page-legal .legal.prose {
    padding-block: 2.75rem;
  }
}

.home-faq {
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.home-faq h2 {
  max-width: 10ch;
}

.home-faq .faq-list {
  margin-top: 2.5rem;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.1rem;
  width: 100%;
  margin: 0;
  padding: 1.45rem 0 1.4rem;
  border: 0;
  background: none;
  color: var(--ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.faq-q-text {
  flex: 1 1 auto;
  max-width: 28ch;
  font-family: var(--display);
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  font-weight: 650;
  letter-spacing: -0.03em;
  line-height: 1.25;
  transition: color 240ms var(--ease-out);
}

.faq-mark {
  position: relative;
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  margin-top: 0.12rem;
  border-radius: 50%;
  background: oklch(0.94 0.05 130);
  transition:
    background-color 280ms var(--ease-out),
    transform 280ms var(--ease-out);
}

.faq-mark::before,
.faq-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: var(--green-deep);
  transform: translate(-50%, -50%);
}

.faq-mark::before {
  width: 0.72rem;
  height: 0.12rem;
}

.faq-mark::after {
  width: 0.12rem;
  height: 0.72rem;
  transition: transform 360ms var(--ease-out), opacity 220ms var(--ease-out);
}

.faq-q:hover .faq-q-text,
.faq-item.is-open .faq-q-text {
  color: var(--green-deep);
}

.faq-q:hover .faq-mark {
  background: oklch(0.9 0.07 129);
}

.faq-item.is-open .faq-mark {
  background: var(--green-deep);
  transform: rotate(90deg);
}

.faq-item.is-open .faq-mark::before,
.faq-item.is-open .faq-mark::after {
  background: var(--paper);
}

.faq-item.is-open .faq-mark::after {
  transform: translate(-50%, -50%) scaleY(0);
}

.faq-q:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 4px;
  border-radius: 0.4rem;
}

.faq-q:active .faq-mark {
  transform: scale(0.94);
}

.faq-item.is-open .faq-q:active .faq-mark {
  transform: rotate(90deg) scale(0.94);
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 420ms var(--ease-out);
}

.faq-item.is-open .faq-a {
  grid-template-rows: 1fr;
}

.faq-item:not(.is-open) .faq-a {
  transition-duration: 300ms;
}

.faq-a-inner {
  overflow: hidden;
  min-height: 0;
}

.faq-item p {
  margin: 0;
  max-width: 46rem;
  padding-bottom: 1.5rem;
  color: var(--ink-soft);
  opacity: 0;
  transform: translateY(0.55rem);
  transition:
    opacity 280ms var(--ease-out),
    transform 380ms var(--ease-out);
}

.faq-item.is-open p {
  opacity: 1;
  transform: none;
  transition-delay: 70ms;
}

@media (scripting: none) {
  .faq-a {
    grid-template-rows: 1fr;
  }

  .faq-item p {
    opacity: 1;
    transform: none;
  }

  .faq-q {
    pointer-events: none;
  }

  .faq-mark {
    display: none;
  }
}

.page-faq {
  padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.page-faq-grid {
  display: grid;
  gap: 1.35rem 3.5rem;
}

.page-faq-head h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.page-faq .faq-list {
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.page-faq .faq-q {
  padding: 0.95rem 0 0.9rem;
  gap: 0.85rem;
}

.page-faq .faq-q-text {
  max-width: none;
  font-size: clamp(1.02rem, 1.55vw, 1.18rem);
  letter-spacing: -0.025em;
  line-height: 1.28;
}

.page-faq .faq-mark {
  width: 1.7rem;
  height: 1.7rem;
  margin-top: 0.05rem;
}

.page-faq .faq-mark::before {
  width: 0.62rem;
}

.page-faq .faq-mark::after {
  height: 0.62rem;
}

.page-faq .faq-item p {
  max-width: 42rem;
  padding-bottom: 1.05rem;
  font-size: 0.96rem;
  line-height: 1.55;
}

.page-leistungen main > .page-faq,
.page-preise .page-faq,
.page-kontakt .page-faq,
.page-ueber .page-faq {
  background: oklch(0.985 0.012 130);
}

.page-ueber .page-faq {
  border-top: 1px solid var(--line);
}

.page-preise main > .section-tight:has(+ .page-faq),
.page-kontakt main > .section-tight:has(+ .page-faq),
.page-leistungen .page-hero:not(:has(.crumbs)) + .section-tight:has(+ .page-faq) {
  padding-bottom: clamp(1.5rem, 3vw, 2.4rem);
}

@media (min-width: 880px) {
  .page-faq-grid {
    grid-template-columns: minmax(11rem, 16.5rem) minmax(0, 1fr);
    align-items: start;
  }

  .page-faq-head {
    position: sticky;
    top: 6.5rem;
    padding-top: 0.15rem;
  }

  .page-faq-head h2 {
    max-width: 10ch;
    font-size: clamp(1.65rem, 3.2vw, 2.35rem);
    line-height: 0.98;
  }
}
