/*
Theme Name: Military Ops
Theme URI: https://example.com/moban45
Author: Tactical Bureau
Description: Military Ops — a tactical/mission-briefing theme with camo patterns, stencil display type, condensed mono-info typography, hard right-angles, and tactical green accents on olive drab. Built for operators.
Version: 1.0
Text Domain: militaryops
*/

:root {
    --ops-camo:    #1a2e05;
    --ops-camo-2:  #14250a;
    --ops-camo-3:  #233814;
    --ops-olive:   #3f6212;
    --ops-olive-2: #4d7c0f;
    --ops-tactical:#84cc16;
    --ops-tactical-2:#a3e635;
    --ops-steel:   #d4d4d8;
    --ops-steel-2: #e7e5e4;
    --ops-bone:    #f5f5f4;
    --ops-ash:     #a8a29e;
    --ops-ink:     #e7e5e4;
    --ops-ink-soft:#d4d4d8;
    --ops-radius-sm: 0;
    --ops-radius:    2px;
    --ops-shadow:    0 8px 30px rgba(0, 0, 0, .55);
    --ops-fz-1: clamp(48px, 7.6vw, 100px);
    --ops-fz-2: clamp(30px, 3.6vw, 50px);
    --ops-fz-3: 22px;
    --ops-fz-base: 16px;
    --ops-fz-sm: 13px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Saira Condensed', system-ui, -apple-system, sans-serif;
    background:
      /* camo blotches */
      radial-gradient(circle at 12% 18%, rgba(63, 98, 18, .35) 0%, transparent 22%),
      radial-gradient(circle at 78% 28%, rgba(35, 56, 20, .55) 0%, transparent 18%),
      radial-gradient(circle at 30% 60%, rgba(20, 37, 10, .55) 0%, transparent 25%),
      radial-gradient(circle at 85% 80%, rgba(63, 98, 18, .25) 0%, transparent 20%),
      var(--ops-camo);
    background-attachment: fixed;
    color: var(--ops-ink);
    font-size: var(--ops-fz-base);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
/* coordinate grid overlay */
body::before {
    content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background-image:
      linear-gradient(rgba(132, 204, 22, .04) 1px, transparent 1px),
      linear-gradient(90deg, rgba(132, 204, 22, .04) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: .6;
}
body::after {
    content: ''; position: fixed; inset: 0; z-index: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, transparent 30%, transparent 70%, rgba(0,0,0,.4) 100%);
}
a { color: var(--ops-tactical-2); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--ops-bone); }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
    font-family: 'Black Ops One', 'Saira Condensed', sans-serif;
    color: var(--ops-bone);
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.1;
    text-transform: uppercase;
}
h1 { font-size: var(--ops-fz-1); }
h2 { font-size: var(--ops-fz-2); }
h3 { font-size: var(--ops-fz-3); font-family: 'Saira Condensed', sans-serif; font-weight: 700; letter-spacing: .04em; }
p  { margin-bottom: 1em; color: var(--ops-ink-soft); }

.ops-container { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 2; }

/* Buttons - stenciled */
.ops-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 32px;
    background: var(--ops-tactical);
    color: var(--ops-camo) !important;
    font-family: 'Black Ops One', sans-serif;
    font-weight: 400; font-size: 16px; letter-spacing: .14em; text-transform: uppercase;
    border: 2px solid var(--ops-camo); border-radius: 0;
    box-shadow: 5px 5px 0 var(--ops-camo), 0 0 0 1px var(--ops-tactical) inset;
    transition: all .15s ease;
    position: relative;
}
.ops-btn::before { content: '▸ '; }
.ops-btn:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ops-camo); color: var(--ops-camo) !important; }
.ops-btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ops-camo); }
.ops-btn-ghost { background: transparent; color: var(--ops-tactical) !important; border: 2px solid var(--ops-tactical); box-shadow: 5px 5px 0 var(--ops-camo-3); }
.ops-btn-ghost:hover { background: rgba(132, 204, 22, .12); color: var(--ops-tactical-2) !important; }

/* Header */
.ops-header {
    position: sticky; top: 0; z-index: 50;
    background: rgba(20, 37, 10, .92);
    backdrop-filter: blur(8px);
    border-bottom: 3px solid var(--ops-tactical);
}
.ops-header::after {
    content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 3px;
    background: repeating-linear-gradient(90deg, var(--ops-tactical) 0, var(--ops-tactical) 12px, var(--ops-camo) 12px, var(--ops-camo) 24px);
}
.ops-header-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; gap: 18px; }
.ops-logo {
    font-family: 'Black Ops One', sans-serif;
    font-size: 26px; color: var(--ops-bone) !important;
    letter-spacing: .04em; display: inline-flex; align-items: center; gap: 12px;
    text-transform: uppercase;
}
.ops-mark {
    width: 36px; height: 36px;
    background: var(--ops-tactical);
    color: var(--ops-camo);
    display: inline-grid; place-items: center;
    position: relative;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.ops-mark::before {
    content: '★';
    position: absolute; inset: 0; display: grid; place-items: center;
    color: var(--ops-camo); font-size: 18px; font-weight: 900;
}
.ops-logo span { color: var(--ops-tactical); }
.ops-nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; }
.ops-nav a {
    color: var(--ops-bone);
    padding: 9px 16px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 600; font-size: 14px; letter-spacing: .14em; text-transform: uppercase;
    transition: all .15s ease;
    border-radius: 0;
    border-right: 1px solid rgba(132, 204, 22, .15);
}
.ops-nav a:hover { color: var(--ops-tactical); background: var(--ops-camo-3); }
.ops-nav-cta {
    background: var(--ops-tactical) !important;
    color: var(--ops-camo) !important;
    padding: 9px 24px !important;
    font-family: 'Black Ops One', sans-serif !important;
    font-size: 16px !important;
    margin-left: 12px;
    border: 2px solid var(--ops-camo);
    box-shadow: 3px 3px 0 var(--ops-camo);
}
.ops-nav-cta:hover { background: var(--ops-tactical-2) !important; color: var(--ops-camo) !important; transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ops-camo); }

/* Hero */
.ops-hero { position: relative; padding: 100px 0 90px; overflow: hidden; }
.ops-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
      repeating-linear-gradient(45deg, transparent 0, transparent 80px, rgba(132, 204, 22, .04) 80px, rgba(132, 204, 22, .04) 81px),
      repeating-linear-gradient(-45deg, transparent 0, transparent 80px, rgba(132, 204, 22, .04) 80px, rgba(132, 204, 22, .04) 81px);
    pointer-events: none; z-index: 1;
}
.ops-hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
@media(max-width: 960px){ .ops-hero-grid { grid-template-columns: 1fr; } }
.ops-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 8px 18px;
    background: var(--ops-tactical);
    color: var(--ops-camo);
    font-family: 'Black Ops One', sans-serif;
    font-size: 13px; letter-spacing: .14em; text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 26px;
    border: 2px solid var(--ops-camo);
    box-shadow: 4px 4px 0 var(--ops-camo);
}
.ops-eyebrow::before { content:''; width:8px; height:8px; background: var(--ops-camo); animation: ops-blink 1s ease-in-out infinite; }
@keyframes ops-blink {
    0%, 49%, 100% { opacity: 1; }
    50%, 99% { opacity: 0; }
}
.ops-hero h1 {
    margin-bottom: 24px;
    color: var(--ops-bone);
    text-shadow: 4px 4px 0 var(--ops-camo);
}
.ops-hero h1 em {
    font-style: normal;
    color: var(--ops-tactical);
}
.ops-hero p { font-size: 18px; color: var(--ops-ink-soft); max-width: 560px; margin-bottom: 34px; line-height: 1.65; }
.ops-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.ops-hero-card {
    position: relative;
    padding: 28px;
    background: var(--ops-camo-2);
    border: 3px solid var(--ops-tactical);
    border-radius: 0;
    box-shadow: 8px 8px 0 var(--ops-camo);
}
.ops-hero-card::before {
    content: 'BRIEFING'; position: absolute;
    top: -16px; left: 20px;
    background: var(--ops-tactical);
    color: var(--ops-camo);
    font-family: 'Black Ops One', sans-serif;
    padding: 4px 14px;
    font-size: 14px; letter-spacing: .18em;
}
.ops-hero-card::after {
    content: 'CLASSIFIED'; position: absolute;
    bottom: 8px; right: 12px;
    color: rgba(132, 204, 22, .25);
    font-family: 'Black Ops One', sans-serif;
    font-size: 11px; letter-spacing: .25em;
}
.ops-hero-card h3 { font-family: 'Black Ops One', sans-serif; font-size: 18px; color: var(--ops-tactical); margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px dashed var(--ops-olive); letter-spacing: .12em; }
.ops-hero-card ul { list-style: none; }
.ops-hero-card li { display: flex; align-items: center; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--ops-camo-3); }
.ops-hero-card li:last-child { border-bottom: none; }
.ops-match { display: flex; flex-direction: column; gap: 2px; }
.ops-match strong { color: var(--ops-bone); font-weight: 700; font-family: 'Saira Condensed', sans-serif; font-size: 15px; letter-spacing: .04em; }
.ops-match small { color: var(--ops-ash); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; font-family: 'Saira Condensed', sans-serif; }
.ops-odds {
    font-family: 'Black Ops One', sans-serif;
    font-size: 18px; color: var(--ops-camo);
    background: var(--ops-tactical);
    padding: 4px 12px; border-radius: 0;
    border: 2px solid var(--ops-camo);
    letter-spacing: .04em;
}

/* Main */
.ops-main { padding: 80px 0 100px; position: relative; z-index: 2; }
.ops-layout { display: grid; grid-template-columns: 1fr 320px; gap: 50px; }
@media(max-width: 960px){ .ops-layout { grid-template-columns: 1fr; } }

.ops-section-head {
    display: flex; align-items: end; justify-content: space-between; gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--ops-tactical);
    position: relative;
}
.ops-section-head::before {
    content: ''; position: absolute; bottom: -3px; left: 0; right: 0; height: 3px;
    background: repeating-linear-gradient(90deg, var(--ops-tactical) 0, var(--ops-tactical) 12px, transparent 12px, transparent 18px);
}
.ops-section-head h2 em { font-style: normal; color: var(--ops-tactical); }
.ops-section-sub { color: var(--ops-ash); font-size: 13px; display: block; margin-top: 6px; text-transform: uppercase; letter-spacing: .12em; font-family: 'Saira Condensed', sans-serif; }
.ops-link { color: var(--ops-tactical); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .14em; font-family: 'Black Ops One', sans-serif; }
.ops-link::after { content: ' ▸'; }

/* Cards */
.ops-feed { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
@media(max-width: 700px){ .ops-feed { grid-template-columns: 1fr; } }
.ops-card {
    background: var(--ops-camo-2);
    border: 2px solid var(--ops-olive);
    border-radius: 0;
    overflow: hidden;
    transition: all .25s ease;
    animation: ops-deploy .55s cubic-bezier(.2,.8,.2,1) backwards;
    animation-delay: var(--ops-d, 0ms);
    position: relative;
    box-shadow: 4px 4px 0 var(--ops-camo);
}
@keyframes ops-deploy {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ops-card:hover { border-color: var(--ops-tactical); transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--ops-camo); }
.ops-card-thumb { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: linear-gradient(135deg, var(--ops-olive) 0%, var(--ops-camo-3) 100%); }
.ops-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; filter: contrast(1.05) saturate(.9); }
.ops-card:hover .ops-card-thumb img { transform: scale(1.05); }
.ops-card-thumb-fb { position: absolute; inset: 0; display: grid; place-items: center; font-family: 'Black Ops One', sans-serif; font-size: 80px; color: var(--ops-tactical); opacity: .35; }
.ops-card-thumb-fb::after { content: '★'; }
.ops-card-tag {
    position: absolute; top: 14px; left: 14px;
    padding: 4px 12px; background: var(--ops-tactical);
    color: var(--ops-camo);
    font-family: 'Black Ops One', sans-serif;
    font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
    border-radius: 0; z-index: 2;
    border: 2px solid var(--ops-camo);
}
.ops-card-body { padding: 22px; }
.ops-card-meta { display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--ops-ash); margin-bottom: 12px; text-transform: uppercase; letter-spacing: .14em; font-family: 'Saira Condensed', sans-serif; font-weight: 500; }
.ops-dot { width: 4px; height: 4px; background: var(--ops-tactical); }
.ops-card h3 { margin-bottom: 12px; font-size: 22px; font-family: 'Black Ops One', sans-serif; line-height: 1.15; letter-spacing: .02em; }
.ops-card h3 a { color: var(--ops-bone); }
.ops-card h3 a:hover { color: var(--ops-tactical); }
.ops-card-link { font-family: 'Black Ops One', sans-serif; font-size: 13px; color: var(--ops-tactical); text-transform: uppercase; letter-spacing: .14em; }
.ops-card-link::after { content: ' ▸'; }

/* Sidebar */
.ops-aside { display: flex; flex-direction: column; gap: 28px; }
.ops-widget {
    padding: 22px;
    background: var(--ops-camo-2);
    border: 2px solid var(--ops-olive);
    border-radius: 0;
    box-shadow: 4px 4px 0 var(--ops-camo);
    position: relative;
}
.ops-widget::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: repeating-linear-gradient(90deg, var(--ops-tactical) 0, var(--ops-tactical) 8px, transparent 8px, transparent 12px);
}
.ops-widget h3 {
    font-family: 'Black Ops One', sans-serif;
    font-size: 14px; text-transform: uppercase; letter-spacing: .18em;
    color: var(--ops-tactical); margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--ops-olive);
}
.ops-widget-cta { background: var(--ops-tactical); border-color: var(--ops-camo); }
.ops-widget-cta::before { background: repeating-linear-gradient(90deg, var(--ops-camo) 0, var(--ops-camo) 8px, transparent 8px, transparent 12px); }
.ops-widget-cta h3 { color: var(--ops-camo); border-bottom-color: var(--ops-camo); }
.ops-widget-cta strong { display: block; font-family: 'Black Ops One', sans-serif; font-size: 20px; margin: 6px 0 8px; color: var(--ops-camo); letter-spacing: .04em; }
.ops-widget-cta p { font-size: 14px; margin-bottom: 14px; color: var(--ops-camo); }
.ops-widget-cta .ops-btn { background: var(--ops-camo); color: var(--ops-tactical) !important; border-color: var(--ops-tactical); box-shadow: 4px 4px 0 var(--ops-camo-3); }
.ops-odds-list, .ops-pop-list, .ops-cat-list { list-style: none; }
.ops-odds-list li { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--ops-camo-3); font-size: 14px; font-family: 'Saira Condensed', sans-serif; }
.ops-odds-list li:last-child { border-bottom: none; }
.ops-odds-list strong { color: var(--ops-tactical); font-family: 'Black Ops One', sans-serif; font-size: 16px; }
.ops-pop-list li a { display: flex; gap: 12px; padding: 10px 0; color: var(--ops-ink); align-items: flex-start; border-bottom: 1px dashed var(--ops-camo-3); }
.ops-pop-list li:last-child a { border-bottom: none; }
.ops-pop-num { font-family: 'Black Ops One', sans-serif; color: var(--ops-tactical); font-size: 22px; line-height: 1; min-width: 30px; }
.ops-pop-title { font-size: 14px; line-height: 1.45; font-family: 'Saira Condensed', sans-serif; }
.ops-cat-list li a { display: flex; justify-content: space-between; padding: 7px 0; color: var(--ops-ink); border-bottom: 1px dashed var(--ops-camo-3); font-family: 'Saira Condensed', sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.ops-cat-list li a:hover { color: var(--ops-tactical); }
.ops-cat-list li:last-child a { border-bottom: none; }
.ops-cat-list span { color: var(--ops-ash); font-size: 12px; }

/* Breadcrumb */
.ops-crumb { padding: 16px 0 24px; font-family: 'Saira Condensed', sans-serif; font-size: 13px; color: var(--ops-ash); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: .18em; font-weight: 500; }
.ops-crumb a { color: var(--ops-tactical); }

/* Article */
.ops-article-head { margin-bottom: 36px; padding: 24px; background: var(--ops-camo-2); border-left: 4px solid var(--ops-tactical); }
.ops-article-meta { display: flex; align-items: center; gap: 12px; font-family: 'Saira Condensed', sans-serif; font-size: 12px; color: var(--ops-ash); margin-bottom: 16px; text-transform: uppercase; letter-spacing: .18em; flex-wrap: wrap; font-weight: 500; }
.ops-article-meta a { color: var(--ops-tactical); }
.ops-article-hero { margin: 24px 0 40px; border: 3px solid var(--ops-tactical); box-shadow: 8px 8px 0 var(--ops-camo); }
.ops-article-body { font-family: 'Saira Condensed', sans-serif; font-size: 17px; line-height: 1.8; color: var(--ops-ink-soft); font-weight: 400; }
.ops-article-body h2, .ops-article-body h3 { margin-top: 1.6em; margin-bottom: .6em; color: var(--ops-bone); font-family: 'Black Ops One', sans-serif; }
.ops-article-body p { margin-bottom: 1.2em; }
.ops-article-body a { color: var(--ops-tactical); border-bottom: 1px dashed var(--ops-tactical); }
.ops-article-body blockquote { border-left: 4px solid var(--ops-tactical); padding: 12px 22px; margin: 24px 0; background: var(--ops-camo-2); font-style: italic; color: var(--ops-bone); }
.ops-article-body code { background: var(--ops-camo-3); padding: 2px 6px; border-radius: 0; color: var(--ops-tactical); font-size: .92em; font-family: 'Courier New', monospace; }
.ops-article-foot { padding-top: 24px; margin-top: 36px; border-top: 2px dashed var(--ops-olive); }
.ops-article-tags a { display: inline-block; padding: 4px 12px; margin: 4px 6px 4px 0; background: var(--ops-tactical); color: var(--ops-camo); border: 2px solid var(--ops-camo); font-family: 'Black Ops One', sans-serif; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; border-bottom: 2px solid var(--ops-camo) !important; }

/* Related */
.ops-related { margin-top: 60px; padding-top: 40px; border-top: 3px solid var(--ops-tactical); }
.ops-related h2 { margin-bottom: 24px; }
.ops-related h2 em { font-style: normal; color: var(--ops-tactical); }
.ops-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media(max-width: 800px){ .ops-related-grid { grid-template-columns: 1fr; } }
.ops-rel-card { background: var(--ops-camo-2); border: 2px solid var(--ops-olive); transition: all .25s ease; box-shadow: 4px 4px 0 var(--ops-camo); }
.ops-rel-card:hover { border-color: var(--ops-tactical); transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ops-camo); }
.ops-rel-thumb { display: block; aspect-ratio: 16/10; background: linear-gradient(135deg, var(--ops-olive), var(--ops-camo-3)); }
.ops-rel-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ops-rel-card h4 { padding: 14px 14px 4px; font-family: 'Black Ops One', sans-serif; font-size: 16px; }
.ops-rel-card h4 a { color: var(--ops-bone); }
.ops-rel-card time { display: block; padding: 0 14px 14px; font-family: 'Saira Condensed', sans-serif; font-size: 12px; color: var(--ops-ash); text-transform: uppercase; letter-spacing: .18em; }

/* Archive */
.ops-arc-head { padding: 40px 0; text-align: center; }
.ops-arc-eyebrow { display: inline-block; padding: 6px 14px; background: var(--ops-tactical); color: var(--ops-camo); font-family: 'Black Ops One', sans-serif; font-size: 13px; letter-spacing: .18em; margin-bottom: 18px; border: 2px solid var(--ops-camo); box-shadow: 3px 3px 0 var(--ops-camo); }
.ops-arc-head h1 span { color: var(--ops-tactical); }
.ops-arc-desc { color: var(--ops-ink-soft); font-size: 16px; margin-top: 16px; max-width: 720px; margin-left: auto; margin-right: auto; }

/* Pagination */
.ops-pagination { margin-top: 40px; }
.ops-pagination .nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; list-style: none; }
.ops-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; height: 44px; padding: 0 14px; background: var(--ops-camo-2); border: 2px solid var(--ops-olive); color: var(--ops-bone); font-family: 'Black Ops One', sans-serif; font-size: 16px; }
.ops-pagination .page-numbers.current, .ops-pagination .page-numbers:hover { background: var(--ops-tactical); color: var(--ops-camo); border-color: var(--ops-camo); }

/* Comments */
.ops-comments { margin-top: 60px; padding-top: 40px; border-top: 3px solid var(--ops-tactical); }
.ops-comments-title { margin-bottom: 24px; }
.ops-comment-list { list-style: none; }
.ops-comment-list .comment, .ops-comment-list li.comment { padding: 20px 0; border-bottom: 2px dashed var(--ops-olive); }
.ops-comment-list .children { margin-left: 28px; }
.ops-comment-form { margin-top: 30px; display: grid; gap: 14px; }
.ops-comment-form input[type=text], .ops-comment-form input[type=email], .ops-comment-form input[type=url], .ops-comment-form textarea { width: 100%; padding: 12px 16px; background: var(--ops-camo-2); border: 2px solid var(--ops-olive); border-radius: 0; color: var(--ops-bone); font-family: 'Saira Condensed', sans-serif; font-size: 15px; }
.ops-comment-form textarea { min-height: 120px; }
.ops-comment-form input:focus, .ops-comment-form textarea:focus { outline: none; border-color: var(--ops-tactical); box-shadow: 4px 4px 0 var(--ops-camo); }
.ops-comments-closed { color: var(--ops-ash); padding: 16px 0; }
.ops-comment-reply-title { font-family: 'Black Ops One', sans-serif; color: var(--ops-tactical); font-size: 24px; margin-bottom: 12px; letter-spacing: .08em; }

/* 404 */
.ops-404 { padding: 120px 0; text-align: center; }
.ops-404 h1 { font-size: clamp(100px, 16vw, 240px); color: var(--ops-tactical); font-family: 'Black Ops One', sans-serif; line-height: 1; text-shadow: 6px 6px 0 var(--ops-camo); }
.ops-404 h1 span { color: var(--ops-bone); }
.ops-404 p { font-size: 18px; margin: 30px auto; max-width: 540px; font-family: 'Saira Condensed', sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.ops-404-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.ops-404-search { margin-top: 50px; max-width: 480px; margin-left: auto; margin-right: auto; }
.ops-404-search input[type=search] { width: 100%; padding: 14px 18px; background: var(--ops-camo-2); border: 2px solid var(--ops-olive); border-radius: 0; color: var(--ops-bone); font-family: 'Saira Condensed', sans-serif; }

/* Footer */
.ops-footer { margin-top: 80px; padding: 70px 0 30px; background: var(--ops-camo-2); border-top: 3px solid var(--ops-tactical); position: relative; z-index: 2; }
.ops-footer::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: repeating-linear-gradient(90deg, var(--ops-tactical) 0, var(--ops-tactical) 12px, var(--ops-camo) 12px, var(--ops-camo) 24px);
}
.ops-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
@media(max-width: 800px){ .ops-footer-grid { grid-template-columns: 1fr 1fr; } }
.ops-footer-brand p { font-size: 14px; max-width: 360px; margin-top: 14px; color: var(--ops-ash); }
.ops-footer-col h4 { color: var(--ops-tactical); font-family: 'Black Ops One', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: .18em; margin-bottom: 18px; padding-bottom: 6px; border-bottom: 2px solid var(--ops-olive); }
.ops-footer-col ul { list-style: none; }
.ops-footer-col li { margin-bottom: 8px; }
.ops-footer-col a { color: var(--ops-ink-soft); font-family: 'Saira Condensed', sans-serif; font-size: 14px; text-transform: uppercase; letter-spacing: .04em; }
.ops-footer-col a:hover { color: var(--ops-tactical); }
.ops-footer-bottom { padding-top: 26px; border-top: 2px dashed var(--ops-olive); text-align: center; color: var(--ops-ash); font-family: 'Saira Condensed', sans-serif; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }

::selection { background: var(--ops-tactical); color: var(--ops-camo); }
