/* ======================================
   ZON TACTICAL — tactical.css
   Page-specific styles only. Everything else
   is inherited from style.css + premium.css.
   ====================================== */

/* Hero media — cold, hard, near-black, with a faint
   amber glow up top. (No video on the path pages.) */
.hero-media--tactical {
  background-color: #0A0908;
  background-image:
    radial-gradient(120% 80% at 82% -5%, rgba(234,88,12,0.14), transparent 55%),
    linear-gradient(162deg, #18140F 0%, #0A0908 70%);
}

/* When the credentials grid is followed by a featured
   outcome, give the callout some breathing room. */
#credentials .testimonial-featured {
  margin-top: clamp(24px, 3vw, 36px);
}

/* On portrait mobile the subject is on the right side of
   the landscape frame — shift crop accordingly. */
@media (max-width: 640px) {
  .hero-media--tactical .hero-video {
    object-position: right center;
  }
}
