<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* CATLEY RANCH – LOW FOOTER */
.cr-footer {
  width: 100%;
  background: #090909;
  color: rgba(255, 255, 255, 0.82);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  font-family: inherit;
}

.cr-footer-inner {
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 16px 0 14px;
  display: grid;
  gap: 6px;
  text-align: center;
}

.cr-footer-brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 10px;
  font-size: 0.92rem;
  line-height: 1.35;
}

.cr-footer-brand strong {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cr-footer-brand span {
  color: rgba(255, 255, 255, 0.66);
}

.cr-footer-contact,
.cr-footer-credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 9px;
  font-size: 0.86rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.64);
}

.cr-footer a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.cr-footer a:hover,
.cr-footer a:focus {
  color: #b6ff00;
  text-decoration: none;
}

.cr-footer-credit a {
  color: #b6ff00;
  font-weight: 600;
}

.cr-footer-credit a:hover,
.cr-footer-credit a:focus {
  color: #ffffff;
}

/* Tablet / desktop – still low */
@media (min-width: 760px) {
  .cr-footer-inner {
    padding: 14px 0 13px;
    gap: 4px;
  }

  .cr-footer-brand {
    font-size: 0.94rem;
  }

  .cr-footer-contact,
  .cr-footer-credit {
    font-size: 0.86rem;
  }
}</style>
<!-- end Simple Custom CSS and JS -->
