/*
Theme Name: SZPIEGOWSKI Komiks Basic
Theme URI: https://szpiegowskikomiks.com/
Author: Claudio Corominas Fernandez
Author URI: https://szpiegowskikomiks.com/
Description: Minimalny, czysty motyw WordPress dla SZPIEGOWSKI® KOMIKS. Obsługuje strony, wpisy, kategorie, tagi, wyszukiwarkę, archiwa i 404.
Version: 1.0.0
License: All rights reserved
License URI: https://szpiegowskikomiks.com/
Text Domain: szpiegowski-komiks
Copyright: Copyright SZPIEGOWSKI®. All rights reserved.
*/

:root{
  --bg:#0b0b0d;
  --panel:#141418;
  --text:#f5f5f5;
  --muted:#c9c9c9;
  --red:#d71920;
  --line:#292930;
  --white:#ffffff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
a{color:var(--white);text-decoration:none}
a:hover{color:var(--red)}
img{max-width:100%;height:auto}
.wrapper{width:min(1120px,92%);margin:0 auto}
.site-header{border-bottom:1px solid var(--line);background:#050506;position:sticky;top:0;z-index:20}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}
.logo{font-weight:800;letter-spacing:.06em;font-size:22px}
.logo span{color:var(--red)}
.site-nav ul{display:flex;flex-wrap:wrap;gap:18px;list-style:none;margin:0;padding:0}
.site-nav a{font-size:14px;color:var(--muted)}
.site-nav a:hover{color:var(--white)}
.main{padding:44px 0;min-height:68vh}
.hero{padding:38px;background:linear-gradient(135deg,#111115,#1b0f12);border:1px solid var(--line);border-radius:18px;margin-bottom:34px}
.hero h1,.page-title{font-size:clamp(30px,5vw,54px);line-height:1.05;margin:0 0 14px}
.hero p{color:var(--muted);max-width:780px;margin:0}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.card,.content-box{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:24px}
.card h2,.card h3{margin-top:0;line-height:1.2}
.meta{color:var(--muted);font-size:13px;margin:8px 0 16px}
.entry-content{font-size:17px}
.entry-content p{margin:0 0 18px}
.entry-content h2,.entry-content h3{line-height:1.25;margin-top:32px}
.button,.read-more,input[type="submit"]{display:inline-block;border:1px solid var(--red);background:var(--red);color:white;padding:10px 16px;border-radius:10px;font-weight:700;cursor:pointer}
.button:hover,.read-more:hover,input[type="submit"]:hover{background:#a70f15;color:white}
.search-form{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}
.search-form input[type="search"]{flex:1;min-width:220px;padding:12px;border-radius:10px;border:1px solid var(--line);background:#0f0f12;color:var(--text)}
.pagination{display:flex;gap:12px;margin-top:28px;color:var(--muted)}
.site-footer{border-top:1px solid var(--line);background:#050506;color:var(--muted);padding:30px 0;font-size:14px}
.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:18px}
.footer-links{display:flex;flex-wrap:wrap;gap:14px}
@media(max-width:720px){.header-inner{align-items:flex-start;flex-direction:column}.site-nav ul{gap:12px}.hero{padding:26px}}
