/* Schampoo's measured fixed masthead avoids a scroll jump when the utility
   strip condenses. The paired site-owned controller remains an exact tracked
   ejection until Kronika exposes this behaviour upstream. */
.wp-block-template-part:has(> .kr-masthead) {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.wp-site-blocks {
  padding-top: var(--kr-masthead-h, 11rem);
}

html {
  scroll-padding-top: calc(var(--kr-masthead-h-condensed, 8.25rem) + 1.5rem);
}

.kr-masthead.kr-measuring,
.kr-masthead.kr-measuring * {
  transition: none !important;
}
