.font-tactical { font-family: 'Chakra Petch', sans-serif; }
.text-army { color: #4B5320; }
.bg-army { background-color: #4B5320; }
.text-hit { color: #b35a5a; }
.bg-hit { background-color: #8C3A3A; }

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.hex-bg {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231a1a1a' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* Feature cards */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.feature-card { background: #0f0f10; border: 1px solid #1f1f1f; border-radius: 14px; padding: 18px; box-shadow: 0 6px 20px rgba(0,0,0,0.22); transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; color: #e8ebf0; }
.feature-card:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,0.28); border-color: #4B5320; }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(75,83,32,0.18); color: #9fb36b; margin-bottom: 10px; font-size: 1.4rem; }
.feature-card h3 { margin-bottom: 6px; font-size: 1.08rem; color: #f3f4f6; }
.feature-card p { color: #d9dde2; line-height: 1.6; }

/* Tech border legacy (kept for compatibility) */
.tech-border { position: relative; border: 2px solid #4B5320; border-radius: 12px; overflow: hidden; background: #d3d7dd; box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04); transition: box-shadow 0.2s, transform 0.2s; }
.tech-border:hover { box-shadow: 0 6px 18px rgba(0,0,0,0.12); transform: translateY(-2px); }
.grid.three-up { display: flex; gap: 24px; flex-wrap: wrap; }
.grid.three-up .card { flex: 1 1 260px; }
.card.tech-border .icon { font-size: 2rem; color: #4B5320; margin-bottom: 10px; }
.card.tech-border h3 { font-size: 1.18rem; font-weight: 700; margin-bottom: 6px; }
.card.tech-border p { color: #222; line-height: 1.5; }

/* Specs */
.spec-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin-top: 24px; }
.spec-tile { border: 1px solid #2d2d2d; border-radius: 10px; padding: 14px; background: #121212; text-align: center; }
.spec-tile .value { font-size: 1.4rem; font-weight: 700; color: #f5f5f5; }
.spec-tile .label { font-size: 0.85rem; color: #c1c1c1; text-transform: uppercase; letter-spacing: 0.04em; }

/* Modes */
.modes-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.mode-card { border: 1px solid #2a2a2a; border-radius: 14px; padding: 18px; background: linear-gradient(135deg, #0f0f11 0%, #131419 100%); box-shadow: 0 8px 24px rgba(0,0,0,0.25); position: relative; overflow: hidden; color: #e6e8ec; }
.mode-card:before { content: ""; position: absolute; inset: 0; border-radius: 14px; border: 1px solid rgba(75,83,32,0.35); pointer-events: none; mix-blend-mode: screen; }
.mode-card h3 { font-size: 1.12rem; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; color: #f2f4f7; }
.mode-card h3.text-army { color: #d5e4a0; }
.mode-card h3.text-hit { color: #f1b3b3; }
.mode-card p { color: #d5d8dd; margin-bottom: 8px; }
.mode-card ol { margin-left: 18px; color: #e0e0e0; line-height: 1.55; }
.mode-pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; font-size: 0.85rem; border: 1px solid rgba(75,83,32,0.35); color: #dfe5cf; background: rgba(75,83,32,0.12); margin-bottom: 8px; }
.mode-pill.danger { background: rgba(140,58,58,0.12); border-color: rgba(140,58,58,0.4); color: #f3dede; }

.project-meta-gap { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }

/* Gallery & caution */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
.media-tile { aspect-ratio: 16 / 9; background: #1b1b1b; border: 1px solid #2c2c2c; border-radius: 10px; display: grid; place-items: center; color: #c7c7c7; font-size: 0.9rem; }

.caution { border-left: 4px solid #8C3A3A; background: #2a1b1b; padding: 18px; border-radius: 12px; color: #f0e9e9; }
.caution ul { margin-left: 18px; list-style: disc; }

/* Footer */
.footer-enhanced { background: #0c0c0c; border-top: 1px solid #1f1f1f; padding: 36px 0; color: #d0d0d0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; }
.footer-col h4 { font-family: 'Chakra Petch', sans-serif; margin-bottom: 10px; letter-spacing: 0.02em; color: #f5f5f5; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.footer-col a { color: #c7c7c7; transition: color 0.2s; }
.footer-col a:hover { color: #4B5320; }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: 'Chakra Petch', sans-serif; color: #f5f5f5; letter-spacing: 0.03em; }
.footer-meta { margin-top: 12px; font-size: 0.92rem; color: #a7a7a7; }
.footer-social { display: flex; gap: 12px; font-size: 1.1rem; margin-top: 10px; }
.footer-social a { color: #c7c7c7; }
.footer-social a:hover { color: #4B5320; }
.footer-bottom { border-top: 1px solid #1f1f1f; margin-top: 20px; padding-top: 14px; font-size: 0.9rem; color: #9a9a9a; text-align: center; }
