.horizon-quote-wrapper-104d69ac {
    /* Wrapper needs height to allow scrolling, set dynamically by JS */
    position: relative;
    width: 100%;
    margin-top: 0; /* ensure it starts exactly after previous container */
}

.hq-sticky-container {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

.hq-content-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    opacity: 0; /* Start hidden for fade-in */
    transition: opacity 0.1s ease-out; /* Smooth the JS-driven fade */
}

.hq-heading {
    margin: 0;
}

.hq-text-container {
    line-height: 1.6;
}

.hq-letter {
    transition: color 0.1s ease;
    display: inline;
}

.hq-signature {
    margin-top: 10px;
}

.hq-title {
    margin-top: -10px; /* pull title closer to signature */
    font-size: 1rem;
}
