/* Owner-approved Art page hero — 2026-08-30.
   Page-specific image only; shared focusChrist hero geometry remains authoritative. */
.fc-visual-hero--art::before {
    background-image: url('assets/heroes/art.webp') !important;
    background-position: center 50% !important;
}

@media (max-width: 720px) {
    .fc-visual-hero--art::before {
        background-position: 46% 50% !important;
    }
}

/* Desktop first-view gallery reveal refinement — owner-approved 2026-08-30.
   Keep the introductory view visually complete before the first artwork row enters.
   Tablet/mobile are intentionally unchanged. */
@media (min-width: 1100px) and (min-height: 760px) {
    body.fc-site .gallery {
        padding-top: clamp(118px, 8vw, 136px) !important;
    }
}

/* Desktop gallery scroll cue — owner-approved 2026-08-30.
   Explicit DOM element for predictable placement; tablet/mobile remain unchanged. */
body.fc-site .art-scroll-cue {
    display: none;
}

@media (min-width: 1100px) and (min-height: 760px) {
    body.fc-site .art-scroll-cue {
        display: block;
        margin: 8px 0 0;
        text-align: center;
        color: var(--fc-gold-light);
        font-size: 0.9rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        line-height: 1.3;
        opacity: 0.92;
    }
}
