/* ============================================================
   COMMANDER PRIOR SERVICE FILE — J-001
   ============================================================ */
.cf-body {
  background: #070b12;
  color: #c8d4e0;
  min-height: 100dvh;
}

.cf-grid-fx {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(40, 80, 120, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 80, 120, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}

.cf-header .header-inner {
  max-width: 1180px;
}

.cf-header .main-nav a.is-active {
  color: #93c5fd;
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(37, 99, 235, 0.12);
}

.cf-badge {
  font-family: var(--mono, monospace);
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  color: #93c5fd;
  border: 1px solid rgba(96, 165, 250, 0.35);
  padding: 0.35rem 0.5rem;
  white-space: nowrap;
}

.cf-main {
  position: relative;
  z-index: 1;
}

/* Hero */
.cf-hero {
  position: relative;
  min-height: min(72vh, 640px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid rgba(96, 165, 250, 0.25);
}

.cf-hero-media {
  position: absolute;
  inset: 0;
}

.cf-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.cf-hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 11, 18, 0.35) 0%, rgba(7, 11, 18, 0.55) 40%, rgba(7, 11, 18, 0.96) 100%),
    linear-gradient(90deg, rgba(7, 11, 18, 0.85) 0%, transparent 55%);
}

.cf-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 2.75rem;
  width: 100%;
}

.cf-kicker,
.cf-section-label {
  font-family: var(--mono, monospace);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: #60a5fa;
  margin: 0 0 0.5rem;
}

.cf-hero h1 {
  font-family: var(--mono, monospace);
  font-size: clamp(2.4rem, 7vw, 4rem);
  letter-spacing: 0.16em;
  color: #e8f4ff;
  margin: 0 0 0.4rem;
  text-shadow: 0 0 40px rgba(96, 165, 250, 0.35);
}

.cf-hero-id {
  font-family: var(--mono, monospace);
  font-size: 0.85rem;
  color: #7dd3fc;
  margin: 0 0 1rem;
}

.cf-lede {
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #9aafc2;
  margin: 0 0 1.25rem;
}

.cf-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.35rem;
}

.cf-chip {
  font-family: var(--mono, monospace);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  padding: 0.3rem 0.5rem;
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: #93c5fd;
  background: rgba(15, 30, 50, 0.65);
}

.cf-chip-gold {
  color: #fbbf24;
  border-color: rgba(251, 191, 36, 0.4);
}

.cf-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* Intro */
.cf-intro {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 1rem;
}

.cf-intro-grid {
  display: grid;
  grid-template-columns: minmax(200px, 280px) 1fr;
  gap: 1.75rem 2rem;
  align-items: start;
}

.cf-portrait-card {
  margin: 0;
  border: 1px solid rgba(96, 165, 250, 0.3);
  background: #0c121c;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.cf-portrait-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 15%;
  background: #0a1018;
}

.cf-portrait-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  font-family: var(--mono, monospace);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: #60a5fa;
  background: #050a12;
  border-top: 1px solid rgba(96, 165, 250, 0.2);
}

.cf-intro-copy h2 {
  font-family: var(--mono, monospace);
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  letter-spacing: 0.06em;
  color: #e8f4ff;
  margin: 0 0 0.85rem;
}

.cf-intro-copy p {
  color: #94a8bc;
  line-height: 1.55;
  margin: 0 0 0.85rem;
}

.cf-note {
  font-family: var(--mono, monospace);
  font-size: 0.78rem;
  color: #7dd3fc !important;
  border-left: 2px solid rgba(96, 165, 250, 0.45);
  padding-left: 0.75rem;
}

.cf-vitals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin: 1.25rem 0 0;
  border: 1px solid rgba(96, 165, 250, 0.25);
  font-family: var(--mono, monospace);
  font-size: 0.72rem;
}

.cf-vitals > div {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.6rem;
  border-bottom: 1px solid rgba(96, 165, 250, 0.12);
  border-right: 1px solid rgba(96, 165, 250, 0.12);
  color: #7a90a8;
}

.cf-vitals > div:nth-child(2n) { border-right: none; }
.cf-vitals > div:nth-last-child(-n + 2) { border-bottom: none; }
.cf-vitals dt { font-weight: 400; }
.cf-vitals dd { margin: 0; color: #93c5fd; text-align: right; }

/* Sections */
.cf-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2.25rem 1.25rem 1.5rem;
}

.cf-section h2 {
  font-family: var(--mono, monospace);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  letter-spacing: 0.06em;
  color: #e8f4ff;
  margin: 0 0 0.5rem;
}

.cf-section-intro {
  color: #8aa0b5;
  max-width: 40rem;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}

/* Timeline */
.cf-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cf-tl-item {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.85rem 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(56, 120, 180, 0.28);
  background: linear-gradient(135deg, rgba(12, 22, 36, 0.95), rgba(6, 10, 18, 0.98));
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.2s;
}

.cf-tl-item.is-in {
  opacity: 1;
  transform: none;
}

.cf-tl-item:hover {
  border-color: rgba(96, 165, 250, 0.45);
}

.cf-tl-item-critical {
  border-color: rgba(248, 113, 113, 0.35);
  background: linear-gradient(135deg, rgba(40, 12, 16, 0.55), rgba(6, 10, 18, 0.98));
}

.cf-tl-item-jamesha {
  border-color: rgba(0, 200, 240, 0.4);
  background: linear-gradient(135deg, rgba(40, 32, 8, 0.4), rgba(6, 10, 18, 0.98));
}

.cf-tl-mark {
  font-family: var(--mono, monospace);
  font-size: 1.1rem;
  font-weight: 700;
  color: #60a5fa;
  letter-spacing: 0.06em;
  padding-top: 0.15rem;
}

.cf-tl-item-critical .cf-tl-mark { color: #f87171; }
.cf-tl-item-jamesha .cf-tl-mark { color: #fbbf24; }

.cf-tl-body h3 {
  font-family: var(--mono, monospace);
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: #e8f4ff;
  margin: 0 0 0.5rem;
}

.cf-tl-body p {
  color: #94a8bc;
  line-height: 1.55;
  margin: 0 0 0.75rem;
}

.cf-tl-body a {
  color: #7dd3fc;
}

.cf-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cf-tags li {
  font-family: var(--mono, monospace);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.45rem;
  border: 1px solid rgba(96, 165, 250, 0.28);
  color: #7dd3fc;
  background: rgba(15, 30, 50, 0.5);
}

.cf-inline-fig {
  margin: 0.75rem 0 1rem;
  border: 1px solid rgba(96, 165, 250, 0.22);
  overflow: hidden;
  background: #050a12;
}

.cf-inline-fig img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}

.cf-inline-fig figcaption {
  font-family: var(--mono, monospace);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  color: #64748b;
  padding: 0.4rem 0.55rem;
  border-top: 1px solid rgba(96, 165, 250, 0.15);
}

.cf-lang-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cf-lang {
  font-family: var(--mono, monospace);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #e8f4ff;
  border: 1px solid rgba(96, 165, 250, 0.35);
  padding: 0.45rem 0.7rem;
  background: rgba(15, 40, 70, 0.4);
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 4.5rem;
}

.cf-lang small {
  font-size: 0.58rem;
  font-weight: 400;
  color: #60a5fa;
  letter-spacing: 0.1em;
}

/* Agencies */
.cf-agency-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.85rem;
}

.cf-agency {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(56, 120, 180, 0.3);
  background: rgba(8, 14, 24, 0.92);
  text-decoration: none;
  color: inherit;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.2s, background 0.2s;
}

.cf-agency.is-in {
  opacity: 1;
  transform: none;
}

.cf-agency:hover {
  border-color: rgba(125, 211, 252, 0.5);
  background: rgba(12, 28, 48, 0.95);
  text-decoration: none;
  color: inherit;
}

.cf-agency-seal {
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid rgba(197, 165, 114, 0.5);
  background: #0a0e14;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.cf-agency-seal img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  display: block;
}

.cf-seal-fallback {
  font-family: var(--mono, monospace);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #93c5fd;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 0;
}

/* Hide letter fallback only when seal image is present */
.cf-agency-seal:has(img) .cf-seal-fallback {
  display: none;
}

.cf-seal-army { background: radial-gradient(circle at 35% 30%, #3d4a2a, #12180e 70%); }
.cf-seal-navy { background: radial-gradient(circle at 35% 30%, #1a3a6e, #0a1428 70%); }
.cf-seal-af { background: radial-gradient(circle at 35% 30%, #1e3a5c, #0c1524 70%); }
.cf-seal-state { background: radial-gradient(circle at 35% 30%, #4a2c1a, #1a1008 70%); }
.cf-seal-disa { background: radial-gradient(circle at 35% 30%, #1a4a4a, #0a1a1a 70%); }
.cf-seal-dod { background: radial-gradient(circle at 35% 30%, #2a3a5c, #0e1420 70%); }
.cf-seal-nsa { background: radial-gradient(circle at 35% 30%, #2a2a4a, #0c0c18 70%); }
.cf-seal-bae { background: radial-gradient(circle at 35% 30%, #3a2a1a, #140e08 70%); }

.cf-agency h3 {
  font-family: var(--mono, monospace);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: #e8f4ff;
  margin: 0 0 0.3rem;
}

.cf-agency p {
  font-size: 0.88rem;
  color: #8aa0b5;
  margin: 0 0 0.4rem;
  line-height: 1.4;
}

.cf-agency-link {
  font-family: var(--mono, monospace);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  color: #60a5fa;
}

/* Quals */
.cf-qual-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 0.85rem;
}

.cf-qual {
  border: 1px solid rgba(56, 120, 180, 0.28);
  background: rgba(8, 14, 24, 0.9);
  padding: 0.9rem 1rem;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cf-qual.is-in {
  opacity: 1;
  transform: none;
}

.cf-qual h3 {
  font-family: var(--mono, monospace);
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: #60a5fa;
  margin: 0 0 0.65rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(96, 165, 250, 0.2);
}

.cf-qual ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cf-qual li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  font-family: var(--mono, monospace);
  font-size: 0.72rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(40, 60, 80, 0.5);
  color: #94a8bc;
}

.cf-qual li:last-child { border-bottom: none; }
.cf-qual li strong {
  color: #fbbf24;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: right;
}

/* Night Shade margin note on gallery */
.cf-ns-note {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(192, 132, 252, 0.4);
  border-left: 3px solid #c084fc;
  background: linear-gradient(90deg, rgba(88, 28, 135, 0.22), rgba(8, 12, 20, 0.6));
  max-width: 40rem;
}

.cf-ns-note-tag {
  display: block;
  font-family: var(--mono, monospace);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  color: #e9d5ff;
  margin-bottom: 0.4rem;
}

.cf-ns-note p {
  margin: 0 0 0.4rem;
  color: #d8c8e8;
  font-size: 0.98rem;
  line-height: 1.45;
}

.cf-ns-note-foot {
  font-family: var(--mono, monospace) !important;
  font-size: 0.68rem !important;
  color: #a78bfa !important;
  margin: 0 !important;
}

/* ── Amber Vector / field mobility (bike still + loop) ── */
.cf-amber-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: stretch;
}

.cf-amber-card {
  margin: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(245, 158, 11, 0.35);
  background: #0a0c10;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 28px rgba(245, 158, 11, 0.08);
}

.cf-amber-card img,
.cf-amber-video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: center top;
  background: #050508;
}

.cf-amber-video-wrap {
  position: relative;
  background: #050508;
}

.cf-amber-live {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-family: var(--mono, monospace);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: #fde68a;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(251, 191, 36, 0.45);
  padding: 0.2rem 0.4rem;
  pointer-events: none;
}

.cf-amber-live i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 8px #f59e0b;
  animation: cf-amber-pulse 1.3s ease-in-out infinite;
}

@keyframes cf-amber-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

.cf-amber-card figcaption {
  font-family: var(--mono, monospace);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: #94a3b8;
  padding: 0.55rem 0.65rem 0.7rem;
  line-height: 1.4;
  border-top: 1px solid rgba(245, 158, 11, 0.2);
}

.cf-amber-tag {
  display: block;
  color: #fbbf24;
  font-size: 0.55rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.25rem;
}

.cf-amber-brief {
  border: 1px solid rgba(56, 120, 180, 0.3);
  background: linear-gradient(160deg, rgba(40, 28, 8, 0.45), rgba(8, 12, 20, 0.96));
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 3px;
  border-left: 3px solid rgba(245, 158, 11, 0.75);
}

.cf-amber-brief h3 {
  font-family: var(--sans, sans-serif);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #f8fafc;
  margin: 0.35rem 0 0.65rem;
}

.cf-amber-brief p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #b8c8d8;
  margin: 0 0 0.75rem;
}

.cf-amber-brief a {
  color: #fbbf24;
}

.cf-amber-meta {
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cf-amber-meta li {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-family: var(--mono, monospace);
  font-size: 0.68rem;
  color: #94a3b8;
}

.cf-amber-meta strong {
  color: #e2e8f0;
  font-weight: 600;
  text-align: right;
}

.cf-amber-ns {
  font-family: var(--mono, monospace) !important;
  font-size: 0.72rem !important;
  color: #c4b5fd !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

@media (max-width: 960px) {
  .cf-amber-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-amber-brief {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .cf-amber-grid {
    grid-template-columns: 1fr;
  }

  .cf-amber-card img,
  .cf-amber-video {
    max-height: 70vh;
    margin: 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cf-amber-live i {
    animation: none;
  }
}

.cf-amber-card,
.cf-amber-brief {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cf-amber-card.is-in,
.cf-amber-brief.is-in {
  opacity: 1;
  transform: none;
}

/* Gallery */
.cf-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.75rem;
}

.cf-gallery-featured {
  grid-column: span 1;
  box-shadow: 0 0 0 1px rgba(192, 132, 252, 0.35);
}

.cf-gallery figure {
  margin: 0;
  border: 1px solid rgba(56, 120, 180, 0.25);
  background: #050a12;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.cf-gallery figure.is-in {
  opacity: 1;
  transform: none;
}

.cf-gallery img,
.cf-gallery video {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #050508;
}

.cf-gallery-portrait img,
.cf-gallery-portrait video {
  aspect-ratio: 3 / 4;
  object-position: center top;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.25);
}

.cf-gallery figcaption {
  font-family: var(--mono, monospace);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  color: #64748b;
  padding: 0.4rem 0.5rem;
}

/* Close */
.cf-close {
  padding-bottom: 3rem;
}

.cf-close-card {
  border: 1px solid rgba(0, 200, 240, 0.35);
  background:
    linear-gradient(180deg, rgba(40, 32, 10, 0.35), rgba(6, 10, 18, 0.98)),
    #0a0e14;
  padding: 1.75rem 1.5rem 1.5rem;
  text-align: center;
  max-width: 42rem;
  margin: 0 auto;
}

.cf-close-emblem {
  display: block;
  margin: 0 auto 0.75rem;
  filter: drop-shadow(0 0 16px rgba(0, 200, 240, 0.35));
}

.cf-close-card h2 {
  margin-bottom: 0.75rem;
}

.cf-close-card > p {
  color: #94a8bc;
  line-height: 1.55;
  margin: 0 0 0.85rem;
  text-align: left;
}

.cf-close-quote {
  font-family: var(--mono, monospace);
  font-size: 0.95rem;
  color: #e8f4ff !important;
  border-left: 3px solid #00c8f0;
  padding: 0.5rem 0 0.5rem 1rem;
  margin: 1.25rem 0 !important;
  text-align: left !important;
}

.cf-close-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.7rem;
  font-style: normal;
  color: #00c8f0;
  letter-spacing: 0.08em;
}

.cf-close-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.25rem 0 1rem;
}

.cf-disclaimer {
  font-family: var(--mono, monospace);
  font-size: 0.62rem !important;
  line-height: 1.45 !important;
  color: #64748b !important;
  text-align: left !important;
  margin: 0 !important;
  border-top: 1px solid rgba(100, 116, 139, 0.3);
  padding-top: 0.85rem;
}

.cf-footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 1.25rem 2.5rem;
  text-align: center;
  font-family: var(--mono, monospace);
  font-size: 0.7rem;
  color: #64748b;
  position: relative;
  z-index: 1;
}

.cf-footer a {
  color: #60a5fa;
}

@media (max-width: 800px) {
  .cf-intro-grid {
    grid-template-columns: 1fr;
  }

  .cf-portrait-card {
    max-width: 280px;
    margin: 0 auto;
  }

  .cf-vitals {
    grid-template-columns: 1fr;
  }

  .cf-vitals > div {
    border-right: none;
  }

  .cf-vitals > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(96, 165, 250, 0.12);
  }

  .cf-vitals > div:last-child {
    border-bottom: none;
  }

  .cf-badge {
    display: none;
  }

  .cf-tl-item {
    grid-template-columns: 2.4rem 1fr;
    padding: 0.85rem;
  }
}

/* ============================================================
   AIRBORNE / OPERATION STATIC LINE
   ============================================================ */

.cf-airborne {
  border-top: 1px solid rgba(250, 204, 21, 0.2);
  background:
    radial-gradient(ellipse 70% 40% at 50% 0%, rgba(250, 204, 21, 0.06), transparent 60%),
    transparent;
}

.cf-ab-vitals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.45rem;
  margin: 1rem 0 1.5rem;
}

.cf-ab-vitals > div {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.55rem 0.65rem;
  border: 1px solid rgba(250, 204, 21, 0.28);
  background: rgba(12, 16, 22, 0.9);
  font-family: var(--mono, monospace);
}

.cf-ab-vitals span {
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: #a8a29e;
}

.cf-ab-vitals strong {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #fde68a;
  font-weight: 700;
}

.cf-ab-ok {
  color: #86efac !important;
}

.cf-ab-grid {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 880px) {
  .cf-ab-grid {
    grid-template-columns: minmax(220px, 0.85fr) 1.15fr;
    align-items: start;
  }
}

.cf-ab-sign {
  margin: 0;
  border: 1px solid rgba(250, 204, 21, 0.35);
  background: #0a0e14;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.cf-ab-sign img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(52vh, 420px);
  object-fit: contain;
  background: #05070b;
}

.cf-ab-sign figcaption,
.cf-ab-stills figcaption {
  padding: 0.65rem 0.75rem 0.8rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #94a3b8;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.cf-ab-cap-k {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--mono, monospace);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: #fbbf24;
}

.cf-ab-copy h3 {
  margin: 0 0 0.55rem;
  font-family: var(--mono, monospace);
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: #e8f4ff;
}

.cf-ab-copy p {
  margin: 0 0 0.75rem;
  color: #94a8bc;
  line-height: 1.55;
}

.cf-ab-bullets {
  margin: 0 0 1rem;
  padding-left: 1.15rem;
  color: #a8b8c8;
  line-height: 1.5;
}

.cf-ab-bullets li {
  margin-bottom: 0.35rem;
}

.cf-ab-foot {
  font-family: var(--mono, monospace) !important;
  font-size: 0.72rem !important;
  color: #64748b !important;
  border-left: 2px solid rgba(250, 204, 21, 0.35);
  padding-left: 0.75rem;
}

.cf-tl-link {
  margin: 0.65rem 0 0 !important;
}

.cf-tl-link a {
  font-family: var(--mono, monospace);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: #fbbf24;
  text-decoration: none;
}

.cf-tl-link a:hover {
  text-decoration: underline;
}

/* Spot J-001 game */
.cf-ab-spot {
  margin: 0 0 1.75rem;
  border: 1px solid rgba(96, 165, 250, 0.3);
  background: rgba(8, 12, 20, 0.95);
  border-radius: 3px;
  overflow: hidden;
}

.cf-ab-spot-head {
  padding: 0.85rem 1rem 0.65rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.cf-ab-spot-head h3 {
  margin: 0 0 0.4rem;
  font-family: var(--mono, monospace);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: #7dd3fc;
}

.cf-ab-spot-head p {
  margin: 0 0 0.4rem;
  color: #94a3b8;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cf-ab-spot-status {
  margin: 0.5rem 0 0 !important;
  font-family: var(--mono, monospace) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.1em;
  color: #fbbf24 !important;
  min-height: 1.2em;
}

.cf-ab-spot-stage {
  position: relative;
  background: #05070b;
  cursor: crosshair;
  user-select: none;
  touch-action: manipulation;
}

.cf-ab-spot-stage img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(70vh, 640px);
  object-fit: contain;
  margin: 0 auto;
}

.cf-ab-spot-stage.is-miss {
  animation: cf-ab-shake 0.28s ease;
}

@keyframes cf-ab-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

/* Hotspot — J-001 center-file: chest + head (generous hit box) */
.cf-ab-hotspot {
  position: absolute;
  left: 50.5%;
  top: 36.5%;
  width: 12%;
  height: 20%;
  transform: translate(-50%, -50%);
  border: 2px dashed transparent;
  background: transparent;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  border-radius: 45%;
}

.cf-ab-spot-stage.is-hint .cf-ab-hotspot {
  border-color: rgba(250, 204, 21, 0.75);
  box-shadow: 0 0 0 6px rgba(250, 204, 21, 0.12), 0 0 24px rgba(250, 204, 21, 0.25);
  animation: cf-ab-pulse 1s ease infinite;
}

@keyframes cf-ab-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

.cf-ab-hotspot.is-on {
  border-color: rgba(134, 239, 172, 0.9);
  background: rgba(34, 197, 94, 0.12);
  box-shadow: 0 0 0 3px rgba(134, 239, 172, 0.25);
  cursor: default;
}

.cf-ab-reticle {
  position: absolute;
  left: 50.5%;
  top: 36.5%;
  width: 11%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 2px solid #86efac;
  border-radius: 50%;
  pointer-events: none;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(134, 239, 172, 0.4), 0 0 20px rgba(34, 197, 94, 0.35);
}

.cf-ab-reticle::before,
.cf-ab-reticle::after {
  content: "";
  position: absolute;
  background: #86efac;
}

.cf-ab-reticle::before {
  left: 50%;
  top: -8%;
  bottom: -8%;
  width: 1px;
  transform: translateX(-50%);
}

.cf-ab-reticle::after {
  top: 50%;
  left: -8%;
  right: -8%;
  height: 1px;
  transform: translateY(-50%);
}

.cf-ab-cert {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 4;
  padding: 0.7rem 0.85rem;
  background: rgba(6, 12, 10, 0.92);
  border: 1px solid rgba(134, 239, 172, 0.45);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
}

.cf-ab-cert-k {
  margin: 0 0 0.25rem;
  font-family: var(--mono, monospace);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: #86efac;
}

.cf-ab-cert-t {
  margin: 0 0 0.3rem;
  font-family: var(--mono, monospace);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  color: #e8f4ff;
  font-weight: 700;
}

.cf-ab-cert-b {
  margin: 0;
  font-size: 0.85rem;
  color: #94a3b8;
  line-height: 1.4;
}

.cf-ab-spot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.7rem 0.85rem 0.85rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.cf-ab-stills {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .cf-ab-stills {
    grid-template-columns: 1fr 1.2fr 0.9fr;
  }
}

.cf-ab-stills figure {
  margin: 0;
  border: 1px solid rgba(96, 165, 250, 0.22);
  background: #0a0e14;
  overflow: hidden;
}

.cf-ab-stills img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  object-position: center 30%;
  background: #05070b;
}

.cf-ab-jungle img {
  object-fit: contain;
  object-position: center top;
  max-height: min(70vh, 520px);
  background: #05070b;
}

/* Armory / Ft. Leonard Wood */
.cf-ab-armory {
  margin-top: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(8, 12, 18, 0.92);
  border-radius: 3px;
  overflow: hidden;
}

.cf-ab-armory-head {
  padding: 0.9rem 1rem 0.7rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.cf-ab-armory-head h3 {
  margin: 0 0 0.4rem;
  font-family: var(--mono, monospace);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  color: #fbbf24;
}

.cf-ab-armory-head p {
  margin: 0;
  color: #94a3b8;
  font-size: 0.95rem;
  line-height: 1.45;
  max-width: 48rem;
}

.cf-ab-armory-grid {
  display: grid;
  gap: 0;
}

@media (min-width: 880px) {
  .cf-ab-armory-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
}

.cf-ab-armory-hero {
  margin: 0;
  border-right: 1px solid rgba(148, 163, 184, 0.12);
  background: #05070b;
}

.cf-ab-armory-hero img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 640px);
  object-fit: contain;
  object-position: center center;
  background: #05070b;
}

.cf-ab-armory-hero figcaption {
  padding: 0.7rem 0.85rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #94a3b8;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(8, 12, 18, 0.95);
}

.cf-ab-armory-hero figcaption span {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--mono, monospace);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  color: #fbbf24;
}

.cf-ab-armory-copy {
  padding: 1rem 1.05rem 1.15rem;
}

.cf-ab-vitals-compact {
  margin: 0 0 1rem;
}

.cf-ab-armory-copy > p {
  margin: 0 0 0.85rem;
  color: #94a8bc;
  line-height: 1.55;
}

.cf-tl-body a {
  color: #fbbf24;
  text-decoration: none;
}

.cf-tl-body a:hover {
  text-decoration: underline;
}

.cf-ab-stills figcaption span {
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--mono, monospace);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  color: #60a5fa;
}

@media (prefers-reduced-motion: reduce) {
  .cf-tl-item,
  .cf-agency,
  .cf-qual,
  .cf-gallery figure,
  .cf-ab-sign,
  .cf-ab-stills figure,
  .cf-ab-spot {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .cf-ab-spot-stage.is-miss,
  .cf-ab-spot-stage.is-hint .cf-ab-hotspot {
    animation: none !important;
  }
}
