/*
Theme Name: Kraftblume Modern
Theme URI: https://kraftblume.ch
Author: Kraftblume
Description: Leichtes, massgeschneidertes WordPress-Theme für Kraftblume.
Version: 2.1.3
Text Domain: kraftblume-modern
*/

:root {
  --ink: #20322f;
  --muted: #5e706c;
  --sage: #6f887c;
  --sage-dark: #3c5c52;
  --mist: #e7eee9;
  --sage-soft: #e7eee9;
  --lavender-soft: #eeeaf3;
  --sand: #f1e8dd;
  --cream: #fcf9f3;
  --lavender: #817fa1;
  --peach: #dba991;
  --white: #fff;
  --line: #dfe8e3;
  --shadow: 0 18px 50px rgba(39, 65, 57, .11);
  --radius: 1.25rem;
  --max: 1360px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.72; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--sage-dark); text-decoration-thickness: 1px; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.12; letter-spacing: -.02em; margin: 0 0 .65em; text-wrap: balance; }
h1 { font-size: clamp(2.65rem, 5.8vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.65rem); }
p { margin: 0 0 1.15rem; }
ul, ol { padding-left: 1.25rem; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--lavender); outline-offset: 3px; }
.wrap { width: min(calc(100% - 2.5rem), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 2.5rem), 790px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: 1rem; transform: translateY(-180%); background: var(--ink); color: white; padding: .65rem 1rem; border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }
.eyebrow { display: block; color: var(--sage-dark); font-size: .77rem; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1rem; }
.lead { font-size: clamp(1.08rem, 1.5vw, 1.28rem); color: var(--muted); max-width: 64ch; }
.text-link, .card-link { display: inline-flex; gap: .5rem; align-items: center; font-weight: 750; text-decoration: none; }
.text-link:hover, .card-link:hover { text-decoration: underline; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .84rem 1.2rem; min-height: 48px; border-radius: 999px; background: var(--sage-dark); color: #fff; font-weight: 720; text-decoration: none; border: 1px solid var(--sage-dark); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(39,65,57,.18); text-decoration: none; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(251,249,243,.95); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(95,122,112,.15); }
.admin-bar .site-header { top: 32px; }
.nav-shell { min-height: 80px; display: flex; align-items: center; gap: 1.55rem; }
.brand { display: flex; align-items: center; gap: .7rem; margin-right: auto; color: var(--ink); text-decoration: none; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.32rem; font-weight: 500; line-height: 1.05; }
.brand small { display: block; color: var(--muted); font-size: .68rem; margin-top: .25rem; }
.main-nav { display: flex; align-items: center; gap: 1.1rem; }
.main-nav a { color: var(--ink); font-size: .9rem; font-weight: 650; text-decoration: none; white-space: nowrap; }
.main-nav a:hover { color: var(--sage-dark); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { display: block; width: 23px; height: 2px; margin: auto; background: currentColor; transition: transform .2s ease; }
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -7px; }
.menu-toggle span::after { top: 7px; }
.menu-toggle[aria-expanded="true"] span { background: transparent; }
.menu-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); background: var(--ink); }
.menu-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); background: var(--ink); }

.hero { position: relative; min-height: min(860px, calc(100vh - 80px)); display: grid; align-items: center; overflow: hidden; background: var(--mist); }
.hero-media { display: block; }
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 62% center; }
.hero-overlay { background: linear-gradient(90deg, rgba(251,249,243,.99) 0%, rgba(251,249,243,.94) 40%, rgba(251,249,243,.3) 68%, rgba(251,249,243,.08) 100%); }
.hero-inner { position: relative; z-index: 1; }
.hero-copy { width: min(710px, 63%); padding: clamp(3rem, 5vw, 4.5rem) 0; }
.hero-copy h1 { font-size: clamp(2.85rem, 5vw, 4.8rem); }
.hero-copy .lead { color: var(--ink); font-weight: 540; }
.hero-copy p { line-height: 1.58; margin-bottom: .9rem; }
.hero-copy .btn { margin-top: 1rem; }
.trust-line { color: var(--muted); font-size: .88rem; margin: .9rem 0 0; }

.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section.alt { background: var(--mist); }
.section-cta { padding-top: 2rem; }
.content-grid { display: grid; grid-template-columns: minmax(240px,.72fr) minmax(0,1.28fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.intro-block { max-width: 850px; margin-bottom: 4rem; }
.cards-heading { margin-bottom: 1rem; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.card { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem,3vw,2.25rem); box-shadow: 0 1px 0 rgba(39,65,57,.03); }
.card .num { display: inline-grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 50%; background: #e7e5f0; color: #5b587c; font-weight: 800; margin-bottom: 1.5rem; }
.card p { color: var(--muted); }
.card-link { margin-top: auto; padding-top: 1rem; }
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.78fr); gap: clamp(2.5rem,7vw,6.5rem); align-items: center; }
.portrait-frame { display: block; border-radius: 46% 46% var(--radius) var(--radius); overflow: hidden; box-shadow: var(--shadow); background: var(--mist); }
.portrait { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 22%; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; list-style: none; padding: 0; margin: 0; counter-reset: none; }
.steps li { display: flex; gap: 1rem; padding: 1.6rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.steps li > span { display: grid; place-items: center; flex: 0 0 2.2rem; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--sage-dark); color: white; font-weight: 750; }
.steps h3 { font-size: 1.35rem; margin-top: .25rem; }
.steps p { color: var(--muted); margin-bottom: 0; }
.price-note { margin-top: 1.5rem; font-weight: 700; color: var(--sage-dark); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.75rem; margin-bottom: .65rem; }
.check-list li::before { content: ""; position: absolute; left: .15rem; top: .72em; width: .55rem; height: .55rem; border-radius: 50%; background: var(--lavender); }
.large-list { margin-top: 0; }
.large-list li { padding: .55rem 0 .75rem 2rem; border-bottom: 1px solid var(--line); }
.large-list li::before { top: 1.15rem; }
.cta { background: var(--sage-dark); color: #fff; border-radius: 1.6rem; padding: clamp(2.2rem,6vw,4.5rem); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: clamp(2rem,5vw,5rem); }
.cta .eyebrow { color: #d7e4de; }
.cta h2 { max-width: 760px; }
.cta p { max-width: 760px; color: #dbe5e1; margin-bottom: 0; }
.cta .btn { background: #fff; border-color: #fff; color: var(--sage-dark); white-space: nowrap; }

.page-hero { padding: clamp(4.5rem,9vw,8rem) 0 clamp(3.5rem,6vw,5.5rem); background: linear-gradient(135deg,var(--mist),#f7f1f3); }
.page-hero h1 { font-size: clamp(2.55rem,5vw,4.75rem); max-width: 920px; }
.page-hero .lead { max-width: 710px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .35rem .6rem; color: var(--muted); font-size: .84rem; margin-bottom: 2.5rem; }
.breadcrumbs a { color: var(--muted); }
.page-body { padding: clamp(3.5rem,7vw,6.5rem) 0; }
.prose > h2 { margin-top: 3.7rem; font-size: clamp(1.85rem,3vw,2.55rem); }
.prose > h2:first-child { margin-top: 0; }
.prose > h3 { margin-top: 2.5rem; }
.prose > p, .prose > ul { max-width: 72ch; }
.prose .lead-callout { margin: 3rem 0; padding: 1.5rem 1.7rem; background: var(--mist); border-radius: var(--radius); font: 500 clamp(1.3rem,2.2vw,1.7rem)/1.45 Georgia,serif; color: var(--ink); }
.prose .step-line { padding: 1.15rem 1.3rem; margin: 1rem 0; background: var(--white); border: 1px solid var(--line); border-radius: .9rem; }
.prose .qualification-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; margin: 1rem 0; }
.prose .qualification-card h3 { margin: 0 0 .5rem; }
.prose .qualification-card p { margin: 0; color: var(--muted); }
.page-portrait-wrap { margin-top: -1.5rem; margin-bottom: 4rem; }
.page-portrait { width: min(100%, 460px); margin-inline: auto; }
.notice { border-left: 4px solid var(--lavender); background: #f3f1f7; padding: 1rem 1.25rem; border-radius: 0 .8rem .8rem 0; }
.related h2 { max-width: 760px; }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 2rem; }
.related-links a { display: flex; justify-content: space-between; gap: 1rem; padding: 1.25rem; background: var(--white); border: 1px solid var(--line); border-radius: 1rem; font-weight: 720; text-decoration: none; }
.related-links a:hover { box-shadow: var(--shadow); }

.form-section { margin-top: 4rem; scroll-margin-top: 100px; }
.contact-form { margin-top: 2rem; padding: clamp(1.4rem,4vw,2.5rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.field { min-width: 0; }
.field-wide { grid-column: 1 / -1; }
.field label, .field legend { display: block; font-weight: 700; margin-bottom: .45rem; }
.field fieldset, fieldset.field { border: 0; padding: 0; margin: 0; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field textarea { width: 100%; border: 1px solid #b8c6c0; border-radius: .7rem; background: #fff; color: var(--ink); padding: .78rem .9rem; }
.field input:focus, .field textarea:focus { border-color: var(--sage-dark); box-shadow: 0 0 0 3px rgba(111,136,124,.18); outline: none; }
.field [aria-invalid="true"] { border-color: #a14141 !important; }
.choice { display: inline-flex !important; align-items: flex-start; gap: .55rem; margin-right: 1.5rem; font-weight: 500 !important; }
.choice input { margin-top: .35rem; accent-color: var(--sage-dark); }
.privacy { max-width: 68ch; }
.optional, .form-required { font-size: .82rem; color: var(--muted); font-weight: 450; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { padding: 1.1rem 1.25rem; margin-bottom: 1.5rem; border-radius: .8rem; }
.form-message.success { background: var(--mist); border-left: 4px solid var(--sage-dark); }
.form-message.error { background: #fbefef; border-left: 4px solid #a14141; }
.error-page { min-height: 65vh; display: grid; align-items: center; padding: 5rem 0; background: linear-gradient(135deg,var(--mist),#f7f1f3); }

.site-footer { background: var(--ink); color: #dbe5e1; padding: 4.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .8fr; gap: clamp(2rem,5vw,5rem); }
.footer-brand { display: inline-block; margin-bottom: 1rem; color: white; font: 500 1.8rem Georgia,serif; text-decoration: none; }
.site-footer h2 { color: #fff; font: 500 1.18rem Georgia,serif; }
.site-footer p { color: #c6d3ce; }
.site-footer a { color: #fff; }
.site-footer address { font-style: normal; color: #c6d3ce; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: .45rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.14); font-size: .82rem; color: #aebdb7; }

@media (max-width: 1050px) {
  .nav-shell { gap: 1rem; }
  .main-nav { gap: .8rem; }
  .main-nav a { font-size: .84rem; }
  .brand small { display: none; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { display: none; position: absolute; z-index: 31; top: 80px; left: 0; right: 0; max-height: calc(100vh - 80px); overflow: auto; padding: 1rem 1.25rem 1.5rem; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .65rem 0; font-size: 1rem; }
  .nav-cta { display: none; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 66% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(251,249,243,.99),rgba(251,249,243,.88) 58%,rgba(251,249,243,.4)); }
  .hero-copy { width: min(650px, 78%); }
  .cards, .steps { grid-template-columns: 1fr; }
  .split, .footer-grid { grid-template-columns: 1fr; }
  .section-head, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .cta { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 680px) {
  .wrap, .narrow { width: min(calc(100% - 2rem), var(--max)); }
  .nav-shell { min-height: 72px; }
  .brand-mark { width: 38px; height: 38px; }
  .main-nav { top: 72px; max-height: calc(100vh - 72px); }
  .hero { min-height: auto; align-items: end; }
  .hero-media img { object-position: 67% center; }
  .hero-overlay { background: linear-gradient(180deg,rgba(251,249,243,.2) 0%,rgba(251,249,243,.72) 22%,rgba(251,249,243,.98) 48%,var(--cream) 100%); }
  .hero-copy { width: 100%; padding: 14rem 0 4.5rem; }
  .hero-copy h1 { font-size: clamp(2.55rem,13vw,3.75rem); }
  .content-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .choice { display: flex !important; margin: 0 0 .65rem; }
  .cta { border-radius: var(--radius); }
}

@media (max-width: 420px) {
  .brand strong { font-size: 1.2rem; }
  .hero-copy { padding-top: 12rem; }
  .btn { width: 100%; text-align: center; }
}

/* Design- und Responsive-Korrekturrunde 2026-08 */
body { overflow-x: hidden; }
.tone-cream { --tone: #fcf9f3; --tone-rgb: 252,249,243; background: var(--tone) !important; }
.tone-sage { --tone: #e7eee9; --tone-rgb: 231,238,233; background: var(--tone) !important; }
.tone-lavender { --tone: #eeeaf3; --tone-rgb: 238,234,243; background: var(--tone) !important; }
.tone-sand { --tone: #f1e8dd; --tone-rgb: 241,232,221; background: var(--tone) !important; }

.card { border-color: transparent; box-shadow: 0 14px 38px rgba(39,65,57,.075); }
.card:nth-child(1) { background: #f3f7f4; border-top: 4px solid #9db4a8; }
.card:nth-child(2) { background: #f5f2f8; border-top: 4px solid #aaa6c3; }
.card:nth-child(3) { background: #f8f2eb; border-top: 4px solid #dba991; }
.steps li { border-color: transparent; box-shadow: 0 12px 34px rgba(39,65,57,.065); }
.steps li:nth-child(1) { background: #f7f2ec; }
.steps li:nth-child(2) { background: #f4f1f7; }
.steps li:nth-child(3) { background: #f1f6f2; }
.steps li:nth-child(2) > span { background: var(--lavender); }
.steps li:nth-child(3) > span { background: #b77861; }
.related { background: var(--lavender-soft) !important; }
.related-links a:nth-child(1) { background: #f7f3ed; border-color: transparent; }
.related-links a:nth-child(2) { background: #f4f1f7; border-color: transparent; }
.related-links a:nth-child(3) { background: #f1f6f2; border-color: transparent; }
.notice { background: var(--lavender-soft); }
.notice-sand { border-left-color: var(--peach); background: #f8f2eb; }

.subpage-stage { --tone: var(--cream); --tone-rgb: 252,249,243; padding: 0 0 clamp(3.5rem,6vw,6.5rem); }
.subpage-grid {
  display: grid;
  grid-template-columns: minmax(620px,720px) minmax(360px,1fr);
  grid-template-areas: "hero art" "body art";
  column-gap: clamp(1.5rem,3.5vw,4rem);
  align-items: start;
}
.subpage-stage.no-flower .subpage-grid { grid-template-columns: minmax(0,820px); grid-template-areas: "hero" "body"; }
.subpage-stage .page-hero { grid-area: hero; padding: clamp(4rem,7vw,6.75rem) 0 2.4rem; background: transparent; min-width: 0; }
.subpage-stage .page-hero h1 { max-width: 760px; font-size: clamp(2.8rem,4.7vw,4.65rem); }
.subpage-stage .page-hero .lead { max-width: 680px; }
.subpage-stage .page-body { grid-area: body; padding: 0; min-width: 0; }
.subpage-stage .prose { width: 100%; max-width: 720px; }
.subpage-stage .prose > p, .subpage-stage .prose > ul { max-width: 68ch; }

/* Test page: reuse the front-page hero's shared image/overlay composition. */
.stage-begleitung.tone-sage {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background-color: var(--tone) !important;
  background-image:
    linear-gradient(90deg,rgba(var(--tone-rgb),1) 0%,rgba(var(--tone-rgb),.99) 43%,rgba(var(--tone-rgb),.88) 55%,rgba(var(--tone-rgb),.32) 72%,rgba(var(--tone-rgb),.05) 100%),
    url("assets/hero-kraftblume-desktop.webp") !important;
  background-repeat: no-repeat !important;
  background-position: top left, top right !important;
  background-size: 100% 820px, auto 820px !important;
}
.stage-begleitung .subpage-grid {
  display: block;
  position: relative;
  z-index: 1;
}
.stage-begleitung .page-hero,
.stage-begleitung .page-body {
  width: min(100%,720px);
}
.subpage-art { grid-area: art; align-self: stretch; min-width: 0; position: relative; }
.subpage-art-sticky {
  position: sticky;
  top: 110px;
  height: min(76vh,760px);
  min-height: 560px;
  width: calc(100% + 5rem);
  margin-left: -5rem;
  overflow: hidden;
  border-radius: 0 0 2.5rem 2.5rem;
  box-shadow: 0 24px 60px rgba(39,65,57,.09);
}
.subpage-art-sticky picture, .subpage-art-sticky img { display: block; width: 100%; height: 100%; }
.subpage-art-sticky img { object-fit: cover; object-position: 67% center; }
.subpage-art-sticky::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 56%;
  pointer-events: none;
  background: linear-gradient(90deg,rgba(var(--tone-rgb),1) 0%,rgba(var(--tone-rgb),.96) 23%,rgba(var(--tone-rgb),.62) 57%,rgba(var(--tone-rgb),0) 100%);
}
.stage-kinesiologie-buerglen-thurgau .subpage-art-sticky img { object-position: 72% center; }
.stage-begleitung-angehoerige .subpage-art-sticky img { object-position: 64% center; }
.stage-demenz-angehoerige .subpage-art-sticky img { object-position: 70% center; }
.stage-heimeintritt-angehoerige .subpage-art-sticky img { object-position: 62% center; }
.stage-sandra-mettler .subpage-art-sticky img { object-position: 74% center; }
.stage-ablauf-kosten .subpage-art-sticky img { object-position: 66% center; }
.stage-kontakt .subpage-art-sticky img { object-position: 71% center; }
.page-portrait-wrap { margin: 0 0 3rem; }
.page-portrait { width: min(100%,420px); margin-inline: 0; }

.privacy {
  display: grid !important;
  grid-template-columns: 1.35rem minmax(0,1fr);
  align-items: start;
  gap: .7rem;
  max-width: 68ch;
  min-height: 44px;
  padding: .2rem 0;
  font-weight: 500 !important;
  cursor: pointer;
}
.privacy input[type="checkbox"] { width: 1.2rem; height: 1.2rem; margin: .2rem 0 0; accent-color: var(--sage-dark); }
.privacy-text { min-width: 0; line-height: 1.5; }

@media (max-width: 1100px) {
  .subpage-grid { grid-template-columns: minmax(0,1fr); grid-template-areas: "hero" "art" "body"; }
  .subpage-stage.no-flower .subpage-grid { grid-template-columns: minmax(0,820px); }
  .subpage-stage .page-hero { padding: 3.5rem 0 2rem; }
  .subpage-art { align-self: auto; margin-bottom: 2.5rem; }
  .subpage-art-sticky { position: relative; top: auto; width: 100%; height: clamp(270px,35vw,360px); min-height: 0; margin-left: 0; border-radius: var(--radius); }
  .subpage-art-sticky::after { width: 46%; }
  .subpage-art-sticky img { object-position: center 46%; }
}

@media (max-width: 680px) {
  body { font-size: .95rem; line-height: 1.62; }
  h1 { font-size: clamp(2.2rem,10.5vw,2.65rem); }
  h2 { font-size: clamp(1.75rem,8.2vw,2.2rem); }
  h3 { font-size: clamp(1.22rem,5.8vw,1.42rem); line-height: 1.18; }
  .lead { font-size: 1.03rem; line-height: 1.58; }
  .section { padding: 3.25rem 0; }
  .section-cta { padding: 1.5rem 0 3.25rem; }
  .intro-block { margin-bottom: 2.5rem; }
  .cards-heading { margin-bottom: 1.2rem; }
  .cards { gap: 1rem; }
  .card { padding: 1.35rem; }
  .card .num { margin-bottom: 1rem; }
  .card p { line-height: 1.58; }
  .card-link { padding-top: .6rem; }
  .steps { gap: 1rem; }
  .steps li { padding: 1.3rem; }
  .steps h3 { font-size: 1.25rem; }
  .content-grid { gap: 1.15rem; }
  .large-list li { padding-top: .4rem; padding-bottom: .55rem; }
  .cta { padding: 1.8rem 1.35rem; gap: 1.35rem; }
  .cta h2 { font-size: 1.85rem; }
  .cta p { line-height: 1.55; }
  .site-footer { padding: 3.25rem 0 1.75rem; }
  .footer-bottom { margin-top: 2rem; }

  .hero { display: block; min-height: auto; background: var(--cream); }
  .hero-media { position: relative; inset: auto; height: 230px; }
  .hero-media img { position: absolute; object-fit: cover; object-position: center; }
  .hero-overlay { inset: 0 auto auto 0; height: 230px; background: linear-gradient(180deg,rgba(252,249,243,0) 45%,rgba(252,249,243,.92) 90%,var(--cream) 100%); }
  .hero-copy { width: 100%; padding: 1.35rem 0 3.25rem; }
  .hero-copy h1 { font-size: clamp(2.2rem,10.5vw,2.65rem); }
  .hero-copy p { line-height: 1.52; margin-bottom: .75rem; }
  .hero-copy .btn { margin-top: .75rem; padding: .75rem 1rem; }
  .trust-line { line-height: 1.45 !important; margin-top: .75rem !important; }

  .subpage-stage { padding-bottom: 3.25rem; }
  .stage-begleitung.tone-sage {
    background-image:
      linear-gradient(180deg,rgba(var(--tone-rgb),0) 0%,rgba(var(--tone-rgb),.08) 48%,rgba(var(--tone-rgb),.94) 88%,rgba(var(--tone-rgb),1) 100%),
      url("assets/hero-kraftblume-mobile.webp") !important;
    background-position: top center, top center !important;
    background-size: 100% 230px, 100% 230px !important;
  }
  .subpage-stage .page-hero { padding: 2rem 0 1.35rem; }
  .subpage-stage .page-hero h1 { font-size: clamp(2.2rem,10.5vw,2.65rem); }
  .breadcrumbs { margin-bottom: 1.1rem; gap: .25rem .45rem; font-size: .77rem; line-height: 1.35; }
  .subpage-art { margin-bottom: 2rem; }
  .subpage-art-sticky { height: 190px; border-radius: 1rem; box-shadow: 0 14px 34px rgba(39,65,57,.08); }
  .subpage-art-sticky::after { width: 38%; background: linear-gradient(90deg,rgba(var(--tone-rgb),.92),rgba(var(--tone-rgb),0)); }
  .subpage-art-sticky img { object-position: center; }
  .subpage-stage .prose > h2 { margin-top: 2.65rem; font-size: clamp(1.68rem,7.8vw,2.05rem); }
  .subpage-stage .prose > h3 { margin-top: 2rem; }
  .prose .lead-callout { margin: 2rem 0; padding: 1.2rem 1.25rem; font-size: 1.22rem; }
  .prose .step-line, .prose .qualification-card { padding: 1.2rem; }
  .page-portrait-wrap { margin-bottom: 2.5rem; }
  .related-links { margin-top: 1.4rem; }
  .related-links a { padding: 1.05rem; }
  .form-section { margin-top: 2.75rem; }
  .contact-form { margin-top: 1.4rem; padding: 1.2rem; }
  .form-grid { gap: 1rem; }
  .field textarea { min-height: 150px; }
  .privacy { grid-template-columns: 1.3rem minmax(0,1fr); gap: .65rem; }
  .privacy input[type="checkbox"] { width: 1.15rem; height: 1.15rem; }
  .form-required { margin: .35rem 0 1rem; }
}

@media (max-width: 420px) {
  .hero-copy { padding-top: 1.2rem; }
  .hero-media, .hero-overlay { height: 210px; }
  .subpage-art-sticky { height: 172px; }
  .cta { padding-inline: 1.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Zentrale, freigegebene Skabiosen-Komponente für reguläre Seiten. */
.subpage-stage.skabiose-stage {
  position: relative;
  isolation: isolate;
  overflow: clip;
  z-index: 0;
  padding-bottom: 0;
  background-image: none !important;
}

.stage-ablauf-kosten.skabiose-stage {
  background-color: #fcf9f3 !important;
}

.skabiose-stage .skabiose-grid {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none;
  padding-bottom: 0;
}

.subpage-stage.skabiose-stage.no-flower .skabiose-grid {
  grid-template-columns: 1fr;
}

.skabiose-stage .skabiose-content {
  position: relative;
  z-index: 2;
  grid-area: 1 / 1;
  padding-bottom: clamp(3.5rem, 6vw, 6.5rem);
}

.skabiose-stage .page-hero,
.skabiose-stage .page-body {
  width: min(100%, 720px);
}

.skabiose-flower-layer {
  pointer-events: none;
  background-repeat: no-repeat;
}

.skabiose-flower-mobile {
  display: none;
}

@media (min-width: 1200px) {
  .skabiose-stage .skabiose-flower-wide {
    position: sticky;
    top: 72px;
    z-index: 1;
    grid-area: 1 / 1;
    align-self: start;
    width: 100vw;
    height: calc(100vh - 72px);
    margin-left: calc(50% - 50vw);
    background-image: url("assets/hero-kraftblume-desktop.webp");
    background-size: cover;
    background-position: right center;
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 48%,
      rgba(0,0,0,0.35) 60%,
      rgba(0,0,0,1) 72%,
      rgba(0,0,0,1) 100%
    );
    mask-image: linear-gradient(
      to right,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 48%,
      rgba(0,0,0,0.35) 60%,
      rgba(0,0,0,1) 72%,
      rgba(0,0,0,1) 100%
    );
  }

  .admin-bar .skabiose-stage .skabiose-flower-wide {
    top: 104px;
    height: calc(100vh - 104px);
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .skabiose-stage .skabiose-flower-wide,
  .home-skabiose-stage .skabiose-flower-wide {
    position: sticky;
    top: 72px;
    z-index: 1;
    grid-area: 1 / 1;
    align-self: start;
    opacity: 0.75;
    width: 100vw;
    height: calc(100vh - 72px);
    margin-left: calc(50% - 50vw);
    background-image: url("assets/hero-kraftblume-tablet.webp");
    background-size: cover;
    background-position: calc(84% + 168px) 50%;
    -webkit-mask-image: linear-gradient(
      to right,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 48%,
      rgba(0,0,0,0.35) 60%,
      rgba(0,0,0,1) 72%,
      rgba(0,0,0,1) 100%
    );
    mask-image: linear-gradient(
      to right,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 48%,
      rgba(0,0,0,0.35) 60%,
      rgba(0,0,0,1) 72%,
      rgba(0,0,0,1) 100%
    );
  }

  .admin-bar .skabiose-stage .skabiose-flower-wide,
  .admin-bar .home-skabiose-stage .skabiose-flower-wide {
    top: 104px;
    height: calc(100vh - 104px);
  }

  .home-skabiose-stage .skabiose-flower-wide,
  .admin-bar .home-skabiose-stage .skabiose-flower-wide {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    align-self: stretch;
  }

  .home-skabiose-stage,
  .home-skabiose-grid {
    position: relative;
    isolation: isolate;
  }

  .home-skabiose-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-skabiose-stage .skabiose-flower-wide,
  .home-skabiose-content {
    grid-area: 1 / 1;
  }

  .home-skabiose-content > section > .wrap {
    position: relative;
    z-index: 2;
  }

  .home-skabiose-content .hero-media,
  .home-skabiose-content .hero-overlay {
    display: none;
  }
}

@media (max-width: 767px) {
  .skabiose-stage .skabiose-grid {
    display: block;
    padding-bottom: 0;
  }

  .skabiose-stage .skabiose-content {
    z-index: auto;
    padding-bottom: 3.25rem;
  }

  .skabiose-stage .skabiose-flower-wide,
  .home-skabiose-stage .skabiose-flower-wide {
    display: none;
  }

  .skabiose-stage .skabiose-mobile-upper {
    position: relative;
    isolation: isolate;
  }

  .skabiose-stage .skabiose-flower-mobile,
  .home-skabiose-stage .skabiose-flower-mobile {
    display: block;
    position: relative;
    left: 50%;
    z-index: 1;
    width: 100vw;
    min-height: 240px;
    height: clamp(250px, calc(250px + (100vw - 390px) * 0.25), 260px);
    max-height: 260px;
    transform: translateX(-50%);
    background-image: url("assets/hero-kraftblume-mobile.webp");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0,0,0,1) 0,
      rgba(0,0,0,1) calc(100% - 80px),
      rgba(0,0,0,0) 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0,0,0,1) 0,
      rgba(0,0,0,1) calc(100% - 80px),
      rgba(0,0,0,0) 100%
    );
    opacity: 1;
  }

  .skabiose-stage .skabiose-mobile-upper .page-hero,
  .skabiose-stage .skabiose-mobile-upper .page-body,
  .stage-ablauf-kosten .ablauf-rest {
    position: relative;
    z-index: 2;
  }

  .home-skabiose-content .hero-media,
  .home-skabiose-content .hero-overlay {
    display: none;
  }

  .home-skabiose-content .hero {
    display: block;
    min-height: auto;
    background: var(--cream);
  }
}

@media (max-width: 390px) {
  .skabiose-stage .skabiose-flower-mobile,
  .home-skabiose-stage .skabiose-flower-mobile {
    height: clamp(240px, calc(240px + (100vw - 360px) * 0.333333), 250px);
  }
}
