/*
Theme Name: Monitech Minimal
Theme URI: https://mabumbe.com/
Author: MONITECH
Description: An intentionally minimal WordPress theme shell designed for Monitech job and editorial appearance plugins. No framework, no JavaScript, no external fonts, no custom database layer, and no bundled third-party libraries.
Version: 1.0.2
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: monitech-minimal
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-logo, custom-menu, featured-images
*/

:root {
    --mm-content-width: 1180px;
    --mm-text: #1f2937;
    --mm-muted: #64748b;
    --mm-border: #e5e7eb;
    --mm-bg: #ffffff;
    --mm-link: #1557b0;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    background: var(--mm-bg);
    color: var(--mm-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
}
a { color: var(--mm-link); text-decoration-thickness: .08em; text-underline-offset: .15em; }
a:hover, a:focus { text-decoration-thickness: .14em; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
    position: fixed !important; top: 8px; left: 8px; z-index: 100000;
    width: auto; height: auto; padding: .7rem 1rem; margin: 0;
    clip: auto; overflow: visible; white-space: normal;
    background: #fff; color: #111; border: 1px solid #111;
}
.monitech-minimal-container {
    width: min(calc(100% - 32px), var(--mm-content-width));
    margin-inline: auto;
}
.site-header, .site-footer { border-color: var(--mm-border); }
.site-header { border-bottom: 1px solid var(--mm-border); }
.site-header-inner {
    min-height: 68px; display: flex; align-items: center; gap: 28px;
}
.site-branding { flex: 0 0 auto; }
.site-title { margin: 0; font-size: 1.15rem; font-weight: 700; line-height: 1.2; }
.site-title a { color: inherit; text-decoration: none; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { display: block; max-height: 54px; width: auto; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul, .footer-navigation ul {
    display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
    margin: 0; padding: 0; list-style: none;
}
.primary-navigation a, .footer-navigation a { color: inherit; text-decoration: none; }
.site-main { padding-block: 32px 48px; }
.site-main > .page-header { margin-bottom: 28px; }
.page-title, .entry-title { margin-top: 0; line-height: 1.2; }
.entry-title a { color: inherit; text-decoration: none; }
.entry-meta { color: var(--mm-muted); font-size: .9rem; }
.site-main > article { margin: 0 0 34px; }
.site-main > article + article { padding-top: 30px; border-top: 1px solid var(--mm-border); }
.entry-thumbnail { margin: 0 0 18px; }
.entry-content > :first-child { margin-top: 0; }
.entry-content > :last-child { margin-bottom: 0; }
.navigation.pagination, .posts-navigation { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.page-numbers { padding: .4rem .7rem; }
.site-footer { border-top: 1px solid var(--mm-border); }
.site-footer-inner {
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px; padding-block: 24px; color: var(--mm-muted); font-size: .9rem;
}
.site-info { margin: 0; }
.no-results { padding-block: 20px; }

@media (max-width: 760px) {
    .site-header-inner, .site-footer-inner { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 16px; }
    .primary-navigation { margin-left: 0; width: 100%; }
    .primary-navigation ul, .footer-navigation ul { gap: 10px 16px; }
    .site-main { padding-block: 24px 36px; }
}
