/* Orbital Media Networks site styles */
:root{
  --omni-blue:#002147;
  --omni-orange:#FF6319;
  --muted:#6c757d;
}
html,body{height:100%;}
body{
  font-family: system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif;
  color:#222;
  background:#fff;
}
.bg-omni-blue{background-color:var(--omni-blue) !important}
.btn-omni-orange{background:var(--omni-orange);border-color:var(--omni-orange);color:#fff}
.btn-omni-orange:hover{background:#e55a10;border-color:#e55a10}
.brand-logo{height:42px;width:auto}
.brand-text{font-weight:600;color:#fff}

.hero{position:relative;min-height:60vh;display:flex;align-items:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,33,71,0.55) 0%, rgba(0,33,71,0.6) 50%, rgba(0,33,71,0.7) 100%)}
.hero .hero-content{position:relative;z-index:2;padding:6rem 0}
.hero{background-image:url('../assets/img/rmnn-hero-scaled.jpg');background-repeat:no-repeat;background-position:center right;background-size:cover}
.hero-logo{max-width:160px}

.section-title{font-weight:700;font-size:1.5rem}
.service-list{list-style:disc;margin-left:1rem}

.rmnn-logo{max-width:220px}

/* Accessibility focus states */
a:focus{outline:3px solid rgba(255,99,25,0.25);outline-offset:3px}

/* Responsive tweaks */
@media (max-width:767px){
  .hero{min-height:50vh;background-position:center top}
  .brand-logo{height:36px}
}

/* small utility */
.pre-wrap{white-space:pre-wrap}
