/* CT/T always on top of ornaments */
.floating-ct, .floating-tt { z-index: 9000 !important; mix-blend-mode: normal; }

/* Kill default details/summary markers that may leak over layout */
summary::marker { content: "" !important; }
details summary::-webkit-details-marker { display: none !important; }

/* Hide common scroll indicators that could overlap CT/T zone */
.hero .scroll-indicator,
.hero .scroll-down,
.section .scroll-indicator,
.section .scroll-down {
  display: none !important;
}

/* If any pseudo-element was added via content on CT/T — force off */
.floating-ct::before, .floating-ct::after,
.floating-tt::before, .floating-tt::after {
  content: none !important;
}