.site-photo { display: block; width: 100%; height: auto; margin: 0; border-radius: 6px; }
.photo-band { padding: 0 0 56px; }
.photo-band .site-photo { max-height: 760px; object-fit: contain; }
.home-community-photo { margin-bottom: 40px; }
.training-photo { max-width: 460px; margin: 32px auto; }
.visitor-layout > .visitor-photo { grid-column: 2; grid-row: 1; }
.visitor-layout > .visitor-copy { grid-column: 1; grid-row: 1; }
.contact-photo img { width: 100%; height: auto; max-height: 540px; object-fit: contain; }
.hero.real-photo-hero {
    background-image: linear-gradient(90deg, rgba(0,0,0,.08) 30%, rgba(0,0,0,.65) 100%), url('images/szoboszlo/homeHero-2048.webp');
    background-attachment: scroll;
    background-position: center;
    min-height: 88vh;
    padding: 130px 5% 70px;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
}
.real-photo-hero .hero-content { width: 48%; max-width: 660px; margin: 0; padding: 0; }
.real-photo-hero h1 { font-size: 3.4rem; letter-spacing: 0; background: none; -webkit-text-fill-color: white; color: white; }
.real-photo-hero p { color: white; font-size: 1.2rem; }
.real-photo-hero .hero-cta-group { justify-content: flex-start; flex-wrap: wrap; }
.tow-days-hero.real-tow-hero {
    background-image: linear-gradient(90deg, rgba(0,0,0,.62), rgba(0,0,0,.32)), url('images/szoboszlo/towHero-2048.webp');
    background-position: center;
}
@media (max-width: 800px) {
    .hero.real-photo-hero { background-position: 38% top; min-height: 850px; justify-content: flex-end; padding: 430px 24px 45px; background-size: auto 520px; background-repeat: no-repeat; background-color: #101416; background-image: linear-gradient(0deg, #101416 0%, transparent 45%), url('images/szoboszlo/homeHero-1280.webp'); }
    .real-photo-hero .hero-content { width: 100%; max-width: none; }
    .real-photo-hero h1 { font-size: 2.25rem; margin-bottom: 20px; }
    .real-photo-hero p { font-size: 1.05rem; margin-bottom: 24px; }
    .photo-band { padding-bottom: 32px; }
    .home-community-photo { margin-bottom: 28px; }
    .visitor-layout > .visitor-photo { grid-column: 1; grid-row: 2; }
    .tow-days-hero.real-tow-hero { background-image: linear-gradient(0deg, rgba(0,0,0,.75), rgba(0,0,0,.35)), url('images/szoboszlo/towHero-1280.webp'); }
}
