/*
Theme Name: True Strength Warrior
Theme URI: https://example.com/
Author: True Strength Warrior
Author URI: https://example.com/
Description: A minimal, temple-like WordPress theme for True Strength Warrior. Dark, gold, stained-glass inspired. Mobile-first.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: true-strength-warrior
Tags: blog, custom-background, custom-logo, custom-menu, featured-images, sticky-post, theme-options, translation-ready
*/

:root {
  --bg: #07070a;
  --bg2: #0c0b10;
  --ink: #f3f1ea;
  --muted: rgba(243,241,234,0.72);
  --gold: #d6b46a;
  --gold2: #b98b2e;
  --ember: #c24a2a;
  --border: rgba(214,180,106,0.18);
  --shadow: rgba(0,0,0,0.55);
  --max: 1100px;
  --radius: 18px;
  --radius2: 26px;
}

* { box-sizing: border-box; }
html, body { height: 100%; }
body {
  margin: 0;
  background: radial-gradient(1200px 600px at 50% -10%, rgba(214,180,106,0.12), transparent 60%),
              radial-gradient(900px 450px at 15% 20%, rgba(194,74,42,0.10), transparent 60%),
              radial-gradient(900px 450px at 85% 25%, rgba(120,90,220,0.08), transparent 60%),
              linear-gradient(180deg, var(--bg), var(--bg2));
  color: var(--ink);
  font-family: ui-serif, Georgia, "Times New Roman", Times, serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: var(--gold); text-decoration: none; }
a:hover { color: #f0d59a; }
img { max-width: 100%; height: auto; display: block; }

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(7,7,10,0.55);
  border-bottom: 1px solid var(--border);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: radial-gradient(circle at 30% 30%, rgba(214,180,106,0.35), rgba(214,180,106,0.10) 55%, transparent 70%),
              linear-gradient(145deg, rgba(214,180,106,0.25), rgba(194,74,42,0.12));
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px var(--shadow);
}
.brand-title {
  font-family: ui-serif, Georgia, serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--ink);
}
.brand-sub {
  font-size: 12px;
  color: var(--muted);
  margin-top: -2px;
}

.menu {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.menu a {
  color: rgba(243,241,234,0.85);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 10px;
  border-radius: 12px;
}
.menu a:hover {
  background: rgba(214,180,106,0.10);
  color: #fff;
}

.hero {
  position: relative;
  padding: 78px 0 42px;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 300px at 50% 0%, rgba(214,180,106,0.16), transparent 70%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}

.kicker {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: rgba(243,241,234,0.78);
  font-size: 12px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  background: rgba(12,11,16,0.55);
}
.kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(214,180,106,0.16);
}

.h1 {
  margin: 14px 0 10px;
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.05;
  letter-spacing: -0.02em;
}
.lede {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 18px;
  max-width: 58ch;
}

.cta-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 18px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(214,180,106,0.10);
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.btn:hover {
  background: rgba(214,180,106,0.18);
}
.btn-primary {
  background: linear-gradient(135deg, rgba(214,180,106,0.22), rgba(194,74,42,0.14));
  border-color: rgba(214,180,106,0.28);
}
.btn-primary:hover {
  background: linear-gradient(135deg, rgba(214,180,106,0.30), rgba(194,74,42,0.20));
}

.hero-card {
  border-radius: var(--radius2);
  overflow: hidden;
  border: 1px solid var(--border);
  background: rgba(12,11,16,0.42);
  box-shadow: 0 25px 70px rgba(0,0,0,0.55);
}
.hero-card .frame {
  aspect-ratio: 4 / 5;
  width: 100%;
  background: #000;
  position: relative;
}
.hero-card .frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transform: scale(1.02);
}
.hero-card .frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 220px at 50% 0%, rgba(214,180,106,0.22), transparent 62%),
              linear-gradient(180deg, rgba(0,0,0,0.0), rgba(0,0,0,0.42));
  pointer-events: none;
}
.hero-card .caption {
  padding: 14px 16px 16px;
}
.caption .cap-title {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 4px;
}
.caption .cap-body {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 42px 0;
}
.section-title {
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(243,241,234,0.86);
  margin: 0 0 14px;
}
.panel {
  border: 1px solid var(--border);
  background: rgba(12,11,16,0.45);
  border-radius: var(--radius2);
  padding: 22px;
  box-shadow: 0 18px 55px rgba(0,0,0,0.38);
}
.rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(214,180,106,0.35), transparent);
  margin: 22px 0;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; }
}

.axiom {
  border: 1px solid rgba(214,180,106,0.16);
  background: rgba(7,7,10,0.35);
  border-radius: 18px;
  padding: 16px 16px 14px;
}
.axiom .label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(214,180,106,0.90);
  margin: 0 0 6px;
}
.axiom p {
  margin: 0;
  color: rgba(243,241,234,0.80);
}

.newsletter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
}
.newsletter input {
  flex: 1 1 240px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(214,180,106,0.22);
  background: rgba(0,0,0,0.22);
  color: var(--ink);
  outline: none;
}
.newsletter input::placeholder { color: rgba(243,241,234,0.46); }

.site-footer {
  border-top: 1px solid var(--border);
  padding: 28px 0 46px;
  color: rgba(243,241,234,0.62);
  font-size: 13px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.smallcaps {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wp-block-image img {
  border-radius: 18px;
  border: 1px solid var(--border);
}
.entry-content {
  color: rgba(243,241,234,0.86);
  font-size: 18px;
}
.entry-content p {
  margin: 0 0 1em;
}
.entry-title {
  margin: 0 0 10px;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1.1;
}
.post-meta {
  color: var(--muted);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
