/* ============================================================
   wodazfiltra.pl — main.css
   Product-review theme: clean, cyan + graphite
   Inter (sans, body) + Newsreader (serif, headings)
   ============================================================ */

/* ---------- @font-face: Inter (latin + latin-ext) ---------- */
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/inter-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+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;
  src:url("../fonts/inter-400-latinext.woff2") format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/inter-600-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,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:"Inter";font-style:normal;font-weight:600;font-display:swap;
  src:url("../fonts/inter-600-latinext.woff2") format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Inter";font-style:normal;font-weight:800;font-display:swap;
  src:url("../fonts/inter-800-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,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:"Inter";font-style:normal;font-weight:800;font-display:swap;
  src:url("../fonts/inter-800-latinext.woff2") format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}

/* ---------- @font-face: Newsreader (latin + latin-ext) ---------- */
@font-face{font-family:"Newsreader";font-style:normal;font-weight:400 700;font-display:swap;
  src:url("../fonts/newsreader-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,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:"Newsreader";font-style:normal;font-weight:400 700;font-display:swap;
  src:url("../fonts/newsreader-latinext.woff2") format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:"Newsreader";font-style:italic;font-weight:400 700;font-display:swap;
  src:url("../fonts/newsreader-italic-latin.woff2") format("woff2");
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,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:"Newsreader";font-style:italic;font-weight:400 700;font-display:swap;
  src:url("../fonts/newsreader-italic-latinext.woff2") format("woff2");
  unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}

/* ========== CSS VARIABLES ========== */
:root {
  --bg:           #FFFFFF;
  --bg-cool:      #F1F8FB;
  --bg-soft:      #F8FAFC;
  --line:         #E2E8F0;
  --line-strong:  #CBD5E1;
  --graphite:     #0F172A;
  --graphite-soft:#334155;
  --slate:        #64748B;
  --slate-soft:   #94A3B8;
  --cyan:         #0EA5E9;
  --cyan-deep:    #0369A1;
  --cyan-light:   #7DD3FC;
  --cyan-bg:      #E0F2FE;
  --success:      #16A34A;
  --success-bg:   #DCFCE7;
  --warning:      #D97706;
  --danger:       #DC2626;
  --danger-bg:    #FEE2E2;
  --gold:         #F59E0B;
  --serif:        "Newsreader", Georgia, serif;
  --sans:         "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --radius-sm:    6px;
  --radius:       10px;
  --radius-lg:    16px;
  --shadow-sm:    0 1px 2px rgba(15,23,42,0.06);
  --shadow:       0 4px 12px rgba(15,23,42,0.08);
  --shadow-lg:    0 12px 32px rgba(15,23,42,0.12);
  --rab-accent:   #0EA5E9;
}

/* ========== BASE ========== */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--graphite);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: var(--cyan-deep); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.018em;
  line-height: 1.2;
  color: var(--graphite);
}
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.1; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-top: 2.5rem; margin-bottom: 1rem; }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); margin-top: 2rem; margin-bottom: .75rem; }
h4 { font-family: var(--sans); font-size: 1.05rem; font-weight: 700; letter-spacing: 0; margin-top: 1.5rem; margin-bottom: .5rem; }

p { margin-bottom: 1.1rem; }
.entry-content > p:first-of-type {
  font-size: 1.1rem;
  font-style: italic;
  color: var(--graphite-soft);
  font-family: var(--serif);
  font-weight: 400;
  border-left: 3px solid var(--cyan);
  padding: .25rem 0 .25rem 1rem;
  margin: 1rem 0 1.75rem;
}

ul, ol { margin: 0 0 1.1rem 1.5rem; }
li { margin-bottom: .35rem; }

blockquote {
  border-left: 3px solid var(--cyan);
  padding: .5rem 0 .5rem 1.25rem;
  margin: 1.5rem 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--graphite-soft);
}

code, pre { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; font-size: .92em; }
code { background: var(--bg-soft); padding: .1rem .35rem; border-radius: 4px; color: var(--cyan-deep); }
pre { background: var(--graphite); color: #E2E8F0; padding: 1rem; border-radius: var(--radius); overflow-x: auto; }
pre code { background: transparent; color: inherit; padding: 0; }

table { border-collapse: collapse; width: 100%; margin: 1.5rem 0; font-size: .95rem; }
th, td { padding: .65rem .85rem; text-align: left; border-bottom: 1px solid var(--line); }
th { background: var(--bg-soft); font-weight: 600; color: var(--graphite); }
tr:hover td { background: var(--bg-cool); }

/* ========== LAYOUT WRAP ========== */
.wzf-wrap { width: min(100% - 2rem, 1180px); margin-inline: auto; }
.wzf-wrap--narrow { width: min(100% - 2rem, 720px); margin-inline: auto; }

/* ========== HEADER ========== */
.wzf-header {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(1.2) blur(8px);
}
.wzf-header__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 2rem;
  padding: 1rem 0;
}
.wzf-brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  color: var(--graphite);
  display: flex; align-items: center; gap: .5rem;
}
.wzf-brand__icon { color: var(--cyan); width: 28px; height: 28px; flex-shrink: 0; }
.wzf-brand:hover { color: var(--cyan-deep); text-decoration: none; }

.wzf-nav { display: flex; gap: 1.75rem; list-style: none; margin: 0; padding: 0; align-items: center; }
.wzf-nav li { margin: 0; }
.wzf-nav a {
  font-size: .95rem; font-weight: 500; color: var(--graphite-soft);
  padding: .5rem 0; position: relative;
  text-decoration: none;
}
.wzf-nav a:hover { color: var(--cyan-deep); }
.wzf-nav a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--cyan); transform: scaleX(0); transform-origin: left;
  transition: transform .25s ease;
}
.wzf-nav a:hover::after, .wzf-nav .current-menu-item a::after { transform: scaleX(1); }

.wzf-mobile-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; color: var(--graphite); }
.wzf-mobile-toggle svg { width: 24px; height: 24px; }

/* ========== HERO (single article) ========== */
.wzf-hero {
  background: linear-gradient(180deg, var(--bg-cool) 0%, var(--bg) 100%);
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--line);
}
.wzf-hero__category {
  display: inline-block;
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cyan-deep);
  margin-bottom: 1rem;
}
.wzf-hero__title { margin-bottom: 1rem; }
.wzf-hero__lead {
  font-family: var(--serif); font-style: italic; font-size: 1.15rem;
  color: var(--graphite-soft); max-width: 680px;
}
.wzf-hero__meta {
  display: flex; gap: 1.5rem; align-items: center; margin-top: 1.5rem;
  font-size: .9rem; color: var(--slate);
  flex-wrap: wrap;
}
.wzf-hero__meta strong { color: var(--graphite); font-weight: 600; }
.wzf-hero__meta-item { display: inline-flex; align-items: center; gap: .4rem; }

.wzf-hero__img {
  margin-top: 2rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  aspect-ratio: 16/9;
  background: var(--bg-soft);
}
.wzf-hero__img img { width: 100%; height: 100%; object-fit: cover; }

/* ========== SINGLE ARTICLE ========== */
.wzf-single { padding: 3rem 0 4rem; }
.wzf-single .entry-content {
  font-size: 1.05rem; line-height: 1.7; color: var(--graphite-soft);
}
.wzf-single .entry-content p { color: var(--graphite-soft); }
.wzf-single .entry-content strong { color: var(--graphite); font-weight: 600; }
.wzf-single .entry-content a { font-weight: 500; }

.wzf-toc {
  background: var(--bg-cool);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
}
.wzf-toc__title {
  font-family: var(--sans); font-size: .85rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--cyan-deep); margin-bottom: .75rem;
}
.wzf-toc ol { margin: 0 0 0 1.25rem; }
.wzf-toc li { margin: .25rem 0; font-size: .98rem; }

/* ========== PRODUCT REVIEW COMPONENTS ========== */

/* TL;DR product card */
.wzf-product-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin: 1.75rem 0;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.wzf-product-card__img {
  background: var(--bg-soft);
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1/1;
}
.wzf-product-card__img img { width: 100%; height: 100%; object-fit: cover; }
.wzf-product-card__body { display: flex; flex-direction: column; gap: .75rem; }
.wzf-product-card__brand {
  font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--slate);
}
.wzf-product-card__name {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  color: var(--graphite);
  margin: 0;
}
.wzf-product-card__price {
  font-size: 1.1rem; font-weight: 700; color: var(--cyan-deep);
}
.wzf-product-card__price small { font-weight: 400; color: var(--slate); margin-left: .35rem; }
.wzf-product-card__cta { margin-top: .5rem; }

@media (max-width: 600px) {
  .wzf-product-card { grid-template-columns: 1fr; }
  .wzf-product-card__img { max-width: 240px; margin-inline: auto; }
}

/* Rating stars */
.wzf-rating {
  display: inline-flex; align-items: center; gap: .35rem;
  font-size: .95rem; color: var(--graphite-soft);
}
.wzf-rating__stars {
  --score: 0;
  position: relative;
  display: inline-block;
  color: var(--line-strong);
  font-family: serif;
  font-size: 1.1rem;
  letter-spacing: .12em;
}
.wzf-rating__stars::before { content: "★★★★★"; }
.wzf-rating__stars::after {
  content: "★★★★★";
  position: absolute; left: 0; top: 0;
  color: var(--gold);
  width: calc(var(--score) * 1%);
  overflow: hidden;
}
.wzf-rating__value { font-weight: 700; color: var(--graphite); }

/* Pros/Cons box */
.wzf-proscons {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  margin: 1.75rem 0;
}
.wzf-proscons__col {
  border-radius: var(--radius);
  padding: 1.25rem 1.4rem;
  border: 1px solid var(--line);
}
.wzf-proscons__col--pros { background: var(--success-bg); border-color: rgba(22,163,74,.25); }
.wzf-proscons__col--cons { background: var(--danger-bg); border-color: rgba(220,38,38,.25); }
.wzf-proscons__title {
  font-family: var(--sans); font-size: .82rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; margin-bottom: .75rem;
}
.wzf-proscons__col--pros .wzf-proscons__title { color: var(--success); }
.wzf-proscons__col--cons .wzf-proscons__title { color: var(--danger); }
.wzf-proscons ul { list-style: none; margin: 0; }
.wzf-proscons li {
  position: relative; padding-left: 1.5rem; margin-bottom: .5rem;
  font-size: .98rem; color: var(--graphite);
}
.wzf-proscons__col--pros li::before {
  content: "+"; position: absolute; left: 0; top: 0;
  color: var(--success); font-weight: 700; font-size: 1.1rem;
}
.wzf-proscons__col--cons li::before {
  content: "-"; position: absolute; left: 0; top: 0;
  color: var(--danger); font-weight: 700; font-size: 1.1rem;
}

@media (max-width: 600px) {
  .wzf-proscons { grid-template-columns: 1fr; }
}

/* Amazon CTA button */
.wzf-amzcta {
  display: inline-flex; align-items: center; gap: .6rem;
  background: linear-gradient(180deg, #FFD814 0%, #F7CA00 100%);
  color: #0F1111;
  font-family: var(--sans); font-size: 1rem; font-weight: 700;
  padding: .85rem 1.5rem;
  border-radius: 999px;
  border: 1px solid #FCD200;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease;
}
.wzf-amzcta:hover {
  background: linear-gradient(180deg, #F7CA00 0%, #F0B800 100%);
  color: #0F1111; text-decoration: none;
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.wzf-amzcta__icon { width: 18px; height: 18px; }
.wzf-amzcta--secondary {
  background: var(--cyan-deep); color: var(--bg); border-color: var(--cyan-deep);
}
.wzf-amzcta--secondary:hover {
  background: var(--cyan); color: var(--bg);
}

/* Disclosure */
.wzf-disclosure {
  font-size: .82rem; color: var(--slate);
  background: var(--bg-cool); border-left: 3px solid var(--cyan);
  padding: .65rem 1rem; border-radius: var(--radius-sm);
  margin: 1.25rem 0;
  font-style: italic;
}

/* Sticky bottom CTA bar */
.wzf-sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-top: 1px solid var(--line);
  padding: .75rem 1rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  z-index: 40;
  box-shadow: var(--shadow-lg);
  transform: translateY(110%);
  transition: transform .3s ease;
}
.wzf-sticky-cta.is-visible { transform: translateY(0); }
.wzf-sticky-cta__info {
  display: flex; align-items: center; gap: .85rem; min-width: 0;
}
.wzf-sticky-cta__img {
  width: 48px; height: 48px; flex-shrink: 0;
  background: var(--bg-soft); border-radius: var(--radius-sm); overflow: hidden;
}
.wzf-sticky-cta__img img { width: 100%; height: 100%; object-fit: cover; }
.wzf-sticky-cta__name {
  font-size: .95rem; font-weight: 600; color: var(--graphite);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.wzf-sticky-cta__price { font-size: .85rem; color: var(--slate); }
.wzf-sticky-cta__cta { flex-shrink: 0; }
.wzf-sticky-cta__close {
  background: none; border: 0; cursor: pointer; color: var(--slate);
  padding: .25rem; margin-right: -.25rem;
}

@media (max-width: 600px) {
  .wzf-sticky-cta__info { gap: .5rem; }
  .wzf-sticky-cta__name { font-size: .85rem; }
  .wzf-sticky-cta__cta .wzf-amzcta { padding: .55rem 1rem; font-size: .85rem; }
}

/* Comparison table */
.wzf-compare {
  margin: 1.75rem 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg);
  box-shadow: var(--shadow-sm);
}
.wzf-compare__scroll { overflow-x: auto; }
.wzf-compare table {
  margin: 0;
  min-width: 640px;
  font-size: .92rem;
}
.wzf-compare th {
  background: var(--bg-cool);
  font-family: var(--sans);
  font-size: .82rem; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--graphite);
  padding: .85rem .75rem;
  border-bottom: 2px solid var(--line);
  text-align: center;
}
.wzf-compare th:first-child { text-align: left; background: var(--bg-soft); }
.wzf-compare td {
  padding: .75rem;
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}
.wzf-compare td:first-child {
  text-align: left; font-weight: 600; color: var(--graphite);
  background: var(--bg-soft);
}
.wzf-compare tr:last-child td { border-bottom: 0; }
.wzf-compare__yes { color: var(--success); font-weight: 700; }
.wzf-compare__no  { color: var(--danger); font-weight: 700; }
.wzf-compare__partial { color: var(--warning); font-weight: 700; }

/* Key fact box */
.wzf-fact {
  background: var(--cyan-bg);
  border: 1px solid rgba(14,165,233,.25);
  border-left: 4px solid var(--cyan);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
}
.wzf-fact__title {
  font-family: var(--sans); font-size: .82rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--cyan-deep); margin-bottom: .5rem;
}
.wzf-fact__body { font-size: 1rem; color: var(--graphite); }
.wzf-fact__body p:last-child { margin-bottom: 0; }

/* RankMath FAQ block */
.rank-math-faq-block .rank-math-list-item,
.rank-math-faq-block .rank-math-faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 1.4rem;
  margin-bottom: .75rem;
  background: var(--bg);
}
.rank-math-faq-block .rank-math-question {
  font-family: var(--serif); font-weight: 600; font-size: 1.15rem;
  color: var(--graphite); margin-bottom: .5rem;
}
.rank-math-faq-block .rank-math-answer { color: var(--graphite-soft); }
.rank-math-faq-block .rank-math-answer p { margin-bottom: .5rem; }

/* ========== FRONT-PAGE / ARCHIVE ========== */
.wzf-front-hero {
  padding: 4rem 0 2rem;
  background: linear-gradient(135deg, var(--bg-cool) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
}
.wzf-front-hero__title {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
}
.wzf-front-hero__lead {
  font-size: 1.2rem; color: var(--graphite-soft); max-width: 640px;
  font-family: var(--serif); font-style: italic;
}

.wzf-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  padding: 3rem 0;
}
.wzf-card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wzf-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.wzf-card__img {
  aspect-ratio: 16/10;
  background: var(--bg-soft);
  overflow: hidden;
}
.wzf-card__img img { width: 100%; height: 100%; object-fit: cover; }
.wzf-card__body { padding: 1.25rem 1.4rem 1.5rem; }
.wzf-card__cat {
  font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--cyan-deep);
}
.wzf-card__title {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.3;
  margin: .35rem 0 .5rem;
  color: var(--graphite);
}
.wzf-card__title a { color: inherit; text-decoration: none; }
.wzf-card__title a:hover { color: var(--cyan-deep); }
.wzf-card__excerpt {
  font-size: .95rem; color: var(--graphite-soft);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wzf-card__meta {
  margin-top: .85rem; font-size: .82rem; color: var(--slate);
}

.wzf-section-title {
  font-family: var(--serif); font-size: 1.6rem; font-weight: 600;
  margin: 2.5rem 0 1.25rem; padding-bottom: .5rem;
  border-bottom: 2px solid var(--cyan);
  display: inline-block;
}

/* ========== AUTHOR-BOX (riomega-author-box) ========== */
.rab-box { background: var(--bg-cool); border: 1px solid var(--line); border-radius: var(--radius-lg); }

/* ========== PAGINATION ========== */
.wzf-pagination {
  display: flex; gap: .5rem; justify-content: center; padding: 2rem 0;
}
.wzf-pagination a, .wzf-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px;
  padding: 0 .85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: .95rem; font-weight: 500;
  color: var(--graphite-soft);
  text-decoration: none;
  transition: all .15s ease;
}
.wzf-pagination a:hover {
  background: var(--bg-cool); color: var(--cyan-deep); border-color: var(--cyan-light);
}
.wzf-pagination .current {
  background: var(--cyan-deep); color: var(--bg); border-color: var(--cyan-deep);
}

/* ========== FOOTER ========== */
.wzf-footer {
  background: var(--graphite);
  color: rgba(241,248,251,.75);
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}
.wzf-footer__cols {
  display: grid; gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-bottom: 2rem;
}
.wzf-footer__col h4 {
  font-family: var(--sans); font-size: .82rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--bg);
  margin-bottom: .9rem;
}
.wzf-footer ul { list-style: none; margin: 0; }
.wzf-footer li { margin-bottom: .4rem; font-size: .93rem; }
.wzf-footer a { color: rgba(241,248,251,.75); text-decoration: none; }
.wzf-footer a:hover { color: var(--cyan-light); text-decoration: underline; }
.wzf-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1rem;
  font-size: .82rem; color: rgba(241,248,251,.55);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center;
}
.wzf-footer__brand { font-family: var(--serif); font-weight: 700; color: var(--bg); font-size: 1.1rem; }

/* ========== UTIL / RESPONSIVE ========== */
@media (max-width: 880px) {
  .wzf-nav { display: none; }
  .wzf-mobile-toggle { display: block; }
  body.menu-open .wzf-nav {
    display: flex; flex-direction: column; gap: 0;
    position: fixed; inset: 64px 0 0 0;
    background: var(--bg);
    padding: 1.5rem 1rem;
    z-index: 60;
    border-top: 1px solid var(--line);
  }
  body.menu-open .wzf-nav li { width: 100%; padding: .5rem 0; border-bottom: 1px solid var(--line); }
  body.menu-open .wzf-nav a { display: block; padding: .75rem 0; }
}
