/*
Theme Name: Casiano Signal
Author: Michael Casiano
Description: Warm business-tech theme with Matrix/Hackers energy.
Version: 2.0
*/

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #f5efe6;
  color: #111827;
}

a {
  color: #006b3f;
  text-decoration: none;
}

.site-header {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  padding: 0;
  text-align: center;
  background-color: #06140f;
  background-image: url("assets/hero-banner.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 4px solid #c8a96a;
}

.site-header h1 {
  margin: 0;
  font-size: 46px;
  letter-spacing: 1px;
}

.site-header h1 a {
  color: #f8f3e7;
}

.tagline {
  color: #d7f8df;
  font-size: 18px;
  margin-top: 12px;
}

.robot {
  display: none;
}

.floating {
  position: absolute;
  color: rgba(0, 255, 140, .35);
  font-size: 22px;
}

.float-1 { top: 28px; left: 12%; }
.float-2 { top: 74px; right: 14%; }
.float-3 { bottom: 30px; left: 20%; }
.float-4 { bottom: 44px; right: 22%; }

.container {
  max-width: 980px;
  margin: 48px auto;
  padding: 0 24px;
}

.post-card {
  background: #fffaf0;
  border: 1px solid #d6c6a8;
  border-left: 6px solid #006b3f;
  border-radius: 14px;
  padding: 34px;
  margin-bottom: 30px;
  box-shadow: 0 18px 45px rgba(17, 24, 39, .12);
}

.post-card h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.15;
}

.post-card h2 a {
  color: #10251c;
}

.meta {
  color: #6b5f4b;
  font-size: 14px;
  margin-bottom: 18px;
}

.post-card p {
  line-height: 1.7;
  font-size: 16px;
}

.read-more {
  display: inline-block;
  margin-top: 18px;
  background: #10251c;
  color: #f8f3e7;
  padding: 11px 18px;
  border-radius: 6px;
  font-weight: 700;
  border: 1px solid #c8a96a;
}

.read-more:hover {
  background: #006b3f;
}

.site-footer {
  text-align: center;
  padding: 36px;
  color: #d7f8df;
  background: #10251c;
  border-top: 3px solid #c8a96a;
}

.site-header h1,
.site-header .tagline,
.floating,
.robot {
  display: none;
}