/* ============================================================
   Transport i Spedycja G. Kożuchowski, Wierzbica Dolna - demo
   Szkielet ten sam co AL-TRANS (hero full-bleed, ziarno, powolny
   reveal od dolu), ale przelozony na granat z plandeki i na godlo:
   klient ma gotowa firmowke - okragly znak z tylu naczepy - wiec to
   ona jest bohaterem naglowka, preloadera i stopki, a nie sam napis.
   Kafle uslug bez zdjec: klient przyslal tylko dwa kadry zestawu,
   szesc slotow na zdjecia zrobiloby z tego wypelniacz.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
html.menu-open { overflow: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }
@media (max-width: 640px) { .container { width: calc(100% - 32px); } }

/* --- typografia ------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -.005em;
  line-height: 1.02;
  margin: 0;
}
.h2 { font-size: clamp(34px, 5.6vw, 62px); max-width: 20ch; }
.h2--srodek { max-width: 24ch; margin-inline: auto; text-align: center; }
/* h2 ma margin: 0, wiec akapit tuz pod naglowkiem inaczej sie do niego klei */
.h2 + p { margin-top: 20px; }
.kicker {
  font-family: var(--font-display); font-size: 15px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent); margin: 0 0 14px;
}
.na-ciemnym .kicker { color: var(--accent-bright); }
/* na zdjeciu wezla czerwony kicker schodzil do 3,1:1, a to zwykly tekst,
   wiec w sekcji opinii jest bialy; czerwien niosa gwiazdki w kafelkach */
.opinie .kicker { color: #FFF; }
.kicker--srodek { text-align: center; }
p { margin: 0 0 18px; }

/* --- sekcje ---------------------------------------------------- */
.section { padding: clamp(64px, 9vw, 128px) 0; position: relative; }
.na-ciemnym {
  background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 60%, var(--ink) 100%);
  color: #FFF;
}
.szew { height: 56px; background: linear-gradient(180deg, var(--bg), var(--surface-2)); }

.fx-grain::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}

/* --- godlo (okragly znak z naczepy, odrysowany na SVG) ----------
   Ksztalty siedza w <symbol> i wchodza przez <use>, wiec selektory CSS
   nie siegaja do srodka. Kolory ida wiec przez currentColor na atrybutach,
   a font-family przez dziedziczenie z .godlo - to jedyne dwie rzeczy,
   ktore przechodza do drzewa <use>. */
.godlo { display: block; font-family: var(--font-display); font-weight: 600; }

/* --- przyciski -------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 30px;
  border: 1px solid transparent; border-radius: var(--r-pill);
  font-family: var(--font-display); font-size: 19px; font-weight: 600;
  letter-spacing: .01em; text-decoration: none; cursor: pointer;
  transition: transform .25s var(--ease), background-color .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn--czerwony { background: var(--accent); color: var(--accent-ink); }
.btn--czerwony:hover { background: var(--accent-deep); }
.btn--ciemny { background: var(--ink); color: #FFF; }
.btn--ciemny:hover { background: var(--ink-3); }
.btn--kontur { background: transparent; color: var(--text); border-color: var(--line); }
.btn--kontur:hover { border-color: var(--ink); }
.na-ciemnym .btn--kontur, .hero .btn--kontur, .opinie .btn--kontur { color: #FFF; border-color: rgba(255, 255, 255, .34); }
.na-ciemnym .btn--kontur:hover, .hero .btn--kontur:hover, .opinie .btn--kontur:hover { border-color: #FFF; background: rgba(255, 255, 255, .08); }
.btn .znak { flex: none; }

/* --- preloader --------------------------------------------------- */
#preloader {
  position: fixed; inset: 0; z-index: 999;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px;
  background: var(--ink);
  transition: opacity .5s var(--ease), visibility .5s;
}
#preloader.done { opacity: 0; visibility: hidden; }
.loader-godlo { color: #FFF; width: clamp(160px, 42vw, 224px); height: auto; }
.loader-logo { position: relative; font-family: var(--font-display); font-weight: 600; font-size: clamp(28px, 7vw, 50px); letter-spacing: .05em; text-transform: uppercase; }
.loader-logo .ghost { color: rgba(255, 255, 255, .18); }
.loader-logo .fill {
  position: absolute; inset: 0; color: #FFF; white-space: nowrap;
  clip-path: inset(0 100% 0 0); transition: clip-path .18s linear;
}
.loader-bar { width: min(260px, 60vw); height: 3px; border-radius: 2px; background: rgba(255, 255, 255, .16); overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 0; background: var(--accent-bright); transition: width .18s linear; }

/* --- naglowek i znak -------------------------------------------- */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 90;
  background: rgba(14, 17, 40, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  min-height: var(--naglowek);
  padding-block: 10px;
}
.logo-link { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; color: #FFF; }
.logo-link .godlo { width: 80px; height: 40px; flex: none; }
.wordmark {
  display: inline-flex; flex-direction: column; align-items: flex-start;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(26px, 3.6vw, 38px); line-height: .98;
  letter-spacing: .01em; text-transform: uppercase; color: #FFF;
  /* nazwisko lamane na dwie linie w naglowku wyglada jak blad, nie jak znak */
  white-space: nowrap;
}
.wordmark small {
  font-family: var(--font-text); font-weight: 500;
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted-dark); margin-top: 7px;
}
.naglowek-prawa { display: flex; align-items: center; gap: 12px; }

.ikona-kolo {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .24); color: #FFF;
  transition: background-color .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
}
.ikona-kolo:hover { background: var(--accent); border-color: var(--accent); }

.btn-tel {
  display: inline-flex; align-items: center; gap: 10px;
  min-height: 46px; padding: 0 20px 0 16px;
  border-radius: var(--r-pill); border: 1px solid rgba(255, 255, 255, .24);
  color: #FFF; text-decoration: none;
  font-family: var(--font-display); font-size: 19px; font-weight: 600; white-space: nowrap;
  transition: background-color .25s var(--ease), border-color .25s var(--ease);
}
.btn-tel:hover { background: var(--accent); border-color: var(--accent); }

.menu-toggle {
  display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
  width: 48px; height: 48px; padding: 0 12px;
  background: var(--accent); border: 0; border-radius: 50%; cursor: pointer;
}
.menu-toggle span { display: block; height: 2px; border-radius: 2px; background: #FFF; }
.menu-toggle span:nth-child(2) { width: 70%; }

@media (max-width: 900px) {
  :root { --naglowek: 74px; }
  .logo-link .godlo { width: 52px; height: 26px; }
  .logo-link { gap: 10px; }
  .wordmark { font-size: 21px; }
  .wordmark small { font-size: 8px; letter-spacing: .13em; margin-top: 5px; }
  .btn-tel span { display: none; }
  .btn-tel { padding: 0; width: 46px; justify-content: center; }
}
@media (max-width: 480px) {
  /* na waskim telefonie znak plus nazwisko nie mieszcza sie obok trzech
     kolek, wiec kolko Map wypada z naglowka - zostaje w szufladzie
     i w sekcji kontaktu, wiec nic nie ginie */
  .site-header .ikona-kolo { display: none; }
}
@media (max-width: 400px) {
  .wordmark small { display: none; }
}

/* --- szuflada menu ----------------------------------------------- */
.nav-overlay {
  position: fixed; inset: 0; z-index: 95;
  background: rgba(8, 10, 24, .66);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
}
.nav-overlay.open { opacity: 1; visibility: visible; }
.szuflada {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 96;
  width: min(400px, 88vw);
  padding: 30px 34px 40px;
  display: flex; flex-direction: column; gap: 4px;
  background: var(--ink); color: #FFF;
  transform: translateX(102%); transition: transform .45s var(--ease);
  overflow-y: auto;
}
.szuflada.open { transform: none; }
.szuflada-zamknij {
  align-self: flex-end; width: 44px; height: 44px; margin-bottom: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%;
  color: #FFF; cursor: pointer;
}
.szuflada-tytul { font-family: var(--font-display); font-size: 14px; letter-spacing: .24em; text-transform: uppercase; color: var(--accent-bright); margin: 0 0 12px; }
.szuflada > a {
  font-family: var(--font-display); font-size: 30px; font-weight: 600; letter-spacing: .01em;
  text-decoration: none; padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  opacity: 0; transform: translateX(22px);
  transition: opacity .4s var(--ease), transform .4s var(--ease), color .2s;
}
.szuflada > a:hover { color: var(--accent-bright); }
.szuflada.open > a { opacity: 1; transform: none; }
.szuflada.open > a:nth-of-type(1) { transition-delay: .10s; }
.szuflada.open > a:nth-of-type(2) { transition-delay: .16s; }
.szuflada.open > a:nth-of-type(3) { transition-delay: .22s; }
.szuflada.open > a:nth-of-type(4) { transition-delay: .28s; }
.szuflada.open > a:nth-of-type(5) { transition-delay: .34s; }
.szuflada-stopka { margin-top: auto; padding-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.szuflada-tel {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 28px; border-radius: var(--r-pill);
  background: var(--accent); color: #FFF; text-decoration: none;
  font-family: var(--font-display); font-size: 21px; font-weight: 600;
}
.social-kola { display: flex; gap: 10px; justify-content: center; }

/* --- hero -------------------------------------------------------- */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex; align-items: flex-end;
  padding: calc(var(--naglowek) + 56px) 0 clamp(48px, 7vw, 96px);
  background: var(--ink);
  overflow: hidden;
}
.hero__tlo {
  position: absolute; inset: 0;
  background: url("images/hero.jpg?v=2") center 52% / cover no-repeat;
  animation: kenburns 28s var(--ease) infinite alternate;
}
/* na telefonie kadr przesuniety w prawo, zeby w polu widzenia zostal
   okragly znak na drzwiach naczepy, a nie sama plandeka */
@media (max-width: 700px) { .hero__tlo { background-position: 58% 50%; } }
@keyframes kenburns { from { transform: scale(1.06); } to { transform: scale(1.16) translate3d(-1.5%, -1%, 0); } }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 11, 28, .82) 0%, rgba(9, 11, 28, .34) 32%, rgba(9, 11, 28, .88) 74%, rgba(9, 11, 28, .97) 100%),
    linear-gradient(96deg, rgba(9, 11, 28, .92) 0%, rgba(9, 11, 28, .66) 34%, rgba(9, 11, 28, .1) 74%);
}
.hero .container { position: relative; z-index: 2; }
.hero__kicker {
  font-family: var(--font-display); font-size: clamp(14px, 1.6vw, 17px); font-weight: 600;
  letter-spacing: .26em; text-transform: uppercase;
  color: #FFF; margin: 0 0 16px;
}
.hero h1 {
  color: #FFF;
  /* lamanie robi <br> w tresci, wiec zadnego max-width - inaczej przegladarka
     zawija jeszcze raz i wychodza cztery wersy zamiast trzech */
  font-size: clamp(38px, 5.9vw, 74px);
  font-weight: 600;
  margin: 0 0 34px;
  text-shadow: 0 2px 26px rgba(0, 0, 0, .5);
}
.hero h1 .miasto { color: var(--accent-bright); display: block; }
.hero__akcje { display: flex; flex-wrap: wrap; gap: 14px; }
.hero__akcje .btn { min-width: 268px; }
@media (max-width: 520px) {
  .hero__akcje { flex-direction: column; align-items: stretch; }
  .hero__akcje .btn { min-width: 0; width: 100%; }
}

/* --- pasek uslug -------------------------------------------------- */
.pasek { background: var(--accent); color: #FFF; padding: 20px 0; }
.pasek ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px 26px;
  font-family: var(--font-display); font-size: 17px; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
}
.pasek li { display: inline-flex; align-items: center; gap: 26px; }
.pasek li::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: rgba(255, 255, 255, .55); }
.pasek li:last-child::after { display: none; }
@media (max-width: 760px) { .pasek li::after { display: none; } .pasek ul { gap: 6px 20px; } }

/* --- karty uslug (bez zdjec, ze znakiem) ------------------------- */
.siatka-uslug { display: grid; gap: 20px; grid-template-columns: 1fr; margin-top: 54px; }
@media (min-width: 660px) { .siatka-uslug { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .siatka-uslug { grid-template-columns: repeat(3, 1fr); } }
.usluga {
  display: flex; flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  padding: 30px 28px;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
}
.usluga:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.usluga__znak {
  width: 56px; height: 56px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface-2); color: var(--accent);
  margin-bottom: 22px;
}
.usluga h3 { font-size: 27px; margin-bottom: 10px; }
.usluga p { color: var(--muted); font-size: 15.5px; margin-bottom: 18px; }
.usluga .chipy { margin-top: auto; }
.chipy { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; margin: 0; }
.chipy li {
  font-family: var(--font-text); font-size: 12.5px; font-weight: 500; letter-spacing: .02em;
  padding: 7px 14px; border-radius: var(--r-pill);
  background: var(--surface-2); color: var(--muted);
}
.pod-siatka { margin-top: 46px; text-align: center; }

/* --- dlaczego my (alternating-split) ----------------------------- */
.split {
  display: grid; gap: clamp(32px, 5vw, 74px);
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
}
@media (max-width: 900px) { .split { grid-template-columns: 1fr; } }
.split__foto { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 3 / 4; max-width: 440px; }
.split__foto img { width: 100%; height: 100%; object-fit: cover; }
.cytat {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(23px, 2.5vw, 30px); line-height: 1.24;
  color: var(--text); margin: 0 0 12px;
  padding-left: 22px; border-left: 3px solid var(--accent);
}
.cytat-autor { font-size: 14px; color: var(--muted); margin-bottom: 34px; }
.fakty { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.fakty li {
  display: flex; gap: 16px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 18px 22px;
}
.fakty b { font-family: var(--font-display); font-weight: 600; display: block; font-size: 21px; margin-bottom: 3px; }
.fakty span { color: var(--muted); font-size: 15.5px; line-height: 1.5; }
.fakty .znak { flex: none; color: var(--accent); margin-top: 3px; }

/* --- pas ze znakiem na naczepie ---------------------------------- */
.znak-pas {
  display: grid; gap: clamp(28px, 5vw, 68px); align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 860px) { .znak-pas { grid-template-columns: 1fr; } }
.znak-pas__foto { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4 / 5; max-width: 430px; }
.znak-pas__foto img { width: 100%; height: 100%; object-fit: cover; }
.znak-pas .godlo { width: min(230px, 58vw); height: auto; color: #FFF; margin-bottom: 28px; }
.znak-pas p { color: var(--muted-dark); }

/* --- liczby ------------------------------------------------------ */
.liczby { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(146px, 1fr)); margin-top: 30px; }
.liczba {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r-lg);
  padding: 24px 22px;
}
.liczba b {
  display: block; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(34px, 4.4vw, 48px); line-height: 1; color: #FFF; margin-bottom: 8px;
}
.liczba span { color: var(--muted-dark); font-size: 14.5px; line-height: 1.45; display: block; }

/* --- proces ------------------------------------------------------ */
.kroki { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); margin-top: 54px; }
.krok {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--r-lg);
  padding: 30px 26px 32px;
}
.krok__nr {
  font-family: var(--font-display); font-size: 15px; font-weight: 600; letter-spacing: .2em;
  color: var(--accent-bright); display: block; margin-bottom: 26px;
}
.krok h3 { font-size: 26px; color: #FFF; margin-bottom: 10px; }
.krok p { color: var(--muted-dark); font-size: 15.5px; margin: 0; }

/* --- opinie na zdjeciu, kafelki liquid glass --------------------- */
.opinie {
  padding-bottom: clamp(52px, 6vw, 88px);
  background: url("images/opinie-tlo.jpg?v=2") center / cover no-repeat;
  color: #FFF;
}
.opinie::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(9, 11, 28, .88) 0%, rgba(9, 11, 28, .6) 40%, rgba(9, 11, 28, .97) 92%, rgba(9, 11, 28, 1) 100%);
}
.opinie > .container { position: relative; z-index: 1; }
.gwiazdki { color: var(--accent-bright); letter-spacing: 2px; font-size: 18px; }
.ocena-pas {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap; justify-content: center;
  width: fit-content; margin: 22px auto 0; padding: 14px 26px; border-radius: var(--r-pill);
  background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .2);
  font-size: 15.5px; color: #FFF;
}
.ocena-pas b { font-family: var(--font-display); font-size: 28px; font-weight: 600; }
.karuzela { position: relative; margin-top: 34px; }
.karuzela__tor {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  /* pionowy padding: overflow-x:auto obcina cien kafelka bez tego zapasu */
  padding: 16px 0 28px;
  scrollbar-width: none;
}
.karuzela__tor::-webkit-scrollbar { display: none; }
.opinia {
  flex: 0 0 100%; scroll-snap-align: start;
  border-radius: var(--r-xl);
  padding: 32px 30px;
  display: flex; flex-direction: column;
  background: linear-gradient(148deg, rgba(255, 255, 255, .17) 0%, rgba(255, 255, 255, .07) 55%, rgba(255, 255, 255, .04) 100%);
  border: 1px solid rgba(255, 255, 255, .22);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .28);
  color: #FFF;
}
@media (min-width: 760px) { .opinia { flex-basis: calc((100% - 20px) / 2); } }
.opinia .gwiazdki { margin-bottom: 16px; }
.opinia p { font-size: 17px; color: rgba(255, 255, 255, .94); margin-bottom: 22px; }
.opinia footer { margin-top: auto; font-family: var(--font-display); font-weight: 600; font-size: 19px; color: #FFF; }
.opinia footer small { display: block; font-family: var(--font-text); font-weight: 400; color: rgba(255, 255, 255, .68); font-size: 13.5px; margin-top: 3px; }
.karuzela__nawigacja { display: flex; gap: 10px; justify-content: center; margin-top: 26px; }
.karuzela__btn {
  width: 50px; height: 50px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .3); color: #FFF;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  transition: background-color .25s var(--ease), border-color .25s var(--ease);
}
.karuzela__btn:hover { background: var(--accent); border-color: var(--accent); }

/* --- kontakt ----------------------------------------------------- */
.kontakt-uklad { display: grid; gap: 22px; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); margin-top: 54px; }
@media (max-width: 900px) { .kontakt-uklad { grid-template-columns: 1fr; } }
.kontakt-kafle { display: grid; gap: 16px; align-content: start; }
.kafel {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r-lg);
  padding: 26px 28px;
}
.kafel h3 { font-size: 15px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent-bright); font-weight: 600; margin-bottom: 14px; }
.kafel .z-ikona { display: flex; gap: 13px; align-items: flex-start; color: #FFF; font-size: 17px; text-decoration: none; word-break: break-word; }
.kafel .z-ikona + .z-ikona { margin-top: 12px; }
.kafel .z-ikona .znak { flex: none; color: var(--accent-bright); margin-top: 3px; }
.kafel .uzupelnic { color: var(--muted-dark); font-size: 15px; margin: 0; }
.godziny { list-style: none; margin: 0; padding: 0; }
.godziny li { display: flex; align-items: baseline; gap: 8px; padding: 7px 0; color: var(--muted-dark); font-size: 15.5px; }
.godziny li b { font-weight: 500; color: #FFF; }
.godziny .kropki { flex: 1; border-bottom: 1px dotted rgba(255, 255, 255, .26); transform: translateY(-4px); }
.godziny li span:last-child { color: #FFF; font-variant-numeric: tabular-nums; }
.kontakt-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.kontakt-cta .btn { flex: 1 1 auto; }
@media (max-width: 560px) { .kontakt-cta { flex-direction: column; } }
.mapa { border-radius: var(--r-xl); overflow: hidden; min-height: 430px; border: 1px solid rgba(255, 255, 255, .12); }
.mapa iframe { width: 100%; height: 100%; min-height: 430px; border: 0; display: block; filter: grayscale(.3) contrast(1.05); }

/* --- stopka ------------------------------------------------------ */
.stopka { background: var(--ink); color: var(--muted-dark); padding: 64px 0 40px; border-top: 1px solid var(--line-dark); }
.stopka__gora { display: grid; gap: 40px; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
@media (max-width: 760px) { .stopka__gora { grid-template-columns: 1fr 1fr; } .stopka__gora > div { grid-column: 1 / -1; } }
.stopka .logo-link { margin-bottom: 18px; }
.stopka__nap { font-size: 15.5px; line-height: 1.75; }
.stopka__nap a { color: #FFF; text-decoration: none; }
.stopka__linki { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; font-family: var(--font-display); font-size: 19px; }
.stopka__linki a { text-decoration: none; }
.stopka__linki a:hover { color: var(--accent-bright); }
.stopka__dol {
  margin-top: 46px; padding-top: 24px; border-top: 1px solid var(--line-dark);
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 13.5px;
}

/* --- reveal ------------------------------------------------------ */
.rv { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.rv.in { opacity: 1; transform: none; }
.rv:nth-child(2) { transition-delay: .07s; }
.rv:nth-child(3) { transition-delay: .14s; }
.rv:nth-child(4) { transition-delay: .21s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .rv { opacity: 1; transform: none; transition: none; }
  .hero__tlo { animation: none; }
  * { transition-duration: .01ms !important; }
}
