/*
Theme Name: EPLANT Minimal
Theme URI: https://example.com/
Author: Custom
Author URI: https://example.com/
Description: Minimalistyczny motyw landing page + blog dla wielu spółek. Bez menu, prosta nawigacja między stroną główną a wpisami.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eplant-minimal
*/

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    color: #111;
    background: #fff;
}

/* Globalne linki – kontrastowy, wyraźny kolor */

a {
    color: #0052cc;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

a:hover,
a:focus {
    color: #cc3300;
    text-decoration: underline;
}

.wrapper {
    max-width: 960px;
    margin: 0 auto;
    padding: 3rem 1.5rem;
}

.site-header {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 1.5rem;
}

.site-title {
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-tagline {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #555;
}

.company-meta {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #444;
}

.company-meta p + p {
    margin-top: 0.25rem;
}

.posts-list {
    display: grid;
    gap: 1.75rem;
}

.post-card {
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
}

.post-card:first-child {
    border-top: none;
    padding-top: 0;
}

.post-title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.post-meta {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 0.5rem;
}

.read-more {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.pagination {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.single-post-header {
    margin-bottom: 1.5rem;
}

.single-post-header h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.post-navigation {
    margin-top: 2.5rem;
    border-top: 1px solid #eee;
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.site-footer {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    font-size: 0.75rem;
    color: #777;
}

/* Strona: Polityka prywatności */

.privacy-policy {
    max-width: 720px;
    margin: 0 auto;
    font-size: 0.95rem;
}

.privacy-policy .single-post-header {
    margin-bottom: 1.5rem;
}

.privacy-policy .single-post-header h1 {
    font-size: 1.6rem;
    margin-bottom: 0.75rem;
}

.privacy-policy .post-content p {
    margin-bottom: 0.75rem;
}

.privacy-policy .post-content h2 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.privacy-policy .post-content ul {
    margin: 0 0 0.75rem 1.25rem;
    padding: 0;
}

.privacy-policy .post-content li {
    margin-bottom: 0.25rem;
}

/* Link z nazwy firmy w nagłówku – bez niebieskiego i bez podkreślenia */

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

.site-title a:hover,
.site-title a:focus {
    text-decoration: underline;
}
