/* project-presidential — hero (graphic-print template) */
.hero .container-flexible {
    --container-flexible-a: 0.5;
    --container-flexible-b: 0.5;
}

.project-hero-gallery {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-hero-gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.hero .title-h1 {
    font-size: clamp(1.75rem, 3.5vw, 3.5rem);
}
