/*
Theme Name: GestaltNatur
Theme URI: https://www.gestaltnatur.ch
Author: GestaltNatur
Author URI: https://www.gestaltnatur.ch
Description: Natürliches, leichtes und verspieltes WordPress-Theme für GestaltNatur — Permakultur-Beratung und Gestaltung aus dem Berner Oberland. Mit Scroll-Animationen, botanischen Spielereien, eigenen Seitenvorlagen und Contact-Form-7-Integration. Klassisches Theme, getestet mit WordPress 7.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gestaltnatur
Tags: blog, portfolio, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments
*/

/* ------------------------------------------------------------------
   Diese style.css enthält den Theme-Header (Pflicht) sowie einige
   WordPress-Kernklassen. Das vollständige Design liegt in
   assets/css/gestaltnatur.css und wird über functions.php geladen.
   ------------------------------------------------------------------ */

/* WordPress core alignment & media */
.alignleft { float: left; margin: 0.4rem 1.6rem 1rem 0; }
.alignright { float: right; margin: 0.4rem 0 1rem 1.6rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text, .wp-block-image figcaption {
  font-family: var(--serif); font-style: italic; color: var(--ink-faint);
  font-size: 0.98rem; margin-top: 0.6rem; text-align: center;
}
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip: rect(1px,1px,1px,1px); clip-path: inset(50%); white-space: nowrap;
}
.sticky, .gallery-caption, .bypostauthor { display: block; }
.wp-block-image img { border-radius: var(--radius); }
.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* Pagination (WP) */
.wp-pagenavi, .nav-links {
  display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center;
  margin-top: 2.5rem;
}
.nav-links .page-numbers {
  font-family: var(--mono); font-size: 0.85rem; text-decoration: none;
  padding: 0.5em 0.9em; border-radius: 999px; border: 1px solid var(--line);
  color: var(--ink-soft); background: var(--cream-2); transition: all .3s var(--ease);
}
.nav-links .page-numbers.current { background: var(--forest); color: var(--cream-2); border-color: var(--forest); }
.nav-links a.page-numbers:hover { background: var(--sage-soft); color: var(--forest-2); }

/* Comments (minimal, styled) */
.comment-list { list-style: none; padding: 0; }
.comment-body { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
