/* final layer 1 */
/* Header/footer are the exact PoCoPolisa.pl production components.
   This guard prevents obsolete preview selectors from affecting them. */
.pc-header, .pc-footer { font-family: inherit; }

/* final layer 2 */
/* FINAL: ujednolicone proporcje czterech modułów premium */
@media (min-width:981px){
  .editorial-split-wrap{
    width:min(1260px,calc(100vw - 44px));
    margin-top:42px;
    margin-bottom:48px;
  }

  .editorial-split{
    grid-template-columns:1fr 1fr;
    height:620px;
    min-height:620px;
  }

  .editorial-split-media{
    height:620px;
    min-height:620px;
  }

  .editorial-split-copy{
    height:620px;
    padding:44px 48px 42px;
    justify-content:center;
    overflow:hidden;
  }

  .editorial-split-copy h2{
    font-size:clamp(36px,3vw,50px);
    line-height:1.07;
    margin-bottom:18px;
  }

  .editorial-split-copy p{
    font-size:16.5px;
    line-height:1.58;
    margin-bottom:13px;
  }

  .editorial-checks{
    gap:9px;
    margin:5px 0 15px;
  }

  .editorial-check{
    font-size:15.5px;
    line-height:1.40;
  }

  .editorial-split-point{
    margin-top:17px;
    padding-top:17px;
    font-size:23px;
    line-height:1.27;
  }

  .editorial-split-kicker{
    margin-bottom:17px;
  }
}

/* Tablet i mobile: wysokość wynika z treści, żeby nic nie było ucięte */
@media (max-width:980px){
  .editorial-split,
  .editorial-split-copy{
    height:auto;
  }
}

/* final layer 3 */
@media (min-width:981px){
  .editorial-split-media.foundation img,
  .editorial-split-media.office img,
  .editorial-split-media.family img,
  .editorial-split-media.partners img{
    object-fit:cover;
    object-position:center top !important;
  }
}

/* final layer 4 */
@media (min-width:981px){
  .topic-band{
    padding:42px 0 44px;
  }
  .topic-head{
    margin-bottom:22px;
  }
  .topic-head small{
    margin-bottom:5px;
    font-size:10px;
  }
  .topic-head h2{
    font-size:44px;
    line-height:1.04;
    margin-bottom:9px;
  }
  .topic-head p{
    font-size:15.5px;
    line-height:1.45;
    max-width:760px;
  }
  .topic-grid{
    gap:12px;
  }
  .topic{
    min-height:132px;
    padding:18px 19px 17px;
    position:relative;
    transition:transform .18s ease,border-color .18s ease,background .18s ease;
  }
  .topic small{
    font-size:9px;
    letter-spacing:.10em;
  }
  .topic h3{
    font-size:21px;
    line-height:1.12;
    margin:6px 0 6px;
  }
  .topic p{
    font-size:13px;
    line-height:1.42;
  }

  /* Aktywuje się automatycznie po wpisaniu URL do data-url. */
  .topic.is-live{
    cursor:pointer;
    padding-right:78px;
  }
  .topic.is-live:hover{
    transform:translateY(-2px);
    border-color:rgba(241,198,122,.52);
    background:rgba(255,255,255,.10);
  }
  .topic.is-live::after{
    content:"Czytaj →";
    position:absolute;
    right:18px;
    bottom:17px;
    color:var(--gold);
    font-size:11px;
    font-weight:900;
  }
}
