@font-face {
    src: url('https://res.cloudinary.com/dr6lvwubh/raw/upload/v1529908256/CompressaPRO-GX.woff2');
    font-family: 'CompressaPRO-GX';
    font-style: normal;
    font-display: swap;
}

#fit h1 {
    font-family: 'CompressaPRO-GX', sans-serif;
    text-rendering: optimizeSpeed;
    user-select: none;
    line-height: 0.8em;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    
    /* CRITICAL FIX: Forces all words to stay on exactly ONE line */
    white-space: nowrap; 
}

#fit h1 span {
    transform: translateY(-10px);
    user-select: none;
    font-family: inherit;
    display: inline-block;
}

#fit h1.flex {
    display: flex;
    justify-content: space-between;
    /* Removed flex-wrap to guarantee single line */
    flex-wrap: nowrap; 
}

/* CRITICAL FIX: Ensures space characters take up physical room in Flexbox */
#fit h1 .vfont-space {
    min-width: 0.25em; 
    display: inline-block;
}

#fit h1.stroke span {
    position: relative;
    color: #211D26;
    line-height: inherit;
}

#fit h1.stroke span:after {
    content: attr(data-char);
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: #FE6730;
    position: absolute;
    left: 0;
    line-height: inherit;
    color: transparent;
    z-index: -1;
}

/* Elementor Editor Fixes */
.elementor-edit-area #fit h1 span { pointer-events: auto !important; }