/* ══════════════════════════════════════════════
   tojiki.de — Blog-Styles
   Ergänzt tojiki.css für alle Blog-Seiten
   ══════════════════════════════════════════════ */

/* ── Seiten-Grundlage ── */
body.page-blog {
  background: #f0ece4;
  min-height: 100vh;
}

.site-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ══════════════════════════════════════════════
   HEADER
   ══════════════════════════════════════════════ */
.blog-header {
  padding: 36px 0 28px;
  border-bottom: 1px solid #c8c4bc;
  margin-bottom: 52px;
}

.blog-header-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.blog-header .logo-wordmark {
  font-size: 36px;
  text-decoration: none;
  color: #2a2a26;
  flex-shrink: 0;
}

/* ── Navigation ── */
.blog-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.blog-nav-item {
  font-family: 'Noto Serif JP', serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #777;
  transition: color 0.15s ease;
}

a.blog-nav-item:hover {
  color: #2a2a26;
}

.blog-nav-active {
  color: #2a2a26;
}

.blog-nav-inactive {
  color: #bbb;
  cursor: default;
}

/* ══════════════════════════════════════════════
   FOOTER
   ══════════════════════════════════════════════ */
.blog-footer {
  margin-top: 80px;
  padding: 28px 0 40px;
  border-top: 1px solid #c8c4bc;
}

.blog-footer-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.blog-footer a {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #999;
  text-decoration: none;
}

.blog-footer a:hover { color: #555; }

.blog-footer .dot {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #ccc;
}

/* ══════════════════════════════════════════════
   ÜBERSICHTSSEITE /reisen/
   ══════════════════════════════════════════════ */

/* Section-Titel */
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.22em;
  color: #888;
  text-transform: lowercase;
  margin-bottom: 40px;
}

/* ── Leadartikel ── */
.reisen-lead {
  margin-bottom: 56px;
}

.reisen-lead-image {
  width: 100%;
  max-height: 360px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.reisen-lead-meta {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.reisen-lead-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #2a2a26;
  margin-bottom: 14px;
  line-height: 1.25;
}

.reisen-lead-title a {
  text-decoration: none;
  color: inherit;
}

.reisen-lead-title a:hover {
  color: #5a6a5a;
}

.reisen-lead-description {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 0;
}

/* ── 3-spaltiges Grid (Artikel 2–4) ── */
.reisen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.reisen-grid-item {
  display: flex;
  flex-direction: column;
}

.reisen-grid-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}

.reisen-grid-land {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.reisen-grid-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a26;
  line-height: 1.3;
}

.reisen-grid-title a {
  text-decoration: none;
  color: inherit;
}

.reisen-grid-title a:hover {
  color: #5a6a5a;
}

/* ── Kompakte Liste (Artikel 5+) ── */
.reisen-list {
  border-top: 1px solid #c8c4bc;
  padding-top: 28px;
}

.reisen-list-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.reisen-list-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e8e4dc;
  gap: 16px;
}

.reisen-list-left {
  display: flex;
  align-items: baseline;
  gap: 16px;
  min-width: 0;
}

.reisen-list-land {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: #aaa;
  flex-shrink: 0;
}

.reisen-list-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reisen-list-title a {
  text-decoration: none;
  color: inherit;
}

.reisen-list-title a:hover {
  color: #5a6a5a;
}

.reisen-list-year {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  color: #bbb;
  flex-shrink: 0;
  text-align: right;
}

/* ══════════════════════════════════════════════
   ÜBERSICHTSSEITE /keramik/
   ══════════════════════════════════════════════ */

/* ── Leadartikel ── */
.keramik-lead {
  margin-bottom: 56px;
}

.keramik-lead-image {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  display: block;
  margin-bottom: 24px;
}

.keramik-lead-meta {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.keramik-lead-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #2a2a26;
  margin-bottom: 14px;
  line-height: 1.25;
}

.keramik-lead-title a {
  text-decoration: none;
  color: inherit;
}

.keramik-lead-title a:hover {
  color: #5a6a5a;
}

.keramik-lead-description {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.75;
  max-width: 640px;
  margin-bottom: 0;
}

/* ── 3-spaltiges Grid (Artikel 2–4) ── */
.keramik-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 56px;
}

.keramik-grid-item {
  display: flex;
  flex-direction: column;
}

.keramik-grid-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  margin-bottom: 14px;
}

.keramik-grid-art {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.keramik-grid-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: #2a2a26;
  line-height: 1.3;
}

.keramik-grid-title a {
  text-decoration: none;
  color: inherit;
}

.keramik-grid-title a:hover {
  color: #5a6a5a;
}

/* ── Kompakte Liste (Artikel 5+) ── */
.keramik-list {
  border-top: 1px solid #c8c4bc;
  padding-top: 28px;
}

.keramik-list-label {
  font-family: 'Noto Serif JP', serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.22em;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.keramik-list-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e8e4dc;
  gap: 16px;
}

.keramik-list-left {
  display: flex;
  align-items: baseline;
  gap: 16px;
  min-width: 0;
}

.keramik-list-art {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.14em;
  color: #aaa;
  flex-shrink: 0;
}

.keramik-list-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 300;
  color: #3a3a36;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.keramik-list-title a {
  text-decoration: none;
  color: inherit;
}

.keramik-list-title a:hover {
  color: #5a6a5a;
}

.keramik-list-year {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  color: #bbb;
  flex-shrink: 0;
  text-align: right;
}

/* ══════════════════════════════════════════════
   ARTIKEL-DETAILSEITE /reisen/[slug]/ & /keramik/[slug]/
   ══════════════════════════════════════════════ */

/* ── Hero-Bild ── */
.article-hero {
  width: 100%;
  max-height: 360px;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  display: block;
  margin-bottom: 40px;
}

/* ── Breadcrumb ── */
.article-breadcrumb {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.16em;
  color: #aaa;
  margin-bottom: 20px;
}

.article-breadcrumb a {
  color: #aaa;
  text-decoration: none;
}

.article-breadcrumb a:hover { color: #555; }

.article-breadcrumb-sep {
  margin: 0 8px;
}

/* ── Artikel-Kopf ── */
.article-header {
  max-width: 680px;
  margin-bottom: 40px;
}

.article-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #2a2a26;
  line-height: 1.2;
  margin-bottom: 20px;
}

.article-meta {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.18em;
  color: #aaa;
  text-transform: uppercase;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.article-meta-sep {
  color: #ddd;
}

/* ── Fließtext / Markdown-Body ── */
.article-body {
  max-width: 680px;
  font-size: 15px;
  font-weight: 300;
  color: #3a3a36;
  line-height: 1.9;
}

.article-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #2a2a26;
  margin-top: 52px;
  margin-bottom: 16px;
}

.article-body h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px;
  font-weight: 400;
  color: #3a3a36;
  margin-top: 32px;
  margin-bottom: 10px;
}

.article-body p {
  font-size: 15px;
  color: #3a3a36;
  margin-bottom: 20px;
  line-height: 1.9;
}

.article-body ul,
.article-body ol {
  margin: 0 0 20px 24px;
}

.article-body li {
  font-size: 15px;
  color: #3a3a36;
  line-height: 1.85;
  margin-bottom: 8px;
}

.article-body strong {
  font-weight: 400;
  color: #2a2a26;
}

/* ── Bilder im Text ── */
.article-body figure {
  margin: 36px 0;
}

.article-body figure img {
  width: 100%;
  display: block;
}

.article-body figure figcaption {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

/* Hochformat-Paar */
.image-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 36px 0;
}

.image-pair img {
  width: 100%;
  display: block;
}

/* Einzelnes Hochformat-Bild */
figure.image-single-portrait {
  width: 60%;
  margin: 36px auto;
}

/* ── Tags ── */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid #e8e4dc;
  max-width: 680px;
}

.article-tag {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: #888;
  border: 1px solid #c8c4bc;
  padding: 4px 10px;
  text-decoration: none;
}


/* ══════════════════════════════════════════════
   BILD-KARUSSELL
   ══════════════════════════════════════════════ */
.carousel {
  position: relative;
  margin: 36px 0;
}

.carousel figure {
  display: none;
  margin: 0;
}

.carousel figure.carousel-active {
  display: block;
}

.carousel figure img {
  width: 100%;
  display: block;
}

.carousel figure figcaption {
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  color: #aaa;
  letter-spacing: 0.08em;
  margin-top: 10px;
  min-height: 1.4em;
}

.carousel-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 10px;
}

.carousel-btn {
  pointer-events: all;
  background: rgba(252, 250, 246, 0.88);
  border: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 1;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}

.carousel-btn:hover {
  background: rgba(252, 250, 246, 0.98);
  color: #2a2a26;
}

.carousel-counter {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 11px;
  font-weight: 300;
  color: #bbb;
  letter-spacing: 0.14em;
  margin-top: 8px;
}

/* ══════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════ */
@media (max-width: 768px) {
  .blog-header {
    padding: 24px 0 20px;
    margin-bottom: 36px;
  }

  .blog-header-inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .blog-nav {
    gap: 20px;
  }

  .reisen-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .keramik-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .reisen-lead-title {
    font-size: 26px;
  }

  .article-title {
    font-size: 28px;
  }

  .image-pair {
    grid-template-columns: 1fr;
  }

  figure.image-single-portrait {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .site-wrapper {
    padding: 0 16px;
  }

  .blog-nav {
    gap: 14px;
  }
}
