@charset "UTF-8";
/* Szkoła Podstawowa w Karmanowicach. NIE EDYTOWAĆ: plik składany
   skryptem 04-kod/motyw/zbuduj-motyw.py ze źródeł w 02-design.
   Zbudowano 2026-09-03. */

/* ── Fonty hostowane lokalnie ─────────────────────────────────
   Nigdy z CDN Google. Przy wczytywaniu stamtąd przeglądarka wysyła
   adres IP odwiedzającego na serwery Google, co dla szkoły, czyli
   podmiotu publicznego, jest przekazaniem danych osobowych stronie
   trzeciej. Pliki leżą w assets/fonts. */
@font-face{font-family:'Caveat';font-style:normal;font-weight:700;
  font-display:swap;src:url(../fonts/caveat-700-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:'Caveat';font-style:normal;font-weight:700;
  font-display:swap;src:url(../fonts/caveat-700-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;
  font-display:swap;src:url(../fonts/lato-400-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:400;
  font-display:swap;src:url(../fonts/lato-400-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;
  font-display:swap;src:url(../fonts/lato-700-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}
@font-face{font-family:'Lato';font-style:normal;font-weight:700;
  font-display:swap;src:url(../fonts/lato-700-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
:root {
--granat:       #12294C;
--granat-jasny: #1D3D6E;
--kasztan:      #A8431F;
--slonce:       #F2B138;
--atrament:     #1B1F24;
--szary:        #5A6472;
--niebo:        #EEF7FC;
--niebo-glebsze:#DDEEF8;
--papier:       #FFFFFF;
--linia:        #C9DEEC;
--okno-1: #D14E7A;
--okno-2: #3C7CC4;
--okno-3: #399747;
--okno-4: #E08434;
--okno-5: #EBCB51;
--okno-6: #7E5AA6;
--r: 6px;
--tresc: 1200px;
--font: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
--font-reka: 'Caveat', 'Segoe Script', cursive;
color-scheme: light;
}
*, *::before, *::after { box-sizing: border-box; }
html {
scrollbar-color: var(--granat-jasny) var(--niebo-glebsze);
scrollbar-width: auto;
scrollbar-gutter: stable;
}
::-webkit-scrollbar { width: 14px; height: 14px; }
::-webkit-scrollbar-track { background: var(--niebo-glebsze); }
::-webkit-scrollbar-thumb {
background: var(--granat-jasny);
border-radius: 7px;
border: 3px solid var(--niebo-glebsze);
}
::-webkit-scrollbar-thumb:hover { background: var(--granat); }
::-webkit-scrollbar-corner { background: var(--niebo-glebsze); }
body {
margin: 0;
overflow-wrap: break-word;
font-family: var(--font);
font-size: 17px;
line-height: 1.65;
color: var(--atrament);
background: var(--niebo);
-webkit-font-smoothing: antialiased;
}
h1, h2, h3 { font-weight: 700; line-height: 1.25; margin: 0; color: var(--granat); }
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: var(--granat); }
a:focus-visible, button:focus-visible, input:focus-visible {
outline: 3px solid var(--kasztan);
outline-offset: 2px;
border-radius: 2px;
}
.srodek { max-width: var(--tresc); margin-inline: auto; padding-inline: 24px; }
.pomin {
position: absolute; left: 8px; top: -100px;
background: var(--kasztan); color: #fff;
padding: 12px 20px; border-radius: var(--r);
font-weight: 700; text-decoration: none; z-index: 100;
transition: top .15s ease;
}
.pomin:focus { top: 8px; }
.panel-gorny { background: var(--granat); color: #fff; font-size: .875rem; }
.panel-gorny .srodek {
display: flex; flex-wrap: wrap; gap: 0 24px;
align-items: center; justify-content: flex-end;
}
.panel-gorny a {
color: #fff; text-decoration: none;
display: inline-flex; align-items: center; gap: 8px;
min-height: 44px; min-width: 44px;
}
.panel-gorny a:hover { color: var(--slonce); text-decoration: underline; }
.panel-gorny svg { width: 17px; height: 17px; flex: none; }
.pasmo { background: var(--papier); border-bottom: 1px solid var(--linia); }
.pasmo .srodek {
display: flex; align-items: center; justify-content: space-between;
gap: 28px; min-height: 96px;
}
.logotyp {
font-family: var(--font-reka); font-weight: 700; line-height: 1.05;
color: var(--granat); display: inline-block; text-decoration: none;
font-size: clamp(1.6rem, 3.2vw, 2.6rem);
flex: 0 1 auto;
min-width: 0;
}
.logotyp em {
display: block; font-style: normal; font-size: .62em;
color: var(--kasztan); margin-top: 2px;
}
.menu-poziome { list-style: none; margin: 0; padding: 0; display: flex; }
.menu-poziome a {
display: flex; align-items: center; min-height: 96px; padding: 0 14px;
color: var(--granat); text-decoration: none; font-weight: 700;
font-size: .9375rem;
transition: background .15s ease;
}
.menu-poziome a { position: relative; }
.menu-poziome a::after {
content: ""; position: absolute; left: 14px; right: 14px;
bottom: calc(50% - 1em);
height: 2px; background: var(--kasztan); border-radius: 1px;
transform: scaleX(0); transform-origin: left;
transition: transform .22s cubic-bezier(.16, 1, .3, 1);
}
.menu-poziome a:hover::after,
.menu-poziome a:focus-visible::after { transform: scaleX(1); }
.menu-poziome a[aria-current="page"] { color: var(--kasztan); }
.menu-poziome a[aria-current="page"]::after { transform: scaleX(1); }
.pasek-mobilny { display: none; position: relative; background: var(--granat); }
.menu-mobilne summary {
list-style: none; cursor: pointer; color: #fff; font-weight: 700;
min-height: 56px; display: flex; align-items: center; gap: 12px;
font-size: .9375rem; max-width: var(--tresc);
margin-inline: auto; padding-inline: 24px;
padding-right: 116px;
}
.menu-mobilne summary::-webkit-details-marker { display: none; }
.kreski { width: 22px; height: 2px; background: #fff; position: relative; flex: none; }
.kreski::before, .kreski::after {
content: ""; position: absolute; left: 0; width: 22px; height: 2px; background: #fff;
}
.kreski::before { top: -7px; }
.kreski::after { top: 7px; }
.menu-mobilne[open] .kreski { background: transparent; }
.menu-mobilne[open] .kreski::before { top: 0; transform: rotate(45deg); }
.menu-mobilne[open] .kreski::after { top: 0; transform: rotate(-45deg); }
.menu-mobilne ul {
list-style: none; margin: 0; padding: 0 0 8px;
max-width: var(--tresc); margin-inline: auto;
}
.menu-mobilne ul a {
display: flex; align-items: center; gap: 8px; min-height: 48px;
padding-inline: 24px; color: #fff; text-decoration: none; font-weight: 700;
border-top: 1px solid rgba(255,255,255,.14); font-size: .9375rem;
}
.menu-mobilne ul svg { width: 17px; height: 17px; flex: none; }
.ikony-mobilne {
position: absolute; top: 0; right: 16px; height: 56px;
display: flex; align-items: center; gap: 4px;
z-index: 1;
}
.ikony-mobilne a {
display: inline-flex; align-items: center; justify-content: center;
width: 44px; height: 44px; color: #fff; border-radius: var(--r);
transition: background .15s ease;
}
.ikony-mobilne a:hover { background: var(--granat-jasny); color: var(--slonce); }
.ikony-mobilne svg { width: 21px; height: 21px; }
.okna { display: flex; height: 5px; }
.okna span { flex: 1; }
.okna span:nth-child(1) { background: var(--okno-1); }
.okna span:nth-child(2) { background: var(--okno-2); }
.okna span:nth-child(3) { background: var(--okno-3); }
.okna span:nth-child(4) { background: var(--okno-4); }
.okna span:nth-child(5) { background: var(--okno-5); }
.okna span:nth-child(6) { background: var(--okno-6); }
section { padding-block: 56px; }
section.glebiej { background: var(--niebo-glebsze); }
.tytul-sekcji {
font-size: 1.5rem; margin-bottom: 24px;
display: flex; align-items: baseline; justify-content: space-between;
flex-wrap: wrap; gap: 4px 16px;
}
.tytul-sekcji a { font-size: .9375rem; font-weight: 700; color: var(--kasztan);
display: inline-flex; align-items: center; min-height: 44px; }
.wiecej { font-weight: 700; color: var(--kasztan);
display: inline-flex; align-items: center; min-height: 44px; }
.hero { padding-block: 0; }
.hero .kadr { position: relative; }
.hero img {
width: 100%; max-width: 100%; height: auto;
aspect-ratio: 2.15 / 1; object-fit: cover; object-position: center 46%;
}
.hero .zaslona {
position: absolute; inset: 0;
background: linear-gradient(90deg,
rgba(255,255,255,.97) 0%,
rgba(255,255,255,.93) 26%,
rgba(255,255,255,.78) 36%,
rgba(255,255,255,0)   46%);
}
.hero .tekst { position: absolute; inset: 0; display: flex; align-items: center; }
.hero .tekst > .srodek { width: 100%; }
.hero .tekst > .srodek > div { max-width: min(32%, 380px); }
.hero h1 { font-size: clamp(1.35rem, 2.3vw, 1.8rem); }
.hero h1 span {
display: block; font-size: .6em; font-weight: 400;
color: var(--granat); margin-top: 6px; line-height: 1.3;
}
.hero .podtytul { margin-top: 14px; color: var(--atrament); max-width: 34ch; }
.przyciski { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.btn {
display: inline-flex; align-items: center; min-height: 48px; padding: 0 24px;
border-radius: var(--r); font-weight: 700; text-decoration: none;
transition: background .15s ease, transform .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn-glowny { background: var(--granat); color: #fff; }
.btn-glowny:hover { background: var(--granat-jasny); }
.btn-drugi { background: var(--papier); color: var(--granat); border: 2px solid var(--granat); }
.btn-drugi:hover { background: var(--niebo-glebsze); }
.skroty ul {
list-style: none; margin: 0; padding: 0; display: grid; gap: 12px;
grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
}
.skroty a {
display: flex; flex-direction: column; gap: 4px; justify-content: center;
min-height: 88px; padding: 15px 17px;
background: var(--granat); color: #fff; border-radius: var(--r);
text-decoration: none; font-weight: 700;
transition: background .15s ease, transform .18s cubic-bezier(.16, 1, .3, 1);
}
.skroty a:hover { background: var(--granat-jasny); transform: translateY(-3px); }
.skroty a:active { transform: translateY(1px); }
.skroty span { font-weight: 400; font-size: .8125rem; color: #D8E4F2; }
.kolumny { display: grid; grid-template-columns: minmax(0, 1.9fr) minmax(0, 1fr); gap: 40px; }
.wpis { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px;
padding-block: 20px; align-items: start; }
.wpis + .wpis { border-top: 1px solid var(--linia); }
.wpis .zastepcze { aspect-ratio: 4/3; border-radius: var(--r); border: 1px solid var(--linia); }
.wpis.wpis-bez-okladki { grid-template-columns: 1fr; }
.wpis h3 { font-size: 1.075rem; line-height: 1.4; margin-bottom: 4px; }
.wpis h3 a { color: var(--granat); text-decoration: none;
display: inline-block; padding-block: 2px;
transition: color .15s ease; }
.wpis h3 a:hover { color: var(--kasztan);
text-decoration: underline; text-decoration-color: var(--kasztan); }
.wpis p { font-size: .9375rem; color: var(--szary); margin-top: 6px; }
.data { font-size: .8125rem; color: var(--szary); }
.zastepcze { background: var(--niebo-glebsze); display: grid; place-items: center;
text-align: center; color: var(--szary); font-size: .8125rem; padding: 14px; }
.belka { display: grid; gap: 24px; align-content: start; }
.blok { background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); padding: 20px; }
.blok h3 { font-size: 1.075rem; margin-bottom: 12px; }
.terminy { list-style: none; margin: 0; padding: 0; }
.terminy li { padding-block: 11px; }
.terminy li + li { border-top: 1px solid var(--linia); }
.kiedy { display: block; font-size: .8125rem; font-weight: 700; color: var(--kasztan);
font-variant-numeric: tabular-nums; }
.co { font-weight: 700; font-size: .9375rem; }
.blok-granat { background: var(--granat); border-color: var(--granat); }
.blok-granat h3 { color: #fff; }
.blok-granat address { color: #D8E4F2; font-size: .9375rem;
font-style: normal; line-height: 1.8; }
.blok-granat a { color: var(--slonce); font-weight: 700;
display: inline-flex; align-items: center; min-height: 44px; }
.bento { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.kafel {
border: 1px solid var(--linia); border-radius: var(--r);
padding: 22px; background: var(--papier);
display: flex; flex-direction: column; gap: 8px;
}
.kafel h3 { font-size: 1.05rem; }
.kafel p { font-size: .9375rem; color: var(--szary); }
.kafel a { font-weight: 700; color: var(--kasztan); font-size: .9375rem;
display: inline-flex; align-items: center; min-height: 44px; }
.kafel ul { margin: 0; padding-left: 20px; font-size: .9375rem; color: var(--szary); }
.kafel li + li { margin-top: 4px; }
.szeroki { grid-column: span 2; }
.kafel-granat { background: var(--granat); border-color: var(--granat); }
.kafel-granat h3 { color: #fff; }
.kafel-granat p, .kafel-granat ul { color: #D8E4F2; }
.kafel-granat a { color: var(--slonce); }
footer { background: var(--granat); color: #fff; padding-top: 48px; }
.stopka-kolumny { display: grid; gap: 32px; grid-template-columns: 1.5fr 1fr 1fr; padding-bottom: 40px; }
.stopka-kolumny > * { min-width: 0; }
footer h2 { font-size: 1.0625rem; margin-bottom: 10px; color: #fff; }
footer a { color: #fff; }
footer a:hover { color: var(--slonce); }
footer ul { list-style: none; margin: 0; padding: 0; font-size: .9375rem; }
footer ul a {
display: inline-flex; align-items: center; min-height: 44px;
}
footer address a {
display: inline-block; padding-block: 12px;
overflow-wrap: anywhere;
}
footer address { overflow-wrap: anywhere; }
footer address { font-style: normal; font-size: .9375rem; line-height: 1.9; }
footer address strong { color: #fff; display: block; margin-bottom: 4px; }
.obowiazki {
border-top: 1px solid rgba(255,255,255,.22); padding-block: 12px;
display: flex; flex-wrap: wrap; gap: 0 28px; font-size: .875rem;
}
.obowiazki a { min-height: 44px; min-width: 44px;
display: flex; align-items: center; justify-content: center; }
.dol-stopki {
border-top: 1px solid rgba(255,255,255,.22);
padding-block: 16px;
display: flex; flex-wrap: wrap; align-items: center;
justify-content: space-between; gap: 8px 24px;
}
.dol-stopki p { color: #A9BAD2; font-size: .8125rem; }
.dol-stopki a {
color: #A9BAD2; text-decoration: underline; text-underline-offset: 3px;
padding-block: 6px; display: inline;
}
.dol-stopki a:hover { color: var(--slonce); }
@media (max-width: 1100px) {
.menu-poziome a { padding: 0 11px; }
}
@media (max-width: 1000px) {
.menu-poziome { display: none; }
.pasek-mobilny { display: block; }
.panel-gorny { display: none; }
.pasmo .srodek { min-height: 0; padding-block: 16px; }
.logotyp { font-size: clamp(1.5rem, 4.6vw, 2rem); }
}
@media (max-width: 900px) {
.kolumny, .bento, .stopka-kolumny { grid-template-columns: 1fr; }
.wpis { grid-template-columns: 110px minmax(0, 1fr); gap: 14px; }
.szeroki { grid-column: auto; }
.hero img { aspect-ratio: 1.8 / 1; }
.hero .zaslona { display: none; }
.hero .tekst {
position: static; background: var(--papier);
border-bottom: 1px solid var(--linia);
}
.hero .tekst > .srodek > div { max-width: none; }
.hero .tekst .srodek { padding-block: 26px; }
}
@media (max-width: 640px) {
body { font-size: 16px; }
.srodek { padding-inline: 16px; }
section { padding-block: 40px; }
.wpis { grid-template-columns: 1fr; }
.wpis .zastepcze { aspect-ratio: 16/9; }
.skroty ul { grid-template-columns: 1fr; }
.przyciski .btn { flex: 1 1 100%; justify-content: center; }
.menu-mobilne summary, .menu-mobilne ul a { padding-inline: 16px; }
.ikony-mobilne { right: 8px; }
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after { transition: none !important; animation: none !important; }
.menu-poziome a:hover::after,
.menu-poziome a:focus-visible::after,
.menu-poziome a[aria-current="page"]::after { transform: scaleX(1); }
.skroty a:hover { transform: none; }
}
:root {
--okno-1-ciemny: #CA3467;
--okno-2-ciemny: #3671B3;
--okno-3-ciemny: #2F7E3B;
}
.skroty li:nth-child(1) a { background: var(--okno-1-ciemny); color: #fff; }
.skroty li:nth-child(2) a { background: var(--okno-2-ciemny); color: #fff; }
.skroty li:nth-child(3) a { background: var(--okno-3-ciemny); color: #fff; }
.skroty li:nth-child(4) a { background: var(--okno-4); color: var(--atrament); }
.skroty li:nth-child(5) a { background: var(--okno-5); color: var(--atrament); }
.skroty li:nth-child(1) a span,
.skroty li:nth-child(2) a span,
.skroty li:nth-child(3) a span { color: #fff; }
.skroty li:nth-child(4) a span,
.skroty li:nth-child(5) a span { color: var(--atrament); }
.skroty li:nth-child(1) a:hover { background: #B02D5A; }
.skroty li:nth-child(2) a:hover { background: #2F639D; }
.skroty li:nth-child(3) a:hover { background: #286C32; }
.skroty li:nth-child(4) a:hover { background: #C97327; }
.skroty li:nth-child(5) a:hover { background: #D9B93F; }
.kafel { border-color: transparent; }
.bento > :nth-child(1) { background: var(--okno-1-ciemny); border-color: var(--okno-1-ciemny); }
.bento > :nth-child(2) { background: var(--okno-5); border-color: var(--okno-5); }
.bento > :nth-child(3) { background: var(--okno-2-ciemny); border-color: var(--okno-2-ciemny); }
.bento > :nth-child(4) { background: var(--okno-4); border-color: var(--okno-4); }
.bento > :nth-child(5) { background: var(--okno-3-ciemny); border-color: var(--okno-3-ciemny); }
.bento > :nth-child(1), .bento > :nth-child(1) h3, .bento > :nth-child(1) p, .bento > :nth-child(1) ul,
.bento > :nth-child(3), .bento > :nth-child(3) h3, .bento > :nth-child(3) p,
.bento > :nth-child(5), .bento > :nth-child(5) h3, .bento > :nth-child(5) p { color: #fff; }
.bento > :nth-child(1) a, .bento > :nth-child(3) a, .bento > :nth-child(5) a {
color: #fff; text-decoration: underline; text-underline-offset: 3px;
}
.bento > :nth-child(2), .bento > :nth-child(2) h3, .bento > :nth-child(2) p,
.bento > :nth-child(4), .bento > :nth-child(4) h3, .bento > :nth-child(4) p { color: var(--atrament); }
.bento > :nth-child(2) a, .bento > :nth-child(4) a {
color: var(--granat); text-decoration: underline; text-underline-offset: 3px;
}
main { padding-bottom: 64px; }
.okruszki { font-size: .875rem; color: var(--szary); padding: 18px 0 0; }
.okruszki ol {
list-style: none; margin: 0; padding: 0;
display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
}
.okruszki li { display: flex; align-items: center; gap: 6px; }
.okruszki li + li::before { content: "›"; color: var(--linia); }
.okruszki a {
color: var(--granat); text-decoration: none;
padding: 4px 2px; min-height: 24px; display: inline-flex; align-items: center;
}
.okruszki a:hover { text-decoration: underline; }
.okruszki [aria-current] { color: var(--szary); }
.wpis-data {
font-size: .8125rem; font-weight: 700; letter-spacing: .1em;
text-transform: uppercase; color: var(--kasztan); margin-bottom: 10px;
}
.wpis-pelny h1 {
font-size: clamp(1.55rem, 1.15rem + 1.7vw, 2.25rem);
line-height: 1.2; margin: 0;
}
.wpis-tresc { margin-top: 26px; }
.wpis-tresc > * + * { margin-top: 1.05em; }
.wpis-tresc p { line-height: 1.72; }
.wpis-tresc strong { color: var(--granat); }
.wpis-tresc h2 {
font-size: 1.3rem; margin-top: 3.2rem; margin-bottom: 0;
}
.wpis-tresc h3 {
font-size: 1.1rem; margin-top: 2.2rem; margin-bottom: 0;
}
.wpis-tresc h2 + *,
.wpis-tresc h3 + * { margin-top: .7em; }
.wpis-tresc ul, .wpis-tresc ol { padding-left: 1.3em; }
.wpis-tresc li + li { margin-top: .35em; }
.wpis-tresc a {
color: var(--kasztan); text-underline-offset: 3px;
padding-block: 3px;
}
.wpis-tresc hr {
border: 0; border-top: 1px solid var(--linia); margin: 1.8em 0;
}
.wpis-tresc figure {
margin: 1.8em 0; background: var(--niebo-glebsze);
border: 1px solid var(--linia); border-radius: var(--r); padding: 12px;
}
.wpis-tresc figure img { border-radius: 3px; margin-inline: auto; }
.wpis-tresc figcaption {
font-size: .875rem; color: var(--szary); margin-top: 10px; text-align: center;
}
.wpis-nawigacja {
margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--linia);
display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.wpis-nawigacja a {
display: block; padding: 14px 16px; min-height: 44px;
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); text-decoration: none; color: var(--granat);
}
.wpis-nawigacja a:hover { border-color: var(--granat); background: var(--niebo); }
.wpis-nawigacja span {
display: block; font-size: .75rem; font-weight: 700; letter-spacing: .09em;
text-transform: uppercase; color: var(--szary); margin-bottom: 4px;
}
.wpis-nawigacja .nast { text-align: right; }
@media (max-width: 620px) {
.wpis-nawigacja { grid-template-columns: 1fr; }
.wpis-nawigacja .nast { text-align: left; }
}
.lista-wpisow { list-style: none; margin: 0; padding: 0; }
.lista-wpisow a { text-decoration: none; }
.lista-wpisow h2 {
font-size: 1.2rem; line-height: 1.3;
}
.lista-wpisow p { color: var(--atrament); }
.pozycja-data {
font-size: .8125rem; font-weight: 700; letter-spacing: .08em;
text-transform: uppercase; color: var(--kasztan);
}
.stronicowanie {
margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px;
align-items: center; justify-content: center;
}
.stronicowanie a, .stronicowanie strong {
min-width: 44px; min-height: 44px; display: inline-flex;
align-items: center; justify-content: center; padding: 0 12px;
border: 1px solid var(--linia); border-radius: var(--r);
background: var(--papier); color: var(--granat); text-decoration: none;
}
.stronicowanie strong { background: var(--granat); color: #fff; border-color: var(--granat); }
.stronicowanie a:hover { border-color: var(--granat); background: var(--niebo); }
.belka { display: block; min-width: 0; }
.belka > * + * { margin-top: 18px; }
.belka .widget {
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); overflow: hidden; padding: 0;
}
.belka .widget-title {
font-size: .8125rem; font-weight: 700; letter-spacing: .09em;
text-transform: uppercase; margin: 0;
padding: 11px 20px; color: #fff; background: var(--granat);
}
.belka .widget:nth-of-type(6n+1) .widget-title { background: var(--okno-1-ciemny); }
.belka .widget:nth-of-type(6n+2) .widget-title { background: var(--okno-2-ciemny); }
.belka .widget:nth-of-type(6n+3) .widget-title { background: var(--okno-3-ciemny); }
.belka .widget:nth-of-type(6n+4) .widget-title { background: var(--okno-6); }
.belka .widget:nth-of-type(6n+5) .widget-title {
background: var(--okno-4); color: var(--atrament);
}
.belka .widget:nth-of-type(6n+6) .widget-title {
background: var(--okno-5); color: var(--atrament);
}
.belka .widget > ul,
.belka .widget > div { padding: 16px 20px 18px; }
.belka ul { list-style: none; margin: 0; padding: 0; }
.belka li + li { margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--linia); }
.belka a {
color: var(--granat); text-decoration: none; font-weight: 700;
display: block; min-height: 26px; padding: 2px 0;
overflow-wrap: anywhere;
}
.belka a:hover { color: var(--kasztan); text-decoration: underline; }
.belka time,
.belka .post-date {
display: block; font-size: .8125rem; color: var(--szary);
margin-top: 2px; font-weight: 400;
}
.obszar {
display: grid; grid-template-columns: minmax(0, 1fr) 304px;
gap: 34px; align-items: start; margin-top: 22px;
}
.obszar-pelny { grid-template-columns: minmax(0, 1fr); }
.obszar-pelny .wpis-pelny { width: 100%; }
.obszar-pelny .wpis-tresc { max-width: none; }
.obszar-pelny .wpis-tresc > p,
.obszar-pelny .wpis-tresc > ol,
.obszar-pelny .wpis-tresc > blockquote,
.obszar-pelny .wpis-tresc > ul:not(.atuty):not(.pliki):not(.dane)
:not(.fakty):not(.siatka-atutow)
:not(.oddzialy) {
max-width: 90ch;
margin-inline: auto;
}
.obszar-pelny .wpis-tresc > h2,
.obszar-pelny .wpis-tresc > h3,
.obszar-pelny .wpis-tresc > figure:not(.hero-zdjecie),
.obszar-pelny .wpis-tresc > .zrodlo,
.obszar-pelny .wpis-tresc > .odnosnik-prawny {
max-width: 90ch; margin-inline: auto;
}
.wpis-pelny {
min-width: 0;
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); padding: 0; overflow: hidden;
}
.wpis-naglowek {
background: var(--granat); color: #fff;
padding: 28px 34px 26px; border-bottom: 0;
}
.wpis-naglowek h1 { color: #fff; }
.wpis-naglowek .wpis-data { color: var(--slonce); }
.wpis-tresc { padding: 0 34px; margin-top: 28px; max-width: 66ch; }
.wpis-nawigacja { margin: 38px 34px 0; }
.wpis-pelny > :last-child { padding-bottom: 34px; }
.wpis-tresc > :last-child { margin-bottom: 0; }
.lista-strona {
min-width: 0;
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); padding: 26px 30px 30px;
}
.lista-wpisow li {
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); overflow: hidden;
}
.lista-wpisow li + li { margin-top: 14px; }
.lista-wpisow a {
display: grid; grid-template-columns: 96px minmax(0, 1fr);
align-items: stretch;
}
.lista-wpisow .pozycja-data {
background: var(--granat); color: #fff; text-align: center;
padding: 18px 8px; align-self: stretch;
display: flex; flex-direction: column; justify-content: center;
line-height: 1.35;
}
.lista-wpisow .pozycja-data b { display: block; font-size: 1.4rem; }
.lista-wpisow .pozycja-tresc { padding: 18px 22px; min-width: 0; }
.lista-wpisow h2 { margin: 0 0 8px; }
.lista-wpisow a:hover h2 { color: var(--kasztan); }
@media (max-width: 900px) {
.obszar { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
.lista-wpisow a { grid-template-columns: 1fr; }
.lista-wpisow .pozycja-data { padding: 12px; flex-direction: row; gap: 8px; }
.lista-wpisow .pozycja-data b { font-size: 1rem; }
}
.pliki { list-style: none; margin: 0; padding: 0; }
.pliki li + li { margin-top: 10px; }
.pliki a {
display: flex; align-items: center; gap: 14px;
padding: 14px 18px; min-height: 44px;
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); text-decoration: none; color: var(--granat);
font-weight: 700;
}
.pliki a:hover { border-color: var(--granat); background: var(--niebo); }
.pliki .typ {
flex: none; font-size: .75rem; font-weight: 700; letter-spacing: .06em;
padding: 5px 9px; border-radius: 5px; color: #fff;
background: var(--kasztan); min-width: 46px; text-align: center;
}
.pliki .typ-mp3 { background: var(--granat); }
.pliki .opis { min-width: 0; overflow-wrap: anywhere; }
.pliki .waga {
display: block; font-weight: 400; font-size: .8125rem;
color: var(--szary); margin-top: 2px;
}
.nagranie {
background: var(--niebo); border: 1px solid var(--linia);
border-radius: var(--r); padding: 20px 22px; margin: 0 0 26px;
}
.nagranie h2 { font-size: 1rem; margin: 0 0 4px; color: var(--granat); }
.nagranie p { margin: 0 0 12px; color: var(--szary); font-size: .9375rem; }
.nagranie audio { width: 100%; min-height: 44px; }
.dane { list-style: none; margin: 0 0 28px; padding: 0; }
.dane li {
display: grid; grid-template-columns: 132px minmax(0, 1fr);
gap: 16px; padding: 12px 0; border-top: 1px solid var(--linia);
}
.dane li:first-child { border-top: 0; }
.dane dt, .dane .co {
color: var(--szary); font-size: .875rem; padding-top: 2px;
}
.dane .wartosc { min-width: 0; overflow-wrap: anywhere; }
.dane a { color: var(--granat); font-weight: 700; }
.dane a:hover { color: var(--kasztan); }
@media (max-width: 560px) {
.dane li { grid-template-columns: 1fr; gap: 2px; }
}
.formularz {
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); padding: 26px 28px 28px;
}
.formularz h2 { font-size: 1.15rem; color: var(--granat); margin: 0 0 6px; }
.formularz .wstep { color: var(--szary); font-size: .9375rem; margin: 0 0 20px; }
.pole { margin-bottom: 18px; }
.pole label {
display: block; font-weight: 700; color: var(--granat);
margin-bottom: 6px; font-size: .9375rem;
}
.pole .podpowiedz {
display: block; font-weight: 400; color: var(--szary);
font-size: .8125rem; margin-top: 2px;
}
.pole input, .pole textarea {
width: 100%; min-height: 46px; padding: 11px 13px;
font: inherit; font-size: 1rem; color: var(--atrament);
background: var(--papier); border: 1px solid #78899D;
border-radius: 7px;
}
.pole textarea { min-height: 132px; resize: vertical; }
.pole input:focus-visible, .pole textarea:focus-visible,
.formularz button:focus-visible {
outline: 3px solid var(--kasztan); outline-offset: 2px;
border-color: var(--granat);
}
.pole .wymagane { color: var(--kasztan); }
.pulapka { position: absolute; left: -9999px; width: 1px; height: 1px; }
.formularz button {
min-height: 48px; padding: 0 26px; font: inherit; font-weight: 700;
font-size: 1rem; color: #fff; background: var(--granat);
border: 1px solid var(--granat); border-radius: 7px; cursor: pointer;
}
.formularz button:hover { background: var(--granat-jasny); }
.formularz .zgoda {
font-size: .875rem; color: var(--szary); margin: 0 0 18px;
line-height: 1.6;
}
.formularz .zgoda a { color: var(--granat); font-weight: 700; }
.tabela-godzin { width: 100%; border-collapse: collapse; margin: 0 0 26px; }
.tabela-godzin caption {
text-align: left; font-weight: 700; color: var(--granat);
padding-bottom: 10px; font-size: 1.05rem;
}
.tabela-godzin th, .tabela-godzin td {
padding: 11px 14px; text-align: left; border-bottom: 1px solid var(--linia);
vertical-align: top;
}
.tabela-godzin thead th {
background: var(--granat); color: #fff; font-size: .8125rem;
text-transform: uppercase; letter-spacing: .06em; border-bottom: 0;
}
.tabela-godzin thead th:first-child { border-top-left-radius: 7px; }
.tabela-godzin thead th:last-child { border-top-right-radius: 7px; }
.tabela-godzin tbody tr:nth-child(even) { background: var(--niebo); }
.tabela-godzin td:first-child { font-weight: 700; color: var(--granat); }
.tabela-godzin .godzina { font-variant-numeric: tabular-nums; white-space: nowrap; }
.przewijana { overflow-x: auto; margin-bottom: 26px; }
.przewijana .tabela-godzin { margin-bottom: 0; min-width: 420px; }
.brak-danych {
background: #FFF6E5; border-left: 4px solid #E08434;
border-radius: 0 7px 7px 0; padding: 16px 20px; margin: 0 0 26px;
}
.brak-danych h3 { margin: 0 0 6px; font-size: 1rem; color: var(--granat); }
.brak-danych p { margin: 0; font-size: .9375rem; }
.wpis-tresc ol { padding-left: 1.4em; }
.wpis-tresc ol > li { margin-bottom: .7em; }
.wpis-tresc .odnosnik-prawny {
font-size: .875rem; color: var(--szary); border-left: 3px solid var(--linia);
padding-left: 14px; margin: 1.4em 0;
}
.wpis-tresc > :last-child { margin-bottom: 0; }
.wpis-tresc .hero-zdjecie {
margin: -28px -34px 30px; padding: 0;
background: none; border: 0; border-radius: 0;
}
.wpis-tresc .hero-zdjecie img { border-radius: 0; margin-inline: 0; }
.hero-zdjecie img {
width: 100%; height: clamp(240px, 26vw, 400px); object-fit: cover;
display: block;
}
.hero-tekst { margin: 0 0 40px; }
.hero-tekst h2 {
font-size: clamp(1.6rem, 1.15rem + 1.9vw, 2.3rem);
line-height: 1.18; color: var(--granat); margin: 0 0 .5em;
max-width: 22ch; overflow-wrap: anywhere;
}
.hero-tekst p {
font-size: 1.0625rem; margin: 0 0 1.5em; max-width: 56ch;
overflow-wrap: anywhere;
}
@media (max-width: 780px) {
.wpis-tresc .hero-zdjecie { margin: -28px -22px 24px; }
}
.przyciski { display: flex; flex-wrap: wrap; gap: 12px; }
.przycisk {
display: inline-flex; align-items: center; justify-content: center;
min-height: 48px; padding: 0 24px; border-radius: var(--r);
font-weight: 700; font-size: 1rem; text-decoration: none;
white-space: nowrap;
}
.wpis-tresc .przycisk-glowny { background: var(--kasztan); color: #fff; }
.wpis-tresc .przycisk-glowny:hover { background: #8E3819; color: #fff; }
.wpis-tresc .przycisk-wtorny {
background: var(--papier); color: var(--granat);
box-shadow: inset 0 0 0 2px var(--granat);
}
.wpis-tresc .przycisk-wtorny:hover { background: var(--niebo); color: var(--granat); }
.wpis-tresc .zapisy .przycisk-wtorny {
background: transparent; color: #fff; box-shadow: inset 0 0 0 2px #fff;
}
.wpis-tresc .zapisy .przycisk-wtorny:hover {
background: rgba(255, 255, 255, .12); color: #fff;
}
.przycisk:active { transform: translateY(1px); }
@media (prefers-reduced-motion: reduce) {
.przycisk:active { transform: none; }
}
@media (max-width: 560px) {
.przyciski { flex-direction: column; align-items: stretch; }
.przycisk { width: 100%; white-space: normal; padding: 12px 18px; }
}
.fakty {
display: grid; grid-template-columns: repeat(4, 1fr); width: 100%;
gap: 1px; background: var(--linia); border-radius: var(--r);
overflow: hidden; margin: 0 0 40px; list-style: none; padding: 0;
}
.fakty li { background: var(--papier); padding: 20px 22px; min-width: 0; margin: 0; }
.fakty span, .fakty b,
.grupy li, .warunki li, .oddzialy p, .oddzialy h3,
.godziny p, .siatka-atutow li, .pasmo-wsparcia li {
overflow-wrap: anywhere;
}
.fakty b {
display: block; font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem);
color: var(--granat); line-height: 1.1; margin-bottom: 4px;
}
.fakty span { font-size: .9375rem; color: var(--szary); }
@media (max-width: 720px) { .fakty { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 380px) { .fakty { grid-template-columns: 1fr; } }
.siatka-atutow {
display: grid; grid-template-columns: repeat(4, 1fr); width: 100%;
gap: 14px; margin: 0 0 40px; list-style: none; padding: 0;
}
.wpis-tresc .siatka-atutow li + li,
.wpis-tresc .fakty li + li,
.wpis-tresc .oddzialy li + li,
.wpis-tresc .galeria-dwie figure + figure { margin-top: 0; }
.siatka-atutow li {
margin: 0;
border-radius: var(--r); padding: 22px 24px; font-weight: 700;
line-height: 1.4; min-width: 0; overflow-wrap: anywhere;
display: flex; align-items: flex-end; min-height: 168px;
}
.siatka-atutow li:nth-child(1) { grid-column: span 2; }
.siatka-atutow li:nth-child(6) { grid-column: span 2; }
.siatka-atutow .barwa-1 { background: var(--okno-1-ciemny); color: #fff; }
.siatka-atutow .barwa-2 { background: var(--okno-2-ciemny); color: #fff; }
.siatka-atutow .barwa-3 { background: var(--okno-3-ciemny); color: #fff; }
.siatka-atutow .barwa-4 { background: var(--okno-5); color: var(--atrament); }
.siatka-atutow .ze-zdjeciem {
position: relative; overflow: hidden; color: #fff; isolation: isolate;
}
.siatka-atutow .ze-zdjeciem img {
position: absolute; inset: 0; width: 100%; height: 100%;
object-fit: cover; z-index: -2;
}
.siatka-atutow .ze-zdjeciem::after {
content: ""; position: absolute; inset: 0; z-index: -1;
background: rgba(18, 41, 76, .74);
}
@media (max-width: 980px) {
.siatka-atutow { grid-template-columns: repeat(2, 1fr); }
.siatka-atutow li { min-height: 150px; }
}
@media (max-width: 620px) {
.siatka-atutow { grid-template-columns: 1fr; }
.siatka-atutow li:nth-child(1),
.siatka-atutow li:nth-child(6) { grid-column: auto; }
.siatka-atutow li { min-height: 128px; }
}
.pasmo-wsparcia {
background: var(--granat); color: #fff; border-radius: var(--r);
padding: 32px 34px; margin: 0 0 40px;
}
.pasmo-wsparcia h2 { color: #fff; margin: 0 0 .3em; }
.pasmo-wsparcia > p { color: #C9DEEC; margin: 0 0 22px; max-width: 60ch; }
.pasmo-wsparcia ul {
columns: 3; column-gap: 30px; list-style: none; margin: 0; padding: 0;
}
.pasmo-wsparcia li {
break-inside: avoid; padding: 7px 0; font-size: .9375rem;
border-top: 1px solid rgba(255,255,255,.16);
}
@media (max-width: 900px) { .pasmo-wsparcia ul { columns: 2; } }
@media (max-width: 560px) { .pasmo-wsparcia ul { columns: 1; } }
.grupy {
display: grid; grid-template-columns: repeat(3, 1fr);
gap: 30px; margin: 0 0 40px;
}
.grupy.dwie { grid-template-columns: repeat(2, 1fr); }
.grupy h3 {
font-size: 1rem; color: var(--granat); margin: 0 0 12px;
padding-bottom: 8px; border-bottom: 2px solid var(--kasztan);
}
.grupy ul { list-style: none; margin: 0; padding: 0; }
.grupy li { padding: 6px 0; font-size: .9375rem; line-height: 1.5; }
@media (max-width: 820px) { .grupy { grid-template-columns: 1fr; gap: 24px; } }
.warunki {
display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px;
align-items: center; margin: 0 0 40px;
}
.warunki ul { list-style: none; margin: 0; padding: 0; }
.warunki li {
padding: 10px 0 10px 26px; position: relative; font-size: .9375rem;
line-height: 1.5;
}
.warunki li + li { border-top: 1px solid var(--linia); }
.warunki li::before {
content: ""; position: absolute; left: 0; top: 1.15em;
width: 14px; height: 2px; background: var(--kasztan);
}
.warunki figure { margin: 0; }
.warunki img {
width: 100%; height: auto; border-radius: var(--r); display: block;
border: 1px solid var(--linia);
}
.warunki figcaption {
font-size: .8125rem; color: var(--szary); margin-top: 8px;
}
@media (max-width: 780px) { .warunki { grid-template-columns: 1fr; gap: 22px; } }
.godziny {
background: var(--niebo); border: 1px solid var(--linia);
border-left: 6px solid var(--okno-3-ciemny);
border-radius: var(--r); padding: 26px 30px; margin: 0 0 40px;
display: grid; grid-template-columns: auto 1fr; gap: 28px;
align-items: center;
}
.godziny b {
font-size: clamp(1.9rem, 1.4rem + 2vw, 2.6rem); color: var(--granat);
line-height: 1.1; white-space: nowrap;
}
@media (max-width: 620px) {
.godziny b { white-space: normal; font-size: clamp(1.5rem, 1.2rem + 2vw, 2rem); }
}
.godziny p { margin: 0; }
.godziny .zmiana { color: var(--szary); font-size: .9375rem; margin-top: 6px; }
@media (max-width: 620px) { .godziny { grid-template-columns: 1fr; gap: 14px; } }
.oddzialy {
display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
width: 100%;
margin: 0 0 40px; list-style: none; padding: 0;
}
.oddzialy li {
margin: 0;
border: 1px solid var(--linia); border-radius: var(--r);
padding: 22px 24px; background: var(--papier);
}
.oddzialy h3 {
margin: 0 0 6px; font-size: 1.15rem; color: var(--granat);
}
.oddzialy p { margin: 0; color: var(--szary); font-size: .9375rem; }
.oddzialy .wiek {
display: inline-block; margin-top: 12px; padding: 5px 12px;
border-radius: 999px; font-size: .8125rem; font-weight: 700;
}
.oddzialy li:nth-child(1) .wiek { background: var(--okno-4); color: var(--atrament); }
.oddzialy li:nth-child(2) .wiek { background: var(--okno-5); color: var(--atrament); }
@media (max-width: 620px) { .oddzialy { grid-template-columns: 1fr; } }
.galeria-dwie {
display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
margin: 0 0 40px;
}
.galeria-dwie figure { margin: 0; }
.galeria-dwie img {
width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
border-radius: var(--r); display: block; border: 1px solid var(--linia);
}
.galeria-dwie figcaption {
font-size: .8125rem; color: var(--szary); margin-top: 8px;
}
@media (max-width: 620px) { .galeria-dwie { grid-template-columns: 1fr; } }
.zapisy {
background: var(--granat); color: #fff; border-radius: var(--r);
padding: 30px 34px; margin: 0;
}
.zapisy h2 { color: #fff; margin: 0 0 .4em; }
.zapisy p { color: #C9DEEC; margin: 0 0 20px; max-width: 56ch; }
.zapisy strong { color: var(--slonce); }
.zapisy .przycisk-wtorny {
background: transparent; color: #fff; box-shadow: inset 0 0 0 2px #fff;
}
.zapisy .przycisk-wtorny:hover { background: rgba(255,255,255,.12); }
.wpis-tresc > h2 {
font-size: clamp(1.25rem, 1.05rem + .8vw, 1.55rem);
margin: 0 0 .7em;
}
.obszar-pelny .wpis-tresc > .hero-zdjecie,
.obszar-pelny .wpis-tresc > .hero-tekst,
.obszar-pelny .wpis-tresc > .fakty,
.obszar-pelny .wpis-tresc > .siatka-atutow,
.obszar-pelny .wpis-tresc > .pasmo-wsparcia,
.obszar-pelny .wpis-tresc > .grupy,
.obszar-pelny .wpis-tresc > .warunki,
.obszar-pelny .wpis-tresc > .godziny,
.obszar-pelny .wpis-tresc > .oddzialy,
.obszar-pelny .wpis-tresc > .galeria-dwie,
.obszar-pelny .wpis-tresc > .zapisy { max-width: none; }
.patron {
display: grid; grid-template-columns: minmax(0, 1fr) 260px;
gap: 32px; align-items: start; margin: 0 0 28px;
}
.patron > * { min-width: 0; }
.wpis-tresc .patron figure {
margin: 0; background: none; border: 0; border-radius: 0;
}
.patron img {
width: 100%; height: auto; border-radius: var(--r); display: block;
border: 1px solid var(--linia);
}
.patron figcaption {
font-size: .8125rem; color: var(--szary); margin-top: 8px; line-height: 1.5;
}
@media (max-width: 640px) {
.patron { grid-template-columns: 1fr; }
.patron figure { order: -1; max-width: 200px; }
}
.cytat-patrona {
border-left: 4px solid var(--kasztan); padding: 4px 0 4px 22px;
margin: 0 0 22px; font-size: 1.15rem; line-height: 1.6;
color: var(--granat); font-style: italic; overflow-wrap: anywhere;
}
.cytat-patrona footer {
font-size: .875rem; color: var(--szary); font-style: normal;
margin-top: 10px; background: none; padding: 0;
}
.kalendarium { list-style: none; margin: 0 0 26px; padding: 0; }
.kalendarium li {
display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 18px;
padding: 12px 0; border-top: 1px solid var(--linia);
}
.kalendarium li:first-child { border-top: 0; }
.kalendarium .kiedy {
color: var(--kasztan); font-weight: 700; font-size: .9375rem;
font-variant-numeric: tabular-nums;
}
.kalendarium span { overflow-wrap: anywhere; }
@media (max-width: 560px) {
.kalendarium li { grid-template-columns: 1fr; gap: 2px; }
}
.zrodlo {
font-size: .8125rem; color: var(--szary); margin: -14px 0 26px;
padding-left: 14px; border-left: 3px solid var(--linia);
}
.obszar-pelny .wpis-tresc > .patron,
.obszar-pelny .wpis-tresc > .kalendarium { max-width: none; }
.komunikat {
border-left: 4px solid; border-radius: 0 7px 7px 0;
padding: 18px 22px; margin: 0 0 26px;
}
.komunikat h2 { font-size: 1.0625rem; margin: 0 0 6px; color: var(--granat); }
.komunikat p { margin: 0; font-size: .9375rem; line-height: 1.6; }
.komunikat ul { margin: 8px 0 0; padding-left: 1.2em; font-size: .9375rem; }
.komunikat li + li { margin-top: 4px; }
.komunikat a { color: var(--granat); font-weight: 700; }
.komunikat-udany { background: #EDF7EE; border-left-color: var(--okno-3-ciemny); }
.komunikat-blad  { background: #FCEEEA; border-left-color: var(--kasztan); }
.komunikat-blad:focus-visible {
outline: 3px solid var(--granat); outline-offset: 3px;
}
.pole-blad input, .pole-blad textarea {
border-color: var(--kasztan); border-width: 2px;
}
.pole-blad label { color: var(--kasztan); }
.blad {
color: var(--kasztan); font-size: .875rem; font-weight: 700;
margin: 6px 0 0;
}
.szukajka { margin: 0 0 26px; max-width: 560px; }
.szukajka label {
display: block; font-weight: 700; color: var(--granat);
margin-bottom: 6px; font-size: .9375rem;
}
.szukajka-wiersz { display: flex; flex-wrap: wrap; gap: 10px; }
.szukajka-wiersz input {
flex: 1 1 200px; min-width: 0;
font: inherit; font-size: 1rem; color: var(--atrament);
background: var(--papier); border: 1px solid var(--linia);
border-radius: var(--r); padding: 11px 13px;
}
.szukajka-wiersz input:focus-visible {
outline: 3px solid var(--granat); outline-offset: 2px;
border-color: var(--granat);
}
.szukajka-wiersz button { flex: 0 0 auto; }
.brak-tresci { max-width: 68ch; }
.brak-tresci h2 { font-size: 1.2rem; color: var(--granat); margin: 0 0 10px; }
.brak-tresci p { line-height: 1.7; margin: 0 0 22px; }
.brak-tresci a { color: var(--granat); font-weight: 700; }
.terminy h3 { font-weight: 700; font-size: .9375rem; margin: 2px 0 0; }
.terminy h3 a { color: var(--granat); }
.gdzie { font-size: .8125rem; color: var(--szary); margin: 2px 0 0; }
.wpis-nawigacja .poprz { text-align: left; }
.belka .termin-tytul {
display: block; font-weight: 700; color: var(--granat); padding: 2px 0;
}
.belka .termin-miejsce {
display: block; font-size: .8125rem; color: var(--szary); margin-top: 2px;
}
.wiecej-wiersz { margin-top: 14px; }
.pasek-cookies {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
background: var(--granat); color: #fff;
border-top: 4px solid var(--slonce);
box-shadow: 0 -2px 14px rgba(18, 41, 76, .22);
}
.pasek-cookies .srodek {
display: flex; align-items: center; gap: 16px 28px;
flex-wrap: wrap; padding-block: 14px;
max-height: 55vh; overflow-y: auto;
}
.pasek-cookies p + p { margin-top: 10px; }
.pasek-cookies p {
margin: 0; flex: 1 1 100%; min-width: 0;
font-size: .875rem; line-height: 1.5;
}
.pasek-cookies a { color: var(--slonce); font-weight: 700; }
.pasek-cookies a:hover { color: #fff; }
.pasek-cookies-ok {
flex: none; display: inline-flex; align-items: center;
min-height: 48px; padding: 0 26px; border-radius: var(--r);
background: #fff; color: var(--granat) !important;
font-weight: 700; text-decoration: none;
}
.pasek-cookies-ok:hover { background: var(--slonce); color: var(--granat) !important; }
.pasek-cookies-ok:focus-visible {
outline: 3px solid #fff; outline-offset: 3px;
}
.ma-pasek-cookies .do-gory { bottom: 116px; }
@media (max-width: 700px) {
.pasek-cookies .srodek { gap: 14px; }
.pasek-cookies-ok { width: 100%; justify-content: center; }
.ma-pasek-cookies .do-gory { bottom: 172px; }
}
@media print { .pasek-cookies { display: none; } }
.wpis-tresc .wp-block-gallery.has-nested-images {
display: grid; gap: 12px; margin: 0 0 26px;
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wpis-tresc .wp-block-gallery.columns-1 { grid-template-columns: 1fr; }
.wpis-tresc .wp-block-gallery.columns-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.wpis-tresc .wp-block-gallery.columns-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wpis-tresc .wp-block-gallery.has-nested-images figure.wp-block-image {
width: auto !important; margin: 0; flex: none; min-width: 0;
}
.wpis-tresc .wp-block-gallery figure.wp-block-image img,
.wpis-tresc > figure.wp-block-image img {
width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
border-radius: var(--r); border: 1px solid var(--linia);
display: block;
}
.wpis-tresc .wp-block-gallery figure.wp-block-image figcaption,
.wpis-tresc .wp-element-caption {
font-size: .8125rem; color: var(--szary); margin-top: 6px;
text-align: left; background: none; padding: 0;
}
.wpis-tresc .wp-block-gallery > figcaption {
margin-top: 10px; font-style: normal;
}
@media (max-width: 780px) {
.wpis-tresc .wp-block-gallery.has-nested-images,
.wpis-tresc .wp-block-gallery.columns-4 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 480px) {
.wpis-tresc .wp-block-gallery.has-nested-images,
.wpis-tresc .wp-block-gallery.columns-2,
.wpis-tresc .wp-block-gallery.columns-4 { grid-template-columns: 1fr; }
}
.wpis-tresc .album { margin: 0 0 26px; }
.wpis-tresc .album a {
display: inline-flex; align-items: center; min-height: 48px;
padding: 0 22px; border-radius: var(--r);
background: var(--granat); color: #fff; font-weight: 700;
text-decoration: none; border: 0;
}
.wpis-tresc .album a:hover { background: var(--granat-jasny); color: var(--slonce); }
.wpis-tresc .album a:focus-visible {
outline: 3px solid var(--kasztan); outline-offset: 3px;
}
.do-gory {
position: fixed; right: 20px; bottom: 20px; z-index: 20;
display: inline-flex; align-items: center; justify-content: center;
width: 48px; height: 48px;
background: var(--granat); color: #fff; border-radius: var(--r);
text-decoration: none;
box-shadow: 0 2px 10px rgba(18, 41, 76, .28);
}
.do-gory svg { width: 20px; height: 20px; flex: none; }
.do-gory span {
position: absolute; width: 1px; height: 1px; overflow: hidden;
clip-path: inset(50%); white-space: nowrap;
}
.do-gory:hover { background: var(--granat-jasny); color: var(--slonce); }
.do-gory:focus-visible {
outline: 3px solid var(--kasztan); outline-offset: 3px;
}
@media (max-width: 640px) {
.do-gory { right: 14px; bottom: 14px; }
}
@media (prefers-reduced-motion: no-preference) {
html { scroll-behavior: smooth; }
}
@media print {
.do-gory { display: none; }
}
.wpisy-rzad {
display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 4px 32px;
}
.wpisy-rzad > .tytul-sekcji { grid-column: 1 / -1; }
.wpisy-rzad .wpis { padding-block: 0; }
.wpisy-rzad .wpis + .wpis { border-top: 0; }
@media (max-width: 900px) {
.wpisy-rzad { grid-template-columns: 1fr; }
.wpisy-rzad .wpis + .wpis {
border-top: 1px solid var(--linia); padding-top: 20px; margin-top: 20px;
}
}
.belka .blok-granat h2,
.belka .blok-granat h3 { color: #fff; }
.belka .blok-granat address { color: #D8E4F2; }
.belka .blok-granat a { color: var(--slonce); }
.belka .blok-granat a:hover { color: #fff; text-decoration: underline; }
.kalendarium .kiedy span {
display: block; font-weight: 400; font-size: .8125rem;
color: var(--szary); margin-top: 2px;
}
.kalendarium h4 { font-size: 1rem; margin: 0; color: var(--granat); }
.kalendarium h4 a { color: var(--granat); }
.kalendarium .gdzie { margin: 3px 0 0; }
.kalendarium p:not(.kiedy):not(.gdzie) {
margin: 5px 0 0; font-size: .9375rem; line-height: 1.6;
}
.wpis-tresc h3 + .kalendarium { margin-top: 12px; }
.wpis-tresc section + section {
margin-top: 34px; padding-top: 26px; border-top: 2px solid var(--linia);
}