/* Finale Projekt-CSS fuer projekte.html */

/* Consolidated utility layer replacing the previous runtime Tailwind dependency. */
.max-w-\[1600px\] { max-width: 1600px; }
.mx-auto { margin-inline: auto; }
.px-6 { padding-inline: 1.5rem; }
.py-12 { padding-block: 3rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-6 { padding: 1.5rem; }
.pt-2 { padding-top: 0.5rem; }
.pb-4 { padding-bottom: 1rem; }
.py-3 { padding-block: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.grid { display: grid; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-flow-row-dense { grid-auto-flow: row dense; }
.auto-rows-auto { grid-auto-rows: auto; }
.gap-1 { gap: 0.25rem; }
.gap-3 { gap: 0.75rem; }
.gap-6 { gap: 1.5rem; }
.space-y-3 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.75rem; }
.space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.self-start { align-self: flex-start; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.relative { position: relative; }
.absolute { position: absolute; }
.inset-0 { inset: 0; }
.inset-x-0 { left: 0; right: 0; }
.inset-x-\[-15\%\] { left: -15%; right: -15%; }
.left-3 { left: 0.75rem; }
.right-3 { right: 0.75rem; }
.bottom-0 { bottom: 0; }
.bottom-3 { bottom: 0.75rem; }
.bottom-\[-10\%\] { bottom: -10%; }
.z-10 { z-index: 10; }
.w-full { width: 100%; }
.w-2 { width: 0.5rem; }
.h-full { height: 100%; }
.h-1\/2 { height: 50%; }
.h-2 { height: 0.5rem; }
.min-w-0 { min-width: 0; }
.min-w-full { min-width: 100%; }
.max-w-none { max-width: none; }
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }
.snap-x { scroll-snap-type: x proximity; }
.snap-mandatory { scroll-snap-type: x mandatory; }
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-\[16\/9\] { aspect-ratio: 16 / 9; }
.aspect-\[3\/2\] { aspect-ratio: 3 / 2; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-t-2xl { border-top-left-radius: 1rem; border-top-right-radius: 1rem; }
.rounded-b-2xl { border-bottom-left-radius: 1rem; border-bottom-right-radius: 1rem; }
.border { border-width: 1px; border-style: solid; }
.border-\[\#e6ecff\] { border-color: #e6ecff; }
.border-gray-200 { border-color: #e5e7eb; }
.border-white\/70 { border-color: rgba(255, 255, 255, 0.7); }
.bg-white { background-color: #ffffff; }
.bg-white\/50 { background-color: rgba(255, 255, 255, 0.5); }
.bg-\[radial-gradient\(ellipse_at_center,_\#ff3cd0_0\%,_\#ff3cd0_30\%,_\#207cfa_60\%,_\#7b5cff_80\%,_transparent_100\%\)\] {
  background-image: radial-gradient(ellipse at center, #ff3cd0 0%, #ff3cd0 30%, #207cfa 60%, #7b5cff 80%, transparent 100%);
}
.bg-gradient-to-t.from-black\/60.via-transparent.to-transparent {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 50%, transparent 100%);
}
.bg-gradient-to-t.from-white\/85.to-white\/50 {
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
}
.bg-gradient-to-t.from-white\/85.to-white\/50.hover\:from-white.hover\:to-white\/70:hover {
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.7));
}
.bg-gradient-to-br.from-sky-100.via-sky-200.to-pink-200\/30 {
  background-image: linear-gradient(to bottom right, #e0f2fe, #bae6fd 55%, rgba(251, 207, 232, 0.3));
}
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-5xl { font-size: 3rem; line-height: 1; }
.text-\[18px\] { font-size: 18px; }
.text-\[\#3D4654\] { color: #3d4654; }
.text-gray-700 { color: #374151; }
.text-sky-600 { color: #0284c7; }
.text-sky-900 { color: #0c4a6e; }
.text-white { color: #ffffff; }
.font-normal { font-weight: 400; }
.font-semibold { font-weight: 600; }
.font-extrabold { font-weight: 800; }
.uppercase { text-transform: uppercase; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-\[0\.2em\] { letter-spacing: 0.2em; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-\[24px\] { line-height: 24px; }
.break-words { overflow-wrap: break-word; }
.whitespace-normal { white-space: normal; }
.pointer-events-none { pointer-events: none; }
.opacity-70 { opacity: 0.7; }
.blur-2xl { filter: blur(40px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.08); }
.shadow { box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.15), 0 1px 2px -1px rgba(15, 23, 42, 0.12); }
.shadow-md { box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14); }
.shadow-lg { box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18); }
.shadow-xl { box-shadow: 0 24px 48px rgba(15, 23, 42, 0.22); }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.duration-500 { transition-duration: 500ms; }
.duration-700 { transition-duration: 700ms; }
.rotate-\[-4deg\] { transform: rotate(-4deg); }
.group:hover .group-hover\:scale-105 { transform: scale(1.05); }
.group:hover .group-hover\:scale-110 { transform: scale(1.1); }
.hover\:shadow-lg:hover { box-shadow: 0 18px 34px rgba(15, 23, 42, 0.18); }
.hover\:shadow-2xl:hover { box-shadow: 0 32px 64px rgba(15, 23, 42, 0.24); }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
@media (min-width: 640px) {
  .sm\:p-4 { padding: 1rem; }
  .sm\:p-12 { padding: 3rem; }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:col-span-2 { grid-column: span 2 / span 2; }
  .md\:aspect-\[2\.5\/1\] { aspect-ratio: 2.5 / 1; }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); }
  .lg\:col-span-2 { grid-column: span 2 / span 2; }
  .lg\:col-span-3 { grid-column: span 3 / span 3; }
  .lg\:col-span-4 { grid-column: span 4 / span 4; }
  .lg\:col-span-8 { grid-column: span 8 / span 8; }
  .lg\:col-span-12 { grid-column: span 12 / span 12; }
  .lg\:row-span-2 { grid-row: span 2 / span 2; }
  .lg\:order-none { order: 0; }
  .lg\:p-4 { padding: 1rem; }
  .lg\:p-6 { padding: 1.5rem; }
  .lg\:px-12 { padding-inline: 3rem; }
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) { margin-top: 1rem; }
  .lg\:mt-5 { margin-top: 1.25rem; }
  .lg\:text-6xl { font-size: 3.75rem; line-height: 1; }
}

/* Consolidated from style2.strict.css */
﻿/* W-C-I 2026-02-15 (260215-05) */
/* W-C-I 2026-02-15 (260215-03) */
/* W-C-I 2026-02-15 (260215-02) */

/* Design Tokens */
:root {
  --bg: #e9f0ff;
  --bg-alt: #f4f5ff;
  --card: #ffffff;
  --accent: #ff2e9f;
  --accent-alt: #5b8dff;
  --accent-soft: rgba(255, 46, 159, 0.12);
  --border-subtle: rgba(15, 23, 42, 0.08);
  --text-main: #192132;
  --text-muted: #4b5565;
  --text-soft: #9ca3af;
  --radius-lg: 18px;
  --radius-xl: 24px;
  --shadow-soft: 0 24px 60px rgba(15, 23, 42, 0.18);
  --shadow-subtle: 0 18px 40px rgba(15, 23, 42, 0.14);
  /* Namespacer _hb: zentrale Sichtbarkeitssteuerung (fÃ¼r Livegang auf hidden/0 setzen) */
  --namespacer-visibility: visible;
  --namespacer-opacity: 1;
}

/* Global Reset & Base Styles */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Hanken Grotesk', sans-serif;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 520ms ease;
  background: radial-gradient(120% 95% at 12% 12%, rgba(32, 124, 250, 0.38), rgba(32, 124, 250, 0) 58%),
    radial-gradient(110% 90% at 84% 16%, rgba(226, 0, 116, 0.34), rgba(226, 0, 116, 0) 62%),
    linear-gradient(180deg, rgba(228, 237, 255, 0.96) 0%, rgba(238, 240, 255, 0.78) 34%, rgba(246, 248, 255, 0.45) 58%, rgba(255, 255, 255, 0.05) 86%, rgba(255, 255, 255, 0) 100%);
}

body.roadmap-theme-active::before {
  opacity: 1;
}

/* Projekte-Hero sizing guard (prevents global oversized title from style.css) */
.hero-section_3 .hero-brand-title {
  font-size: clamp(3rem, 4.8vw, 8.4rem);
  line-height: 0.95;
  margin-left: 0;
}

@media (max-width: 768px) {
  .hero-section_3 .hero-brand-title {
    font-size: clamp(2.4rem, 10vw, 4.2rem);
    margin-left: 0;
  }
}

/* Animations */
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.animate-gradient {
  background-size: 200% 200;
  animation: gradient 15s ease infinite;
}

@keyframes k3HintFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.72;
  }
  50% {
    transform: translate3d(-6px, 0, 0);
    opacity: 1;
  }
}

@keyframes dataFlow {
  from {
    left: -35%;
    opacity: 0.1;
  }
  to {
    left: 100%;
    opacity: 0.85;
  }
}

@keyframes dataParticle {
  from {
    left: -12%;
    opacity: 0.4;
  }
  35% {
    opacity: 1;
  }
  to {
    left: 100%;
    opacity: 0.25;
  }
}

/* Carousel Styles */
.carousel-container {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.carousel-container:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.carousel-container.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.carousel-container .carousel-item img,
.carousel-container .carousel-item video {
  user-select: none;
  -webkit-user-drag: none;
}

#carousel1 .carousel-item {
  overflow: hidden;
}

#carousel1 [data-parallax-media] {
  will-change: transform;
  transform: scale(1.08);
  transition: transform 220ms linear;
}

/* Case Hero */
header.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 32px;
  align-items: stretch;
  margin-bottom: 48px;
}

@media (max-width: 880px) {
  header.case-hero {
    grid-template-columns: minmax(0, 1fr);
  }
}

.hero-text {
  padding: 26px 28px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96));
  border: 1px solid #e6ecff;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  color: #3d4654;
}

.hero-text::before {
  content: "";
  position: absolute;
  inset: auto -18% -22% -18%;
  height: 58%;
  background: radial-gradient(ellipse at center, #ff3cd0 0%, #ff3cd0 30%, #207cfa 60%, #7b5cff 80%, transparent 100%);
  opacity: 0.18;
  filter: blur(24px);
  transform: rotate(-4deg);
  pointer-events: none;
}

.hero-text > * {
  position: relative;
  z-index: 1;
}
.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(236, 72, 153, 0.9);
  background: #ffffff;
  color: #111827;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero-label-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle at 25% 20%, #fff 0, #ff2e9f 35%, transparent 70%);
}

.hero-kicker {
  font-size: 1rem;
  color: #0284c7;
  margin-bottom: 14px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.hero-title {
  font-size: clamp(3rem, 5vw, 3.75rem);
  line-height: 1.1;
  margin: 1rem 0 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #3d4654;
}

.hero-title span.accent {
  color: inherit;
}

.hero-subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #374151;
  font-weight: 400;
  max-width: 42rem;
  margin-bottom: 20px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #6b7280;
  margin-bottom: 20px;
}

.hero-meta span {
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-cta-primary {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(255,255,255,0.85), rgba(255,255,255,0.50));
  color: #0f172a;
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 4px 6px rgba(0,0,0,0.1), 0 2px 4px rgba(0,0,0,0.06);
  transition: all 0.2s ease-in-out;
}

.hero-cta-secondary {
  font-size: 12px;
  color: #6b7280;
}

.hero-cta-primary:hover {
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.70));
  box-shadow: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
}

.hero-image {
  border-radius: 0;
  background: #ffffff;
  border: none;
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

/* hb */
.hero-image-overlay-label,
#status-quo .hero-image-overlay-label {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  max-width: min(78%, 720px);
  padding: clamp(10px, 1.1vw, 14px) clamp(16px, 2vw, 24px);
  border-radius: 0 22px 22px 0;
  color: rgba(17, 24, 39, 0.92);
  font-size: clamp(0.82rem, 0.98vw, 1.02rem);
  line-height: 1.35;
  letter-spacing: 0.01em;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 1px 0 0 rgba(255, 255, 255, 0.18),
    inset -1px 0 0 rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
/* hb */

/* Quote Section Styles */
.quote-section {
  margin-bottom: 40px;
}

.quote-card {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  padding: 18px 20px 20px;
  position: relative;
  overflow: hidden;
  color: var(--text-main);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote-side-image {
  margin: 8px 0 16px;
  border-radius: var(--radius-lg);
  min-height: 260px;
  box-shadow: var(--shadow-subtle);
  background: transparent;
  border: 0;
}

.quote-card-wide {
  padding-top: 16px;
}

.quote-wide-image {
  border-radius: 10px;
  min-height: 260px;
  margin-bottom: 12px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: transparent;
}

.quote-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-soft);
}

.quote-text {
  font-size: 18px;
  line-height: 1.6;
  margin: 4px 0 6px;
}

.quote-meta {
  font-size: 13px;
  color: var(--text-muted);
}

#dynamic-brand-work {
  width: min(96vw, 1680px);
  max-width: none;
  margin-left: calc(50% - min(48vw, 840px));
  margin-right: calc(50% - min(48vw, 840px));
}

#dynamic-brand-work .quote-card {
  padding: 18px clamp(18px, 2.2vw, 34px) 24px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

#dynamic-brand-work .quote-label {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-text-primary);
  text-transform: none;
}

#dynamic-brand-work .quote-text {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--color-text-primary);
}

#dynamic-brand-work .quote-em {
  color: var(--color-text-primary);
  font-weight: 800;
}

#dynamic-brand-work .quote-card .panel-cta-row {
  margin-top: 1rem;
  justify-content: center;
}

#dynamic-brand-work .quote-card .quote-wide-image {
  margin-bottom: 0.5rem;
}

/* CTA Section Styles */
.cta-section {
  margin-top: 84px;
  padding: 22px 24px 20px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    radial-gradient(115% 80% at 74% 108%, rgba(255, 60, 208, 0.28) 0%, rgba(255, 60, 208, 0.14) 28%, rgba(32, 124, 250, 0.16) 58%, rgba(123, 92, 255, 0.12) 78%, rgba(255, 255, 255, 0) 100%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.58) 0%, rgba(244, 248, 255, 0.42) 48%, rgba(243, 238, 255, 0.34) 100%);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  color: #ffffff;
  position: relative;
  overflow: visible;
}

@media (max-width: 720px) {
  .cta-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-figure {
    width: 180px;
    align-self: center;
  }
}

.cta-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
  max-width: 560px;
}

.cta-text {
  max-width: 460px;
}

.cta-title {
  font-size: 28px;
  line-height: 33.6px;
  font-weight: 800;
  margin: 0 0 4px;
  color: #1e293b;
}

.cta-body {
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  color: rgba(30, 41, 59, 0.84);
}

.cta-button {
  border-radius: 14px;
  border: none;
  padding: 12px 26px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(140deg, #ff3cd0 0%, #207cfa 64%, #7b5cff 100%);
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.28);
}

.cta-figure {
  position: relative;
  width: 320px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: visible;
}

.cta-figure-inner {
  position: absolute;
  right: -30px;
  bottom: -24px;
  top: -80px;
  width: 320px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.cta-figure-img {
  position: absolute;
  right: -16px;
  bottom: -10px;
  top: -58px;
  width: min(340px, 42vw);
  object-fit: contain;
  pointer-events: none;
}

.cta-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #ffffff 0, #ff2e9f 35%, #4f46e5 85%);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.panel-cta-row {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  order: 4;
}

.panel-cta-button {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 14px 30px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.5));
  color: #0f172a;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  transition: all 0.2s ease-in-out;
  backdrop-filter: blur(4px);
  min-height: auto;
}

.panel-cta-button:hover {
  background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.7));
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}

/* Fashion Grid Styles */
.fashion-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  grid-column: 1 / -1;
}

.fashion-tile {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.16);
}

.fashion-tile.span-2 {
  grid-column: span 2;
}

.fashion-tile.tall {
  grid-row: span 2;
  aspect-ratio: 2 / 3;
}

.fashion-tile-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.4;
  color: var(--text-main);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0));
}

.fashion-grid.strasse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0 1rem;
}

@media (min-width: 769px) {
  .fashion-grid.strasse-grid {
    padding: 0;
  }
}

/* Case Section Styles */
.case-grid {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 40px;
}

.case-section {
  padding: 16px 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 880px) {
  .case-section {
    grid-template-columns: minmax(0, 1fr);
  }
}

.case-section-header {
  display: block;
  margin-bottom: 16px;
}

.case-number-wrapper {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  height: 56px;
  padding: 0 16px;
  border-radius: 14px;
  line-height: 1;
  box-shadow: none;
  background-color: var(--color-blue);
  color: var(--color-text-light);
  font-family: var(--font-primary);
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: var(--space-m);
}

@media (max-width: 880px) {
  .case-section-header {
    gap: 14px;
  }
  .case-number-wrapper {
    min-width: 52px;
    height: 52px;
    padding: 0 14px;
    border-radius: 14px;
  }
}

.case-section-title {
  display: block;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 800;
  color: var(--color-text-primary);
  margin: 0;
  position: relative;
  padding-bottom: 0;
}

.case-section-title::after {
  display: none;
}

.case-section-text p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0 0 12px;
}

.case-section-image {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Consolidated image container styles for visual consistency */
.projects-grid-section img,
.case-grid img,
.k3-wrap img,
.quote-section img,
header.case-hero img,
.case-section-image-main,
.case-section-image-tile,
.hero-image,
.k3-wrap .k3-media,
.quote-wide-image,
.k3-wrap .k3-hero,
.cta-section,
.quote-card {
  border-radius: 0;
}

.case-grid img,
.case-grid video,
.k3-wrap img,
.k3-wrap video,
.quote-section img,
header.case-hero img {
  filter: saturate(0.78);
}

.case-section-image-main,
.case-section-image-tile,
.quote-side-image,
.quote-wide-image,
.bridge-image {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.case-section-image-main {
  min-height: 260px;
  border-radius: var(--radius-lg);
}

.case-section-image-tile {
  min-height: 170px;
  border-radius: var(--radius-lg);
}

.case-section-image-caption {
  align-self: stretch;
  margin-top: 0;
  border-radius: 0;
  background: rgba(14, 23, 37, 0.7);
  border: 0;
  color: rgba(241, 245, 249, 0.95);
  padding: clamp(10px, 1.25vw, 16px) clamp(14px, 1.8vw, 22px);
  font-size: clamp(0.88rem, 1.02vw, 1.1rem);
  line-height: 1.4;
}

@media (min-width: 881px) {
  #teilprojekt-lernplattform .k3-hero, /* Shooting */
  #arbeit-geht-los .case-section-image, /* Vom Konzept auf die StraÃŸe */
  #teilprojekt-launch .k3-hero, /* Launch & Rollout */
  #status-quo .case-section-image, /* Status quo vor der HaustÃ¼r */
  #anspruchsgruppen .case-section-image, /* Perspektiven der Anspruchsgruppen */
  #brand-system .case-section-image, /* Vertiefung & Umsetzung */
  #teilprojekt-kleidung .k3-hero, /* Kleidung & IdentitÃ¤t */
  #wirkung .case-section-image /* Wirkung im Alltag */ {
    margin-top: clamp(80px, 10vw, 130px);
    align-self: flex-start;
  }
}

@media (max-width: 880px) {
  #teilprojekt-lernplattform .k3-hero,
  #arbeit-geht-los .case-section-image,
  #teilprojekt-launch .k3-hero,
  #status-quo .case-section-image,
  #anspruchsgruppen .case-section-image,
  #brand-system .case-section-image,
  #teilprojekt-kleidung .k3-hero,
  #wirkung .case-section-image {
    margin-top: 24px;
    align-self: flex-start;
  }
}

/* Bridge Section Styles (Data Flow) */
.bridge-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bridge-headline {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--text-main);
}

.bridge-row {
  display: grid;
  grid-template-columns: minmax(0, 2.3fr) auto minmax(0, 2.3fr);
  gap: 16px;
  align-items: center;
}

.bridge-image {
  border-radius: var(--radius-lg);
  min-height: 200px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.bridge-symbol {
  font-size: 12px;
  color: var(--text-soft);
  text-align: center;
  padding: 10px 8px;
  border-radius: 999px;
  border: 1px dashed rgba(148, 163, 184, 0.8);
  background: rgba(255, 255, 255, 0.9);
}

.bridge-symbol.dataflow-loop {
  min-width: 132px;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(125, 125, 255, 0.3);
  background: linear-gradient(90deg, rgba(32, 124, 250, 0.22), rgba(226, 0, 116, 0.22));
  position: relative;
  overflow: hidden;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(255, 60, 208, 0.6), 0 0 15px rgba(32, 124, 250, 0.6);
  z-index: 2;
}

.bridge-symbol.dataflow-loop::before,
.bridge-symbol.dataflow-loop::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 42%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(32, 124, 250, 0.9), rgba(226, 0, 116, 0.95));
  filter: drop-shadow(0 0 8px rgba(226, 0, 116, 0.55));
  animation: dataFlow 1.8s linear infinite;
}

.bridge-symbol.dataflow-loop::after {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95) 0%, rgba(226, 0, 116, 0.9) 38%, rgba(32, 124, 250, 0.88) 100%);
  animation: dataParticle 1.8s linear infinite;
}

/* K3 Wrap (Slider) Styles */
.k3-wrap {
  width: 100%;
  max-width: 1440px;
  margin: 90px auto;
  padding: 0 24px;
}

.k3-wrap .k3-roof {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: flex-start;
  margin-bottom: 22px;
  overflow: visible;
}

@media (min-width: 1024px) {
  .k3-wrap .k3-roof {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 56px;
    margin-bottom: 26px;
  }
}

.k3-wrap .k3-title {
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.92;
  color: #26313f;
  margin: 14px 0 18px;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (max-width: 520px) {
  .k3-wrap .k3-title {
    font-size: clamp(2rem, 9vw, 3.2rem);
  }
}

.k3-wrap .k3-lead {
  color: rgba(61, 70, 84, 0.78);
  font-size: clamp(1.05rem, 1.25vw, 1.25rem);
  line-height: 1.65;
  max-width: 62ch;
}

.k3-wrap .k3-hero {
  height: auto;
  max-height: none;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.k3-wrap .k3-hero img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: contain;
  object-position: center;
  transform: none;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.case-section.k3-section-head .case-section-header .case-number-wrapper {
  background-color: #207cfa;
  color: #fff;
  box-shadow: none;
}

.case-section.k3-section-head .case-section-title {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #3D4654;
}

.case-section.k3-section-head .case-section-text {
  font-size: 1.03rem;
  line-height: 1.68;
  color: #334155;
}

/* Specific Overrides & Utilities */
.k3-wrap .k3-roof,
.k3-wrap .k3-roof > div {
  overflow: visible;
}

.case-gradient-wrapper {
  position: relative;
  isolation: isolate;
}

.case-gradient-wrapper::before {
  display: none;
}

/* Namespacer _hb: Spacer sichtbar halten, aber zentral Ã¼ber CSS-Variablen steuerbar */
.named-spacer-260215-01 {
  position: relative;
  display: block;
  width: 100%;
  min-height: clamp(28px, 4vw, 56px);
  margin: 0;
  border: 1px dashed rgba(32, 124, 250, 0.35);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(32, 124, 250, 0.06), rgba(32, 124, 250, 0.02));
  visibility: var(--namespacer-visibility);
  opacity: var(--namespacer-opacity);
}

/* Namespacer _hb: Name mittig anzeigen, solange Sichtbarkeit aktiv ist */
.named-spacer-260215-01::before {
  content: attr(data-name);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: clamp(0.72rem, 0.9vw, 0.84rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(30, 41, 59, 0.72);
  pointer-events: none;
}

/* Specific image container adjustments */
#anspruchsgruppen .case-section-image-dual {
  display: grid;
  gap: 20px;
}

#anspruchsgruppen .case-section-image-tile:first-child {
  max-width: min(78%, 360px);
}

#anspruchsgruppen .case-section-image-tile:first-child .aspect-\[3\/4\] {
  aspect-ratio: 4 / 5;
}

#anspruchsgruppen .case-section-image-dual .case-section-image-tile {
  max-width: 100%;
}

#anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) .overflow-hidden.aspect-\[3\/4\] {
  object-fit: cover;
  background-color: transparent;
}

#anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
  max-width: min(96%, 620px);
  align-self: flex-start;
}

#anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) .aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

/* Scroll Reveal (currently disabled) */
.reveal-on-scroll,
.reveal-on-scroll.reveal-left,
.reveal-on-scroll.reveal-right,
body.roadmap-theme-active .reveal-on-scroll.is-visible,
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .reveal-on-scroll.reveal-left,
  .reveal-on-scroll.reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.case-section {
  align-items: flex-start;
}

#brand-system .case-section-image-dual.case-section-image-dual--stack {
  gap: 28px;
}

#brand-system-bridge h3.text-5xl.lg\:text-6xl {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  #brand-system-bridge h3.text-5xl.lg\:text-6xl {
    padding-left: 0;
    padding-right: 0;
  }
}

#section-260215-05 .relative.w-full.aspect-video {
  aspect-ratio: 16/9;
  min-height: 400px;
}

@media (min-width: 769px) {
  #section-260215-05 .relative.w-full.aspect-video {
    min-height: 450px;
    aspect-ratio: 2.5 / 1;
    max-height: 500px;
  }
}

/* _hb: keep image fully visible (no crop) in Ausgangspunkt section */
#section-260215-05 #section-260215-04-image {
  object-fit: contain;
  object-position: center;
}

#section-260215-05 .section-260215-04-quote-container {
  bottom: clamp(1rem, 2vw, 1.5rem);
  right: clamp(1rem, 2vw, 1.5rem);
  max-width: 400px;
}

@media (max-width: 768px) {
  #section-260215-05 .section-260215-04-quote-container {
    margin-top: 1rem;
    bottom: auto;
    right: auto;
    left: auto;
    padding: 0 1rem;
  }

  #section-260215-05 .relative.w-full.aspect-video {
    aspect-ratio: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
}

@media (min-width: 769px) {
  /* _hb: keep quote card area wide enough so text is not clipped */
  .section-260215-04-quote-container {
    position: absolute;
    inset: auto;
    left: clamp(1rem, 2vw, 3rem);
    right: auto;
    bottom: 0;
    width: min(92%, 680px);
    max-width: 680px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1.5rem 1rem;
    z-index: 10;
  }

  .section-260215-02-quote-style {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 1.2rem 2.5rem;
    width: 100%;	
    max-width: 680px;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    text-align: left;
  }
}

.section-260215-02-quote-style {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  padding: 1.8rem 3rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  color: var(--color-text-primary);
  font-family: var(--font-primary);
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.6;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
  .section-260215-02-quote-style {
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    max-width: 90%;
    padding: 1.2rem 1.8rem;
    border-radius: 1.25rem;
    font-size: 1.05rem;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .section-260215-04-quote-container {
    position: static;
    padding: 0 1rem;
    width: 100%;
    margin-top: 0;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
  }

  #section-260215-02 {
    position: static;
    inset: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .hide-on-mobile {
    display: none;
  }

  #section-260215-05-bridge-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0 1rem;
  }

  #section-260215-05-bridge-stack .bridge-image {
    width: 100%;
    margin: 0;
    height: auto;
    min-height: auto;
  }

  #section-260215-05-bridge-stack .bridge-symbol {
    width: auto;
    max-width: calc(100% - 10px);
    margin: 0 auto;
    align-self: center;
    display: inline-flex;
    justify-content: center;
    order: 2;
    height: auto;
    min-height: auto;
  }

  #section-260215-05-bridge-stack .bridge-image:first-child {
    order: 1;
  }

  #section-260215-05-bridge-stack .bridge-image:last-child {
    order: 3;
  }
}

#section-260215-05-spacer {
  margin-top: clamp(60px, 8vw, 100px);
  margin-bottom: clamp(60px, 8vw, 100px);
}

#section-260215-05-bridge-stack .bridge-image > div {
  aspect-ratio: 16/9;
  border-radius: 6px;
}

#section-260215-05-bridge-stack .bridge-image img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

#section-260215-05-bridge-stack {
  gap: 2rem;
}

/* Footer styles (assuming shared with main CSS if not explicitly defined here) */
footer {
  padding-top: 32px;
  font-size: 11px;
  color: var(--text-soft);
  text-align: left;
}

#arbeit-geht-los.case-section.k3-section-head {
  padding-left: clamp(1rem, 2vw, 1.5rem);
  padding-right: clamp(1rem, 2vw, 1.5rem);
}

#arbeit-geht-los .case-section-image-main,
#arbeit-geht-los .fashion-grid.strasse-grid {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Fix fuer Abschnitt Ausgangspunkt: geringere Bildhoehe wie im Test-Stand */
@media (min-width: 769px) {
  #section-260215-05 .relative.w-full.aspect-video {
    aspect-ratio: 2.5 / 1;
    min-height: 350px;
    max-height: 500px;
  }
}

/* Consolidated from style3.strict.css */
/* W-C-I 2026-02-15 */
/* style3.css – bereinigte Ergänzungen/Overrides zu style2.css */

/* CI 260219-01: Section spacing and bridge overlap refinements */
@media (min-width: 881px) {
  #status-quo.case-section {
    gap: clamp(40px, 5vw, 84px);
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.15fr);
  }

  #status-quo .case-section-text {
    max-width: 62ch;
  }

  #status-quo .case-section-image,
  #anspruchsgruppen .case-section-image {
    /* Bildabstand _hb: oberen Bildabstand in beiden Sektionen deutlich erhöht */
    margin-top: clamp(30px, 3.6vw, 2px);
    align-self: flex-start;
  }

  /* Bildabstand _hb: vorhandenen Abstand in "Vertiefung & Umsetzung" auf das Dreifache angehoben */
  #brand-system .case-section-image {
    margin-top: clamp(66px, 6.6vw, 120px);
    align-self: flex-start;
  }

  #anspruchsgruppen.case-section {
    gap: clamp(40px, 5vw, 84px);
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.15fr);
  }

  #brand-system.case-section {
    gap: clamp(42px, 5vw, 88px);
    grid-template-columns: minmax(0, 3fr) minmax(0, 2.2fr);
  }

  #brand-system .case-section-text {
    max-width: 62ch;
  }

  /* brandspace _hb: mehr Raum um die Brand-System-Sektion, damit unten nichts überlappt */
  #brand-system-bridge {
    padding-top: clamp(8px, 1.1vw, 16px);
    padding-bottom: clamp(28px, 3.4vw, 56px);
  }

  #section-260215-05-bridge-stack {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: clamp(320px, 36vw, 520px);
    gap: 0;
    padding: clamp(10px, 1.2vw, 18px) 0;
    overflow: visible;
    margin-bottom: clamp(26px, 3vw, 48px);
  }

  #section-260215-05-bridge-stack .bridge-image {
    width: min(52%, 760px);
    position: relative;
  }

  #section-260215-05-bridge-stack .bridge-image:first-child {
    margin-right: clamp(-110px, -8vw, -56px);
    z-index: 1;
  }

  #section-260215-05-bridge-stack .bridge-image:last-child {
    margin-left: clamp(-110px, -8vw, -56px);
    z-index: 2;
  }

  #section-260215-05-bridge-stack .bridge-symbol.dataflow-loop {
    position: absolute;
    left: calc(50% - 150px);
    top: calc(50% + 150px);
    transform: translate(-50%, -50%);
    z-index: 3;
    min-width: clamp(130px, 12vw, 180px);
  }
}

@media (max-width: 880px) {
  /* brandspace _hb: auf kleineren Viewports ebenfalls sauberen Abstand sichern */
  #brand-system-bridge {
    padding-top: clamp(6px, 1.6vw, 12px);
    padding-bottom: clamp(18px, 4.6vw, 32px);
  }

  #section-260215-05-bridge-stack {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.25rem;
  }

  #section-260215-05-bridge-stack .bridge-image,
  #section-260215-05-bridge-stack .bridge-symbol {
    width: 100%;
    margin: 0;
  }

  #section-260215-05-bridge-stack .bridge-symbol.dataflow-loop {
    position: static;
    transform: none;
    align-self: center;
  }

  /* Bildabstand _hb: mobil den oberen Abstand für Vertiefung & Umsetzung ebenfalls klar erhöht */
  #brand-system .case-section-image {
    margin-top: 42px;
  }
}

/* CI 260220-01/02: visual tuning */
.hero-text::before {
  inset: auto -22% -24% -22%;
  height: 66%;
  opacity: 0.34;
  filter: blur(22px);
}

.case-section-title,
.case-section.k3-section-head .case-section-title,
#brand-system-bridge > h3,
.k3-wrap .k3-title,
.cta-title {
  color: #26313f;
  letter-spacing: -0.05em;
}

.case-section-title,
.case-section.k3-section-head .case-section-title,
#brand-system-bridge > h3,
.cta-title {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.92;
  font-weight: 900;
}

.featured-case-top {
  margin: 0 0 14px;
  font-size: 0.86rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: #6b7280;
}

/* Glass Case _hb: Label "Feature Case" klarer als Glas-Pill ausprägen und Typo sichtbar verkleinern */
h2.feature-pill-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: clamp(6px, 0.65vw, 9px) clamp(12px, 1.15vw, 18px);
  border-radius: 999px;
  font-size: clamp(0.78rem, 1.35vw, 1rem);
  color: rgba(44, 58, 78, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.2));
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68), 0 10px 22px rgba(100, 116, 139, 0.14);
}

.hero-label,
.hero-label-dot,
.hero-cta-secondary {
  display: none;
}

.hero-meta {
  gap: 8px 10px;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  border: 0;
  background: transparent;
}

.hero-meta span:not(:last-child)::after {
  content: "|";
  margin-left: 8px;
  margin-right: 2px;
  color: #7a8393;
  font-weight: 500;
}

.hero-subtitle,
.case-section-text p,
.k3-wrap .k3-lead,
#dynamic-brand-work .quote-text,
.cta-body {
  font-size: 18px;
  line-height: 1.58;
}

.projects-grid-section > .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-12 > div:nth-child(2) {
  min-height: 100%;
}

.projects-grid-section > .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-12 > div:nth-child(2) .space-y-3,
.projects-grid-section > .grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-12 > div:nth-child(2) .space-y-3 > div {
  width: 100%;
}

@media (min-width: 1024px) {
  #status-quo .case-section-image-main {
    transform: translateX(-30px);
  }


  #anspruchsgruppen.case-section {
    gap: clamp(52px, 6vw, 96px);
    align-items: start;
  }

  /* pic_control _hb: Bildbereich Anspruchsgruppen stabilisieren, ohne Ausbrechen */
  #anspruchsgruppen .case-section-image-dual {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(12px, 1.6vw, 20px);
    min-height: 0;
    padding-top: 0;
  }

  /* Bildabstand _hb: Bildkacheln in "Perspektiven der Anspruchsgruppen" proportional verkleinern (~30%) */
  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:first-child,
  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
    width: auto;
    max-width: 70%;
    margin: 0;
    position: static;
    left: auto;
    bottom: auto;
  }

  #section-260215-05-bridge-stack .bridge-image:first-child {
    transform: translate(-1%, -18%);
  }

  /* Bildüberlagerung _hb: unteres Bild deutlich weiter nach unten, Schnittmenge sichtbar reduziert */
  #section-260215-05-bridge-stack .bridge-image:last-child {
    transform: translate(1%, 8%);
  }

  #section-260215-05-bridge-stack .bridge-symbol.dataflow-loop {
    min-width: clamp(170px, 15vw, 260px);
    letter-spacing: 0.03em;
    animation: dataFlowPulse 2.4s ease-in-out infinite;
  }

  #arbeit-geht-los.case-section,
  #wirkung.case-section {
    gap: clamp(52px, 6vw, 100px);
  }

  #arbeit-geht-los .fashion-grid.strasse-grid {
    width: min(74%, 920px);
    margin: 26px auto 0;
    gap: clamp(14px, 1.6vw, 24px);
  }

  #arbeit-geht-los .fashion-grid.strasse-grid .fashion-tile {
    max-width: min(43vw, 420px);
    margin: 0 auto;
  }

  #dynamic-brand-work .quote-card {
    display: grid;
    gap: 12px;
  }

  #dynamic-brand-work .quote-card .quote-label {
    order: 1;
    margin-bottom: 4px;
  }

  #dynamic-brand-work .quote-card .quote-wide-image {
    order: 2;
    position: relative;
    display: block;
    overflow: visible;
  }

  #dynamic-brand-work .quote-card .panel-cta-row {
    order: 4;
    margin-top: 2px;
    justify-content: center;
  }

  .panel-cta-button {
    border-color: rgba(236, 72, 153, 0.24);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.94));
  }

  .cta-section {
    overflow: visible;
  }

  .cta-figure {
    align-self: end;
    margin-top: 0;
    transform: translateY(-78px);
    pointer-events: none;
  }

  .cta-figure-img {
    object-position: center bottom;
    max-height: clamp(320px, 28vw, 460px);
  }
}

@media (max-width: 1023px) {
  #status-quo .case-section-image-main {
    transform: none;
  }

  /* Bildabstand _hb: mobil oberen Bildabstand in den betroffenen Sektionen deutlich erhöhen */
  #status-quo .case-section-image,
  #anspruchsgruppen .case-section-image,
  #brand-system .case-section-image {
    margin-top: 30px;
  }

  .fashion-grid,
  .fashion-grid.strasse-grid,
  .fashion-grid.alltag-grid,
  #anspruchsgruppen .case-section-image-dual {
    grid-template-columns: 1fr;
  }

  #anspruchsgruppen .case-section-image-dual {
    display: grid;
    gap: 12px;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile,
  .fashion-grid .fashion-tile,
  .fashion-grid.strasse-grid .fashion-tile,
  .fashion-grid.alltag-grid .fashion-tile,
  #dynamic-brand-work .quote-wide-image {
    position: static;
    width: 100%;
    max-width: 100%;
  }

  #section-260215-05-bridge-stack .bridge-symbol.dataflow-loop {
    min-width: 160px;
    animation: dataFlowPulse 2.4s ease-in-out infinite;
  }

  #arbeit-geht-los .fashion-grid.strasse-grid {
    width: 100%;
    gap: 12px;
  }

  #dynamic-brand-work .quote-card {
    padding-left: 5px;
    padding-right: 5px;
  }

  #dynamic-brand-work .quote-card .quote-wide-image {
    position: relative;
    min-height: clamp(220px, 52vw, 320px);
    overflow: hidden;
  }

  #dynamic-brand-work .quote-card .quote-wide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 44% center;
  }

  #dynamic-brand-work .quote-text-overlay {
    position: static;
    max-width: 100%;
    margin-top: 10px;
    padding: 4px 2px;
    border: 0;
    background: transparent;
  }

  .cta-figure {
    transform: translateY(0);
  }
}

@media (max-width: 880px) {
  #section-260215-04-image {
    object-position: 15% center;
  }

  .section-260215-04-quote-container {
    inset-inline: 0;
    width: 100%;
    padding: 0.4rem 5px 0.8rem;
  }

  .section-260215-02-quote-style {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.8rem 0.85rem;
    box-sizing: border-box;
    line-height: 1.45;
    border: 1px solid rgba(148, 163, 184, 0.34);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) .overflow-hidden,
  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) .overflow-hidden img {
    width: 100%;
  }

  #dynamic-brand-work {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow-x: clip;
  }

  #dynamic-brand-work .quote-card {
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  #dynamic-brand-work .quote-card .quote-label {
    margin-bottom: 0;
  }

  #dynamic-brand-work .quote-card .quote-wide-image {
    order: 2;
    position: relative;
    display: block;
    overflow: visible;
    min-height: 0;
    margin-bottom: 0;
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }

  #dynamic-brand-work .quote-card .quote-wide-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 46% center;
  }

  #dynamic-brand-work .quote-text-overlay {
    max-width: 100%;
    margin-top: 8px;
    padding: 0 2px;
  }

  #dynamic-brand-work .panel-cta-button {
    width: 100%;
    white-space: normal;
  }

  #dynamic-brand-work .quote-text {
    max-width: 100%;
  }

  .projects-grid-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .projects-grid-section .case-section-image-main,
  .projects-grid-section .case-section-image-dual,
  .projects-grid-section .quote-wide-image,
  .projects-grid-section .k3-hero,
  .projects-grid-section .fashion-grid,
  .projects-grid-section .fashion-grid .fashion-tile {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
  }

  /* Glass Case _hb: mobil ebenfalls kleineres Label mit klarer Glaswirkung */
  h2.feature-pill-title {
    font-size: clamp(0.72rem, 3.1vw, 0.88rem);
    padding: clamp(4px, 1.1vw, 7px) clamp(9px, 2.1vw, 12px);
  }

  .hero-meta {
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .hero-meta span:not(:last-child)::after {
    margin-left: 6px;
  }
}

/* CI 260220-03 / 260221-xx: finishing passes */
.case-section-image-main,
.case-section-image-tile,
.case-section-image-dual .overflow-hidden,
#section-260215-05-bridge-stack .bridge-image > div,
#section-260215-05-bridge-stack .bridge-image img,
.quote-wide-image,
.k3-wrap .k3-media,
.k3-wrap .k3-hero,
.fashion-tile,
.hero-image-inner,
.cta-section,
.quote-card {
  border-radius: 4px;
}

#section-260215-05-bridge-stack .bridge-image > div,
#section-260215-05-bridge-stack .bridge-image img {
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.14), 0 2px 6px rgba(15, 23, 42, 0.08);
}

@keyframes dataFlowPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 rgba(236, 72, 153, 0.35), 0 0 0 rgba(59, 130, 246, 0.25);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 18px rgba(236, 72, 153, 0.48), 0 0 30px rgba(59, 130, 246, 0.32);
  }
}

/* dynamic-brand-work final hard reset v011 */
#dynamic-brand-work {
  overflow-x: clip;
}

/* Glass Panel _hb: Überschrift, Bild und Textpanel bündig links zur Section ausrichten */
#dynamic-brand-work > .quote-card.quote-card-wide {
  display: flex;
  flex-direction: column;
  gap: clamp(1.1rem, 2vw, 1.75rem);
  width: min(100%, 1280px);
  margin: 0;
  padding-inline: 0;
}

#dynamic-brand-work > .quote-card.quote-card-wide > .quote-label {
  order: 1;
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
  align-self: flex-start;
  /* dynamisch_hb: gleiche Typo-Logik wie die anderen Sektionsüberschriften */
  color: #26313f;
  letter-spacing: -0.05em;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.92;
  font-weight: 900;
  text-transform: none;
}

#dynamic-brand-work > .quote-card.quote-card-wide > .quote-wide-image {
  order: 2;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  position: static;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: auto;
}

#dynamic-brand-work > .quote-card.quote-card-wide > .quote-wide-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: center center;
  transform: none;
}

/* Glass Panel _hb: Panel-Inhalte linksbündig als vertikale Gruppe führen */
#dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel {
  order: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(0.8rem, 1.4vw, 1.1rem);
  align-items: start;
  justify-items: start;
  width: 100%;
  margin: 0;
  padding: 0;
  position: static;
}

/* Glass Panel _hb: Textfeld als kompaktes Glassmorphism-Panel mit responsiver Breite */
#dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel > .quote-text-overlay {
  display: block;
  width: 100%;
  max-width: clamp(33rem, 50vw, 52rem);
  margin: 0;
  position: static;
  padding: clamp(0.95rem, 1.4vw, 1.35rem) clamp(1rem, 1.6vw, 1.6rem);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.16));
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 18px 34px rgba(15, 23, 42, 0.14);
}

#dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel > .panel-cta-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  width: auto;
}

/* Glass Panel _hb: CI-Farbverlauf bewusst entschärfen, damit der Button ruhiger integriert wirkt */
#dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel > .panel-cta-row > .panel-cta-button {
  margin: 0;
  white-space: normal;
  color: #1f2937;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: linear-gradient(105deg, rgba(244, 114, 182, 0.28) 0%, rgba(216, 180, 254, 0.26) 38%, rgba(147, 197, 253, 0.3) 100%);
  box-shadow: 0 10px 20px rgba(100, 116, 139, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

@media (max-width: 767px) {
  /* Glass Panel _hb: mobil ebenfalls linksbündig ohne zusätzliche Einrückung */
  #dynamic-brand-work > .quote-card.quote-card-wide {
    gap: clamp(0.85rem, 3vw, 1.2rem);
    padding-inline: 0;
  }

  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-label {
    margin-bottom: 0;
  }

  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-wide-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-wide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 22% center;
  }

  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.9rem;
  }

  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel > .quote-text-overlay,
  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel > .panel-cta-row,
  #dynamic-brand-work > .quote-card.quote-card-wide > .quote-feature-panel > .panel-cta-row > .panel-cta-button {
    width: 100%;
    max-width: none;
  }
}

/* Consolidated from style3.strict.dynamic-panel-ref.css */
/* Reference-only styles for the isolated Brand Panel section in projekte_strict_ref.html */
/* HB _BrandPanel_03: Die Spacer direkt vor und nach der Section bekommen mehr
   Raum, damit die Bildbuehne unten und oben nicht zu knapp an den Nachbarsektionen sitzt. */
.named-spacer-260215-01[data-name="Hannah"],
.named-spacer-260215-01[data-name="Emilia"] {
  min-height: clamp(56px, 8vw, 112px);
}

#dynamic-brand-work-ref {
  width: 100%;
  margin: 0;
  overflow: visible;
}

#dynamic-brand-work-ref .dynamic-panel-shell {
  display: grid;
  width: 100%;
  gap: clamp(1.15rem, 2vw, 1.75rem);
}

#dynamic-brand-work-ref .dynamic-panel-heading {
  width: 100%;
  /* HB _BrandPanel_03: Die Ueberschrift wird als eigener Kopf mittig gefuehrt,
     damit die Section ruhiger und eindeutiger aufgebaut ist. */
  text-align: center;
}

#dynamic-brand-work-ref .dynamic-panel-title {
  margin: 0;
  color: #26313f;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 900;
  max-width: 18ch;
  margin-inline: auto;
}

#dynamic-brand-work-ref .dynamic-panel-title-em,
#dynamic-brand-work-ref .dynamic-panel-copy-em,
#dynamic-brand-work-ref .quote-em {
  font-weight: 800;
}

#dynamic-brand-work-ref .dynamic-panel-visual-frame {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 248, 255, 0.88)),
    radial-gradient(circle at top left, rgba(255, 46, 159, 0.08), transparent 42%),
    radial-gradient(circle at top right, rgba(32, 124, 250, 0.1), transparent 44%);
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
  /* HB _BrandPanel_03: Oben und unten deutlich weniger Innenraum, seitlich
     bleibt der Ausbruch stabil. So wirkt das Bild groesser, ohne die Full-Bleed-
     Logik neu aufzubauen. */
  padding: clamp(0.35rem, 0.9vw, 0.7rem) clamp(1rem, 3vw, 2.4rem);
}

#dynamic-brand-work-ref .dynamic-panel-visual-stage {
  margin: 0;
  min-height: clamp(260px, 31vw, 480px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.42), rgba(235, 241, 255, 0.14) 70%, rgba(226, 232, 240, 0.04) 100%);
}

#dynamic-brand-work-ref .dynamic-panel-visual-image {
  display: block;
  width: min(96vw, 1960px);
  max-width: none;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

#dynamic-brand-work-ref .dynamic-panel-detail-card {
  width: min(100%, 860px);
  display: grid;
  gap: 1rem;
  /* HB _BrandPanel_03: Der Textkasten sitzt als zentrierter Abschluss unter der
     Buehne und nicht mehr linkslastig im Sectionfluss. */
  margin-inline: auto;
  padding: clamp(1rem, 1.8vw, 1.45rem) clamp(1.05rem, 1.8vw, 1.6rem);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(132deg, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 18px 34px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

#dynamic-brand-work-ref .dynamic-panel-copy {
  margin: 0;
  /* HB _BrandPanel_02: Copy an die groessere Leselogik der Seite angleichen,
     ohne die Referenzsektion typografisch aus dem System kippen zu lassen. */
  font-size: clamp(1.08rem, 0.98rem + 0.28vw, 1.22rem);
  line-height: 1.66;
  color: #334155;
}

#dynamic-brand-work-ref .dynamic-panel-actions {
  display: flex;
  justify-content: center;
  /* HB _BrandPanel_02: Der CTA braucht mehr Trennung vom Fliesstext, vor allem
     nach oben, damit er wieder als eigener Abschluss lesbar wird. */
  margin-top: clamp(0.8rem, 1.8vw, 1.35rem);
  margin-bottom: 0.3rem;
}

#dynamic-brand-work-ref .dynamic-panel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.3rem;
  border-radius: 16px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  background: linear-gradient(105deg, rgba(244, 114, 182, 0.28) 0%, rgba(216, 180, 254, 0.26) 38%, rgba(147, 197, 253, 0.3) 100%);
  color: #1f2937;
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(100, 116, 139, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.56);
}

@media (max-width: 767px) {
  #dynamic-brand-work-ref .dynamic-panel-shell {
    gap: 1rem;
  }

  #dynamic-brand-work-ref .dynamic-panel-visual-frame {
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0.45rem 0.75rem;
  }

  #dynamic-brand-work-ref .dynamic-panel-visual-stage {
    min-height: clamp(200px, 56vw, 320px);
  }

  /* HB _BrandPanel_04: Mobil wird kein vollstaendiges Gesamtmotiv mehr
     eingepasst, sondern ein grosser mittiger Ausschnitt gezeigt. */
  #dynamic-brand-work-ref .dynamic-panel-visual-stage {
    overflow: hidden;
  }

  #dynamic-brand-work-ref .dynamic-panel-detail-card {
    width: 100%;
    border-radius: 20px;
  }

  #dynamic-brand-work-ref .dynamic-panel-visual-image {
    width: 100%;
    height: 100%;
    min-height: clamp(200px, 56vw, 320px);
    object-fit: cover;
    object-position: center center;
  }

  #dynamic-brand-work-ref .dynamic-panel-button {
    width: 100%;
  }
}

/* Consolidated from style4.strict.responsive-ref.css */
/* HB _Responsivitaet_01: Referenz-Overrides nur fuer Projekte-Feinschliff.
   Diese Datei entkoppelt die Korrekturen von den bestehenden Haupt-CSS-Dateien. */

/* HB _Seitenverlauf_01: Die Projekte-Seite nutzt weiterhin nur den vorhandenen
   globalen Body-Verlauf. Er wird hier eigenstaendig kraeftiger gefasst, ohne
   einen zweiten Verlauf auf Wrapper oder einzelne Sections zu legen. */
body::before {
  background:
    /* HB _Seitenverlauf_06: Rueckbau auf die gewohnte Cyan-Pink-Magenta-Welt
       ohne warme Orange-/Gelbtoene und ohne dekorative Zusatzflecken. */
    radial-gradient(46% 32% at 24% 8%, rgba(84, 78, 255, 0.46), rgba(84, 78, 255, 0) 72%),
    radial-gradient(28% 20% at 76% 10%, rgba(148, 239, 255, 0.34), rgba(148, 239, 255, 0) 74%),
    radial-gradient(54% 42% at 12% 24%, rgba(32, 124, 250, 0.82), rgba(32, 124, 250, 0) 70%),
    radial-gradient(48% 36% at 62% 28%, rgba(125, 50, 223, 0.38), rgba(125, 50, 223, 0) 72%),
    radial-gradient(58% 46% at 92% 14%, rgba(226, 0, 116, 0.78), rgba(226, 0, 116, 0) 72%),
    radial-gradient(42% 36% at 84% 72%, rgba(255, 75, 192, 0.48), rgba(255, 75, 192, 0) 72%),
    radial-gradient(50% 40% at 16% 88%, rgba(145, 187, 255, 0.48), rgba(145, 187, 255, 0) 74%),
    radial-gradient(36% 30% at 54% 88%, rgba(118, 86, 255, 0.36), rgba(118, 86, 255, 0) 74%),
    radial-gradient(30% 24% at 86% 92%, rgba(255, 164, 220, 0.28), rgba(255, 164, 220, 0) 76%),
    linear-gradient(
      180deg,
      rgba(220, 232, 255, 0.99) 0%,
      rgba(226, 237, 255, 0.95) 20%,
      rgba(224, 232, 255, 0.9) 40%,
      rgba(229, 221, 255, 0.86) 62%,
      rgba(239, 217, 248, 0.84) 82%,
      rgba(247, 218, 241, 0.82) 100%
    );
}

body.roadmap-theme-active::before {
  opacity: 1;
}

/* HB _Seitenverlauf_06: Grain/Noise wird wieder entfernt; die globale Flaeche
   soll fuer die Sliderbeurteilung ruhig und sauber bleiben. */
body::after {
  content: none;
}

body.roadmap-theme-active::after {
  opacity: 0;
}

/* HB _Responsivitaet_01: Der rechte Bildblock im Feature Case soll die Grid-Spalte
   wirklich ausnutzen, statt sich als schmaler Flex-Inhalt nach links zusammenzuziehen. */
header.case-hero .hero-image {
  min-width: 0;
}

header.case-hero .hero-image-inner {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
}

/* HB _Responsivitaet_01: Desktop-Hero der Unterseite deutlich flacher halten,
   Mobile bleibt unberuehrt. */
@media (min-width: 769px) {
  #projekte-hero-section.hero-section_3 {
    min-height: clamp(280px, 24vh, 380px);
    padding: clamp(56px, 5vw, 80px) 0 clamp(18px, 2vw, 28px);
  }
}

/* HB _Responsivitaet_01: Ausgangspunkt bekommt eine eindeutige Desktop-Logik.
   Das Zitat sitzt kontrolliert im Bildraum, wird breiter und dadurch niedriger,
   damit es oben nicht mehr abgeschnitten wird. */
@media (min-width: 769px) {
  #section-260215-05 .relative.w-full.aspect-video.md\:aspect-\[2\.5\/1\] {
    display: block;
    aspect-ratio: 2.5 / 1;
    min-height: clamp(360px, 32vw, 500px);
    max-height: none;
    overflow: hidden;
  }

  #section-260215-05 #section-260215-04-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  #section-260215-05 #section-260215-02.section-260215-04-quote-container {
    position: absolute;
    inset: auto auto clamp(24px, 3vw, 40px) clamp(24px, 4vw, 48px);
    width: min(46%, 560px);
    max-width: 560px;
    padding: 0;
    margin: 0;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 2;
  }

  #section-260215-05 .section-260215-02-quote-style {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(24px, 2vw, 30px) clamp(26px, 2.5vw, 34px);
    text-align: left;
    font-size: clamp(1.02rem, 1.35vw, 1.34rem);
    line-height: 1.58;
  }
}

/* HB _Responsivitaet_03: Fliesstext an die Index-Seite annaehern und in den
   Hauptsektionen lesbarer staffeln. */
.hero-subtitle,
.case-section-text p,
.k3-wrap .k3-lead,
.cta-body {
  font-size: clamp(1.08rem, 0.98rem + 0.28vw, 1.22rem);
  line-height: 1.66;
}

/* HB _Responsivitaet_03: Die freistehenden Zwischenziffern 3.1-3.3 sollen
   wie ruhige Marker funktionieren und nicht mehr wie kleine Buttons wirken. */
#teilprojekt-kleidung .case-number-wrapper,
#teilprojekt-lernplattform .case-number-wrapper,
#teilprojekt-launch .case-number-wrapper {
  min-width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #3d4654;
  font-size: clamp(1.2rem, 1.05rem + 0.36vw, 1.45rem);
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

/* HB _Responsivitaet_03: Das CTA-Bild sitzt rechtsbuendig und vertikal mittig
   im Container, statt zu tief im unteren Bereich zu haengen. */
@media (min-width: 721px) {
  .cta-section {
    align-items: center;
  }

  .cta-figure {
    align-items: center;
    min-height: 260px;
  }

  .cta-figure-img {
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
    width: min(320px, 34vw);
  }
}

/* HB _Responsivitaet_03: Die Progress-Lines werden vorerst ganz ausgeblendet,
   damit die Slider nicht wie technische Haarlinien wirken. */
.hb-slider-progress {
  display: none;
}

/* HB _FashionSlider_01: Der eigentliche Fashion-Slider bleibt in seiner Logik
   erhalten, wird aber insgesamt deutlich kompakter. Hoehe, Typo und Aussenraum
   werden gemeinsam reduziert, damit der Block nicht mehr so weit nach unten
   wegsackt. */
section[aria-label="Fashion Slider"].hb-fashion-slider-section {
  margin-top: clamp(6px, 1.4vw, 16px);
  margin-bottom: clamp(16px, 3vw, 34px);
}

section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-fashion-slider {
  height: clamp(360px, 52vh, 620px);
}

section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-copy {
  bottom: clamp(6px, 1.6vw, 14px);
  max-width: min(76vw, 760px);
}

/* HB _SliderHeadlines_01: Alle Fashion-basierten Slider erhalten fuer den
   Test dieselbe reduzierte Typo und dieselbe dunkle Push-Farbe. */
.hb-fashion-slider-section .hb-headline {
  color: #262b31;
  font-size: clamp(40px, 5.8vw, 96px);
}

/* HB _ShootingTypo_01: Der Shooting-Slider uebernimmt die reduzierte
   Typogroesse der bereits beruhigten Slider, damit die grosse Bold-Typo
   nicht mehr den Bildraum sprengt. */
section[aria-label="Shooting Slider"].hb-fashion-slider-section .hb-copy {
  max-width: min(76vw, 760px);
}

/* HB _FashionNullpunkt_01: Der globale Fashion-Ausgangspunkt wird auf einen
   echten Nullpunkt gesetzt. Kein genereller Rechtsversatz, keine globale
   Gegendrehung mehr. Abweichungen passieren nur noch bewusst pro Slide. */
section[aria-label="Fashion Slider"].hb-fashion-slider-section {
  --hb-line1-transform-duration: 1700ms;
  --hb-line1-opacity-duration: 1200ms;
  --hb-line1-filter-duration: 1200ms;
  --hb-line2-transform-duration: 2050ms;
  --hb-line2-opacity-duration: 1450ms;
  --hb-line2-filter-duration: 1450ms;
}

/* HB _FashionNullpunkt_01: Die Hauptbilder starten jetzt ohne globalen Offset
   und ohne globale Drehung exakt aus der Slide-Mitte. */
section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-slide-img {
  --img-rotate: 0deg;
  --img-nudge-x: 0px;
}

/* HB _RolloutRundung_01: Nur Rollout testweise mit sehr reduzierter Rundung,
   Konzept und die anderen Slider bleiben unberuehrt. */
section[aria-label="Rollout Slider"].hb-fashion-slider-section {
  --hb-slider-radius: 4px;
  --hb-media-inset: clamp(4px, 0.8vw, 10px);
}

section[aria-label="Rollout Slider"].hb-fashion-slider-section .hb-slide,
section[aria-label="Rollout Slider"].hb-fashion-slider-section .hb-slide-img {
  border-radius: 4px;
}

/* HB _TopBildLogik_01: Konzept und Wirkung folgen wieder der normalen
   Kopfbild-Logik: kein hartes Cropping, kein Hover-Zoom, kontrollierte Breite. */
#arbeit-geht-los .case-section-image,
#wirkung .case-section-image {
  display: flex;
  justify-content: flex-end;
}

#arbeit-geht-los .case-section-image-main,
#wirkung .case-section-image-main {
  width: min(100%, 760px);
  max-height: clamp(240px, 28vw, 420px);
  aspect-ratio: auto !important;
  overflow: visible !important;
}

#arbeit-geht-los .case-section-image-main img,
#wirkung .case-section-image-main img {
  width: 100%;
  height: auto !important;
  max-height: clamp(240px, 28vw, 420px);
  object-fit: contain !important;
  object-position: top center !important;
  transform: none !important;
}

/* HB _ProjektTopLayout_01: Alle oberen Projektbloecke oberhalb der Slider
   folgen auf Desktop einer einzigen klaren Logik: links Text, rechts Bild,
   beide oben buendig, die Zahl ist aus dem sichtbaren Flow genommen. */
@media (min-width: 1024px) {
  #teilprojekt-kleidung .k3-roof,
  #teilprojekt-lernplattform .k3-roof,
  #teilprojekt-launch .k3-roof,
  #arbeit-geht-los.case-section,
  #wirkung.case-section {
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
    gap: clamp(32px, 4vw, 72px);
    align-items: start;
  }

  #teilprojekt-kleidung .k3-roof > div:first-child,
  #teilprojekt-lernplattform .k3-roof > div:first-child,
  #teilprojekt-launch .k3-roof > div:first-child,
  #arbeit-geht-los > div:first-child,
  #wirkung > div:first-child {
    min-width: 0;
    max-width: 68ch;
  }

  #teilprojekt-kleidung .case-number-wrapper,
  #teilprojekt-lernplattform .case-number-wrapper,
  #teilprojekt-launch .case-number-wrapper,
  #arbeit-geht-los .case-number-wrapper,
  #wirkung .case-number-wrapper {
    display: none;
  }

  #teilprojekt-kleidung .k3-title,
  #teilprojekt-lernplattform .k3-title,
  #teilprojekt-launch .k3-title,
  #arbeit-geht-los .case-section-title,
  #wirkung .case-section-title {
    margin-top: 0;
  }

  #teilprojekt-kleidung .k3-hero,
  #teilprojekt-lernplattform .k3-hero,
  #teilprojekt-launch .k3-hero,
  #arbeit-geht-los .case-section-image,
  #wirkung .case-section-image {
    align-self: start;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0;
  }

  #teilprojekt-kleidung .k3-hero img,
  #teilprojekt-lernplattform .k3-hero img,
  #teilprojekt-launch .k3-hero img,
  #arbeit-geht-los .case-section-image-main,
  #arbeit-geht-los .case-section-image-main img,
  #wirkung .case-section-image-main,
  #wirkung .case-section-image-main img {
    width: 100%;
    max-width: none;
    max-height: clamp(260px, 28vw, 430px);
    object-fit: contain;
    object-position: top center;
  }

  #arbeit-geht-los .case-section-image-main,
  #wirkung .case-section-image-main {
    aspect-ratio: auto;
  }

  #arbeit-geht-los .case-section-header,
  #wirkung .case-section-header {
    margin-bottom: 18px;
  }

  /* HB _ProjektTopAbstand_01: Oberhalb der Slider wird der Leerraum fuer die
     drei ersten Projektbloecke reduziert. Shooting bekommt zusaetzlich mehr
     Luft zwischen Titel und Fliesstext, ohne die Grundtypo zu aendern. */
  #teilprojekt-kleidung .k3-roof,
  #teilprojekt-lernplattform .k3-roof,
  #teilprojekt-launch .k3-roof {
    margin-bottom: 0;
  }

  #teilprojekt-kleidung + section[aria-label="Fashion Slider"].hb-fashion-slider-section,
  #teilprojekt-lernplattform + section[aria-label="Shooting Slider"].hb-fashion-slider-section,
  #teilprojekt-launch + section[aria-label="Rollout Slider"].hb-variant-slider-section {
    margin-top: -18px;
  }

  #teilprojekt-lernplattform .k3-title {
    margin-bottom: 56px;
  }

  /* HB _FashionTypo_01: Im ersten Fashion-Slider rücken die beiden Zeilen
     enger zusammen, damit die Typo weniger gesprengt wirkt. */
  section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-line--2 {
    margin-top: -0.14em;
  }
}

/* HB _Responsivitaet_03: Im problematischen Zwischenbereich bekommt der Hero
   sichtbar mehr Luft nach oben, waehrend der Abstand zur zweiten Headline
   gezielt enger gefuehrt wird. */
@media (min-width: 900px) and (max-width: 1280px) {
  #projekte-hero-section.hero-section_3 {
    min-height: clamp(340px, 30vh, 440px);
    padding-top: clamp(96px, 9vw, 132px);
    padding-bottom: clamp(24px, 2.4vw, 34px);
  }

  #projekte-hero-section .hero-container_3 {
    gap: clamp(14px, 1.5vw, 20px);
  }

  #projekte-hero-section .hero-main-headline h2 {
    margin-top: clamp(4px, 0.8vw, 10px);
  }

  /* HB _HeroAbstand_01: Die erste Headline bekommt direkten Raum nach oben,
     damit der Abstand zur Oberkante sichtbar und kontrollierbar wird. */
  #projekte-hero-section .hero-content-visual {
    padding-top: clamp(24px, 3vw, 48px);
  }
}

@media (min-width: 769px) {
  /* HB _HeroAbstand_03: Die temporaere Markierung wird wieder entfernt.
     Der groessere Abstand bleibt bestehen, aber ohne Debug-Faerbung. */
  #projekte-hero-section .hero-content-visual {
    padding-top: clamp(48px, 6vw, 96px);
    background: transparent;
    outline: 0;
  }
}

/* HB _Responsivitaet_03: Die Case-Sections kippen frueher auf eine Spalte,
   damit der Raum im schmaleren Desktop nicht in einer rechten Leerspur endet. */
@media (max-width: 1120px) {
  .case-section {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .projects-grid-section header.case-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }
}

/* HB _Anspruchsgruppen_01: Die Bildkomposition wird lockerer.
   Desktop bekommt ein freier versetztes zweites Bild, kleinere Breiten stapeln
   sauberer und frueher, ohne wieder eine rechte Leerspur zu erzeugen. */
@media (min-width: 1121px) {
  #anspruchsgruppen .case-section-image {
    align-self: flex-start;
  }

  #anspruchsgruppen .case-section-image-dual {
    position: relative;
    display: grid;
    width: min(100%, 660px);
    margin-left: auto;
    gap: 0;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:first-child {
    max-width: min(72%, 360px);
    margin-left: 0;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
    max-width: min(90%, 560px);
    margin-top: -18px;
    margin-left: clamp(64px, 8vw, 132px);
  }
}

@media (max-width: 1120px) {
  #anspruchsgruppen .case-section-image-dual {
    display: grid;
    width: min(100%, 620px);
    margin-inline: auto;
    gap: 14px;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:first-child {
    max-width: min(72%, 340px);
    margin-left: 0;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
    max-width: min(88%, 520px);
    margin-top: -6px;
    margin-left: auto;
  }
}

/* HB _Responsivitaet_01: Mobile/Tablet Zwischenbereich klar stapeln.
   Das Bild geht in den normalen Flow, der Text kommt darunter und nicht mehr
   als halb-absolutes Mischlayout vor dem Motiv. */
@media (max-width: 768px) {
  #section-260215-05 .relative.w-full.aspect-video {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    aspect-ratio: auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 0;
  }

  #section-260215-05 #section-260215-04-image {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  #section-260215-05 #section-260215-02.section-260215-04-quote-container {
    position: relative;
    inset: auto;
    width: 100%;
    max-width: none;
    padding: 0 22px 8px;
    margin: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #section-260215-05 .section-260215-02-quote-style {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 22px 20px;
    text-align: left;
    font-size: clamp(1rem, 4.6vw, 1.22rem);
    line-height: 1.56;
  }
}

/* HB _SliderMobile_01: Die Slider werden auf kleineren Viewports global
   kompakter, damit sie vertikal nicht mehr so stark strecken. Der Eingriff
   sitzt auf den gemeinsamen Slider-Huellen und nicht auf Einzelslidern. */
@media (max-width: 900px) {
  .hb-fashion-slider-section,
  .hb-variant-slider-section {
    margin-top: clamp(8px, 2vw, 16px);
    margin-bottom: clamp(18px, 4vw, 34px);
  }

  .hb-fashion-slider-section .hb-fashion-slider {
    height: clamp(320px, 54svh, 500px);
  }

  .hb-variant-slider-section .hb-variant-frame {
    height: clamp(320px, 54svh, 500px);
  }

  .hb-fashion-slider-section .hb-copy {
    max-width: min(88vw, 780px);
    bottom: clamp(8px, 3vw, 18px);
  }

  .hb-fashion-slider-section .hb-headline {
    font-size: clamp(34px, 9vw, 72px);
  }

  .hb-fashion-slider-section .hb-line--1,
  .hb-fashion-slider-section .hb-line--2 {
    text-shadow: 0 4px 14px rgba(255, 255, 255, 0.06), 0 10px 24px rgba(0, 0, 0, 0.08);
  }

  .hb-fashion-slider-section .hb-slider-nav,
  .hb-variant-slider-section .hb-slider-nav {
    width: 42px;
    height: 42px;
  }

  .hb-fashion-slider-section .hb-slider-nav::after,
  .hb-variant-slider-section .hb-slider-nav::after {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .hb-fashion-slider-section .hb-fashion-slider {
    height: clamp(280px, 48svh, 420px);
  }

  .hb-variant-slider-section .hb-variant-frame {
    height: clamp(280px, 48svh, 420px);
  }

  .hb-fashion-slider-section .hb-copy {
    bottom: clamp(6px, 2vw, 12px);
    max-width: min(90vw, 560px);
  }

  .hb-fashion-slider-section .hb-headline {
    font-size: clamp(28px, 10vw, 58px);
  }

  /* HB _FashionSlider_02: Auf dem kleinen Screen muss der erste Fashion-Slider
     noch deutlich straffer sein als die uebrigen Fashion-Instanzen. */
  section[aria-label="Fashion Slider"].hb-fashion-slider-section {
    margin-top: 4px;
    margin-bottom: 14px;
  }

  section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-fashion-slider {
    height: clamp(150px, 24svh, 220px);
  }

  section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-copy {
    bottom: 4px;
    max-width: min(92vw, 420px);
  }

  section[aria-label="Fashion Slider"].hb-fashion-slider-section .hb-headline {
    font-size: clamp(24px, 9vw, 48px);
  }

  /* HB _FashionTypo_02: Auf Mobile brauchen die Slides 6, 10 und 12 noch
     eigene Korrekturen. Die Typo wird dort leicht nach innen und oben
     verschoben, ohne die Desktop-Positionen zu veraendern. */
  section[aria-label="Fashion Slider"].hb-fashion-slider-section .swiper-slide:nth-child(6) .hb-copy {
    --copy-wiggle-x: 12px;
    --copy-wiggle-y: -10px;
  }

  section[aria-label="Fashion Slider"].hb-fashion-slider-section .swiper-slide:nth-child(10) .hb-copy {
    --copy-wiggle-x: 14px;
    --copy-wiggle-y: -10px;
  }

  section[aria-label="Fashion Slider"].hb-fashion-slider-section .swiper-slide:nth-child(12) .hb-copy {
    --copy-wiggle-y: -16px;
  }
}

/* HB _MobileBasis_01: Die mobile Grundstruktur wird auf engere Seitenraender
   und breitere Bilder gezogen. Das Paket richtet sich an die Hauptsections
   vor den Slider-Feinkorrekturen. */
@media (max-width: 768px) {
  .projects-grid-section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .projects-grid-section > .grid:first-of-type > div:first-child,
  .projects-grid-section > .grid:first-of-type > div:nth-child(2) {
    border-radius: 10px;
  }

  .projects-grid-section > .grid:first-of-type > div:first-child > .relative.z-10.p-6.pb-4,
  .projects-grid-section > .grid:first-of-type > div:first-child > .relative.z-10.grid,
  .projects-grid-section > .grid:first-of-type > div:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .projects-grid-section > .grid:first-of-type > div:first-child .rounded-xl,
  .projects-grid-section > .grid:first-of-type > div:nth-child(2) .rounded-t-2xl,
  .projects-grid-section > .grid:first-of-type > div:nth-child(2) .rounded-b-2xl {
    border-radius: 6px;
  }

  .projects-grid-section > .grid:first-of-type > div:first-child .relative.shadow-lg,
  .projects-grid-section > .grid:first-of-type > div:first-child .order-1,
  .projects-grid-section > .grid:first-of-type > div:first-child .order-3,
  .projects-grid-section > .grid:first-of-type > div:nth-child(2) .space-y-3 > div {
    width: 100%;
  }

  /* HB _MobileBasis_01: Ausgangspunkt nutzt mobil dieselbe Titellogik wie die
     anderen Hauptsections, damit kein ungluecklicher Einzelbuchstaben-Umbruch
     mehr entsteht. */
  #section-260215-05 > h3 {
    font-size: clamp(2rem, 9.8vw, 3.1rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-top: 12px;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* HB _MobileBasis_01: Das mobile Ausgangspunkt-Motiv wird als Ausschnitt und
     nicht als Gesamtminiatur gezeigt. */
  #section-260215-05 .relative.w-full.aspect-video {
    gap: 12px;
  }

  #section-260215-05 #section-260215-04-image {
    width: 100%;
    height: clamp(210px, 52vw, 300px);
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }

  /* HB _MobileBasis_01: Das Zitat bekommt denselben engen Mobilrand wie die
     uebrigen Textflaechen und sitzt dadurch breiter im Screen. */
  #section-260215-05 #section-260215-02.section-260215-04-quote-container {
    padding: 0 10px 8px;
  }

  #section-260215-05 .section-260215-02-quote-style {
    max-width: none;
    width: 100%;
    padding: 20px 18px;
  }

  /* HB _MobileBasis_01: Die Headline des KI-Bereichs und die Bildgruppe sitzen
     naeher am Rand, die Bildkacheln verlieren ihre stoerenden Rundungen. */
  #brand-system-bridge > h3,
  #brand-system .case-section-title,
  #status-quo .case-section-title,
  #anspruchsgruppen .case-section-title,
  #arbeit-geht-los .case-section-title,
  #wirkung .case-section-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  #section-260215-05-bridge-stack {
    padding-left: 10px;
    padding-right: 10px;
    gap: 12px;
  }

  #section-260215-05-bridge-stack .bridge-image,
  #section-260215-05-bridge-stack .bridge-image > div,
  #section-260215-05-bridge-stack .bridge-image img,
  #brand-system .case-section-image-dual.case-section-image-dual--stack,
  #brand-system .case-section-image-dual.case-section-image-dual--stack .case-section-image-tile,
  #brand-system .case-section-image-dual.case-section-image-dual--stack img {
    width: 100%;
    border-radius: 2px;
  }

  /* HB _MobileBasis_01: Die Teilprojekt-Sectionen bekommen deutlich mehr
     Breite fuer Ueberschrift und Fliesstext. Wirkung im Alltag bleibt die
     Referenz, die anderen werden an diese Breitenlogik angenaehert. */
  .k3-wrap {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .k3-wrap .k3-roof {
    gap: 16px;
    margin-bottom: 16px;
  }

  .k3-wrap .k3-title {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.02;
    margin: 6px 0 12px;
  }

  .k3-wrap .k3-lead,
  #arbeit-geht-los .case-section-text,
  #wirkung .case-section-text,
  #status-quo .case-section-text,
  #anspruchsgruppen .case-section-text,
  #brand-system .case-section-text {
    max-width: none;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .k3-wrap .k3-hero,
  #status-quo .case-section-image,
  #anspruchsgruppen .case-section-image,
  #brand-system .case-section-image,
  #arbeit-geht-los .case-section-image,
  #wirkung .case-section-image {
    width: 100%;
    margin-top: 14px;
  }

  .k3-wrap .k3-hero img,
  #status-quo .case-section-image-main,
  #status-quo .case-section-image-main img,
  #anspruchsgruppen .case-section-image-dual,
  #anspruchsgruppen .case-section-image-dual img,
  #brand-system .case-section-image-dual.case-section-image-dual--stack,
  #brand-system .case-section-image-dual.case-section-image-dual--stack img,
  #arbeit-geht-los .case-section-image-main,
  #arbeit-geht-los .case-section-image-main img,
  #wirkung .case-section-image-main,
  #wirkung .case-section-image-main img {
    width: 100%;
    max-width: none;
    border-radius: 2px;
  }

  #anspruchsgruppen .case-section-image-dual {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    gap: 10px;
  }

  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:first-child,
  #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  /* HB _MobileTextbereiche_01: Die mobilen Teilprojekt-Texte waren noch zu weit
     eingerueckt. Diese vier Problemzonen werden jetzt gezielt fast randbuendig
     und untereinander sauber ausgerichtet. */
  #teilprojekt-kleidung,
  #teilprojekt-lernplattform,
  #teilprojekt-launch,
  #arbeit-geht-los {
    padding-left: 5px;
    padding-right: 5px;
  }

  #teilprojekt-kleidung .case-number-wrapper,
  #teilprojekt-lernplattform .case-number-wrapper,
  #teilprojekt-launch .case-number-wrapper,
  #arbeit-geht-los .case-number-wrapper,
  #teilprojekt-kleidung .k3-title,
  #teilprojekt-lernplattform .k3-title,
  #teilprojekt-launch .k3-title,
  #arbeit-geht-los .case-section-title,
  #teilprojekt-kleidung .k3-lead,
  #teilprojekt-lernplattform .k3-lead,
  #teilprojekt-launch .k3-lead,
  #arbeit-geht-los .case-section-text {
    padding-left: 0;
    padding-right: 0;
  }

  #teilprojekt-kleidung .k3-roof > div:first-child,
  #teilprojekt-lernplattform .k3-roof > div:first-child,
  #teilprojekt-launch .k3-roof > div:first-child,
  #arbeit-geht-los > div:first-child {
    width: 100%;
    max-width: none;
  }

  #teilprojekt-kleidung .k3-hero,
  #teilprojekt-lernplattform .k3-hero,
  #teilprojekt-launch .k3-hero,
  #arbeit-geht-los .case-section-image,
  #arbeit-geht-los .case-section-image-main {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  #teilprojekt-kleidung .k3-hero img,
  #teilprojekt-lernplattform .k3-hero img,
  #teilprojekt-launch .k3-hero img,
  #arbeit-geht-los .case-section-image-main img {
    width: 100%;
    max-width: none;
  }

  /* HB _MobileTextbereiche_02: Konzept/Alltag brauchen noch weniger Seitenraum.
     Die Nummern werden mobil zu freien Ziffern und die Top-Bilder bekommen
     echte Breite statt Briefmarkenwirkung. */
  #arbeit-geht-los,
  #wirkung {
    padding-left: 5px;
    padding-right: 5px;
  }

  #arbeit-geht-los .case-number-wrapper,
  #wirkung .case-number-wrapper {
    min-width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    color: #3d4654;
    font-size: clamp(1.2rem, 1.05rem + 0.36vw, 1.45rem);
    line-height: 1;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }

  #arbeit-geht-los .case-section-title,
  #wirkung .case-section-title,
  #arbeit-geht-los .case-section-text,
  #wirkung .case-section-text {
    padding-left: 0;
    padding-right: 0;
  }

  #arbeit-geht-los > div:first-child,
  #wirkung > div:first-child {
    width: 100%;
    max-width: none;
  }

  #arbeit-geht-los .case-section-image,
  #wirkung .case-section-image {
    width: calc(100% + 10px);
    max-width: none;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 14px;
  }

  #arbeit-geht-los .case-section-image-main,
  #wirkung .case-section-image-main,
  #arbeit-geht-los .case-section-image-main img,
  #wirkung .case-section-image-main img {
    width: 100%;
    max-width: none;
    border-radius: 2px;
  }

  /* HB _MobileTextbereiche_03: Konzept/Alltag muessen im mobilen Container
     fast vollflaechig sitzen. Die Section wird deshalb gezielt ueber den
     normalen Innenrand gezogen, waehrend der Text seinen kleinen Sicherheits-
     abstand separat behaelt. */
  #arbeit-geht-los,
  #wirkung {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
  }

  #arbeit-geht-los > div:first-child,
  #wirkung > div:first-child {
    width: 100%;
    max-width: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  #arbeit-geht-los .case-section-header,
  #wirkung .case-section-header {
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  #arbeit-geht-los .case-section-title,
  #wirkung .case-section-title,
  #arbeit-geht-los .case-section-text,
  #wirkung .case-section-text {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
  }

  #arbeit-geht-los .case-section-image,
  #wirkung .case-section-image {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  /* HB _MobileBilder_01: Die breiten Motivbilder von Konzept und Wirkung
     duerfen mobil bewusst mehr Flaeche nehmen. Sie brechen aus dem kleinen
     Innenrand aus und wirken dadurch nicht mehr wie Briefmarken. */
  #arbeit-geht-los .case-section-image,
  #wirkung .case-section-image {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 14px;
  }

  #arbeit-geht-los .case-section-image-main,
  #wirkung .case-section-image-main,
  #arbeit-geht-los .case-section-image-main img,
  #wirkung .case-section-image-main img {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  #arbeit-geht-los .hero-image-overlay-label,
  #wirkung .hero-image-overlay-label {
    left: 10px;
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }

  /* HB _MobileBilder_02: Launch & Rollout braucht ueber dem Slider ebenfalls
     eine breite mobile Bildflaeche. Das Konzept-Strasse-Bild wird dagegen
     wieder etwas kontrollierter gefuehrt, weil der volle Breitenzug dort
     gestalterisch nicht funktioniert hat. */
  #teilprojekt-launch .k3-hero {
    width: calc(100% + 20px);
    max-width: none;
    margin-left: -10px;
    margin-right: -10px;
  }

  #teilprojekt-launch .k3-hero img {
    width: 100%;
    max-width: none;
    border-radius: 0;
  }

  #arbeit-geht-los .case-section-image {
    width: calc(100% + 10px);
    max-width: none;
    margin-left: -5px;
    margin-right: -5px;
  }

  #arbeit-geht-los .case-section-image-main,
  #arbeit-geht-los .case-section-image-main img {
    border-radius: 2px;
  }

  /* HB _SliderMobile_02: Mobile Slider werden global breiter, niedriger und
     touch-orientiert. Die Pfeile entfallen, damit die Buehnen ruhiger und
     vertikal kompakter werden. */
  .hb-fashion-slider-section,
  .hb-variant-slider-section {
    width: calc(100vw - 20px);
    max-width: none;
    margin-left: calc(50% - 50vw + 10px);
    margin-right: calc(50% - 50vw + 10px);
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .hb-fashion-slider-section .hb-fashion-slider {
    /* HB _SliderMobile_03: Der Fashion-Slider war mobil noch zu ausladend.
       Die Buehne wird hier allein fuer diesen Typ um rund ein Viertel
       reduziert, ohne die anderen Slider mitzuziehen. */
    height: clamp(190px, 31svh, 260px);
  }

  .hb-variant-slider-section .hb-variant-frame {
    height: clamp(240px, 40svh, 340px);
  }

  .hb-fashion-slider-section .hb-copy {
    bottom: 8px;
    max-width: min(92vw, 540px);
  }

  /* HB _SliderHeadlines_02: Auch mobil werden die Fashion-basierten Slider
     in Typogroesse und Farbe vereinheitlicht. */
  .hb-fashion-slider-section .hb-headline {
    color: #262b31;
    font-size: clamp(24px, 9vw, 48px);
  }

  .hb-fashion-slider-section .hb-slider-nav,
  .hb-variant-slider-section .hb-slider-nav {
    display: none;
  }
}

/* HB _UploadCleanup_01: Debug-/Entwurfsmarkierungen fuer den Upload ausblenden,
   ohne die Abstandselemente selbst aus dem Layout zu entfernen. */
.named-spacer-260215-01 {
  border-color: transparent !important;
  background: transparent !important;
}

.named-spacer-260215-01::before,
.case-number-wrapper,
.hb-variant-slider-section--counter .hb-counter-copy {
  display: none !important;
}

/* HB _RundungGlobal_01: Upload-Stand mit geringer, einheitlicher Bildrundung.
   Zentral am Ende gesetzt, damit alte Einzelradien nicht wieder durchkommen. */
.k3-wrap .k3-hero img,
.case-section-image-main,
.case-section-image-main img,
.case-section-image-dual img,
.hb-fashion-slider-section .hb-slide-img,
.hb-variant-slider-section .hb-slide-img {
  border-radius: 4px !important;
}

/* HB _TopBildLogik_02: Konzept und Wirkung final nach den mobilen Einzelregeln
   erneut stabilisieren: keine harte Crop-Buehne, kontrollierte Bildgroesse. */
#arbeit-geht-los .case-section-image,
#wirkung .case-section-image {
  display: flex;
  justify-content: flex-end;
}

#arbeit-geht-los .case-section-image-main,
#wirkung .case-section-image-main {
  width: min(100%, 760px);
  max-height: clamp(240px, 28vw, 420px);
  aspect-ratio: auto !important;
  overflow: visible !important;
}

#arbeit-geht-los .case-section-image-main img,
#wirkung .case-section-image-main img {
  width: 100%;
  height: auto !important;
  max-height: clamp(240px, 28vw, 420px);
  object-fit: contain !important;
  object-position: top center !important;
  transform: none !important;
}

/* Consolidated base page layer (formerly projekte.css) */
/* Finale Projekt-CSS fuer projekte.html */

body.projekte-work {
  position: relative;
  isolation: isolate;
  overflow-x: clip;
  background: transparent;
}

body.projekte-work main,
body.projekte-work footer {
  position: relative;
  z-index: 1;
}

body.projekte-work .hero-section_3 {
  background: transparent;
}

body.projekte-work .projects-grid-section > .grid:first-child > div:first-child {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.3), rgba(244, 248, 255, 0.12) 52%, rgba(243, 238, 255, 0.1) 100%),
    linear-gradient(135deg, rgba(168, 213, 255, 0.1), rgba(255, 255, 255, 0.04) 46%, rgba(255, 60, 208, 0.08) 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 20px 46px rgba(76, 96, 140, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(22px) saturate(136%);
  -webkit-backdrop-filter: blur(22px) saturate(136%);
}

body.projekte-work .projects-grid-section > .grid:first-child > div:first-child > .pointer-events-none {
  opacity: 0.52;
  filter: blur(34px);
}

body.projekte-work .projects-grid-section > .grid:first-child > div:first-child > .relative.z-10:last-child > div:last-child {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.24), rgba(245, 248, 255, 0.12) 70%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  box-shadow:
    0 12px 24px rgba(76, 96, 140, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(18px) saturate(132%);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
}

body.projekte-work .projects-grid-section > .grid:first-child > div:nth-child(2) {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(186, 231, 255, 0.18), rgba(136, 205, 255, 0.14) 42%, rgba(255, 60, 208, 0.1) 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 20px 46px rgba(76, 96, 140, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(22px) saturate(136%);
  -webkit-backdrop-filter: blur(22px) saturate(136%);
}

body.projekte-work .projects-grid-section > .grid:first-child > div:nth-child(2) button {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 10px 22px rgba(76, 96, 140, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(14px) saturate(138%);
  -webkit-backdrop-filter: blur(14px) saturate(138%);
}

body.projekte-work .project-calendar-card {
  display: grid;
  grid-template-columns: 136px minmax(0, 1fr);
  align-items: stretch;
  justify-content: stretch;
  gap: 1rem 1.2rem;
}

body.projekte-work .project-calendar-icon {
  display: grid;
  place-items: center;
  min-height: 100%;
}

body.projekte-work .project-calendar-icon img {
  width: clamp(92px, 8.2vw, 132px);
  height: auto;
  display: block;
}

body.projekte-work .project-calendar-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "text text"
    ". button";
  gap: 0.72rem 0.9rem;
  align-content: center;
}

body.projekte-work .project-calendar-copy p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: normal;
  font-family: inherit;
}

body.projekte-work .project-calendar-flow {
  grid-area: text;
  color: rgba(30, 41, 59, 0.9);
}

body.projekte-work .project-calendar-button {
  grid-area: button;
  min-width: 11.6rem;
  min-height: 3.3rem;
  justify-self: end;
  align-self: start;
  margin-top: 0;
  padding-inline: 0.98rem;
  font-size: 0.84rem;
}

body.projekte-work .feature-pill-title {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.26rem 0.72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,0.52), rgba(255,255,255,0.18));
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow:
    0 0 0 1px rgba(255, 60, 208, 0.08),
    0 0 18px rgba(255, 60, 208, 0.16),
    0 10px 24px rgba(76, 96, 140, 0.12);
}

body.projekte-work .case-section-header {
  margin-bottom: clamp(1.5rem, 2.4vw, 2.2rem);
}

body.projekte-work .case-section-title,
body.projekte-work .k3-wrap .k3-title,
body.projekte-work #brand-system-bridge > h3,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-title {
  line-height: 1.16;
}

body.projekte-work .k3-wrap .k3-title,
body.projekte-work #brand-system-bridge > h3,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-title {
  margin-bottom: clamp(1.3rem, 2vw, 1.9rem);
}

body.projekte-work .k3-wrap .k3-lead,
body.projekte-work .case-section-text {
  margin-top: 0;
}

body.projekte-work #arbeit-geht-los .case-section-header,
body.projekte-work #wirkung .case-section-header {
  margin-bottom: clamp(2rem, 3vw, 2.7rem);
}

body.projekte-work #brand-system-bridge > h3,
body.projekte-work #brand-system .case-section-title,
body.projekte-work #arbeit-geht-los .case-section-title {
  line-height: 1.2;
}

body.projekte-work #section-260215-05 > .section-ausgangspunkt-title {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.92;
  letter-spacing: -0.028em;
  margin-bottom: 1.8rem;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-heading {
  margin-bottom: clamp(1.4rem, 2.2vw, 2rem);
}

body.projekte-work header.case-hero {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.projekte-work header.case-hero .hero-text {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.56),
    0 12px 28px rgba(76, 96, 140, 0.1);
  backdrop-filter: blur(14px) saturate(136%);
  -webkit-backdrop-filter: blur(14px) saturate(136%);
}

body.projekte-work header.case-hero .hero-meta {
  color: rgba(61, 70, 84, 0.56);
}

body.projekte-work header.case-hero .hero-meta span {
  color: inherit;
}

body.projekte-work header.case-hero .hero-cta-primary {
  min-width: 15rem;
  min-height: 3.08rem;
  padding: 0.82rem 1.05rem;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0.6rem;
  border: 1px solid rgba(32, 124, 250, 0.62);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: rgba(30, 41, 59, 0.9);
  backdrop-filter: blur(10px) saturate(116%);
  -webkit-backdrop-filter: blur(10px) saturate(116%);
}

body.projekte-work header.case-hero .hero-subtitle {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 1.8rem;
}

body.projekte-work #projekte-hero-section .word-badge {
  padding: 0.08em 0.46em 0.04em;
  font-weight: 700;
}

body.projekte-work header.case-hero .hero-text::before {
  opacity: 0.26;
  filter: blur(30px);
}

body.projekte-work header.case-hero .hero-image {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 12px 28px rgba(76, 96, 140, 0.1);
}

body.projekte-work header.case-hero .hero-image-inner {
  border-radius: 8px;
  overflow: hidden;
}

body.projekte-work .main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  padding: var(--space-s) 0;
}

body.projekte-work .navbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.projekte-work .nav-left,
body.projekte-work .nav-right {
  display: flex;
  align-items: center;
  gap: var(--space-l);
}

body.projekte-work .navbar-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}

body.projekte-work .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--color-text-primary);
  margin: 5px 0;
}

body.projekte-work .mobile-nav {
  display: none;
}

body.projekte-work .nav-right a:not([href="projekte.html"]).is-active,
body.projekte-work .nav-right a:not([href="projekte.html"])[aria-current="page"] {
  color: var(--color-text-primary);
  font-weight: 900;
}

body.projekte-work .nav-right a:not([href="projekte.html"]).is-active::after,
body.projekte-work .nav-right a:not([href="projekte.html"])[aria-current="page"]::after {
  transform: scaleX(0);
}

@media (min-width: 1024px) {
  body.projekte-work .nav-left,
  body.projekte-work .nav-right {
    display: flex;
  }

  body.projekte-work .navbar-toggle {
    display: none;
  }
}

@media (max-width: 1023px) {
  body.projekte-work {
    background: transparent;
  }

  body.projekte-work .projects-grid-section > .grid:first-child > div:first-child {
    background:
      linear-gradient(155deg, rgba(255, 255, 255, 0.22), rgba(244, 248, 255, 0.1) 52%, rgba(243, 238, 255, 0.08) 100%);
  }

  body.projekte-work .projects-grid-section > .grid:first-child > div:first-child > .relative.z-10:last-child > div:last-child {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.18), rgba(245, 248, 255, 0.08) 70%);
  }

  body.projekte-work .projects-grid-section > .grid:first-child > div:nth-child(2) {
    background:
      linear-gradient(155deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
      linear-gradient(135deg, rgba(186, 231, 255, 0.14), rgba(136, 205, 255, 0.1) 42%, rgba(255, 60, 208, 0.08) 100%);
  }

  body.projekte-work .case-section-header {
    margin-bottom: 1rem;
  }

  body.projekte-work #arbeit-geht-los .case-section-header,
  body.projekte-work #wirkung .case-section-header {
    margin-bottom: 1.15rem;
  }

  body.projekte-work .k3-wrap .k3-title,
  body.projekte-work #brand-system-bridge > h3,
  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-title {
    margin-bottom: 0.95rem;
  }

  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-heading {
    margin-bottom: 1rem;
  }

  body.projekte-work .main-header {
    padding: 0.75rem 0;
  }

  body.projekte-work .navbar {
    min-height: 56px;
  }

  body.projekte-work .nav-left,
  body.projekte-work .nav-right {
    display: none;
  }

  body.projekte-work .navbar-toggle {
    display: block;
    position: absolute;
    right: calc(var(--space-l) - 0.2rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 1106;
    width: 46px;
    min-height: 26px;
    padding: 0;
    display: grid;
    place-items: center;
  }

  body.projekte-work .navbar-toggle .icon-bar {
    background-color: rgba(255,255,255,.96);
    width: 27px;
    margin: 1.5px 0;
    border-radius: 999px;
  }

  body.projekte-work .navbar-brand-center {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  body.projekte-work .navbar-brand-center.hb-mail {
    min-height: 48px;
    padding: 0.62rem 1rem;
  }

  body.projekte-work .navbar-brand-center .navbar-wordmark__text {
    font-size: 0.9rem;
    letter-spacing: 0.14em;
  }

  body.projekte-work .mobile-nav {
    /* HB _MobileNavGlassStandard_02: Mobile-Menue als eigenes Overlay
       ausserhalb des Headers fuehren, damit der Blur unabhaengig greift. */
    display: block;
    position: fixed;
    top: 92px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px) scale(0.98);
    width: 90%;
    max-width: 400px;
    display: grid;
    gap: 0;
    background:
      radial-gradient(circle at 16% 18%, rgba(45, 94, 255, 0.24), rgba(45, 94, 255, 0) 38%),
      radial-gradient(circle at 84% 16%, rgba(255, 60, 208, 0.2), rgba(255, 60, 208, 0) 40%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08) 46%, rgba(255, 255, 255, 0.18) 100%);
    backdrop-filter: blur(24px) saturate(118%);
    -webkit-backdrop-filter: blur(24px) saturate(118%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow:
      0 14px 36px rgba(0, 0, 0, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 0.58),
      inset 0 -1px 0 rgba(255, 255, 255, 0.16),
      inset 0 18px 28px rgba(255, 255, 255, 0.08);
    padding: 0.65rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all var(--transition-base);
    z-index: 1200;
    overflow: hidden;
  }

  body.projekte-work .mobile-nav > * {
    position: relative;
    z-index: 1;
  }

  body.projekte-work .mobile-nav::before,
  body.projekte-work .mobile-nav::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
  }

  body.projekte-work .mobile-nav::before {
    top: -12%;
    left: -18%;
    width: 78%;
    height: 52%;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.28) 34%, rgba(255, 255, 255, 0.04) 62%, rgba(255, 255, 255, 0) 78%);
    opacity: 0.88;
    transform: rotate(-11deg);
    filter: blur(8px);
  }

  body.projekte-work .mobile-nav::after {
    top: auto;
    bottom: -22%;
    right: -10%;
    width: 42%;
    height: 42%;
    background:
      radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 68%);
    opacity: 0.7;
    transform: none;
    filter: blur(10px);
  }

  body.projekte-work .mobile-nav.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0) scale(1);
  }

  body.projekte-work .mobile-nav a {
    display: block;
    padding: 0.84rem 0;
    border-radius: 0 !important;
    text-align: center;
    font-size: 1.02rem;
    font-weight: 600;
    color: rgba(22, 30, 48, 0.92);
    border: 0 !important;
    background: none !important;
    box-shadow: none !important;
  }

  body.projekte-work .mobile-nav a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.42);
  }

  body.projekte-work .mobile-nav a:hover {
    background: transparent;
  }

  body.projekte-work .mobile-nav a.is-active,
  body.projekte-work .mobile-nav a[aria-current="page"] {
    color: var(--nav-accent);
    background: none !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.projekte-work .mobile-nav a:not([href="projekte.html"]).is-active,
  body.projekte-work .mobile-nav a:not([href="projekte.html"])[aria-current="page"] {
    color: rgba(22, 30, 48, 0.92);
    border-color: rgba(255, 255, 255, 0.24);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  }

  body.projekte-work .mobile-nav .nav-button {
    width: 100%;
    justify-content: center;
    margin-top: var(--space-s);
    background: var(--gradient-button);
    box-shadow: var(--shadow-glow);
  }
}

body.projekte-work #section-260215-05-bridge-stack {
  gap: clamp(1.5rem, 2.6vw, 2.5rem);
}

body.projekte-work #section-260215-05-bridge-stack .bridge-image:first-child {
  margin-right: clamp(-86px, -6vw, -34px);
}

body.projekte-work #section-260215-05-bridge-stack .bridge-image:last-child {
  margin-left: clamp(-86px, -6vw, -34px);
}

body.projekte-work .dataflow-loop {
  display: none;
}

body.projekte-work .dataflow-loop::before,
body.projekte-work .dataflow-loop::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(34px, 4vw, 58px);
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2));
  opacity: 0.24;
}

body.projekte-work .dataflow-loop::before {
  left: 10px;
}

body.projekte-work .dataflow-loop::after {
  right: 10px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

body.projekte-work .dataflow-loop__label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 0 1rem;
  font-size: clamp(0.92rem, 0.84rem + 0.24vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 1px 6px rgba(12, 18, 28, 0.12);
}

body.projekte-work .dataflow-loop__track {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 1;
}

body.projekte-work .dataflow-loop__particle {
  position: absolute;
  top: 50%;
  left: -16%;
  width: clamp(6px, 0.75vw, 10px);
  height: clamp(6px, 0.75vw, 10px);
  border-radius: 999px;
  transform: translateY(var(--flow-offset-y, -50%));
  background: radial-gradient(circle, rgba(255, 255, 255, 0.34) 0%, rgba(157, 218, 255, 0.2) 44%, rgba(255, 60, 208, 0.12) 100%);
  box-shadow:
    0 0 4px rgba(255, 255, 255, 0.08),
    0 0 8px rgba(32, 124, 250, 0.05),
    0 0 10px rgba(255, 60, 208, 0.04);
  opacity: 0;
  animation: hbDataStream 10.8s linear infinite;
}

body.projekte-work .dataflow-loop__particle--1 { --flow-offset-y: -30px; animation-delay: 0s; }
body.projekte-work .dataflow-loop__particle--2 { --flow-offset-y: -18px; animation-delay: 0.72s; }
body.projekte-work .dataflow-loop__particle--3 { --flow-offset-y: -10px; animation-delay: 1.44s; }
body.projekte-work .dataflow-loop__particle--4 { --flow-offset-y: -4px; animation-delay: 2.16s; }
body.projekte-work .dataflow-loop__particle--5 { --flow-offset-y: 6px; animation-delay: 2.88s; }
body.projekte-work .dataflow-loop__particle--6 { --flow-offset-y: 14px; animation-delay: 3.6s; }
body.projekte-work .dataflow-loop__particle--7 { --flow-offset-y: 22px; animation-delay: 4.32s; }
body.projekte-work .dataflow-loop__particle--8 { --flow-offset-y: 30px; animation-delay: 5.04s; }

body.projekte-work .hb-fashion-slider-section {
  --hb-title-size: clamp(52px, 7.1vw, 136px);
  --hb-title-letter-spacing: -0.028em;
  --hb-title-color: rgba(255, 255, 255, 0.92);
  --hb-line-shadow: 0 2px 10px rgba(8, 12, 24, 0.18), 0 8px 20px rgba(0, 0, 0, 0.08);
  --hb-nav-color: rgba(255, 255, 255, 0.96);
}

body.projekte-work .hb-fashion-slider-section .hb-slider-nav,
body.projekte-work .hb-variant-slider-section .hb-slider-nav,
body.projekte-work .hb-fashion-slider-section .hb-slider-nav::after,
body.projekte-work .hb-variant-slider-section .hb-slider-nav::after {
  color: rgba(255, 255, 255, 0.96);
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-shell {
  gap: clamp(0.5rem, 1vw, 0.9rem);
}

body.projekte-work #brand-system-bridge > h3 {
  margin-bottom: clamp(2.2rem, 4vw, 3rem);
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-heading {
  text-align: left;
  margin-bottom: clamp(0.6rem, 1.2vw, 1rem);
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-title {
  max-width: none;
  margin-inline: 0;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-body {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, 0.7fr);
  gap: clamp(0.75rem, 1.5vw, 1.2rem);
  align-items: stretch;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-visual-frame {
  left: auto;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  overflow: visible;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-visual-stage {
  min-height: clamp(280px, 28vw, 460px);
  border-radius: 0;
  background: transparent;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-visual-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: clamp(280px, 28vw, 460px);
  object-fit: contain;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-detail-card {
  width: 100%;
  margin: 0;
  align-self: center;
  min-height: 100%;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.projekte-work #dynamic-brand-work-ref .dynamic-panel-actions {
  display: none;
}

body.projekte-work .hb-fashion-slider-section[data-hb-copy-mode="manual"] .hb-copy--caption {
  left: clamp(16px, 2vw, 28px);
  right: auto;
  bottom: clamp(18px, 2.1vw, 30px);
  top: auto;
  width: max-content;
  max-width: min(82vw, 920px);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  pointer-events: none;
  border-radius: 0;
}

body.projekte-work .hb-caption-kicker {
  display: none;
}

body.projekte-work .hb-caption-title,
body.projekte-work .hb-caption-sub {
  display: block;
  margin: 0;
  width: max-content;
  max-width: min(82vw, 920px);
  font-size: clamp(24px, 4.2vw, 68px);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 10px rgba(8, 12, 24, 0.22);
  will-change: transform, opacity, filter;
}

body.projekte-work .hb-headline,
body.projekte-work .hb-line,
body.projekte-work .hb-fan-label h2,
body.projekte-work .hb-fan-label div,
body.projekte-work .hb-slot-title,
body.projekte-work .hb-slot-sub,
body.projekte-work .hb-float-tag,
body.projekte-work .hb-float-tag-small,
body.projekte-work .hb-counter-title {
  color: rgba(255, 255, 255, 0.96);
  text-shadow: 0 2px 10px rgba(8, 12, 24, 0.22);
}

body.projekte-work .hb-fashion-slider-section .hb-copy {
  /* HB_Pad_Projekt_Slider_Copy: Hier koennen Slider-Texte innerhalb des sichtbaren Bildraums fein verschoben werden. */
  --HB_Pad_Projekt_Slider_Copy_X: 0px;
  --HB_Pad_Projekt_Slider_Copy_Y: -10px;
  bottom: clamp(16px, 2vw, 28px);
}

body.projekte-work .hb-fashion-slider-section[aria-label="Fashion Slider"] .hb-copy {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.projekte-work .hb-fashion-slider-section[aria-label="Fashion Slider"] .hb-line {
  letter-spacing: 0.024em;
}

body.projekte-work .hb-caption-title {
  transform: translate3d(calc(var(--line1-x, 0px) + var(--HB_Pad_Projekt_Slider_Copy_X, 0px)), calc(var(--line1-y, 0px) + 22px + var(--HB_Pad_Projekt_Slider_Copy_Y, 0px)), 0) scale(.985);
  opacity: 0;
  filter: blur(8px);
  transition:
    transform 1250ms cubic-bezier(.18,.9,.24,1) var(--line1-delay, 0ms),
    opacity 950ms ease var(--line1-delay, 0ms),
    filter 950ms ease var(--line1-delay, 0ms);
}

body.projekte-work .hb-caption-sub {
  transform: translate3d(calc(var(--line2-x, 0px) + var(--HB_Pad_Projekt_Slider_Copy_X, 0px)), calc(var(--line2-y, 0px) + 26px + var(--HB_Pad_Projekt_Slider_Copy_Y, 0px)), 0) scale(.985);
  opacity: 0;
  filter: blur(8px);
  transition:
    transform 1450ms cubic-bezier(.18,.9,.24,1) var(--line2-delay, 140ms),
    opacity 1050ms ease var(--line2-delay, 140ms),
    filter 1050ms ease var(--line2-delay, 140ms);
}

body.projekte-work .hb-fashion-slider .swiper-slide-active .hb-caption-title,
body.projekte-work .hb-fashion-slider .swiper-slide-active .hb-caption-sub {
  opacity: 1;
  filter: blur(0);
}

body.projekte-work .hb-fashion-slider .swiper-slide-active .hb-caption-title {
  transform: translate3d(calc(var(--line1-x, 0px) + var(--HB_Pad_Projekt_Slider_Copy_X, 0px)), calc(var(--line1-y, 0px) + var(--HB_Pad_Projekt_Slider_Copy_Y, 0px)), 0) scale(1);
}

body.projekte-work .hb-fashion-slider .swiper-slide-active .hb-caption-sub {
  transform: translate3d(calc(var(--line2-x, 0px) + var(--HB_Pad_Projekt_Slider_Copy_X, 0px)), calc(var(--line2-y, 0px) + var(--HB_Pad_Projekt_Slider_Copy_Y, 0px)), 0) scale(1);
}

body.projekte-work .hb-fashion-slider-section[data-hb-copy-mode="manual"] .swiper-slide:nth-child(even) .hb-copy--caption {
  left: auto;
  right: clamp(16px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
}

body.projekte-work .hb-variant-slider-section[aria-label="Konzept Straße Slider"] {
  margin-bottom: clamp(3.2rem, 7vw, 5.8rem);
}

body.projekte-work #cta {
  margin-top: clamp(3rem, 7vw, 5.5rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

body.projekte-work #cta .cta-content {
  display: block;
  width: 100%;
  max-width: none;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.34), rgba(244, 248, 255, 0.24) 52%, rgba(243, 238, 255, 0.2) 100%);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow:
    0 18px 34px rgba(16, 24, 40, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
  border-radius: 24px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
}

body.projekte-work #cta .cta-kicker,
body.projekte-work .contact-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(27, 37, 49, 0.72);
}

body.projekte-work #cta .cta-support {
  max-width: none;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.55;
  color: rgba(30, 41, 59, 0.86);
}

body.projekte-work #cta .cta-text {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(22rem, 27rem) minmax(24.875rem, 1fr);
  align-items: start;
  gap: clamp(2.8rem, 4vw, 5rem);
}

body.projekte-work #cta .cta-title {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.34rem, 4.12vw, 4.08rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  color: rgba(30, 41, 59, 0.96);
}

body.projekte-work #cta .cta-copy-stack {
  display: grid;
  gap: 1.35rem;
  align-content: start;
  padding-top: 0.55rem;
  max-width: none;
}

body.projekte-work #cta .cta-body,
body.projekte-work #cta .cta-support {
  font-size: 1.12rem;
  line-height: 1.6;
}

body.projekte-work #cta .cta-body {
  color: rgba(30, 41, 59, 0.9);
}

body.projekte-work #cta .cta-button {
  width: fit-content;
  min-width: 15rem;
  min-height: 3.4rem;
  padding: 0.9rem 1.15rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 0.42rem;
  border: 2px solid rgba(32, 124, 250, 0.78);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  color: rgba(30, 41, 59, 0.9);
  backdrop-filter: blur(10px) saturate(116%);
  -webkit-backdrop-filter: blur(10px) saturate(116%);
}

/* Case Button Referenz */
body.projekte-work .project-case-button,
body.projekte-work .project-calendar-button,
body.projekte-work header.case-hero .hero-cta-primary,
body.projekte-work #cta .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 3rem;
  padding: 0.86rem 1.14rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(to top, rgba(255,255,255,0.85), rgba(255,255,255,0.50));
  color: rgb(12, 74, 110);
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
  backdrop-filter: blur(10px) saturate(118%);
  -webkit-backdrop-filter: blur(10px) saturate(118%);
  transition: background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.projekte-work .project-case-button:hover,
body.projekte-work .project-calendar-button:hover,
body.projekte-work header.case-hero .hero-cta-primary:hover,
body.projekte-work #cta .cta-button:hover,
body.projekte-work .project-case-button:focus-visible,
body.projekte-work .project-calendar-button:focus-visible,
body.projekte-work header.case-hero .hero-cta-primary:focus-visible,
body.projekte-work #cta .cta-button:focus-visible {
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.7));
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.14), 0 1px 0 rgba(255, 255, 255, 0.18) inset;
  transform: translateY(-1px);
}

body.projekte-work .hero-image-overlay-label--below {
  position: static;
  left: auto;
  bottom: auto;
  display: inline-flex;
  margin-top: calc(0.55rem + 20px);
  margin-bottom: 0.55rem;
  margin-left: 0;
  max-width: min(80%, 720px);
  z-index: 2;
}

body.projekte-work #status-quo .case-section-image,
body.projekte-work #brand-system .case-section-image,
body.projekte-work #arbeit-geht-los .case-section-image,
body.projekte-work #wirkung .case-section-image {
  gap: 0.95rem;
}

body.projekte-work #status-quo .case-section-image {
  width: min(100%, 820px);
  margin: 0 0 1.25rem;
  justify-self: stretch;
}

body.projekte-work #status-quo .case-section-image-main {
  aspect-ratio: 1.42 / 1;
}

@media (min-width: 961px) {
  body.projekte-work #status-quo.case-section {
    display: block;
  }

  body.projekte-work #status-quo > div:first-child {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: start;
    column-gap: clamp(1.6rem, 2.4vw, 2.6rem);
  }

  body.projekte-work #status-quo .case-section-header {
    grid-column: 2;
    grid-row: 1;
  }

  body.projekte-work #status-quo .case-section-image {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: min(100%, 760px);
    margin: 0;
    align-self: start;
  }

  body.projekte-work #status-quo .case-section-text {
    grid-column: 2;
    grid-row: 2;
  }
}

body.projekte-work #anspruchsgruppen .case-section-image-dual .case-section-image-tile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0 !important;
}

body.projekte-work #anspruchsgruppen .case-section-image-dual .case-section-image-tile:first-child {
  width: min(96%, 620px);
  max-width: min(96%, 620px);
}

body.projekte-work #anspruchsgruppen .case-section-image-dual .case-section-image-tile:nth-child(2) {
  width: min(96%, 620px);
  max-width: min(96%, 620px);
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  align-self: flex-start !important;
  justify-self: flex-start !important;
  transform: none !important;
}

body.projekte-work #anspruchsgruppen .case-section-image-dual .case-section-image-tile .overflow-hidden {
  width: 100%;
}

body.projekte-work #anspruchsgruppen .case-section-image {
  margin-top: 1.35rem;
}

@media (min-width: 961px) {
  body.projekte-work #anspruchsgruppen.case-section {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    column-gap: clamp(1.8rem, 2.6vw, 3rem);
  }

  body.projekte-work #anspruchsgruppen > div:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  body.projekte-work #anspruchsgruppen .case-section-image {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    align-self: start;
  }

  body.projekte-work #anspruchsgruppen .case-section-text {
    max-width: 34rem;
  }
}

body.projekte-work #anspruchsgruppen .case-section-image-dual .case-section-image-tile .hero-image-overlay-label--below {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-top: 0.55rem;
  align-self: stretch;
}

body.projekte-work #status-quo .case-section-title,
body.projekte-work #status-quo .case-section-text p,
body.projekte-work #anspruchsgruppen .case-section-title,
body.projekte-work #anspruchsgruppen .case-section-text p,
body.projekte-work #brand-system-bridge > h3,
body.projekte-work #brand-system-bridge > p,
body.projekte-work #brand-system .case-section-title,
body.projekte-work #brand-system .case-section-text p,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-title,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-text,
body.projekte-work #teilprojekt-kleidung .k3-title,
body.projekte-work #teilprojekt-kleidung .k3-subtitle,
body.projekte-work #teilprojekt-kleidung .k3-copy,
body.projekte-work #teilprojekt-lernplattform .k3-title,
body.projekte-work #teilprojekt-lernplattform .k3-subtitle,
body.projekte-work #teilprojekt-lernplattform .k3-copy,
body.projekte-work #teilprojekt-launch .k3-title,
body.projekte-work #teilprojekt-launch .k3-subtitle,
body.projekte-work #teilprojekt-launch .k3-copy,
body.projekte-work #arbeit-geht-los .case-section-title,
body.projekte-work #arbeit-geht-los .case-section-text p,
body.projekte-work #wirkung .case-section-title,
body.projekte-work #wirkung .case-section-text p {
  color: rgba(255, 255, 255, 0.96);
}

body.projekte-work #wirkung .case-section-text {
  padding-top: 25px;
}

body.projekte-work #wirkung .case-section-text p {
  line-height: 1.76;
}

body.projekte-work #section-260215-05 > h3,
body.projekte-work #section-260215-05 > p,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-title,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-heading,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-text,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-copy,
body.projekte-work #dynamic-brand-work-ref .dynamic-panel-detail-card,
body.projekte-work .k3-wrap .k3-lead,
body.projekte-work .k3-wrap .k3-copy {
  color: rgba(255, 255, 255, 0.96);
}

body.projekte-work #cta.cta-section {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
}

body.projekte-work .contact-container--work {
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.85fr) minmax(0, 0.95fr);
  gap: clamp(1.5rem, 3vw, 3rem);
  align-items: center;
}

body.projekte-work .contact-text-wrapper--work {
  display: grid;
  gap: 1rem;
}

body.projekte-work .contact-text-wrapper--work h4 {
  margin: 0;
}

body.projekte-work .contact-text-wrapper--work p {
  margin: 0;
  font-style: normal;
  color: rgba(255, 255, 255, 0.82);
}

body.projekte-work .contact-visual-wrapper {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

body.projekte-work .contact-buttons-v2--work {
  margin-top: 0;
}

body.projekte-work .contact-buttons-v2--work .btn-group {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.8rem;
}

body.projekte-work .contact-buttons-v2--work .social-btn {
  justify-content: center;
  min-width: 0;
  width: 100%;
  white-space: nowrap;
}

body.projekte-work .contact-buttons-v2--work .social-btn-mail {
  background: linear-gradient(140deg, #ff3cd0 0%, #207cfa 64%, #7b5cff 100%);
  border-color: transparent;
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.28);
}

body.projekte-work .contact-buttons-v2--work .social-btn-mail:hover {
  transform: translateY(-2px);
}

body.projekte-work .contact-buttons-v2--work .social-btn-mail {
  order: 1;
}

body.projekte-work .contact-buttons-v2--work .social-btn[href*="youcanbook.me"] {
  order: 2;
}

body.projekte-work .contact-buttons-v2--work .social-btn[href*="linkedin.com"] {
  order: 3;
}

body.projekte-work .contact-button-note {
  margin: 0.9rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

@keyframes hbDataStream {
  0% {
    left: -24%;
    opacity: 0;
    transform: translate3d(0, var(--flow-offset-y, 0), 0) scale(0.94);
    filter: blur(1.2px);
  }

  18% {
    opacity: 0.18;
  }

  68% {
    left: 42%;
    opacity: 0.1;
    transform: translate3d(0, 0, 0) scale(0.62);
    filter: blur(0);
  }

  100% {
    left: 56%;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.44);
    filter: blur(0);
  }
}

@keyframes hbLavaDriftA {
  from { transform: translate3d(0, 0, 0) rotate(-10deg) scale(1); }
  to { transform: translate3d(6vw, 3vh, 0) rotate(3deg) scale(1.08); }
}

@keyframes hbLavaDriftB {
  from { transform: translate3d(0, 0, 0) rotate(14deg) scale(1); }
  to { transform: translate3d(-5vw, 6vh, 0) rotate(2deg) scale(1.1); }
}

@keyframes hbLavaDriftC {
  from { transform: translate3d(0, 0, 0) rotate(5deg) scale(1); }
  to { transform: translate3d(4vw, -4vh, 0) rotate(-4deg) scale(1.12); }
}

@keyframes hbLavaDriftD {
  from { transform: translate3d(0, 0, 0) rotate(-5deg) scale(1); }
  to { transform: translate3d(-3vw, 4vh, 0) rotate(4deg) scale(1.08); }
}

@keyframes hbLavaDriftE {
  from { transform: translate3d(0, 0, 0) rotate(8deg) scale(1); }
  to { transform: translate3d(3vw, -3vh, 0) rotate(-6deg) scale(1.06); }
}

@media (max-width: 1023px) {
  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-body {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-shell {
    gap: 0.35rem;
  }

  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-heading {
    margin-bottom: 0.7rem;
  }

  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-detail-card {
    min-height: auto;
  }

  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-visual-stage {
    min-height: 0;
    aspect-ratio: 2.15 / 1;
    overflow: hidden;
  }

  body.projekte-work #dynamic-brand-work-ref .dynamic-panel-visual-image {
    min-height: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.projekte-work .hb-fashion-slider-section[data-hb-copy-mode="manual"] .hb-copy--caption,
  body.projekte-work .hb-fashion-slider-section[data-hb-copy-mode="manual"] .swiper-slide:nth-child(even) .hb-copy--caption {
    left: 12px;
    right: 12px;
    width: auto;
    max-width: calc(100% - 24px);
  }

  body.projekte-work .contact-container--work {
    grid-template-columns: 1fr;
  }

  body.projekte-work .contact-buttons-v2--work .btn-group {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  body.projekte-work .contact-buttons-v2--work .social-btn {
    min-width: 0;
  }

  body.projekte-work #cta .cta-text {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.projekte-work #cta .cta-button {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 768px) {
  body.projekte-work #section-260215-05-bridge-stack .bridge-image:first-child,
  body.projekte-work #section-260215-05-bridge-stack .bridge-image:last-child {
    margin-left: 0;
    margin-right: 0;
  }

  body.projekte-work #section-260215-05-bridge-stack .dataflow-loop {
    position: relative;
    left: auto;
    right: auto;
    min-width: 0;
    width: min(100%, 240px);
    max-width: calc(100% - 20px);
    margin: 0 auto;
  }
}

body.projekte-work .footer-right--work {
  gap: 0.9rem;
  flex-wrap: wrap;
}

body.projekte-work .footer-right--work a {
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

body.projekte-work.hb-gradient-page .hb-gradient-bg::before {
  content: none;
}

body.projekte-work h2.feature-pill-title {
  padding: clamp(5px, 0.6vw, 8px) clamp(10px, 1vw, 15px);
}

body.projekte-work #cta .cta-kicker,
body.projekte-work .contact-kicker {
  padding: 0.28rem 0.62rem;
}

body.projekte-work .project-calendar-copy {
  width: 100%;
}

body.projekte-work .project-calendar-button {
  align-self: flex-start;
}

body.projekte-work header.case-hero .hero-image {
  border-radius: 8px;
}

body.projekte-work header.case-hero .hero-image-inner,
body.projekte-work .case-section-image-main,
body.projekte-work .case-section-image-main img,
body.projekte-work .case-section-image-tile,
body.projekte-work .case-section-image-dual img,
body.projekte-work .hb-fashion-slider-section .hb-slide-img,
body.projekte-work .hb-variant-slider-section .hb-slide-img,
body.projekte-work .quote-wide-image,
body.projekte-work .k3-wrap .k3-media,
body.projekte-work .k3-wrap .k3-hero img {
  border-radius: 8px !important;
}

@media (max-width: 768px) {
  body.projekte-work #cta .cta-title {
    font-size: clamp(2.72rem, 10.8vw, 3.5rem);
    line-height: 1.07;
    max-width: 11ch;
  }

  body.projekte-work #cta .cta-body,
  body.projekte-work #cta .cta-support {
    hyphens: auto;
    -webkit-hyphens: auto;
  }

  body.projekte-work .case-section-text p,
  body.projekte-work .k3-wrap .k3-lead {
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
  }

  body.projekte-work #wirkung > div:first-child,
  body.projekte-work #wirkung .case-section-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.projekte-work #wirkung .case-section-header,
  body.projekte-work #wirkung .case-section-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  body.projekte-work #cta .cta-button {
    width: 100%;
    min-width: 0;
    padding: 14px 16px;
    font-size: 0.92rem;
    justify-content: center;
  }

  body.projekte-work .section-260215-02-quote-style,
  body.projekte-work .quote-card,
  body.projekte-work .cta-section,
  body.projekte-work .projects-grid-section > .grid:first-of-type > div:first-child,
  body.projekte-work .projects-grid-section > .grid:first-of-type > div:nth-child(2) {
    border-radius: 10px !important;
  }

  body.projekte-work header.case-hero .hero-image,
  body.projekte-work header.case-hero .hero-image-inner,
  body.projekte-work .case-section-image-main,
  body.projekte-work .case-section-image-main img,
  body.projekte-work .case-section-image-tile,
  body.projekte-work .case-section-image-dual img,
  body.projekte-work .hb-fashion-slider-section .hb-slide-img,
  body.projekte-work .hb-variant-slider-section .hb-slide-img,
  body.projekte-work .quote-wide-image,
  body.projekte-work .k3-wrap .k3-media,
  body.projekte-work .k3-wrap .k3-hero img {
    border-radius: 8px !important;
  }

  body.projekte-work #status-quo .case-section-image {
    width: calc(100% + 26px);
    max-width: none;
    margin-left: -16px;
    margin-right: -10px;
    margin-top: 16px;
  }

  body.projekte-work #status-quo .case-section-image-main,
  body.projekte-work #status-quo .case-section-image-main img {
    width: 100%;
    max-width: none;
    min-height: 250px;
    object-fit: cover;
    object-position: 38% center;
  }
}
