/*
 * Hybridvariante 09.09.2026
 * Die Bildkomposition der Startseite bleibt bestehen. Darunter und auf allen
 * Unterseiten kehrt die ruhige Systemschrift mit flachen, klaren Flächen zurück.
 */

.hybrid-theme {
  --color-bg: #f4ece2;
  --color-surface: #fbf8f2;
  --color-surface-muted: #e5e8df;
  --color-surface-sand: #eee3d5;
  --color-ink: #263746;
  --color-ink-soft: #465a64;
  --color-primary: #244d73;
  --color-primary-deep: #10284b;
  --color-primary-soft: #e5eaed;
  --color-secondary: #d8795b;
  --color-secondary-deep: #9b4938;
  --color-halt: #10284b;
  --color-sinn: #637568;
  --color-sinn-deep: #31483d;
  --color-sinn-soft: #e5e8df;
  --color-next: #d8795b;
  --color-next-deep: #9b4938;
  --color-border: rgba(16, 40, 75, 0.16);
  --color-organic-wash: #e5eaed;
  --color-organic-sand: #eee3d5;
  --process-line-thickness: 2px;
  --shadow-soft: none;
  --shadow-card: none;
  --radius-sm: 0.45rem;
  --radius-md: 0.85rem;
  --radius-lg: 1.05rem;
  --font-display: "Baskerville Old Face", Baskerville, Georgia, Cambria, "Times New Roman", serif;
  background: var(--color-bg);
  color: var(--color-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hybrid-theme main:not(.home-stage-v3),
.hybrid-theme .section,
.hybrid-theme .section-compact {
  color: var(--color-ink);
}

.hybrid-theme main h1,
.hybrid-theme main h2,
.hybrid-theme main h3 {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.hybrid-theme .eyebrow {
  color: var(--color-secondary-deep);
  letter-spacing: 0.085em;
}

.hybrid-theme .eyebrow::before,
.hybrid-theme .eyebrow::after {
  display: none !important;
}

.hybrid-theme .site-header {
  border-bottom-color: var(--color-border);
  box-shadow: none;
}

body.hybrid-theme:not(.home-page) .site-header {
  background: rgba(251, 248, 242, 0.97);
  backdrop-filter: blur(12px);
}

.home-page.hybrid-theme .site-header {
  position: sticky;
  top: 0;
  border-bottom: 1px solid var(--color-border);
  background: rgba(251, 248, 242, 0.97);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.home-page.hybrid-theme .site-header .header-inner {
  width: min(calc(100% - 2.2rem), var(--container));
  max-width: var(--container);
  justify-content: space-between;
  gap: 1.5rem;
  padding-inline: 0;
}

.home-page.hybrid-theme .site-nav ul {
  gap: 0.15rem;
}

.home-page.hybrid-theme .site-nav a {
  padding: 0.4rem 0.68rem;
  font-size: 0.9rem;
}

.home-page.hybrid-theme .site-nav .nav-cta {
  margin-left: 0.55rem;
  padding-inline: 1rem;
}

.hybrid-theme .brand-mark {
  border: 1px solid rgba(16, 40, 75, 0.18);
  background: var(--color-primary-soft);
}

.hybrid-theme .brand-mark-hexaflex img,
.hybrid-theme .hexaflex-frame img,
.hybrid-theme .contact-card-hexaflex img {
  filter: none;
  opacity: 1;
}

.hybrid-theme .site-nav a {
  border-radius: 0.4rem;
}

.hybrid-theme .site-nav a:hover,
.hybrid-theme .site-nav a[aria-current="page"] {
  background: rgba(229, 232, 223, 0.9);
  color: var(--color-primary-deep);
}

.hybrid-theme .site-nav .nav-cta,
.hybrid-theme .site-nav .nav-cta:hover,
.hybrid-theme .site-nav .nav-cta[aria-current="page"] {
  background: var(--color-next-deep);
  color: #fffaf4;
}

body.hybrid-theme:not(.home-page) .button,
.home-page.hybrid-theme .home-lower-section .button {
  border-color: var(--color-primary-deep);
  border-radius: 0.45rem;
  background: var(--color-primary-deep);
  box-shadow: none;
}

body.hybrid-theme:not(.home-page) .button:hover,
.home-page.hybrid-theme .home-lower-section .button:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
  transform: none;
}

body.hybrid-theme:not(.home-page) .button-secondary,
.home-page.hybrid-theme .home-lower-section .button-secondary {
  background: transparent;
  color: var(--color-primary-deep);
}

body.hybrid-theme:not(.home-page) .button-secondary:hover,
.home-page.hybrid-theme .home-lower-section .button-secondary:hover {
  background: var(--color-primary-soft);
  color: var(--color-primary-deep);
}

/* Ruhiger Aufbau der Unterseiten */

body.hybrid-theme:not(.home-page) .page-hero {
  padding-block: clamp(3.5rem, 6vw, 5.25rem);
  border-bottom: 1px solid var(--color-border);
  background: #e5e8df;
}

.hybrid-theme .section-muted::before,
.hybrid-theme .section-muted::after,
.hybrid-theme .section-surface::before,
.hybrid-theme .section-surface::after,
.hybrid-theme .cta-section::before,
.hybrid-theme .cta-section::after {
  display: none !important;
}

body.hybrid-theme:not(.home-page) .page-hero::before {
  display: block !important;
  background-image: url("../images/hexaflex-mark.svg?v=20260910-hybrid-4");
  opacity: 0.22;
}

body.hybrid-theme:not(.home-page) .page-hero::after {
  display: block !important;
  border-color: rgba(36, 77, 115, 0.18);
}

body.hybrid-theme:not(.home-page) .page-hero h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 4.6vw, 3.85rem);
}

.hybrid-theme .section-surface {
  background: var(--color-surface);
}

.hybrid-theme .section-muted {
  background: var(--color-surface-muted);
}

.hybrid-theme .section-heading {
  max-width: 47rem;
}

.hybrid-theme .page-subnav-section {
  border-bottom-color: rgba(99, 117, 104, 0.28);
  background: var(--color-sinn-soft);
}

.hybrid-theme .page-subnav-label {
  color: var(--color-sinn-deep);
}

.hybrid-theme .page-subnav a {
  border-color: var(--color-border);
  border-radius: 0.45rem;
  background: transparent;
}

.hybrid-theme .page-subnav a:hover,
.hybrid-theme .page-subnav a:focus-visible {
  border-color: var(--color-sinn);
  background: var(--color-surface);
}

.hybrid-theme .card,
.hybrid-theme .method-card,
.hybrid-theme .evidence-card,
.hybrid-theme .booking-panel,
.hybrid-theme .contact-form,
.hybrid-theme .direct-contact-card,
.hybrid-theme .key-facts,
.hybrid-theme .conditions-facts,
.hybrid-theme .service-option,
.hybrid-theme .setting-model-card,
.hybrid-theme .cooperation-panel,
.hybrid-theme .institution-teaser,
.hybrid-theme .process-stepper li,
.hybrid-theme .transition-path li {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  box-shadow: none;
}

.hybrid-theme .card,
.hybrid-theme .method-card,
.hybrid-theme .evidence-card,
.hybrid-theme .booking-panel,
.hybrid-theme .contact-form,
.hybrid-theme .key-facts,
.hybrid-theme .conditions-facts,
.hybrid-theme .setting-model-card,
.hybrid-theme .cooperation-panel,
.hybrid-theme .institution-teaser,
.hybrid-theme .process-stepper li,
.hybrid-theme .transition-path li {
  background: var(--color-surface);
}

.hybrid-theme .foundation-grid .card,
.hybrid-theme .principle-grid > article {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(251, 248, 242, 0.72);
}

.hybrid-theme .callout,
.hybrid-theme .section-note {
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-primary);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--color-primary-soft);
}

.hybrid-theme .service-option,
.hybrid-theme .service-option:nth-child(even),
.hybrid-theme .setting-model-card-accent,
.hybrid-theme .cooperation-panel-accent,
.hybrid-theme .direct-contact-card {
  background: #e7eae3;
}

.hybrid-theme .method-card summary:hover,
.hybrid-theme .method-card[open] summary,
.hybrid-theme .subsidy-details > summary:hover,
.hybrid-theme .subsidy-details[open] > summary {
  background: #e7eae3;
}

.hybrid-theme .method-toggle {
  border-radius: 0.4rem;
  background: var(--color-primary-deep);
}

.hybrid-theme .portrait,
.hybrid-theme .profile-teaser-portrait img {
  border-radius: var(--radius-lg);
  box-shadow: none;
}

.hybrid-theme .timeline-marker,
.hybrid-theme .process-stepper-marker,
.hybrid-theme .process-number,
.hybrid-theme .transition-number {
  background: var(--color-primary-deep);
  color: #fff;
}

.hybrid-theme .process-stepper::before,
.hybrid-theme .timeline::before {
  background: rgba(16, 40, 75, 0.28);
}

.hybrid-theme .contact-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: var(--color-primary-deep);
  box-shadow: none;
}

.hybrid-theme .contact-card-hexaflex {
  display: none;
}

.hybrid-theme .direct-contact-link {
  border-color: var(--color-border);
  border-radius: var(--radius-sm);
  background: var(--color-surface);
}

.hybrid-theme .form-field input,
.hybrid-theme .form-field select,
.hybrid-theme .form-field textarea {
  border-color: rgba(16, 40, 75, 0.26);
  border-radius: var(--radius-sm);
  background: #fffdf9;
}

.hybrid-theme .cta-section {
  background: var(--color-primary);
}

body.hybrid-theme:not(.home-page) .cta-section h2,
body.hybrid-theme:not(.home-page) .cta-section p,
body.hybrid-theme:not(.home-page) .cta-section .lead {
  color: #f3efe8;
}

body.hybrid-theme:not(.home-page) .cta-section .button {
  border-color: var(--color-next-deep);
  background: var(--color-next-deep);
  color: #fffaf4;
}

body.hybrid-theme:not(.home-page) .cta-section .button:hover {
  border-color: var(--color-surface-sand);
  background: var(--color-surface-sand);
  color: var(--color-primary-deep);
}

.hybrid-theme .site-footer {
  background: #142f46;
}

/* Hybridfortsetzung unterhalb der unveränderten Startgrafik */

.home-page.hybrid-theme main {
  background: var(--color-bg);
}

/* Die beiden Schaltflächen gehören zur freigegebenen Startgrafik. */
.home-page.hybrid-theme .home-stage-secondary-button {
  border-color: var(--stage-navy);
  background: rgba(244, 236, 226, 0.78);
  color: var(--stage-navy);
}

.home-page.hybrid-theme .home-stage-secondary-button:hover {
  border-color: #1a3e70;
  background: rgba(255, 255, 255, 0.82);
  color: #1a3e70;
}

.home-page.hybrid-theme .home-stage-step-sinn {
  left: 42%;
}

.home-page.hybrid-theme .home-stage-step-halt h2 {
  color: #fff;
}

.home-page.hybrid-theme .home-stage-step-sinn,
.home-page.hybrid-theme .home-stage-step-sinn h2 {
  color: #31483d;
}

.home-page.hybrid-theme .home-stage-step-next {
  color: var(--stage-ink);
}

.home-page.hybrid-theme .home-stage-step-next h2 {
  color: var(--stage-coral);
}

.home-page.hybrid-theme .home-lower-section {
  position: relative;
  overflow: visible;
}

.home-page.hybrid-theme .home-lower-section h2,
.home-page.hybrid-theme .home-lower-section .card h3,
.home-page.hybrid-theme .home-process-section .process-summary strong {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.home-page.hybrid-theme .home-lower-section h2 {
  max-width: 22ch;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.05;
}

.home-page.hybrid-theme .home-support-section::before,
.home-page.hybrid-theme .home-support-section::after,
.home-page.hybrid-theme .home-support-section .card::after,
.home-page.hybrid-theme .home-institution-section::before,
.home-page.hybrid-theme .home-institution-section::after,
.home-page.hybrid-theme .institution-teaser::before,
.home-page.hybrid-theme .institution-teaser::after,
.home-page.hybrid-theme .home-attitude-section::before,
.home-page.hybrid-theme .home-attitude-section::after,
.home-page.hybrid-theme .attitude-overview::before,
.home-page.hybrid-theme .attitude-overview::after,
.home-page.hybrid-theme .home-facts-section::before,
.home-page.hybrid-theme .home-facts-section::after,
.home-page.hybrid-theme .home-contact-section::before,
.home-page.hybrid-theme .home-contact-section::after,
.home-page.hybrid-theme .home-contact-compact::before,
.home-page.hybrid-theme .home-contact-compact::after {
  display: none !important;
}

.home-page.hybrid-theme .home-support-section {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: var(--color-bg);
}

.home-page.hybrid-theme .home-support-section .section-heading {
  max-width: 49rem;
}

.home-page.hybrid-theme .home-support-section .offer-overview {
  align-items: stretch;
  gap: clamp(1rem, 2.2vw, 1.65rem);
}

.home-page.hybrid-theme .home-support-section .card {
  position: relative;
  min-height: 22rem;
  overflow: hidden;
  padding: clamp(1.75rem, 3vw, 2.4rem);
  border: 0;
  border-radius: 2.8rem 1.1rem 2.8rem 1.45rem;
  box-shadow: none;
}

.home-page.hybrid-theme .home-support-section .card::before {
  display: block;
  width: 3.5rem;
  height: 3px;
  margin-bottom: 1.5rem;
  background: var(--color-primary-deep);
  content: "";
}

.home-page.hybrid-theme .home-support-section .card:nth-child(1) {
  background: rgba(16, 40, 75, 0.105);
}

.home-page.hybrid-theme .home-support-section .card:nth-child(2) {
  border-radius: 1.2rem 3rem 1.4rem 3rem;
  background: rgba(195, 199, 186, 0.72);
}

.home-page.hybrid-theme .home-support-section .card:nth-child(2)::before {
  background: #637568;
}

.home-page.hybrid-theme .home-support-section .card:nth-child(3) {
  background: rgba(255, 250, 243, 0.92);
}

.home-page.hybrid-theme .home-support-section .card:nth-child(3)::before {
  background: var(--color-secondary);
}

.home-page.hybrid-theme .home-support-section .institution-card {
  min-width: 0;
  min-height: 0;
  background: rgba(16, 40, 75, 0.105);
}

.home-page.hybrid-theme .home-support-section .card h3 {
  font-size: clamp(1.65rem, 2.5vw, 2.15rem);
  line-height: 1.1;
}

.home-page.hybrid-theme .home-support-section .card-link {
  margin-top: auto;
  padding-top: 1.15rem;
  color: var(--color-primary-deep);
  text-decoration-color: rgba(16, 40, 75, 0.35);
}

.home-page.hybrid-theme .home-institution-section {
  padding-block: clamp(2.5rem, 5vw, 4rem);
  background: var(--color-bg);
}

.home-page.hybrid-theme .home-institution-section .institution-teaser {
  padding: clamp(2rem, 4vw, 3.25rem);
  border: 0;
  border-radius: var(--radius-lg);
  background: var(--color-primary-deep);
  box-shadow: none;
}

.home-page.hybrid-theme .home-institution-section h2,
.home-page.hybrid-theme .home-institution-section p,
.home-page.hybrid-theme .home-institution-section .eyebrow {
  color: #fff;
}

.home-page.hybrid-theme .home-institution-section h2 {
  max-width: 20ch;
  font-size: clamp(1.9rem, 3.2vw, 2.75rem);
  line-height: 1.08;
}

.home-page.hybrid-theme .home-institution-section .eyebrow {
  font-size: 0.75rem;
  font-weight: 720;
}

.home-page.hybrid-theme .home-institution-section .button-secondary {
  border-color: var(--color-surface);
  background: var(--color-surface);
  color: var(--color-primary-deep);
}

.home-page.hybrid-theme .home-institution-section .button-secondary:hover {
  border-color: var(--color-surface-sand);
  background: var(--color-surface-sand);
}

.home-page.hybrid-theme .home-attitude-section {
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
  background: var(--color-surface-muted);
}

.home-page.hybrid-theme .home-attitude-section .attitude-overview {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page.hybrid-theme .home-process-section {
  padding-block: clamp(5.5rem, 8vw, 7.5rem);
  background: linear-gradient(180deg, #e5e8df 0%, #eef0e9 100%);
}

.home-page.hybrid-theme .home-process-section .process-summary {
  position: relative;
  display: grid;
  gap: clamp(1.5rem, 3.2vw, 3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page.hybrid-theme .home-process-section .process-summary::before {
  display: none;
}

.home-page.hybrid-theme .home-process-section .process-summary li {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 0 1rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page.hybrid-theme .home-process-section .process-summary li:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  right: calc(-1 * clamp(1.5rem, 3.2vw, 3rem));
  left: 3rem;
  height: var(--process-line-thickness);
  content: "";
  opacity: 0.55;
}

.home-page.hybrid-theme .home-process-section .process-summary li:nth-child(1)::after {
  background: linear-gradient(90deg, #10284b, #637568);
}

.home-page.hybrid-theme .home-process-section .process-summary li:nth-child(2)::after {
  background: linear-gradient(90deg, #637568, #d8795b);
}

.home-page.hybrid-theme .home-process-section .process-number {
  position: relative;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.35rem;
  border: 0.45rem solid transparent;
  border-radius: 50%;
  background-color: var(--color-primary-deep);
  background-clip: padding-box;
  box-shadow: 0 0 0 1px rgba(16, 40, 75, 0.14);
  color: #fff;
  transform: none;
}

.home-page.hybrid-theme .home-process-section .process-summary li:nth-child(2) .process-number {
  background-color: #637568;
}

.home-page.hybrid-theme .home-process-section .process-summary li:nth-child(3) .process-number {
  background-color: var(--color-secondary);
}

.home-page.hybrid-theme .home-process-section .process-summary strong {
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  line-height: 1.12;
  text-align: left;
}

.home-page.hybrid-theme .home-process-section .process-summary small {
  max-width: 28rem;
  margin-top: 0.65rem;
  color: #4a5a66;
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: left;
}

.home-page.hybrid-theme .home-process-section .button-row {
  justify-content: flex-start;
}

.home-page.hybrid-theme .home-process-section .button-secondary {
  border-radius: 0.2rem;
}

.home-page.hybrid-theme .home-facts-section {
  padding-block: clamp(4rem, 6vw, 5.5rem);
  background: var(--color-surface);
}

.home-page.hybrid-theme .home-facts-section .key-facts {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  background: rgba(251, 248, 242, 0.76);
  box-shadow: none;
}

.home-page.hybrid-theme .home-facts-section .section-heading {
  max-width: 48rem;
}

.home-page.hybrid-theme .home-practice-overview {
  display: grid;
  max-width: 64rem;
  margin-top: clamp(2rem, 4vw, 3rem);
  border-block: 1px solid var(--color-border);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-page.hybrid-theme .home-practice-overview article {
  padding: clamp(1.5rem, 3vw, 2.15rem);
}

.home-page.hybrid-theme .home-practice-overview article + article {
  border-left: 1px solid var(--color-border);
}

.home-page.hybrid-theme .home-practice-label {
  margin-bottom: 0.55rem;
  color: var(--color-sinn-deep);
  font-size: 0.76rem;
  font-weight: 780;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.home-page.hybrid-theme .home-practice-overview h3 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  line-height: 1.15;
}

.home-page.hybrid-theme .home-practice-overview p:not(.home-practice-label) {
  max-width: 34rem;
  color: var(--color-ink-soft);
}

.home-page.hybrid-theme .home-contact-section {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background: var(--color-bg);
}

.home-page.hybrid-theme .home-contact-section .home-contact-compact {
  padding: clamp(2rem, 4vw, 3.25rem);
  border-radius: var(--radius-lg);
  background: var(--color-primary-deep);
  box-shadow: none;
  gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(31rem, 1.1fr);
}

.home-page.hybrid-theme .home-contact-section .home-contact-actions {
  display: grid;
  align-items: stretch;
  gap: 0.7rem;
  grid-template-columns: repeat(4, max-content);
  justify-self: end;
}

.home-page.hybrid-theme .home-contact-section .home-contact-actions .button {
  width: auto;
  padding-inline: 0.95rem;
}

.home-page.hybrid-theme .home-contact-section h2,
.home-page.hybrid-theme .home-contact-section p {
  color: #fff;
}

.home-page.hybrid-theme .home-contact-section .eyebrow {
  color: #efb29d;
}

.home-page.hybrid-theme .home-contact-section .button {
  border-color: var(--color-secondary);
  background: var(--color-secondary);
  color: #fff;
}

.home-page.hybrid-theme .home-contact-section .button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
}

.home-page.hybrid-theme .home-contact-section .button:hover {
  border-color: var(--color-surface-sand);
  background: var(--color-surface-sand);
  color: var(--color-primary-deep);
}

/* Einheitliche Typografie, Kontraste und Kontaktabschlüsse */

body.hybrid-theme:not(.home-page) main .section-heading h2,
body.hybrid-theme:not(.home-page) main .cooperation-panel h2,
body.hybrid-theme:not(.home-page) main .cta-section h2 {
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  line-height: 1.08;
}

body.hybrid-theme:not(.home-page) main .card h3,
body.hybrid-theme:not(.home-page) main .service-option h3,
body.hybrid-theme:not(.home-page) main .setting-model-card h3,
body.hybrid-theme:not(.home-page) main .cooperation-panel h3,
body.hybrid-theme:not(.home-page) main .timeline h3,
body.hybrid-theme:not(.home-page) main .process-stepper h3,
body.hybrid-theme:not(.home-page) main .subsidy-support h3 {
  font-size: clamp(1.3rem, 1.9vw, 1.55rem);
  line-height: 1.18;
}

body.hybrid-theme.institutions-page main h3,
body.hybrid-theme.about-page main h3 {
  font-weight: 600;
}

.hybrid-theme .method-title {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  line-height: 1.18;
}

.hybrid-theme .conditions-value,
.hybrid-theme .conditions-note-prominent,
.hybrid-theme .institution-quickfacts dd,
.hybrid-theme .direct-contact-value {
  color: var(--color-primary-deep);
  font-weight: 720;
}

.hybrid-theme .contact-form-title {
  margin-bottom: 1.45rem;
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.hybrid-theme .contact-form-title::after {
  display: block;
  width: 2.8rem;
  height: 2px;
  margin-top: 0.7rem;
  background: #637568;
  content: "";
}

.hybrid-theme .contact-form .contact-form-title::after {
  background: var(--color-secondary);
}

.hybrid-theme .contact-response-note {
  color: var(--color-primary-deep);
  font-weight: 720;
}

.hybrid-theme .contact-card h2,
.hybrid-theme .contact-card h3 {
  color: #f0ece4;
}

.hybrid-theme .contact-card,
.hybrid-theme .contact-card address,
.hybrid-theme .contact-card-header p,
.hybrid-theme .contact-card .contact-note,
.hybrid-theme .contact-card .contact-location-note {
  color: rgba(244, 240, 232, 0.86);
}

.hybrid-theme .contact-card a,
.hybrid-theme .contact-card .email-copy-address,
.hybrid-theme .contact-card [data-site-phone] {
  color: #f0ece4;
}

.hybrid-theme .contact-card-header h2 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.08;
}

.hybrid-theme .contact-card-hexaflex {
  display: grid;
  width: clamp(6rem, 13vw, 7.5rem);
  padding: clamp(0.82rem, 1.8vw, 1.05rem);
  border-color: rgba(244, 240, 232, 0.42);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 0 0.4rem rgba(255, 255, 255, 0.018);
}

.hybrid-theme .contact-card-hexaflex img {
  filter: brightness(0) invert(1);
  opacity: 0.72;
}

body.hybrid-theme:not(.home-page) .contact-card .button {
  border-color: var(--color-next-deep);
  background: var(--color-next-deep);
  color: #fffaf4;
}

body.hybrid-theme:not(.home-page) .contact-card .button-secondary {
  border-color: rgba(244, 240, 232, 0.58);
  background: transparent;
  color: #f0ece4;
}

body.hybrid-theme:not(.home-page) .contact-card .button:hover,
body.hybrid-theme:not(.home-page) .contact-card .button-secondary:hover {
  border-color: var(--color-surface-sand);
  background: var(--color-surface-sand);
  color: var(--color-primary-deep);
}

/* Der erste Ablaufblock übernimmt die ruhige Wegführung der Startseite. */

body.hybrid-theme:not(.home-page) .process-overview-left {
  background: linear-gradient(180deg, #fbf8f2 0%, #f3eee5 100%);
}

body.hybrid-theme:not(.home-page) .process-overview-left .section-heading {
  max-width: 49rem;
}

body.hybrid-theme:not(.home-page) .process-overview-left .section-heading h2 {
  max-width: 22ch;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  line-height: 1.05;
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three {
  position: relative;
  max-width: none;
  margin-inline: 0;
  gap: clamp(1.5rem, 3.2vw, 3rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: left;
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three::before {
  display: block;
  z-index: 0;
  top: 1.5rem;
  right: 29%;
  left: 1.5rem;
  height: var(--process-line-thickness);
  background: linear-gradient(90deg, #10284b, #637568 52%, #d8795b);
  opacity: 0.55;
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three li {
  z-index: 1;
  display: block;
  min-height: 0;
  padding: 0 1rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-marker {
  position: static;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.35rem;
  border: 0.45rem solid #f8f4ec;
  background: var(--color-primary-deep);
  box-shadow: 0 0 0 1px rgba(16, 40, 75, 0.14);
  color: #fff;
  transform: none;
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three li:nth-child(2) .process-stepper-marker {
  background: var(--color-sinn);
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three li:nth-child(3) .process-stepper-marker {
  background: var(--color-next);
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three h3 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.35rem, 2.1vw, 1.75rem);
  line-height: 1.12;
}

body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three p {
  max-width: 28rem;
  color: var(--color-ink-soft);
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: left;
}

/* Kontaktabschluss und Footer erhalten zwei klar getrennte Blautöne. */

body.hybrid-theme:not(.home-page) .home-contact-compact {
  padding: clamp(2rem, 4vw, 3.25rem);
  border-radius: var(--radius-lg);
  background: var(--color-primary);
  gap: clamp(2rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(27rem, 0.9fr);
}

body.hybrid-theme:not(.home-page) .home-contact-compact h2,
body.hybrid-theme:not(.home-page) .home-contact-compact p {
  color: #f3efe8;
}

body.hybrid-theme:not(.home-page) .home-contact-compact .eyebrow {
  color: #f1baa7;
}

body.hybrid-theme:not(.home-page) .home-contact-compact .button {
  border-color: var(--color-next-deep);
  background: var(--color-next-deep);
  color: #fffaf4;
}

body.hybrid-theme:not(.home-page) .home-contact-compact .button-secondary {
  border-color: rgba(244, 240, 232, 0.62);
  background: transparent;
  color: #f3efe8;
}

body.hybrid-theme:not(.home-page) .home-contact-compact .button:hover,
body.hybrid-theme:not(.home-page) .home-contact-compact .button-secondary:hover {
  border-color: var(--color-surface-sand);
  background: var(--color-surface-sand);
  color: var(--color-primary-deep);
}

.hybrid-theme .contact-options {
  display: grid;
  align-items: stretch;
  gap: 0.7rem;
  grid-template-columns: repeat(4, max-content);
}

.hybrid-theme .contact-options .button {
  width: auto;
  padding-inline: 0.95rem;
}

body.hybrid-theme:not(.home-page) .cta-section .contact-options {
  margin-left: auto;
}

body.hybrid-theme:not(.home-page) .cta-section .contact-options .button-secondary {
  border-color: rgba(244, 240, 232, 0.62);
  background: transparent;
  color: #f3efe8;
}

body.hybrid-theme:not(.home-page) .cta-section .contact-options .button-secondary:hover {
  border-color: var(--color-surface-sand);
  background: var(--color-surface-sand);
  color: var(--color-primary-deep);
}

.hybrid-theme .footer-grid > div:first-child {
  min-height: 0;
  padding-left: 0;
}

.hybrid-theme .footer-title {
  margin-bottom: 0.2rem;
  color: #f0ece4;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.08;
}

.hybrid-theme .site-footer address a {
  font-weight: 650;
}

.hybrid-theme .site-footer,
.hybrid-theme .site-footer a {
  color: rgba(244, 240, 232, 0.84);
}

body.hybrid-theme:not(.home-page) .contact-form button[type="submit"] {
  border-color: var(--color-next-deep);
  background: var(--color-next-deep);
  color: #fffaf4;
}

/* Dauer und Kosten: offen gegliedert wie die Praxisinfo der Startseite. */

body.hybrid-theme:not(.home-page) .conditions-overview {
  display: grid;
  max-width: 56rem;
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  gap: 0;
  grid-template-columns: minmax(0, 1fr);
}

body.hybrid-theme:not(.home-page) .conditions-overview > div {
  padding: clamp(1.45rem, 3vw, 2rem) 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
}

body.hybrid-theme:not(.home-page) .conditions-overview > div:nth-child(even),
body.hybrid-theme:not(.home-page) .conditions-overview > div:nth-child(n + 3) {
  border-top: 0;
  border-left: 0;
}

body.hybrid-theme:not(.home-page) .conditions-overview > div:nth-child(1) {
  background: transparent;
}

body.hybrid-theme:not(.home-page) .conditions-overview > div:nth-child(3) {
  background: transparent;
}

body.hybrid-theme:not(.home-page) .conditions-overview > div::before {
  display: none;
}

body.hybrid-theme:not(.home-page) .conditions-overview dt {
  margin-bottom: 0.45rem;
  color: var(--color-sinn-deep);
}

body.hybrid-theme:not(.home-page) .conditions-overview .conditions-value {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: clamp(1.14rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

body.hybrid-theme:not(.home-page) #rahmen .service-options-stacked {
  max-width: 56rem;
  border-top: 0;
  gap: 0;
}

body.hybrid-theme:not(.home-page) #rahmen .service-options-stacked .service-option,
body.hybrid-theme:not(.home-page) #rahmen .service-options-stacked .service-option:nth-child(even) {
  padding: clamp(1.45rem, 3vw, 2rem) 0;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  border-radius: 0;
  background: transparent;
}

body.hybrid-theme:not(.home-page) #rahmen .service-options-stacked .service-option h3 {
  font-size: clamp(1.14rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.16;
}

body.hybrid-theme:not(.home-page) #rahmen .service-options-stacked .service-option .open-detail {
  display: block;
  margin-top: 0.4rem;
  padding-top: 0;
  border-top: 0;
}

body.hybrid-theme:not(.home-page) .conditions-overview-followup {
  border-top: 0;
}

/* Dauer und Kosten folgt der ruhigen Kartenliste der Einrichtungsseite. */

body.hybrid-theme:not(.home-page) #rahmen .conditions-list-card {
  max-width: none;
}

body.hybrid-theme:not(.home-page) #rahmen .conditions-list-card dt {
  color: var(--color-sinn-deep);
}

body.hybrid-theme:not(.home-page) #rahmen .conditions-list-card .conditions-value {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.9vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.17;
}

body.hybrid-theme.institutions-page .institution-conditions dt {
  color: var(--color-sinn-deep);
}

body.hybrid-theme.institutions-page .institution-conditions .conditions-value,
body.hybrid-theme.institutions-page .institution-conditions .conditions-note-prominent {
  color: var(--color-primary-deep);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 1.9vw, 1.6rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.17;
}

.hybrid-theme .institution-collaboration-grid {
  align-items: stretch;
}

.hybrid-theme .institution-collaboration-grid .service-option {
  display: flex;
  flex-direction: column;
}

.hybrid-theme .institution-collaboration-grid .button {
  width: fit-content;
  margin-top: auto;
}

.hybrid-theme .back-to-top {
  display: none;
}

@media (max-width: 1120px) {
  .hybrid-theme .site-nav {
    background: var(--color-surface);
    box-shadow: none;
  }

  body.hybrid-theme:not(.home-page) .cta-section .cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  body.hybrid-theme:not(.home-page) .cta-section .contact-options {
    margin-left: 0;
  }

  .home-page.hybrid-theme .home-support-section .card {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  body.hybrid-theme:not(.home-page) .home-contact-compact {
    grid-template-columns: 1fr;
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three {
    gap: 0.85rem;
    grid-template-columns: 1fr;
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three::before {
    top: 1.5rem;
    right: auto;
    bottom: 2rem;
    left: 1.5rem;
    width: var(--process-line-thickness);
    height: auto;
    background: linear-gradient(180deg, #10284b, #637568 52%, #d8795b);
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three li {
    display: grid;
    padding: 0 0 1.1rem;
    align-items: start;
    gap: 0 1rem;
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three li:last-child {
    padding-bottom: 0;
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-marker {
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three h3,
  body.hybrid-theme:not(.home-page) .process-overview-left .process-stepper-three p {
    grid-column: 2;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-compact {
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-self: stretch;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions .button {
    width: 100%;
  }

  .home-page.hybrid-theme .home-process-section .process-summary {
    gap: 0.85rem;
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-process-section .process-summary li:not(:last-child)::after {
    top: 3rem;
    right: auto;
    bottom: -0.85rem;
    left: 1.5rem;
    width: var(--process-line-thickness);
    height: auto;
  }

  .home-page.hybrid-theme .home-process-section .process-summary li:nth-child(1)::after {
    background: linear-gradient(180deg, #10284b, #637568);
  }

  .home-page.hybrid-theme .home-process-section .process-summary li:nth-child(2)::after {
    background: linear-gradient(180deg, #637568, #d8795b);
  }

  .home-page.hybrid-theme .home-process-section .process-summary li {
    display: grid;
    padding: 0 0 1.1rem;
    align-items: start;
    gap: 1rem;
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .home-page.hybrid-theme .home-process-section .process-summary li:last-child {
    padding-bottom: 0;
  }

  .home-page.hybrid-theme .home-process-section .process-number {
    margin-bottom: 0;
  }

  .home-page.hybrid-theme .home-process-section .process-summary strong,
  .home-page.hybrid-theme .home-process-section .process-summary small {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .hybrid-theme .contact-options {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .hybrid-theme .contact-options .button {
    width: 100%;
  }

  body.hybrid-theme:not(.home-page) .page-hero::before,
  body.hybrid-theme:not(.home-page) .page-hero::after {
    right: -8.5rem;
    bottom: -8.5rem;
    width: 19rem;
    height: 19rem;
  }

  body.hybrid-theme:not(.home-page) .page-hero::before {
    opacity: 0.16;
  }

  body.hybrid-theme.institutions-page .page-hero::before,
  body.hybrid-theme.institutions-page .page-hero::after {
    right: -9.5rem;
    bottom: -10.5rem;
  }

  body.hybrid-theme:not(.home-page) .process-overview-left .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  body.hybrid-theme:not(.home-page) .home-contact-compact {
    padding: 1.6rem;
  }

  .hybrid-theme .contact-card-hexaflex {
    width: 5.5rem;
    padding: 0.72rem;
  }

  .hybrid-theme .page-subnav {
    display: block;
    position: relative;
  }

  .hybrid-theme .page-subnav::after {
    position: absolute;
    right: -0.1rem;
    bottom: 0.3rem;
    display: grid;
    width: 2.8rem;
    height: 2.55rem;
    padding-right: 0.25rem;
    place-items: center end;
    background: linear-gradient(90deg, rgba(229, 232, 223, 0), var(--color-sinn-soft) 58%);
    color: var(--color-sinn-deep);
    content: "›";
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1.45rem;
    font-weight: 650;
    pointer-events: none;
  }

  .hybrid-theme .page-subnav-label {
    display: block;
    margin-bottom: 0.65rem;
  }

  .hybrid-theme .page-subnav ul {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.3rem;
    flex-flow: row nowrap;
    scrollbar-width: thin;
  }

  .hybrid-theme .page-subnav a {
    width: max-content;
    white-space: nowrap;
  }

  .home-page.hybrid-theme .home-institution-section .institution-teaser,
  .home-page.hybrid-theme .home-contact-section .home-contact-compact {
    padding: 1.6rem;
  }

  .home-page.hybrid-theme .home-lower-section h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .home-page.hybrid-theme .home-support-section .card,
  .home-page.hybrid-theme .home-support-section .card:nth-child(2) {
    border-radius: 2rem 0.9rem 2rem 1.1rem;
  }

  .home-page.hybrid-theme .home-practice-overview {
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-practice-overview article {
    padding-inline: 0;
  }

  .home-page.hybrid-theme .home-practice-overview article + article {
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .hybrid-theme .button-row .button,
  .home-page.hybrid-theme .home-contact-actions .button {
    width: 100%;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions {
    grid-template-columns: 1fr;
  }

  .hybrid-theme .page-subnav a {
    border-radius: var(--radius-sm);
  }

  .hybrid-theme .back-to-top {
    display: block;
    margin: 1.5rem 0 0;
    text-align: right;
  }

  .hybrid-theme .back-to-top a {
    color: var(--color-ink-soft);
    font-size: 0.82rem;
    font-weight: 650;
    text-decoration-color: rgba(70, 90, 100, 0.35);
    text-underline-offset: 0.22em;
  }

  .hybrid-theme .back-to-top a::after {
    margin-left: 0.3rem;
    content: "↑";
  }
}

@media print {
  body.hybrid-theme:not(.home-page) .page-hero::before,
  body.hybrid-theme:not(.home-page) .page-hero::after {
    display: none !important;
  }

  .hybrid-theme,
  .hybrid-theme .section,
  .hybrid-theme .section-compact,
  body.hybrid-theme:not(.home-page) .page-hero {
    background: #fff !important;
  }
}

/* Responsive Testfassung: fließende Breiten und eine eigene Tablet-Komposition. */

.home-page.hybrid-theme .home-lower-section > .container {
  width: min(calc(100% - clamp(2rem, 6vw, 6rem)), 84rem);
  max-width: 84rem;
}

.home-page.hybrid-theme .home-stage-v3 {
  width: min(100%, 108rem);
}

.home-page.hybrid-theme .home-stage-mobile-path-visual {
  display: none;
}

/* Große Monitore: eine vollständige, bewusst gerahmte 16:9-Bildfläche. */
@media (min-width: 1920px) {
  .home-page.hybrid-theme .home-stage-v3 {
    width: clamp(1728px, calc(50vw + 768px), 2048px);
    height: clamp(900px, calc(100svh - 85px), 1152px);
    aspect-ratio: auto;
  }
}

.home-page.hybrid-theme .home-support-section,
.home-page.hybrid-theme .home-process-section {
  padding-block: clamp(4.75rem, 7vw, 7rem);
}

@media (min-width: 1121px) {
  .home-page.hybrid-theme .home-support-section .offer-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page.hybrid-theme .home-support-section .institution-card {
    grid-column: 1 / -1;
  }
}

@media (min-width: 681px) and (max-width: 1120px) {
  .home-page.hybrid-theme .home-stage-v3 {
    display: grid;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(135deg, #f4ece2 0%, #eef0e9 56%, #e5e8df 100%);
    aspect-ratio: auto;
    grid-template-areas:
      "copy portrait"
      "steps steps";
    grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.96fr);
  }

  .home-page.hybrid-theme .home-stage-art-v3,
  .home-page.hybrid-theme .home-stage-portrait-v3 {
    display: none;
  }

  .home-page.hybrid-theme .home-stage-copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin: 0;
    padding: clamp(3.25rem, 6.5vw, 4.75rem) clamp(2.5rem, 6vw, 4.75rem);
    align-self: center;
    grid-area: copy;
  }

  .home-page.hybrid-theme .home-stage-copy h1 {
    max-width: 12ch;
    margin-bottom: 1.25rem;
    font-size: clamp(3rem, 5.6vw, 4rem);
    white-space: normal;
  }

  .home-page.hybrid-theme .home-stage-copy > .home-stage-subtitle {
    max-width: 27rem;
    font-size: clamp(1rem, 1.6vw, 1.12rem);
  }

  .home-page.hybrid-theme .home-stage-actions {
    display: grid;
    max-width: 23rem;
    margin-top: 1.5rem;
    gap: 0.7rem;
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-stage-actions .button {
    width: 100%;
    padding: 0.82rem 1.25rem;
    justify-content: center;
  }

  .home-page.hybrid-theme .home-stage-mobile-portrait {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(32rem, 54vw, 37rem);
    margin: 0;
    border-radius: clamp(4rem, 10vw, 8rem) 0 0 clamp(4rem, 10vw, 8rem) / clamp(3rem, 8vw, 6rem) 0 0 clamp(3rem, 8vw, 6rem);
    background: #c8cdc1;
    object-fit: contain;
    object-position: center bottom;
    align-self: stretch;
    grid-area: portrait;
  }

  .home-page.hybrid-theme .home-stage-steps {
    position: relative;
    display: grid;
    margin: 0;
    padding: clamp(1.35rem, 2.5vw, 2rem) clamp(1.35rem, 3vw, 2.5rem) clamp(1.8rem, 3vw, 2.5rem);
    background: linear-gradient(180deg, #eef0e9 0%, #f6f2ea 100%);
    gap: clamp(0.75rem, 1.8vw, 1.25rem);
    grid-area: steps;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page.hybrid-theme .home-stage-step {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: 13rem;
    margin: 0;
    padding: clamp(1.8rem, 3.4vw, 2.5rem);
    border-radius: 2.5rem 1rem 2.5rem 1rem;
  }

  .home-page.hybrid-theme .home-stage-step h2 {
    margin-bottom: 0.65rem;
    font-size: clamp(1.6rem, 2.8vw, 2.15rem);
  }

  .home-page.hybrid-theme .home-stage-step p {
    max-width: 24rem;
    font-size: clamp(0.9rem, 1.35vw, 1rem);
    line-height: 1.55;
  }

  .home-page.hybrid-theme .home-stage-step br {
    display: none;
  }

  .home-page.hybrid-theme .home-stage-step-halt {
    border-radius: 3rem 1rem 2.5rem 1rem;
    background: var(--stage-navy);
  }

  .home-page.hybrid-theme .home-stage-step-sinn {
    border-radius: 1rem 3rem 1rem 2.5rem;
    background: var(--stage-sage);
  }

  .home-page.hybrid-theme .home-stage-step-next {
    border-radius: 2.5rem 1rem 3rem 1rem;
    background: #fbf7ef;
  }

  .home-page.hybrid-theme .home-attitude-section .attitude-overview {
    gap: clamp(2rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
}

@media (min-width: 681px) and (max-width: 1120px) {
  .home-page.hybrid-theme .home-support-section .offer-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .home-page.hybrid-theme .home-contact-section .home-contact-compact {
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-self: stretch;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .home-page.hybrid-theme .home-stage-v3 {
    display: block;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(155deg, #f4ece2 0%, #eef0e9 100%);
    aspect-ratio: auto;
  }

  .home-page.hybrid-theme .home-stage-art-v3,
  .home-page.hybrid-theme .home-stage-portrait-v3 {
    display: none;
  }

  .home-page.hybrid-theme .home-stage-copy {
    position: relative;
    top: auto;
    left: auto;
    width: min(calc(100% - 2rem), 42rem);
    margin: 0 auto;
    padding: clamp(2.75rem, 8vw, 3.5rem) 0 2.25rem;
  }

  .home-page.hybrid-theme .home-stage-copy h1 {
    max-width: 12ch;
    margin-bottom: 1rem;
    font-size: clamp(2.75rem, 11.5vw, 3.55rem);
    white-space: normal;
  }

  .home-page.hybrid-theme .home-stage-copy > .home-stage-subtitle {
    font-size: 1rem;
  }

  .home-page.hybrid-theme .home-stage-actions {
    display: grid;
    max-width: 28rem;
    margin-top: 1.4rem;
    gap: 0.65rem;
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-stage-actions .button {
    width: 100%;
    padding: 0.82rem 1rem;
    justify-content: center;
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page.hybrid-theme .home-contact-section .home-contact-actions .button {
    padding-inline: 0.55rem;
    font-size: 0.9rem;
  }

  .home-page.hybrid-theme .home-stage-mobile-portrait {
    display: none;
  }

  .home-page.hybrid-theme .home-stage-mobile-path-visual {
    --mobile-portrait-headroom: clamp(1.25rem, 5vw, 1.8rem);
    position: relative;
    display: block;
    width: 100%;
    height: calc(74.6vw + var(--mobile-portrait-headroom));
    overflow: hidden;
    isolation: isolate;
    background:
      radial-gradient(circle at 82% 19%, rgba(255, 255, 255, 0.16), transparent 28%),
      linear-gradient(90deg, #c5c7b8 0%, #b5b7a6 100%);
  }

  .home-page.hybrid-theme .home-stage-mobile-path-visual::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background:
      radial-gradient(circle at 17% 14%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1.5px) 0 0 / 13px 13px,
      radial-gradient(circle at 72% 36%, rgba(63, 77, 65, 0.045) 0 1px, transparent 1.5px) 0 0 / 17px 17px;
    content: "";
    opacity: 0.34;
    pointer-events: none;
  }

  .home-page.hybrid-theme .home-stage-mobile-path-photo {
    position: absolute;
    z-index: 1;
    left: -4%;
    display: block;
    width: 112%;
    max-width: none;
  }

  .home-page.hybrid-theme .home-stage-mobile-path-photo {
    bottom: 0;
    height: auto;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.72) 0.7rem, #000 1.2rem);
    mask-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.72) 0.7rem, #000 1.2rem);
  }

  .home-page.hybrid-theme .home-stage-mobile-path {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  .home-page.hybrid-theme .home-stage-steps {
    display: grid;
    margin: 0;
    padding: 2.8rem max(1.25rem, calc((100vw - 42rem) / 2)) 2.6rem;
    background: linear-gradient(180deg, #e5e8df 0%, #f7f5ee 100%);
    gap: 0;
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-stage-step {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0 0 2.5rem 2.5rem;
    border-radius: 0;
    background: transparent;
    color: var(--stage-ink);
  }

  .home-page.hybrid-theme .home-stage-step:last-child {
    padding-bottom: 0;
  }

  .home-page.hybrid-theme .home-stage-step::before {
    position: absolute;
    z-index: 2;
    top: 0.45rem;
    left: 0;
    width: 0.9rem;
    height: 0.9rem;
    border: 3px solid #f7f5ee;
    border-radius: 50%;
    background: var(--stage-navy);
    box-shadow: 0 0 0 1px rgba(16, 40, 75, 0.2);
    content: "";
  }

  .home-page.hybrid-theme .home-stage-step:not(:last-child)::after {
    position: absolute;
    z-index: 1;
    top: 1.2rem;
    bottom: -0.15rem;
    left: 0.4rem;
    width: 2px;
    background: linear-gradient(180deg, #10284b, #637568);
    content: "";
    opacity: 0.68;
  }

  .home-page.hybrid-theme .home-stage-step:nth-child(2)::before {
    background: #637568;
  }

  .home-page.hybrid-theme .home-stage-step:nth-child(2)::after {
    background: linear-gradient(180deg, #637568, #d8795b);
  }

  .home-page.hybrid-theme .home-stage-step:nth-child(3)::before {
    background: var(--stage-coral);
  }

  .home-page.hybrid-theme .home-stage-step h2 {
    margin-bottom: 0.45rem;
    font-size: clamp(1.65rem, 7vw, 2rem);
  }

  .home-page.hybrid-theme .home-stage-step-halt h2 {
    color: var(--stage-navy);
  }

  .home-page.hybrid-theme .home-stage-step-sinn h2 {
    color: #31483d;
  }

  .home-page.hybrid-theme .home-stage-step-next h2 {
    color: var(--stage-coral);
  }

  .home-page.hybrid-theme .home-stage-step p {
    max-width: 34rem;
    color: var(--stage-ink);
    font-size: 1rem;
    line-height: 1.58;
  }

  .home-page.hybrid-theme .home-stage-step br {
    display: none;
  }

  .home-page.hybrid-theme .home-support-section .offer-overview {
    max-width: 46rem;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-attitude-section .attitude-overview {
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-practice-overview {
    grid-template-columns: 1fr;
  }

  .home-page.hybrid-theme .home-practice-overview article {
    padding-inline: 0;
  }

  .home-page.hybrid-theme .home-practice-overview article + article {
    border-top: 1px solid var(--color-border);
    border-left: 0;
  }

  .home-page.hybrid-theme .home-support-section,
  .home-page.hybrid-theme .home-attitude-section,
  .home-page.hybrid-theme .home-process-section {
    padding-block: clamp(3.75rem, 10vw, 5rem);
  }

  .home-page.hybrid-theme .home-institution-section,
  .home-page.hybrid-theme .home-facts-section,
  .home-page.hybrid-theme .home-contact-section {
    padding-block: clamp(2.75rem, 8vw, 4rem);
  }
}

@media (max-width: 380px) {
  .home-page.hybrid-theme .home-contact-section .home-contact-actions {
    grid-template-columns: 1fr;
  }
}
