/* Certified Jets — site-wide regional contact block.
   Self-contained and namespaced so it cannot affect existing styles. */
.cjrc{background:#212121;color:#fff;padding:clamp(2.5rem,5vw,4rem) 0;
  font-family:'Archivo',system-ui,-apple-system,sans-serif;font-weight:300}
.cjrc *{box-sizing:border-box}
.cjrc-inner{max-width:82rem;margin-inline:auto;padding-inline:clamp(1.25rem,5vw,5.5rem)}
.cjrc .cjrc-logo{display:block;width:auto;height:clamp(26px,3vw,36px);margin:0 0 1.6rem}
.cjrc .cjrc-title{font-family:'Prata',Georgia,serif;font-weight:400;color:#fff;
  font-size:clamp(1.3rem,1.1rem + .8vw,1.75rem);line-height:1.2;margin:0 0 1.8rem;letter-spacing:-.01em}
.cjrc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11.5rem,1fr));
  gap:1.8rem 2.5rem;border-top:1px solid rgba(255,255,255,.12);padding-top:1.8rem}
.cjrc-reg{padding:0;border:0;min-width:0}
.cjrc-reg:last-child{border-right:0}
.cjrc .cjrc-reg h3{font-family:'Archivo',system-ui,sans-serif;font-size:.64rem;letter-spacing:.2em;
  color:#a9987e;text-transform:uppercase;margin:0 0 .8rem;font-weight:500;line-height:1.4}
.cjrc-reg a{display:block;font-size:.9rem;line-height:1.95;text-decoration:none;
  color:rgba(255,255,255,.78);font-variant-numeric:tabular-nums;transition:color .18s ease}
.cjrc-reg a:hover,.cjrc-reg a:focus-visible{color:#a9987e}
@media(max-width:760px){.cjrc-reg{padding-right:0}}
