/*
Theme Name: Your Gajus Web Site Place
Theme URI: https://gajus.de
Author: Gajus
Author URI: https://gajus.de
Description: Schlankes Start-Theme fuer neue Gajus-Webseiten. Modern, ruhig, gut lesbar und leicht anpassbar.
Version: 1.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: your-gajus-web-site-place
*/

:root {
  --yg-bg: #0f172a;
  --yg-card: #ffffff;
  --yg-text: #1f2937;
  --yg-muted: #6b7280;
  --yg-link: #2563eb;
  --yg-border: #e5e7eb;
  --yg-soft: #f8fafc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--yg-soft);
  color: var(--yg-text);
  line-height: 1.65;
}

a {
  color: var(--yg-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #ffffff;
  padding: 48px 20px;
}

.site-header-inner,
.site-main,
.site-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-title {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -0.04em;
}

.site-title a {
  color: #ffffff;
}

.site-description {
  margin: 12px 0 0 0;
  color: rgba(255,255,255,0.82);
  font-size: 1.15rem;
}

.main-nav {
  margin-top: 28px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding: 0;
  margin: 0;
}

.main-nav a {
  color: #ffffff;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  padding: 8px 14px;
  display: inline-block;
}

.site-main {
  padding: 34px 20px 54px 20px;
}

.content-card {
  background: var(--yg-card);
  border: 1px solid var(--yg-border);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 42px);
  box-shadow: 0 14px 34px rgba(15,23,42,0.08);
  margin-bottom: 24px;
}

.post-title,
.page-title {
  margin-top: 0;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.post-meta {
  color: var(--yg-muted);
  font-size: 0.95rem;
  margin-bottom: 22px;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.entry-content p {
  margin: 0 0 1.15em 0;
}

.read-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 700;
}

.site-footer {
  background: #020617;
  color: rgba(255,255,255,0.75);
  padding: 28px 20px;
}

.site-footer a {
  color: #ffffff;
}

.wp-block-image img {
  border-radius: 14px;
}

.comment-form,
.comments-area,
#comments {
  display: none !important;
}
