/*
Theme Name: Kadence Child - Japonia 2026
Template: kadence
Version: 1.0
Description: Motyw japoński dla bloga podróżniczego Kamila
*/
/* ===================================
   JAPONIA 2026 — Custom Styles
   Klimat: minimalizm, czerwień torii,
   biel, czerń i odrobina złota
=================================== */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&family=Lora:ital,wght@0,400;0,600;1,400&display=swap');

:root {
  --torii-red:    #C0392B;
  --ink-black:    #1a1a1a;
  --rice-white:   #FAF8F3;
  --gold:         #C9A84C;
  --mist-gray:    #8a8a8a;
  --sakura-pink:  #F9C0C0;
}

body {
  font-family: 'Lora', 'Noto Serif JP', Georgia, serif;
  background-color: var(--rice-white);
  color: var(--ink-black);
  font-size: 18px;
  line-height: 1.85;
}

/* Nagłówek */
.site-header {
  background: var(--ink-black) !important;
  border-bottom: 4px solid var(--torii-red);
  padding: 20px 0 !important;
}

.site-title a,
.site-title {
  color: #fff !important;
  font-family: 'Noto Serif JP', serif !important;
  font-weight: 300 !important;
  letter-spacing: 0.1em !important;
  font-size: 1.6rem !important;
}

.site-description {
  color: var(--gold) !important;
  font-size: 0.85rem !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase;
}

/* Nawigacja */
.main-navigation a {
  color: #ddd !important;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-navigation a:hover {
  color: var(--torii-red) !important;
}

/* Karty wpisów */
.entry-title a {
  color: var(--ink-black) !important;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}

.entry-title a:hover {
  border-bottom-color: var(--torii-red);
  text-decoration: none !important;
}

/* Linia oddzielająca */
.entry-header::after {
  content: "⛩";
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin: 10px 0;
  opacity: 0.4;
}

/* Treść wpisu */
.entry-content {
  max-width: 720px;
  margin: 0 auto;
}

.entry-content p {
  text-indent: 0;
  margin-bottom: 1.4em;
}

/* Cytaty */
blockquote {
  border-left: 4px solid var(--torii-red) !important;
  background: #fff;
  padding: 1em 1.5em !important;
  font-style: italic;
  color: #555;
  margin: 1.5em 0 !important;
}

/* Zdjęcia */
.wp-block-image img,
.entry-content img {
  border-radius: 2px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  max-width: 100%;
}

/* Kategorie — kolorowe badge */
.cat-links a,
.tags-links a {
  background: var(--torii-red);
  color: #fff !important;
  padding: 3px 10px;
  border-radius: 2px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  margin-right: 4px;
}

/* Data wpisu */
.posted-on {
  color: var(--mist-gray);
  font-size: 0.85rem;
  letter-spacing: 0.05em;
}

/* Footer */
.site-footer {
  background: var(--ink-black) !important;
  color: #888 !important;
  border-top: 3px solid var(--torii-red);
  text-align: center;
  padding: 2em !important;
  font-size: 0.85rem;
}

/* Responsywność na telefonie */
@media (max-width: 600px) {
  body { font-size: 16px; }
  .site-title { font-size: 1.2rem !important; }
}

/* Dekoracja — linia z japońskim ornamentem */
h2, h3 {
  position: relative;
  padding-bottom: 0.3em;
}

h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--torii-red);
  margin-top: 8px;
}
