/* ==========================================================
   HOME CUSTOM TEXT
   Stylizacja modułu: Niestandardowy blok tekstowy
   Strona główna — Mobile First
   ========================================================== */

/* Reset domyślnego wyglądu modułu wyłącznie na stronie głównej */
body#index #custom-text {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* Główna sekcja */
.home-custom-text {
  width: 100%;
  margin: 0;
  padding: 1.75rem 1.25rem 3.5rem;
  background: #fff;
  color: #262626;
}

/* Wewnętrzny kontener treści */
.home-custom-text__inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

/* Mały podpis nad nagłówkiem */
.home-custom-text__eyebrow {
  margin: 0 0 0.75rem;
  color: #b08a4d;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* Nagłówek sekcji */
.home-custom-text__title {
  margin: 0;
  color: #242424;
  font-size: clamp(1.75rem, 6vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: none;
}

/* Delikatna linia pod nagłówkiem */
.home-custom-text__title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin: 1.25rem auto 0;
  background: #c9a66b;
}

/* Blok akapitów */
.home-custom-text__content {
  width: 100%;
  max-width: 880px;
  margin: 1.75rem auto 0;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

/* Akapity */
.home-custom-text__content p {
  margin: 0;
}

.home-custom-text__content p + p {
  margin-top: 1.25rem;
}

/* Wyróżnienia */
.home-custom-text__content strong {
  color: #292929;
  font-weight: 700;
}

/* Tablet */
@media (min-width: 768px) {
  .home-custom-text {
    padding: 2.25rem 2rem 4rem;
  }

  .home-custom-text__eyebrow {
    margin-bottom: 0.875rem;
    font-size: 0.8rem;
  }

  .home-custom-text__content {
    font-size: 1.0625rem;
    line-height: 1.8;
  }

  .home-custom-text__content p + p {
    margin-top: 1.5rem;
  }
}

/* Desktop */
@media (min-width: 1200px) {
  .home-custom-text {
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
  }
}
