/* Requested surface consistency. No geometry, calculation or form-state changes. */
:root { --kp-surface-radius45: 8px; --kp-logo-radius: 8px; --kp-button-radius: 8px; }
html body :is(.kp-logo-tile-approved, .logo-tile, .site-header .brand, .header .wordmark-logo, .footer-brand-tile, .kp-footer-logo-approved) {
  --kp-logo-radius: 8px !important;
  border-radius: var(--kp-surface-radius45) !important;
}
html body :is(.kp-logo-tile-approved, .logo-tile, .site-header .brand, .header .wordmark-logo, .footer-brand-tile, .kp-footer-logo-approved) > img,
html body .kp-logo-tile-approved .brand-lockup-v6,
html body .kp-logo-tile-approved .brand-lockup-v6 > img { border-radius: 8px !important; }
html body :is(.process-card, .clock-visual, .founders-visual, .vitality-visual, .price-summary, .portal-window,
 .portal-status-grid article, .medical-grid article, .clock-prices article, .vita-card, .aa40-module-media,
 .aa40-photo, .aa41-media figure, .research-card, .kj-research-grid article, .kj-module-card,
 .brand-network-card, .kp-titles-approved > article, .kp-private-sep16 .album-photo, .album-photo) {
  border-radius: var(--kp-surface-radius45) !important;
}
/* Deliberately leave II title bands (22px 22px 0 0), tables, graph nodes,
   input state controls and circular scene geometry at their approved standards. */
html body section.hero#start .hero-bar button.menu-button {
  width: 44px !important; min-width: 44px !important; max-width: 44px !important;
  height: 44px !important; min-height: 44px !important; flex-basis: 44px !important;
  border: 1px solid #ffc478b3 !important; border-radius: 8px !important;
  background: linear-gradient(145deg, #ffab32, #e67a00) !important;
  box-shadow: 0 4px 12px #7b3c002b !important; color: #fff !important;
}
html body section.hero#start .hero-bar button.menu-button .menu-lines {
  width: 22px !important; height: 18px !important; flex-basis: 22px !important;
  background: linear-gradient(#fff,#fff) center 0 / 22px 2px no-repeat,
    linear-gradient(#fff,#fff) center 8px / 22px 2px no-repeat,
    linear-gradient(#fff,#fff) center 16px / 22px 2px no-repeat !important;
  filter: drop-shadow(1px 1px 1px #0006);
}
/* KJ: the 52px fixed contact rail must not sit on the first text character. */
html[data-kp-brand="krebs-jetzt"] { scroll-padding-top: calc(var(--kp-sticky-clearance45, 104px) + 16px); }
@media (min-width:1001px) and (max-width:1199px) {
  html[data-kp-brand="krebs-jetzt"] body section.kp-full-header .kp-full-scene .hero-copy {
    left: 76px !important; width: calc(43% - 76px) !important; margin-left: 0 !important;
  }
}
@media (min-width:651px) and (max-width:1000px) {
  html[data-kp-brand="krebs-jetzt"] body section.kp-full-header > .hero-copy {
    width: calc(100% - 112px) !important; margin-left: 76px !important; margin-right: 36px !important;
  }
}
/* II: native architectural depth plane, always below the unchanged people. */
html body section.hero#start > .ii-building45 {
  position: absolute; pointer-events: none; z-index: 2;
  top: calc(var(--ii-depth-nav, 96px) + 26px); right: 9%; width: 60%;
  height: calc(var(--ii-depth-scene, 100svh) - var(--ii-depth-nav, 96px) - 112px);
  overflow: visible; opacity: .78;
}
.ii-building45 .estate-shell45 { fill: #153e5a18; stroke: #ffe4c1; stroke-width: 1.6; stroke-linejoin: round; filter:drop-shadow(0 1px 2px #18313db3); }
.ii-building45 .estate-edge45 { fill: none; stroke: #ffb253; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; filter:drop-shadow(0 1px 2px #18313db3); }
.ii-building45 .estate-window45 { fill: #fff1c4; opacity: .24; }
.ii-building45 .estate-floor45 { fill: none; stroke: #c6e2ef; stroke-width: .75; opacity: .5; }
@media(prefers-reduced-motion:no-preference) {
  .ii-building45 .estate-draw45 { stroke-dasharray: 1; animation: estate-draw45 8.5s ease-in-out infinite; }
  .ii-building45 .estate-window45 { animation: estate-windows45 8.5s ease-in-out infinite; animation-delay: var(--window-delay45,0s); }
  .ii-building45 .estate-volume45 { transform-origin: 460px 460px; animation: estate-depth45 8.5s ease-in-out infinite; }
}
html body section.hero[data-building-paused45] > .ii-building45 * { animation-play-state: paused !important; }
@keyframes estate-draw45 { 0%,7% {stroke-dashoffset:1;opacity:0} 33%,76% {stroke-dashoffset:0;opacity:1} 96%,100% {stroke-dashoffset:0;opacity:0} }
@keyframes estate-windows45 { 0%,25%,100%{opacity:.12} 42%,70%{opacity:.65} 90%{opacity:.15} }
@keyframes estate-depth45 { 0%,100%{transform:translateY(3px)} 50%{transform:translateY(-3px)} }
@media(max-width:1000px) {
  html body section.hero#start > .ii-building45 { right:-5%; width:110%; top:calc(var(--ii-depth-nav,84px) + 18px); height:calc(var(--ii-depth-scene,100svh) - var(--ii-depth-nav,84px) - 100px); opacity:.63; }
}
@media(forced-colors:active) {
  html body section.hero#start .hero-bar button.menu-button { background:ButtonFace!important; border-color:ButtonText!important; }
  html body section.hero#start .hero-bar button.menu-button .menu-lines { forced-color-adjust:none; background:linear-gradient(ButtonText,ButtonText) center 0/22px 2px no-repeat,linear-gradient(ButtonText,ButtonText) center 8px/22px 2px no-repeat,linear-gradient(ButtonText,ButtonText) center 16px/22px 2px no-repeat!important; filter:none; }
}
