/*
Theme Name: Triple E
Theme URI: https://voihost.com
Author: Voihost
Author URI: https://voihost.com
Description: Custom theme built for Triple E by Voihost.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: triple-e
*/

:root {
  --brand-primary: #000000;
  --brand-secondary: #ffffff;
  --brand-accent: #c40d18;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1f2937;
  background: #ffffff;
  line-height: 1.65;
}

.voi-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

.voi-header { background: var(--brand-primary); color: #fff; }
.voi-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; }
.voi-header a { color: #fff; text-decoration: none; }
.voi-brand { font-size: 20px; font-weight: 800; letter-spacing: .5px; }
.voi-nav a { margin-left: 22px; font-size: 15px; opacity: .85; }
.voi-nav a:hover { opacity: 1; }

.voi-main { padding: 48px 0; min-height: 50vh; }
.voi-main h1, .voi-main h2, .voi-main h3 { color: var(--brand-accent); line-height: 1.2; }
.voi-main a { color: var(--brand-accent); }
.voi-main img { max-width: 100%; height: auto; border-radius: 8px; }

.voi-post { margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid #eee; }
.voi-post-meta { font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 1px; }

.voi-button { display: inline-block; background: var(--brand-accent); color: #fff !important; padding: 12px 28px; border-radius: 6px; font-weight: 700; text-decoration: none; }

.voi-footer { background: var(--brand-primary); color: rgba(255,255,255,.6); }
.voi-footer-inner { padding: 28px 0; text-align: center; font-size: 14px; }
