
        /* Text sizing only — original archive layout and GSAP remain intact. */
        #concept-gallery .concept-batch-title {
            max-width: 100%;
            font-size: clamp(24px, 2.1vw, 38px);
            line-height: 1.15;
            letter-spacing: 0;
            overflow-wrap: anywhere;
        }
        #concept-gallery .concept-card-meta > div {
            min-width: 0;
            flex: 1 1 0;
        }
        #concept-gallery .concept-card-title {
            font-size: clamp(24px, 2vw, 36px);
            line-height: 1.15;
            overflow-wrap: anywhere;
        }
        #concept-gallery .concept-title {
            line-height: 1.08;
        }
    