/* RESPONSYWNOŚĆ */
@media (max-width: 1100px) {
  .layout-wrapper {
    grid-template-columns: 1fr;
  }

  .layout-wrapper article,
  .layout-wrapper aside {
    width: 100%;
  }

  .layout-wrapper aside {
    order: 2;
  }

/* sekcja o mnie */

  .about-modern-layout-fixed {
    gap: 40px;
    padding: 0 30px;
  }

  .about-modern-quote h2 {
    font-size: 1.8rem;
  }
}
        @media (max-width: 1024px) {
/* 	sekcja o mnie		 */
			.about-modern-columns-fixed {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .about-modern-photo-fixed {
    width: 100%;
    height: 300px;
	clip-path: none !important;
    background-size: cover;
    background-position: center;
  }

  .about-modern-quote h3 {
    font-size: 1.5rem;
  }

  .about-modern-quote h2 {
    font-size: 1.5rem;
  }

  .about-modern-desc h4 {
    font-size: 1.3rem;
  }
			
    .co-robie-box {
        flex-direction: column;
        height: auto;
    }

    .co-robie-left,
    .co-robie-right {
        padding: 2rem;
        flex: 1 1 100%;
    }

    .co-robie-text h1 {
        font-size: 48px;
    }

    .gradient-box img {
        width: 90%;
    }

    .content-co-robie-left::after {
        top: 300px;
        left: 10%;
        width: 80%;
        height: 80px;
    }
}
@media (max-width: 900px) {
/* 	sekcja o mnie */
	 .about-modern-layout-fixed {
    padding: 0 20px;
		 flex-direction: column;
  }
 .about-modern-photo-fixed {
        width: 100%;
        background-image: url(https://studio-js.home.pl/auto-instalacje/sebastianbogdanski/wp-content/uploads/2025/04/SEBASTIAN-BOGDANSKI-tworca-Przedsiebiorca-Czlowiek-z-pasja.webp);
        background-size: cover;
        background-position: top;
        display: block;
        min-height: 600px;
  }
  .about-modern-quote p,
  .about-modern-desc p {
    font-size: 1rem;
  }

  .about-store a {
    font-size: 0.95rem;
  }
	
  .custom-post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
/* 	header */
	.nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    padding: 1rem 0;
    text-align: center;
  }

  .nav-menu.active {
    display: block;
  }

  .nav-menu ul {
    flex-direction: column;
  }

  .nav-menu ul li {
    margin: 10px 0;
  }

  .menu-toggle {
    display: block;
  }

  .purchase-btn {
    display: none; /* ukryj przycisk zakupu na mobilkach, jeśli chcesz */
  }
	
/* 	sekcja o mnie */
	 .about-modern-photo-fixed {
    height: 250px;
  }

  .about-modern-quote h2 {
    font-size: 1.3rem;
  }

  .about-modern-quote h3,
  .about-modern-desc h4 {
    text-align: center;
  }

  .about-modern-quote,
  .about-modern-desc {
    text-align: center;
  }

  .button-box-mnie {
    align-items: center;
  }
    .co-robie-text h1 {
        font-size: 36px;
    }

    .co-robie-text p {
        font-size: 14px;
        padding: 0 1rem;
    }

    .gradient-box {
        height: 8rem;
    }

    .gradient-box img {
        margin-top: 3rem;
        width: 100%;
    }

    .content-co-robie-left::after {
        top: 260px;
        left: 5%;
        width: 90%;
        height: 60px;
    }
}
@media (max-width: 600px) {
/* 	sekcja o mnie  */
	.about-modern-layout-fixed {
    padding: 0 15px;
  }

  .about-modern-photo-fixed {
    height: 200px;
  }

  .about-modern-quote h2 {
    font-size: 1.1rem;
  }

  .about-modern-quote p.quote-sub {
    font-size: 0.9rem;
  }

  .about-modern-desc p {
    font-size: 0.95rem;
  }

  .about-store a {
    font-size: 0.9rem;
    padding: 8px 14px;
  }

  .mnie-arrow {
    display: inline-block;
    margin-left: 4px;
  }
	
  .custom-post-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
/* 	sekcja o mnie  */

  .about-modern-photo-fixed {
    min-height: 250px;
  }
	  .button-box-mnie {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}