.gradient-bg {
    background: linear-gradient(to bottom, #3f222200, #3f222200, var(--color-primary));
}

.sub-container,
.hy-animation-container,
#hy-report-page h2,
#hy-report-page > p,
#hy-report-page blockquote,
#hy-report-page > img,
#hy-report-page figure {
    max-width: 600px;
    margin: 0 auto;
}
#hy-report-page {
    color: var(--color-gray-200);
}
#hy-report-page h2 {
    font-family: var(--font-secondary);
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 1.75rem;
    margin-bottom: 1.25rem;
}
#hy-report-page p {
    font-family: var(--font-georgia);
    font-size: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
#hy-report-page p a {
    color: var(--color-anchor);
    border-bottom: 1px dotted var(--color-anchor);
}
#hy-report-page figure {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}
#hy-report-page figcaption {
    color: var(--color-secondary);

    font-size: 1rem;
    margin-top: 0.5rem;
}
#hy-report-page img {
    width: 100%;
    height: auto;
}
#hy-report-page blockquote {
    padding: 0.875rem 0 0.875rem 1.75rem;
    border-left: 4px solid var(--color-secondary);
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
#hy-report-page blockquote p {
    font-size: 1.75rem;
    font-weight: 600;

    margin: 0 0 1.25rem 0;
}
#hy-report-page blockquote cite {
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    font-size: 1.375rem;
    font-style: normal;
}

#hy-report-page.font-secondary * {
    font-family: var(--font-secondary);
}

/* GSAP Scroll Animation Styles */
.hy-animation {
    position: relative;
    width: 100%;
}

.hy-image-container {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hy-image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    max-width: 600px;
}

.hy-image-wrapper img {
    width: 100%;
    max-width: 800px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.hy-text-content {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.hy-text-spacer {
    height: 60vh;
    width: 100%;
}

.hy-text-spacer-last {
    height: 150vh;
}

.hy-text-block {
    margin: 50vh auto 80vh auto;
    width: 90%;
    min-height: 60vh;
    display: flex;
    align-items: center;
    pointer-events: auto;
}

.hy-text-block-transition {
    margin-bottom: 120vh;
}

.hy-text-block p {
    text-shadow: 1px 1px 5px rgba(112, 103, 103, 0.3);
    backdrop-filter: blur(6px);
    border: 1px solid #674d4c;
    border-radius: 4px;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #fff;
    padding: 1.5rem;
    background: #53373766;
    width: 100%;
}
