/* ═══════════════════════════════════════════════════════════════
   pp10-pages.css  –  Style specyficzne dla poszczególnych podstron
═══════════════════════════════════════════════════════════════ */

/* ── aktualnosci ── */
.news-list{display:flex;flex-direction:column;gap:22px;}
    .news-item{background:#fff;border-radius:14px;border:1px solid var(--c-border);overflow:hidden;display:grid;grid-template-columns:200px 1fr;box-shadow:var(--shadow);transition:box-shadow .18s,transform .18s;}
    .news-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px);}
    @media(max-width:560px){.news-item{grid-template-columns:1fr;}}
    .news-item-thumb{min-height:140px;background:var(--c-orange-tint);display:flex;align-items:center;justify-content:center;font-size:56px;}
	.news-item-thumb img {width: 100%;height: 100%;min-height: 240px;object-fit: cover;object-position: center 15%;display: block;}
    .news-item-body{padding:20px 24px;display:flex;flex-direction:column;gap:6px;}
    .news-meta{font-size:.8rem;color:var(--c-muted);font-weight:600;letter-spacing:.03em;}
    .news-item h2{font-family:var(--font-head);font-size:1.1rem;font-weight:600;color:var(--c-purple);line-height:1.3;}
    .news-item h2 a{text-decoration:none;color:inherit;} .news-item h2 a:hover{text-decoration:underline;text-underline-offset:3px;}
    .news-item h2 a:hover{color:var(--c-orange);}
    .news-item h2 a:focus-visible{outline:3px solid var(--c-focus);outline-offset:2px;border-radius:3px;}
    .news-item p{font-size:.86rem;color:var(--c-muted);line-height:1.7;}
    .tag{display:inline-block;background:var(--c-orange-tint);color:var(--c-purple);font-size:.75rem;font-weight:700;padding:3px 10px;border-radius:30px;letter-spacing:.05em;margin-bottom:4px;}
    .btn-read{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;font-weight:700;color:var(--c-orange);text-decoration:none;border:1.5px solid var(--c-orange);border-radius:8px;padding:6px 14px;margin-top:8px;align-self:flex-start;transition:background .18s,color .18s;}
    .btn-read:hover{background:var(--c-orange);color:#fff;}
    .btn-read:focus-visible{outline:3px solid var(--c-focus);outline-offset:2px;}

/* ── kadra ── */
.staff-section{margin-bottom:28px;}
    .staff-section h2{font-family:var(--font-head);font-size:1.15rem;color:var(--c-purple);font-weight:400;margin-bottom:14px;padding-bottom:8px;border-bottom:2px solid var(--c-orange-tint);}
    .staff-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;}
    .staff-card{background:#fff;border-radius:12px;border:1px solid var(--c-border);padding:18px;box-shadow:var(--shadow);}
    .staff-card .role{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--c-orange);margin-bottom:5px;}
    .staff-card .name{font-family:var(--font-head);font-size:.95rem;color:var(--c-purple);font-weight:400;line-height:1.3;margin-bottom:3px;}
    .staff-card .grade{font-size:.8rem;color:var(--c-muted);}
    .staff-list{list-style:none;display:flex;flex-direction:column;gap:6px;}
    .staff-list li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px solid var(--c-orange-tint);font-size:.87rem;color:var(--c-text);}
    .staff-list li:last-child{border-bottom:none;}
    .staff-list li::before{content:'';display:block;width:6px;height:6px;border-top:2px solid var(--brand-orange);border-right:2px solid var(--brand-orange);transform:rotate(45deg);flex-shrink:0;margin-top:6px;}

/* ── kontakt ── */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:28px;}
    @media(max-width:560px){.contact-grid{grid-template-columns:1fr;}}
    .cbox{background:#fff;border-radius:14px;border:1px solid var(--c-border);padding:24px;box-shadow:var(--shadow);}
    .cbox-icon{width:48px;height:48px;border-radius:12px;background:var(--c-orange-tint);display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
    .cbox-icon svg{width:22px;height:22px;fill:none;stroke:var(--c-orange);stroke-width:1.5;stroke-linecap:round;}
    .cbox h2{font-family:var(--font-head);font-size:1rem;color:var(--c-purple);font-weight:400;margin-bottom:6px;}
    .cbox p,.cbox a{font-size:.9rem;color:var(--c-muted);}
    .cbox a{color:var(--c-orange);}
    .edoreczenia{background:var(--c-orange-tint);border:1.5px solid var(--brand-orange);border-radius:14px;padding:20px 24px;margin-bottom:28px;}
    .edoreczenia h2{font-family:var(--font-head);font-size:1rem;color:var(--c-orange);margin-bottom:8px;font-weight:400;}
    .edoreczenia code{font-family:monospace;font-size:.88rem;background:rgba(231,111,0,.12);padding:4px 10px;border-radius:6px;color:var(--c-orange);word-break:break-all;}
    .map-placeholder{background:var(--c-orange-tint);border-radius:14px;border:1px solid var(--c-border);min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--c-purple);font-size:.9rem;font-weight:600;}
    .map-placeholder svg{width:36px;height:36px;fill:none;stroke:var(--c-orange);stroke-width:1.5;stroke-linecap:round;}

/* ── oferta ── */
.offer-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;margin-bottom:28px;}
    .offer-card{background:#fff;border-radius:12px;border:1px solid var(--c-border);padding:20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:8px;}
    .offer-icon{font-size:32px;margin-bottom:4px;}
    .offer-card h3{font-family:var(--font-head);font-size:.95rem;color:var(--c-purple);font-weight:400;}
    .offer-card p{font-size:.82rem;color:var(--c-muted);line-height:1.6;}
    .offer-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px;}
    .offer-list li{display:flex;align-items:flex-start;gap:12px;padding:10px 14px;background:#fff;border-radius:10px;border:1px solid var(--c-border);font-size:.88rem;color:var(--c-text);}
    .offer-list li::before{content:'✓';font-weight:700;color:var(--c-orange);font-size:.9rem;flex-shrink:0;margin-top:1px;}

/* ── rekrutacja ── */
.timeline{position:relative;padding-left:32px;margin-bottom:28px;}
    .timeline::before{content:'';position:absolute;left:9px;top:6px;bottom:6px;width:2px;background:linear-gradient(to bottom,var(--c-orange),var(--brand-orange));border-radius:2px;}
    .titem{position:relative;margin-bottom:20px;}
    .titem:last-child{margin-bottom:0;}
    .tdot{position:absolute;left:-27px;top:5px;width:16px;height:16px;border-radius:50%;background:var(--c-orange);border:3px solid #fff;box-shadow:0 0 0 2px var(--c-orange);}
    .tdate{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--c-orange);margin-bottom:3px;}
    .titem h3{font-family:var(--font-head);font-size:.95rem;color:var(--c-purple);font-weight:400;margin-bottom:4px;}
    .titem p{font-size:.85rem;color:var(--c-muted);}
	.news-item-thumb--icon {
  background: var(--c-orange-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 24px !important;
}
 
.strona-icon {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 6px rgba(139,70,24,.15));
  transition: transform .18s;
}
 
.news-item:hover .strona-icon {
  transform: scale(1.08) rotate(-2deg);
}
 
/* Tryby dostępności */
html.a11y-high-contrast .news-item-thumb--icon {
  background: #fff;
  border-right: 2px solid #000;
}
html.a11y-inverted .news-item-thumb--icon {
  background: #150D2E;
}
html.a11y-yellow .news-item-thumb--icon {
  background: #FFFFF5;
}