@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
  --bg: #f0ede8;
  --shadow: 0 24px 60px rgba(0,0,0,.22);
  --shadow2: 0 12px 32px rgba(0,0,0,.14);
  --shadow3: 0 4px 16px rgba(0,0,0,.08);
  --rHero: 28px;
  --rCard: 14px;
  --rPill: 999px;
  --accent: #8a6a3f;
  --accent2: #d5c3a5;
  --accentDark: #6b4f2d;
  --font: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --fontScale: 1;
  --letterSpacingExtra: 0em;
  --wordSpacingExtra: 0em;
  --lineHeightExtra: 0;
  --focusColor: #2563eb;
  --focusWidth: 3px;
}

* { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth }
body {
  font-family: var(--font);
  background: var(--bg);
  color: #1a1a1a;
  min-height: 100vh;
 
  font-size: 16.5px;   
 
  letter-spacing: var(--letterSpacingExtra);
  word-spacing: var(--wordSpacingExtra);
  transition: background .3s, color .3s;
}
a { color: inherit; text-decoration: none }
button, input { font: inherit }
.footerDropBtn {
  color: #b2b1b0;
}
 
.skip-links {
  position: absolute;
  top: 0; left: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 14px 24px;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0 0 12px 0;
  text-decoration: none;
  z-index: 999999;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
}
.skip-link:focus {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 3px solid #fff;
  outline-offset: -3px;
}
 
*:focus-visible {
  outline: var(--focusWidth) solid var(--focusColor);
  outline-offset: 2px;
  border-radius: 4px;
}
*:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.bd.wyszukiwarka {
  margin: 6px;
}


/* 
   NOSCRIPT FALLBACK
   */
.noscript-a11y {
  background: #fef3c7;
  border: 2px solid #f59e0b;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.noscript-a11y h2 {
  margin: 0 0 0.5rem;
  color: #92400e;
  font-size: 1.1rem;
}
.noscript-a11y ul {
  margin: 0.5rem 0 0 1.5rem;
}
.noscript-a11y li {
  margin-bottom: 0.25rem;
}


/* 
   A11Y   HIGH CONTRAST
   */
body.a11y-highContrast {
  background: #000 !important;
  color: #fff !important;
}
body.a11y-highContrast .navPill,
body.a11y-highContrast .belowCard,
body.a11y-highContrast .panel,
body.a11y-highContrast .article,
body.a11y-highContrast .acc-header,
body.a11y-highContrast .desktopMenu,
body.a11y-highContrast .mobileMenu a,
body.a11y-highContrast .heroRight {
  background: #111 !important;
  color: #fff !important;
  border-color: #666 !important;
}
body.a11y-highContrast .acc-header {
  background: #222 !important;
}
body.a11y-highContrast .catList li a,
body.a11y-highContrast .tpItem a,
body.a11y-highContrast .content p,
body.a11y-highContrast .meta,
body.a11y-highContrast .navLinks > a,
body.a11y-highContrast .dropBtn,
body.a11y-highContrast .desktopMenu a,
body.a11y-highContrast .pagerBtn,
body.a11y-highContrast .footer p,
body.a11y-highContrast .footer a,
body.a11y-highContrast .title,
body.a11y-highContrast .kicker,
body.a11y-highContrast .brandName {
  color: #fff !important;
}
body.a11y-highContrast .catList li a:hover,
body.a11y-highContrast .navLinks > a:hover,
body.a11y-highContrast .navLinks > a.active,
body.a11y-highContrast .tpItem:hover {
  background: #333 !important;
}
body.a11y-highContrast .searchRow input {
  background: #222 !important;
  color: #fff !important;
  border-color: #666 !important;
}
body.a11y-highContrast .heroMedia::after {
  background: rgba(0,0,0,.5) !important;
}
body.a11y-highContrast .articleImgWrap::after {
  background: linear-gradient(transparent,#111) !important;
}
body.a11y-highContrast .pager {
  border-color: #333 !important;
}
body.a11y-highContrast .pagerBtn {
  background: #222 !important;
  border-color: #555 !important;
}
body.a11y-highContrast .footerTop {
  background: #0a0a0a !important;
}
body.a11y-highContrast a {
  color: #6db3f2 !important;
  text-decoration: underline !important;
}
body.a11y-highContrast *:focus-visible {
  outline-color: #ffff00 !important;
  outline-width: 3px !important;
}


/* 
   A11Y â NEGATYW / JASNE / CIEMNE / INNE
   */
body.a11y-negative {
  filter: invert(1) hue-rotate(180deg);
}
body.a11y-negative img,
body.a11y-negative video,
body.a11y-negative .mark,
body.a11y-negative .mIcon,
body.a11y-negative .badge,
body.a11y-negative .bimLogo {
  filter: invert(1) hue-rotate(180deg);
}

body.a11y-brightBg {
  background: #fff !important;
}
body.a11y-brightBg .belowCard,
body.a11y-brightBg .panel,
body.a11y-brightBg .article {
  background: #fff !important;
  border-color: #ccc !important;
}

body.a11y-darkBg {
  background: #1a1a2e !important;
  color: #e0e0e0 !important;
}
body.a11y-darkBg .navPill,
body.a11y-darkBg .belowCard,
body.a11y-darkBg .panel,
body.a11y-darkBg .article {
  background: #16213e !important;
  color: #e0e0e0 !important;
  border-color: #2a3a5c !important;
}
body.a11y-darkBg .acc-header {
  background: #1a2744 !important;
  color: #e0e0e0 !important;
}
body.a11y-darkBg .catList li a,
body.a11y-darkBg .tpItem a,
body.a11y-darkBg .content p,
body.a11y-darkBg .meta,
body.a11y-darkBg .title,
body.a11y-darkBg .brandName,
body.a11y-darkBg .navLinks > a,
body.a11y-darkBg .dropBtn,
body.a11y-darkBg .pagerBtn {
  color: #d0d0d0 !important;
}
body.a11y-darkBg .searchRow input {
  background: #1a2744 !important;
  color: #e0e0e0 !important;
  border-color: #3a4a6c !important;
}

body.a11y-underline a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.a11y-grayscale {
  filter: grayscale(1);
}

body.a11y-bigCursor,
body.a11y-bigCursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath d='M8 4l28 20H20l12 16-4 3-12-16-8 10z' fill='%23000' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E") 4 4, auto !important;
}

body.a11y-focusHighlight *:focus-visible {
  outline: 4px solid #ff6600 !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 6px rgba(255,102,0,.3) !important;
}

body.a11y-highlightParagraphs p {
  background: rgba(255,255,0,.15) !important;
  border-left: 3px solid #f0c000 !important;
  padding-left: 8px !important;
}

body.a11y-noAnimations,
body.a11y-noAnimations * {
  animation: none !important;
  transition: none !important;
}

body.a11y-readableFont,
body.a11y-readableFont * {
  font-family: Arial, Helvetica, sans-serif !important;
}

body.a11y-dyslexiaFont,
body.a11y-dyslexiaFont * {
  font-family: 'Comic Sans MS', 'OpenDyslexic', cursive !important;
  letter-spacing: 0.05em !important;
  word-spacing: 0.12em !important;
}

body.a11y-hideImages img {
  opacity: 0.1 !important;
  filter: blur(4px) !important;
}

body.a11y-saturateHigh {
  filter: saturate(2);
}
body.a11y-saturateLow {
  filter: saturate(0.3);
}


/* 
   READING LINE / MASK
   */
.readingLine {
  position: fixed;
  left: 0; right: 0;
  height: 8px;
  background: rgba(255,102,0,.35);
  pointer-events: none;
  z-index: 99998;
  display: none;
  transition: top 0.05s linear;
  box-shadow: 0 0 20px rgba(255,102,0,.3);
}
body.a11y-readingLine .readingLine {
  display: block;
}

.readingMaskTop, .readingMaskBottom {
  position: fixed;
  left: 0; right: 0;
  background: rgba(0,0,0,.55);
  pointer-events: none;
  z-index: 99997;
  display: none;
  transition: all 0.05s linear;
}
.readingMaskTop { top: 0; }
.readingMaskBottom { bottom: 0; }
body.a11y-readingMask .readingMaskTop,
body.a11y-readingMask .readingMaskBottom {
  display: block;
}

.tts-highlight {
  background: rgba(37,99,235,.15) !important;
  outline: 2px solid rgba(37,99,235,.4) !important;
  border-radius: 4px !important;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* 
   A11Y PANEL â TOGGLE BUTTON
   */
.a11y-toggle {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100000;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.a11y-toggleBtn {
  width: 62px;
  height: 52px;
  border: none;
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0 12px;
  box-shadow: -4px 4px 20px rgba(37,99,235,.4);
  transition: all .25s;
  flex-direction: column;
  gap: 2px;
  /* Przycisk toggle NIE skaluje siÄ z --fontScale */
  font-size: 14px;
}
.a11y-toggleBtn:hover {
  background: linear-gradient(135deg,#1d4ed8,#1e40af);
  width: 60px;
}
.a11y-toggleBtn:focus-visible {
  outline: 3px solid #ffff00;
  outline-offset: 2px;
}
.a11y-toggleBtn svg {
  width: 24px; height: 24px; fill: #fff;
}
.a11y-toggleBtn span {
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}


/* 
   A11Y PANEL â SIDE PANEL
   Izolacja od skalowania czcionki:
   font-size ustawiony na staĹÄ wartoĹÄ px,
   wszystkie dzieci majÄ konkretne px rozmiary.
   */
.a11y-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 400px;
  max-width: 92vw;
  height: 100vh;
  background: #fff;
  z-index: 100001;
  box-shadow: -10px 0 60px rgba(0,0,0,.25);
  transition: right .35s cubic-bezier(.4,0,.2,1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /*  KLUCZOWE â izolacja od --fontScale  */
  font-size: 14px !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  line-height: 1.5 !important;
}

/* Resetuj font dla WSZYSTKICH elementów w panelu */
.a11y-panel *,
.a11y-panel button,
.a11y-panel input,
.a11y-panel label,
.a11y-panel span,
.a11y-panel div {
  font-size: inherit;
  letter-spacing: normal;
  word-spacing: normal;
}

.a11y-panel.open {
  right: 0;
}

.a11y-panelHeader {
  padding: 20px 24px 16px;
  background: linear-gradient(135deg,#2563eb,#1d4ed8);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.a11y-panelHeader h2 {
  font-size: 16px !important;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 10px;
}
.a11y-panelHeader h2 svg {
  width: 22px; height: 22px; fill: #fff;
}
.a11y-closeBtn {
  width: 36px; height: 36px; border-radius: 10px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 18px !important;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.a11y-closeBtn:hover {
  background: rgba(255,255,255,.25);
  transform: rotate(90deg);
}

.a11y-panelBody {
  flex: 1;
  overflow-y: auto;
  padding: 20px 20px 100px;
}

.a11y-section {
  margin-bottom: 20px;
}
.a11y-sectionTitle {
  font-size: 10px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em !important;
  color: #94a3b8;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.a11y-sectionTitle::before {
  content: "";
  width: 12px; height: 2px;
  background: linear-gradient(90deg,#2563eb,#60a5fa);
  border-radius: 999px;
}

.a11y-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.a11y-grid.cols3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.a11y-grid.cols1 {
  grid-template-columns: 1fr;
}

.a11y-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 8px;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  min-height: 80px;
  font-size: 14px !important;
}
.a11y-btn:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,99,235,.1);
}
.a11y-btn.active {
  border-color: #2563eb;
  background: #dbeafe;
  box-shadow: 0 0 0 3px rgba(37,99,235,.15);
}
.a11y-btn svg {
  width: 22px; height: 22px;
  fill: #64748b;
  flex-shrink: 0;
}
.a11y-btn.active svg {
  fill: #2563eb;
}
.a11y-btn .a11y-label {
  font-size: 10.5px !important;
  font-weight: 600;
  color: #475569;
  line-height: 1.3;
}
.a11y-btn.active .a11y-label {
  color: #1d4ed8;
}

.a11y-sliderRow {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  margin-bottom: 8px;
 
  min-width: 0;
}
.a11y-sliderRow label {
  font-size: 11px !important;
  font-weight: 700;
  color: #475569;
  min-width: 80px;
  flex-shrink: 0;
}
.a11y-sliderRow input[type=range] {
  flex: 1;
  accent-color: #2563eb;
  height: 6px;
  /* Zapobiega rozciÄganiu */
  width: 0;
  min-width: 0;
  font-size: 14px !important;
}
.a11y-sliderRow .a11y-val {
  font-size: 12px !important;
  font-weight: 800;
  color: #2563eb;
  min-width: 36px;
  max-width: 44px;
  text-align: center;
  flex-shrink: 0;
}

.a11y-resetBtn {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 2px solid #fecaca;
  background: #fef2f2;
  color: #dc2626;
  font-weight: 700;
  font-size: 13px !important;
  cursor: pointer;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.a11y-resetBtn:hover {
  background: #dc2626;
  color: #fff;
  border-color: #dc2626;
}
.a11y-resetBtn svg {
  width: 16px; height: 16px;
}

.a11y-ttsRow {
  display: flex;
  gap: 8px;
}
.a11y-ttsBtn {
  flex: 1;
  padding: 12px 10px;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 11px !important;
  font-weight: 700;
  color: #475569;
  transition: all .2s;
}
.a11y-ttsBtn:hover {
  border-color: #2563eb;
  background: #dbeafe;
  color: #1d4ed8;
}
.a11y-ttsBtn.active {
  border-color: #16a34a;
  background: #dcfce7;
  color: #16a34a;
}
.a11y-ttsBtn svg {
  width: 16px; height: 16px;
  fill: currentColor;
}

.a11y-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
}
.a11y-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.a11y-status {
  padding: 10px 20px;
  background: #f0fdf4;
  border-top: 1px solid #bbf7d0;
  font-size: 10.5px !important;
  color: #166534;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 40px;
}
.a11y-status::before {
  content: "â";
  width: 18px; height: 18px;
  background: #16a34a;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px !important;
  flex-shrink: 0;
}

.a11y-profileGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.a11y-profileBtn {
  padding: 12px;
  border-radius: 12px;
  border: 2px solid #e2e8f0;
  background: #f8fafc;
  cursor: pointer;
  text-align: center;
  transition: all .2s;
  font-size: 14px !important;
}
.a11y-profileBtn:hover {
  border-color: #2563eb;
  background: #eff6ff;
}
.a11y-profileBtn.active {
  border-color: #2563eb;
  background: #dbeafe;
}
.a11y-profileBtn .profileIcon {
  font-size: 24px !important;
  margin-bottom: 4px;
}
.a11y-profileBtn .profileName {
  font-size: 13px !important;
  font-weight: 700;
  color: #334155;
}


/* 
   A11Y PANEL â FONT SIZE SLIDER
   */
.a11y-fontSliderWrap {
  background: #f8fafc;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 8px;
}

.a11y-fontSliderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.a11y-fontA {
  font-weight: 900;
  color: #475569;
  line-height: 1;
}
.a11y-fontA.small { font-size: 12px !important; }
.a11y-fontA.large { font-size: 22px !important; }

.a11y-fontLabel {
  flex: 1;
  text-align: center;
  font-size: 15px !important;
  font-weight: 800;
  color: #2563eb;
}

.a11y-fontSliderWrap .a11y-sliderRow {
  margin-bottom: 4px;
  padding: 8px 10px;
}

.a11y-fontMarks {
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 10px;
}
.a11y-fontMarks span {
  font-size: 9px !important;
  color: #94a3b8;
  font-weight: 600;
}

.a11y-fontPresets {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}
.a11y-fontPresetBtn {
  padding: 6px 4px;
  border-radius: 8px;
  border: 2px solid #e2e8f0;
  background: #fff;
  font-size: 11px !important;
  font-weight: 700;
  color: #475569;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
}
.a11y-fontPresetBtn:hover {
  border-color: #93c5fd;
  background: #eff6ff;
  color: #2563eb;
}
.a11y-fontPresetBtn.active {
  border-color: #2563eb;
  background: #dbeafe;
  color: #1d4ed8;
}

/* Checkbox auto-read */
.a11y-panel .a11y-autoread-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px !important;
  color: #64748b;
  font-weight: 600;
  cursor: pointer;
  margin-top: 6px;
}
.a11y-panel .a11y-autoread-label input {
  font-size: 14px !important;
}


/* 
   PAGE LAYOUT
   */
.page { max-width: 1200px; margin: 12px auto 48px; padding: 0 16px }


/* 
   HERO
   */
.heroWrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 28px;
}

.heroMedia {
  position: relative;
  height: 340px;
  border-radius: var(--rHero);
  box-shadow: var(--shadow);
  overflow: hidden;
  background: #1a1210;
}
.heroMedia::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url('img/naglowek.jpg');
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  transition: transform 8s ease;
  filter: saturate(1.1);
}
.heroMedia:hover::before { transform: scale(1.0) }
.heroMedia::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(135deg,
    rgba(15,10,5,.35) 0%,
    rgba(15,10,5,.3) 45%,
    rgba(180,143,99,.18) 75%,
    rgba(180,143,99,.32) 100%
  );
}

.heroInner {
  position: absolute; inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  padding: 32px 34px 28px;
  z-index: 2;
}
.heroLeft { flex: 1 }

.heroEyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: var(--rPill);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(6px);
  color: rgba(255,255,255,.95);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.heroEyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent2);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { opacity: 1; transform: scale(1) }
  50% { opacity: .5; transform: scale(.7) }
}

.heroTitle {
  color: #f4f1f1;
  font-weight: 900;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: -.02em;
  max-width: 500px;
  text-shadow: 0px 2px 2px #040508;
}

.heroRight {
  max-width: 310px;
  color: #fff;
  font-size: 13px;
  line-height: 1.65;
  flex-shrink: 0;
  background: rgba(0,0,0,0.35);
  padding: 13px;
  border-radius: 18px;
  font-weight: bold;
}

.heroStats { display: flex; gap: 20px; margin-top: 14px; margin-bottom: 14px }
.heroStat strong { display: block; font-size: 23px; font-weight: 900; color: #fff }
.heroStat span {
  font-size: 10.5px;
  color: rgba(255,255,255,.7);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.heroBtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 19px;
  border-radius: var(--rPill);
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  box-shadow: 0 8px 24px rgba(180,143,99,.5);
  transition: all .22s;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.heroBtn:hover {
  background: var(--accentDark);
  transform: translateY(-2px);
}
.heroBtn svg { width: 14px; height: 14px }


/* 
   NAV PILL
   */
.navPill {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 106px);
  height: 58px;
  border-radius: var(--rPill);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow2), 0 0 0 1px rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  padding: 0 11px 0 15px;
  gap: 12px;
  z-index: 10;
  overflow: visible;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 90px;
  flex-shrink: 0;
}
.mark {
  width: 33px; height: 33px;
  border-radius: 10px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  box-shadow: 0 6px 14px rgba(180,143,99,.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mark svg { width: 17px; height: 17px; fill: #fff }
.brandName {
  font-weight: 800;
  color: #2a2a2a;
  font-size: 16px;
  letter-spacing: -.01em;
}


/* 
   HAMBURGER â CHECKBOX HACK (NO JS)
   */
.hamb-check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.hamb {
  display: none;
  border: 1.5px solid rgba(0,0,0,.1);
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 4px;
  transition: background .2s;
  flex-shrink: 0;
}
.hamb:hover { background: #f5f0ea }
.hamb span {
  display: block;
  width: 18px;
  height: 2px;
  background: #555;
  border-radius: 999px;
  transition: all .3s;
  transform-origin: center;
}

.hamb-check:focus-visible ~ .hamb {
  outline: var(--focusWidth) solid var(--focusColor);
  outline-offset: 2px;
}


/* 
   NAV LINKS
   */
.navLinks {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.navLinks > a, .dropBtn {
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 8px 13px;
  border-radius: var(--rPill);
  color: #3a3a3a;
  font-size: 13px;
  font-weight: 500;
  transition: all .18s;
  white-space: nowrap;
}
.navLinks > a:hover,
.dropBtn:hover,
.navLinks > a.active {
  background: #f2ede8;
  color: #1a1a1a;
}

.cta { min-width: 150px; display: flex; flex-shrink: 0 }
.ctaBtn {
  padding: 10px 19px;
  border-radius: var(--rPill);
  background: linear-gradient(135deg, var(--accent), var(--accentDark));
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  box-shadow: 0 6px 18px rgba(180,143,99,.38);
  border: none;
  cursor: pointer;
  transition: all .22s;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
}
.ctaBtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(180,143,99,.5);
}


/* 
   DROPDOWN â CSS ONLY (:focus-within)
   */
.drop { position: relative }
.dropBtn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.acc-header-link {
  display: flex;
  text-decoration: none;
  cursor: pointer;
}
.acc-header-link:hover {
  background: linear-gradient(135deg, #f5f0ea, #ede8df);
}
.caret {
  width: 8px; height: 8px;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform .2s;
  flex-shrink: 0;
}
.drop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
}
.desktopMenu {
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  width: 285px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.16);
  padding: 9px;
  opacity: 0;
  transform: translateY(8px) scale(.97);
  pointer-events: none;
  transition: all .22s cubic-bezier(.34,1.56,.64,1);
  z-index: 200;
}

.drop:hover > .desktopMenu,
.drop:focus-within > .desktopMenu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.drop:hover .caret,
.drop:focus-within .caret {
  transform: rotate(225deg) translateY(-1px);
}

.drop.open > .desktopMenu {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.drop.open .caret {
  transform: rotate(225deg) translateY(-1px);
}

.desktopMenu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  border-radius: 10px;
  font-size: 13px;
  color: #3a3a3a;
  font-weight: 500;
  transition: all .15s;
}
.desktopMenu a:hover {
  background: #f5f0ea;
  color: #1a1a1a;
}

.mIcon {
  width: 31px; height: 31px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mIcon svg { width: 14px; height: 14px; fill: #fff }
.menuDivider {
  height: 1px;
  background: rgba(0,0,0,.06);
  margin: 6px 0;
}
/*kontakt przycisk gora*/
.cta {
  position: relative;
  display: inline-block;
}

.ctaBtn {
  display: inline-block;
  padding: 8px 14px;
  background: #997c54;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* BOX */
.kontaktBox {
  position: absolute;
  top: 45px;
  left: 0;

  width: 300px;
  background: #fff;
  border-radius: 12px;
  padding: 16px;

  box-shadow: 0 15px 40px rgba(0,0,0,0.18);

  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;

  transition: all 0.25s ease;
  z-index: 999;
}

.kontaktBox.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ❌ X w prawym górnym rogu */
.closeBtn {
  position: absolute;
  top: 8px;
  right: 10px;

  width: 28px;
  height: 28px;

  border: none;
  background: #f1f1f1;
  border-radius: 50%;

  font-size: 18px;
  line-height: 28px;
  text-align: center;

  cursor: pointer;

  transition: 0.2s ease;
}
.kontaktTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}
.closeBtn:hover {
  background: rgb(153, 124, 84);
  transform: scale(1.1);
}
.kontaktBox {
	position: absolute;
	top: 48px;
	right: 0;
	width: 320px;
	background: rgb(252, 252, 252);
	border-radius: 16px;
	padding: 16px 18px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.12);
	border: 1px solid rgba(0,0,0,0.06);
 
	transition: all 0.22s ease;
	z-index: 999;
}
.kontaktTitle {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111827;
}

.kontaktText {
  font-size: 13px;
  line-height: 1.5;
  color: #374151;
}

.kontaktText a {
  color: #2563eb;
  text-decoration: none;
}

.kontaktText a:hover {
  text-decoration: underline;
}

/* 
   MOBILE NAV â CHECKBOX HACK
   */
.mobileMenu { display: none }

@media (max-width: 940px) {
  .heroWrap { padding-top: 0 }
   .cta {
    display: none!important;;
  }
  .navPill {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: auto !important;
    min-height: 54px;
    border-radius: 16px;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    margin-bottom: 12px;
    overflow: visible;
  }

  .brand { flex: 1 }
  .hamb { display: flex }
  .cta { display: none }

  .navLinks {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 6px 0 2px;
  }

  .hamb-check:checked ~ .navLinks {
    display: flex;
  }

  .hamb-check:checked ~ .hamb span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .hamb-check:checked ~ .hamb span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
  }
  .hamb-check:checked ~ .hamb span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .navPill.mobileOpen .navLinks { display: flex }
  .navPill.mobileOpen .hamb span:nth-child(1) { transform: translateY(6px) rotate(45deg) }
  .navPill.mobileOpen .hamb span:nth-child(2) { opacity: 0; transform: scaleX(0) }
  .navPill.mobileOpen .hamb span:nth-child(3) { transform: translateY(-6px) rotate(-45deg) }

  .navLinks > a {
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 13px;
    text-align: left;
    display: block;
  }

  .drop { width: 100% }
  .dropBtn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 13px;
  }

  .desktopMenu { display: none !important }

  .mobileMenu {
    display: block;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    background: rgba(180,143,99,.06);
    border-radius: 12px;
    margin-top: 2px;
  }

  .drop:hover > .mobileMenu,
  .drop:focus-within > .mobileMenu,
  .drop.open .mobileMenu {
    max-height: 500px;
  }

  .mobileMenu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 12.5px;
    color: #3a3a3a;
    font-weight: 500;
    transition: all .15s;
  }
  .mobileMenu a:hover {
    background: #f5f0ea;
    color: #1a1a1a;
  }
  .mobileMenu .menuDivider {
    height: 1px;
    background: rgba(0,0,0,.06);
    margin: 4px 8px;
  }
}


/* 
   BELOW WRAP / GRID
   */
.belowWrap {
  max-width: 1075px;
  margin: -18px auto 0;
  position: relative;
  z-index: 6;
  padding: 0 10px;
}
.belowCard {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(0,0,0,.11);
  overflow: hidden;
}
.grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  padding: 19px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-right: 19px;
  align-self: start;
}
.sidebar .panel {
  height: auto;
}

/* 
   PANELS
   */
.panel {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: var(--rCard);
  overflow: hidden;
  transition: box-shadow .2s;
}
.panel:hover { box-shadow: var(--shadow3) }


/* 
   ACCORDION â <details>/<summary> (NO JS)
   */
.acc-panel {
  border: none;
  margin: 0;
}

.acc-panel > summary {
  list-style: none;
}
.acc-panel > summary::-webkit-details-marker {
  display: none;
}
.acc-panel > summary::marker {
  display: none;
  content: "";
}

.acc-header {
  padding: 13px 17px;
  background: linear-gradient(135deg, #faf9f7, #f5f0ea);
  border-bottom: 1px solid rgba(0,0,0,.06);
  font-weight: 700;
  font-size: 11.5px;
  color: #2f2f2f;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: background .18s;
}
.acc-header:hover {
  background: linear-gradient(135deg, #f5f0ea, #ede8df);
}

.acc-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.acc-header-left::before {
  content: "";
  width: 3px; height: 15px;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(var(--accent2), var(--accent));
}

.acc-arrow {
  width: 16px; height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform .25s;
}
.acc-arrow svg {
  width: 10px; height: 10px;
  stroke: #555;
  fill: none;
  stroke-width: 2.5;
}

.acc-panel[open] > .acc-header .acc-arrow {
  transform: rotate(180deg);
}

.acc-body {
  overflow: hidden;
}
.acc-body .bd {
  padding: 15px 17px;
}

.acc-panel[open] > .acc-body {
  animation: accordionSlideDown 0.3s ease;
}

@keyframes accordionSlideDown {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 600px;
  }
}


/* 
   CATEGORY LIST
   */
.catList {
  list-style: none;
  display: grid;
  gap: 4px;
  font-size: 13px;
  color: #444;
}
.catList li a {
  display: flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 10px;
  font-weight: 500;
  transition: all .15s;
  gap: 6px;
}
.catList li a:hover {
  background: #f5f0ea;
  color: #1a1a1a;
  padding-left: 15px;
}
.catList li a::before {
  content: "";
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  opacity: .6;
}


/* 
   SEARCH ROW
   */
.searchRow { display: flex; gap: 8px }
.searchRow input {
  flex: 1;
  padding: 10px 15px;
  border-radius: var(--rPill);
  border: 1.5px solid rgba(0,0,0,.15);
  outline: none;
  font-size: 13px;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
}
.searchRow input:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(180,143,99,.2);
  background: #fff;
}
.searchRow button {
  padding: 10px 15px;
  border-radius: var(--rPill);
  border: none;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 12.5px;
  transition: all .2s;
}
.searchRow button:hover { transform: scale(1.05) }


/* 
   TOP POSTS / INSTAGRAM GRID
   */
.topPosts { display: grid; gap: 11px }
.tpItem {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  padding: 6px;
  border-radius: 10px;
  transition: background .15s;
}
.tpItem:hover { background: #f8f5f0 }
.badge {
  width: 23px; height: 23px;
  border-radius: 7px;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 10.5px;
  flex: 0 0 auto;
  margin-top: 1px;
}
.tpItem a {
  font-size: 12.5px;
  color: #3a3a3a;
  line-height: 1.5;
  font-weight: 500;
}
.tpItem:hover a { color: #1a1a1a }

.instaGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}
.thumb {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .3s;
  display: block;
}
.thumb:hover img { transform: scale(1.1) }


/* 
   ARTICLE
   */
.article {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: var(--rCard);
  overflow: hidden;
}
.articleImgWrap {
  overflow: hidden;
  position: relative;
}
.articleImgWrap::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 80px;
  background: linear-gradient(transparent, rgba(255,255,255,.9));
}
.articleImg {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform .4s;
  display: block;
}
.article:hover .articleImg { transform: scale(1.02) }

.articleInner { padding: 21px 23px 13px }

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
.kicker::before {
  content: "";
  width: 17px; height: 2px;
  border-radius: 999px;
  background: var(--accent);
}

.title {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #1a1a1a;
  line-height: 1.2;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 19px;
  font-size: 12px;
  color: #666;
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.meta svg {
  width: 13px; height: 13px;
  opacity: .6;
  flex-shrink: 0;
}

.content p {
  margin-bottom: 14px;
  color: #3a3a3a;
  line-height: 1.73;
  font-size: 14px;
}

.inlineImg {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin: 16px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.inlineImg img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.readMoreBtn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 19px;
  border-radius: var(--rPill);
  background: #f5f0ea;
  color: var(--accentDark);
  font-weight: 700;
  font-size: 12.5px;
  border: none;
  cursor: pointer;
  transition: all .2s;
  margin-top: 4px;
}
.readMoreBtn:hover {
  background: var(--accent);
  color: #fff;
}
.readMoreBtn svg {
  width: 14px; height: 14px;
  transition: transform .2s;
}
.readMoreBtn:hover svg { transform: translateX(3px) }


/* 
   PAGER
   */
.pager {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 23px 19px;
  border-top: 1px solid rgba(0,0,0,.06);
}
.pagerBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: #4a4a4a;
  padding: 9px 15px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fafafa;
  font-weight: 600;
  transition: all .18s;
  cursor: pointer;
  text-decoration: none;
}
.pagerBtn:hover {
  background: #f5f0ea;
  color: var(--accentDark);
  border-color: var(--accent2);
}
.pagerBtn svg {
  width: 15px; height: 15px;
  flex-shrink: 0;
}


/* 
   FOOTER
   */
.footer {
  max-width: 1140px;
  margin: 22px auto 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,.18);
}
.footerTop {
  background: linear-gradient(135deg, #2a2520, #1a1a18);
  padding: 34px 30px 26px;
}
.footerGrid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 26px;
  align-items: start;
}
.boxTitle {
  margin-bottom: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: var(--accent2);
}
.bimLogo {
  width: 126px;
  height: 51px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  letter-spacing: .2em;
  color: #fff;
  font-size: 23px;
  box-shadow: 0 8px 24px rgba(244,206,161,0.4);
  margin-bottom: 15px;
}
.footer p,
.footer a {
  font-size: 13px;
  line-height: 1.72;
  color: rgba(255,255,255,.7);
}
.footer p { margin-bottom: 8px }
.footer a:hover { color: var(--accent2) }
.footer ul {
  list-style: none;
  display: grid;
  gap: 5px;
}
.footerSubmenu > li > a {
    padding: 2px 2px 2px 25px;
}
.footer ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all .15s;
}
.footer ul li a::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  transition: transform .15s;
}
.footer ul li a:hover::before { transform: scale(1.5) }

.footerBottom {
  background: #111;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.footerBottom p {
  font-size: 11.5px;
  color: rgba(255,255,255,.4);
  margin: 0;
}
.footerSocials { display: flex; gap: 9px }
.socialBtn {
  width: 31px; height: 31px;
  border-radius: 8px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
}
.socialBtn:hover {
  background: rgba(180,143,99,.25);
  border-color: var(--accent);
}
.socialBtn svg {
  width: 14px; height: 14px;
  fill: rgba(255,255,255,.5);
}
.socialBtn:hover svg { fill: var(--accent2) }


/* 
   TOAST
   */
.toast {
  position: fixed;
  bottom: 24px; right: 24px;
  padding: 13px 21px;
  background: #1a1a1a;
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 12px 32px rgba(0,0,0,.3);
  transform: translateY(80px);
  opacity: 0;
  transition: all .35s cubic-bezier(.34,1.56,.64,1);
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
}
.toast.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.toast::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent2);
  flex-shrink: 0;
}


/* 
   SCROLL TO TOP
   */
.scrollTop {
  position: fixed;
  bottom: 24px; left: 24px;
  width: 44px; height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--accent2), var(--accent));
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(180,143,99,.45);
  z-index: 9999;
  text-decoration: none;
  opacity: 1;
  transform: translateY(0);
  transition: all .3s;
}
.scrollTop.js-controlled {
  opacity: 0;
  transform: translateY(20px);
}
.scrollTop.js-controlled.visible {
  opacity: 1;
  transform: translateY(0);
}
.scrollTop:hover { transform: translateY(-3px) }
.scrollTop svg { width: 17px; height: 17px; fill: #fff }


/* 
   ACCESSIBILITY STATEMENT
   */
.accessibility-statement {
  max-width: 1075px;
  margin: 22px auto 0;
  padding: 0 10px;
}
.a11y-statement-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 30px 34px;
}
.a11y-statement-card h2 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 10px;
}
.a11y-statement-card h2 svg {
  width: 24px; height: 24px;
  fill: var(--accent);
}
.a11y-statement-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 18px 0 8px;
}
.a11y-statement-card p,
.a11y-statement-card li {
  font-size: 14px;
  line-height: 1.72;
  color: #444;
  margin-bottom: 6px;
}
.a11y-statement-card ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 12px;
}
.a11y-statement-card a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.a11y-statement-card a:hover { color: var(--accentDark) }

.a11y-feedback-form {
  background: #f8f6f2;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 20px;
  margin-top: 16px;
}
.a11y-feedback-form label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #444;
  margin-bottom: 4px;
  margin-top: 12px;
}
.a11y-feedback-form label:first-child { margin-top: 0 }
.a11y-feedback-form input,
.a11y-feedback-form textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1.5px solid rgba(0,0,0,.12);
  border-radius: 10px;
  font-size: 14px;
  background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.a11y-feedback-form input:focus-visible,
.a11y-feedback-form textarea:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(180,143,99,.15);
  outline: none;
}
.a11y-feedback-form textarea {
  min-height: 100px;
  resize: vertical;
}
.a11y-feedback-form button {
  margin-top: 14px;
  padding: 13px 26px;
  border-radius: var(--rPill);
  background: linear-gradient(135deg, var(--accent), var(--accentDark));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all .2s;
}
.a11y-feedback-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(180,143,99,.4);
}


/* 
   RESPONSIVE
   */
@media (max-width: 1100px) {
  .heroRight { display: none }
}

@media (max-width: 1000px) {
  .grid { grid-template-columns: 1fr; gap: 14px }
  .sidebar { padding-right: 0 }
  .navPill { width: calc(100% - 32px) }
  .footerGrid { grid-template-columns: 1fr 1fr }
  .heroInner { flex-direction: column; align-items: flex-start }
  .heroRight { max-width: 100% }
}

@media (max-width: 600px) {
  .footerGrid { grid-template-columns: 1fr }
  .heroTitle { font-size: 25px }
  .heroMedia { height: 260px }
  .footerBottom { flex-direction: column; text-align: center }
  .a11y-grid { grid-template-columns: 1fr 1fr }
  .a11y-statement-card { padding: 20px 16px }
}
.a11y-resetBtnSmall {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.12);
  color: #fff;
  font-size: 11px !important;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.a11y-resetBtnSmall:hover {
  background: rgba(220,38,38,.7);
  border-color: rgba(220,38,38,.5);
}
.a11y-resetBtnSmall svg {
  width: 13px;
  height: 13px;
}
#a11yReset {
	background: #e04949;
}
 
.ogloszenie-wrap {
  width: 100%;
  padding: 12px 16px;
  box-sizing: border-box;
  display: block;
  animation: banerWjazd 1.5s ease-out 0.3s both;
}

.ogloszenie-wrap.ukryty {
  display: none;
}

@keyframes banerWjazd {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ogloszenie-box {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #dcdcdc;
  color: #666666;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 18px 10px 20px;
  text-shadow: 0px 1px 0px #ffffff;
  text-align: left;
  box-sizing: border-box;
}
.ogloszenie-tytul {
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  margin: 0 0 10px 0;
  display: block;
}

.ogloszenie-tresc {
  font-weight: normal;
  color: #666666;
  line-height: 1.6;
  display: block;
}

.ogloszenie-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
  color: #8a6a3f;
  text-decoration: none;
  border: 1px solid #d5c3a5;
  padding: 6px 14px;
  border-radius: 999px;
  background: #faf8f5;
  transition: all .2s;
  text-shadow: none;
}
.ogloszenie-link:hover {
  background: #f5f0ea;
  border-color: #8a6a3f;
}
.ogloszenie-link svg {
  width: 13px;
  height: 13px;
}

.ogloszenie-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: #f0f0f0;
  border: 1px solid #dcdcdc;
  color: #888;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  text-shadow: none;
  font-weight: normal;
}
.ogloszenie-close:hover {
  background: #e0e0e0;
  color: #444;
}
.ogloszenie-close:focus-visible {
  outline: 2px solid #8a6a3f;
  outline-offset: 2px;
}

@media (max-width: 740px) {
  .ogloszenie-box {
    width: 100%;
  }
 
}