:root{
  --urc-ink:#071722;
  --urc-navy:#16384c;
  --urc-signal:#ff6b2b;
  --urc-paper:#f7f5ef;
  --urc-mist:#edf2f1;
}
html{scroll-behavior:smooth;overflow-x:hidden;background:var(--urc-paper)}
body{margin:0;min-width:320px;overflow-x:hidden;background:var(--urc-paper);color:var(--urc-ink);font-family:'Outfit',Arial,sans-serif;-webkit-font-smoothing:antialiased}
body.admin-bar .urc-global-header{top:32px}
@media(max-width:782px){body.admin-bar .urc-global-header{top:46px}}
.urc-theme-content{min-height:40vh}
.urc-theme-content>.elementor{width:100%}
.urc-theme-shell{width:min(calc(100% - 48px),1180px);margin-inline:auto}
.urc-theme-fallback-header{position:relative;z-index:20;padding:18px 0;background:var(--urc-ink);color:#fff}
.urc-theme-fallback-header .urc-theme-shell{display:flex;align-items:center;justify-content:space-between;gap:28px}
.urc-theme-fallback-header ul{display:flex;gap:18px;list-style:none;margin:0;padding:0}
.urc-theme-brand{font-weight:700;letter-spacing:.08em;text-decoration:none;color:#fff}
.urc-theme-fallback-footer{padding:38px 0;background:#05121b;color:rgba(255,255,255,.68)}
.urc-theme-standard-content{padding:80px 0}
.urc-theme-not-found{display:flex;min-height:70vh;align-items:center;padding:100px 0}
.urc-theme-not-found h1{font-size:clamp(2.8rem,6vw,5rem);line-height:1;margin:.1em 0}
.urc-theme-not-found a{display:inline-block;margin-top:18px;padding:13px 20px;border-radius:8px;background:var(--urc-signal);color:#fff;text-decoration:none;font-weight:700}
.urc-theme-eyebrow{color:var(--urc-signal);font-size:.75rem;font-weight:700;letter-spacing:.13em}
:focus-visible{outline:3px solid rgba(255,107,43,.5);outline-offset:3px}
@media(max-width:720px){.urc-theme-shell{width:min(calc(100% - 32px),1180px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
