/* Final overrides for the title motion: the header itself never becomes an opaque sticky panel. */
.apps-page .apps-hero { position: relative !important; top: auto !important; z-index: auto; background: transparent !important; backdrop-filter: none !important; }
.apps-page .apps-title-copy { opacity: 1; transform: translateY(0) scale(1); transform-origin: left top; transition: transform .08s linear, opacity .08s linear; }
.apps-page.hero-condensed .apps-title-copy { transform: translateY(calc(-34px * var(--hero-collapse))) scale(calc(1 - .38 * var(--hero-collapse))); opacity: calc(1 - var(--hero-collapse)); }
.apps-page.hero-condensed .apps-title-copy h1 { font-size: clamp(48px, 5.8vw, 76px); transform: none; }
.apps-page.hero-condensed .apps-title-copy > p:last-child { margin-top: 20px; }
