
/* Propozycja ilustracji 10.09.2026 — paleta z akceptacji Ani */
:root { --color-lab: #fff; }
body, body.bg-lab, #profil, #specyfikacja { background-color: #fff !important; }
body.bg-grid { background-image: none !important; }
.home-hero-art { margin: 0; width: 100%; }
.home-hero-art img { display: block; width: 100%; height: auto; }
#profil .hero-rot-h1 { min-height: 0; }
#profil { padding-block: 72px; }
#specyfikacja > .grid > div { background: #fff !important; border-radius: 16px; padding: 28px; }
.home-offer-art { display: block; width: 180px; height: 180px; object-fit: contain; margin: 0 auto 24px; }
@media(min-width: 1280px) { #profil { padding-block: 88px; } .home-hero-art { width: calc(100% + 12px); margin-left: -12px; } }
@media(max-width: 767px) {
 #profil { padding-block: 40px; }
 #profil > .grid { gap: 28px; }
 #profil > .grid > div:first-child { gap: 20px; }
 #profil > .grid > div:first-child > p,
 #profil > .grid > div:first-child > div { margin-top: 0; }
 .home-hero-art { max-width: 540px; margin: 0 auto; }
 .home-offer-art { width: 148px; height: 148px; margin-bottom: 16px; }
 #specyfikacja > .grid > div { padding: 24px; }
}
