/* Urban Carry Info premium homepage. Scoped to .uci. */
body.uci-ph{margin:0;background:#FAF8F4}
.uci{--bg:#FAF8F4;--surface:#FFFFFF;--ink:#1A1F2E;--accent:#B52F03;--accent-h:#962702;--navy:#294889;--navy-h:#1F3870;--deep:#16264A;--gold:#F4A410;--gold-t:#FCEBC7;--muted:#4E5566;--on-dark:#C9D1E3;--line:#E4DED3;--ph:#E9E4DA;--fh:Mulish,Helvetica,Arial,sans-serif;--fb:'Open Sans',Helvetica,Arial,sans-serif;--pad:96px;--sec:120px;--ease:cubic-bezier(.16,1,.3,1);background:var(--bg);color:var(--ink);font-family:var(--fb);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
:where(.uci) *,:where(.uci) *::before,:where(.uci) *::after{box-sizing:border-box}
:where(.uci-top,.uci-hero,.uci-phero,.uci-strip,.uci-section,.uci-footer,.uci-listing,.uci-cover) :where(h1,h2,h3,p,ul,ol,li,figure,nav,header,footer,main,section){margin:0;padding:0;border:0}
:where(.uci-top,.uci-hero,.uci-phero,.uci-strip,.uci-section,.uci-footer,.uci-listing) :where(ul,ol){list-style:none}
:where(.uci-top,.uci-hero,.uci-phero,.uci-strip,.uci-section,.uci-footer,.uci-listing) a{text-decoration:none;color:inherit}
:where(.uci-top,.uci-hero,.uci-phero,.uci-strip,.uci-section,.uci-footer,.uci-listing,.uci-cover) img{display:block;max-width:100%;height:auto;border:0}
.uci a:focus-visible,.uci button:focus-visible{outline:3px solid var(--navy);outline-offset:3px;border-radius:8px}
.uci .uci-dark a:focus-visible,.uci .uci-dark button:focus-visible{outline-color:var(--gold)}
.uci-skip{position:absolute;left:-9999px;top:0;z-index:1000;background:#fff;color:var(--ink);padding:12px 16px;border-radius:10px;font-weight:700}
.uci-skip:focus{left:16px;top:16px}
.uci-wrap{max-width:1440px;margin:0 auto;padding-inline:var(--pad)}

/* Header */
.uci-top{background:var(--deep)}
.uci-header{position:relative;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:28px}
.uci-logo{display:flex;align-items:center;gap:12px;color:#fff}
.uci-logo:hover{color:#fff}
.uci-logo__mark{width:34px;height:34px;border-radius:9px;background:var(--gold);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.uci-logo__img{width:40px;height:40px;border-radius:10px;object-fit:cover;flex-shrink:0;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.uci-logo__name{font-family:var(--fh);font-weight:800;font-size:20px;letter-spacing:-.01em;line-height:1.2;color:#fff}
.uci-nav{display:flex;align-items:center;gap:40px;font-size:15px;font-weight:600}
.uci-nav__link{color:var(--on-dark);transition:color .2s ease}
.uci-nav__link:hover{color:#fff}
.uci-menu-btn{display:none;width:44px;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:transparent;align-items:center;justify-content:center;cursor:pointer;padding:0;color:#fff}

/* Buttons */
.uci-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:var(--fb);font-weight:700;font-size:16px;line-height:1.2;border-radius:12px;padding:18px 28px;border:0;cursor:pointer;text-align:center;transition:background-color .25s ease,transform .25s var(--ease),box-shadow .25s ease}
.uci-btn--rust{background:var(--accent);color:#fff}
.uci-btn--rust:hover{background:var(--accent-h);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(181,47,3,.28)}
.uci-btn--light{background:#fff;color:var(--deep)}
.uci-btn--light:hover{background:var(--on-dark);color:var(--deep);transform:translateY(-2px)}
.uci-btn--navy{background:var(--navy);color:#fff;padding:16px 26px}
.uci-btn--sm{padding:12px 20px;border-radius:10px;font-size:14px}
.uci-arr{flex-shrink:0;transition:transform .3s var(--ease)}

/* Hero */
.uci-hero{background:var(--deep);color:#fff;padding:96px 0 120px}
.uci-hero__main{display:flex;align-items:center;gap:88px}
.uci-hero__copy{flex:1;display:flex;flex-direction:column;gap:28px;max-width:640px}
.uci-eyebrow{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;line-height:1.4;color:var(--accent)}
.uci-eyebrow--gold{color:var(--gold)}
.uci-h1{font-family:var(--fh);font-weight:800;font-size:66px;line-height:1.04;letter-spacing:-.025em;color:#fff}
.uci-hero__sub{font-size:19px;line-height:1.65;color:var(--on-dark);max-width:560px}
.uci-hero__ctas{display:flex;flex-wrap:wrap;gap:14px;padding-top:8px}
.uci-hero__ctas .uci-btn--rust:hover .uci-arr{transform:translateX(5px)}
.uci-hero__media{position:relative;width:560px;height:540px;flex-shrink:0}
.uci-hero__photo{width:100%;height:100%;border-radius:24px;overflow:hidden;background:var(--navy);border:1px solid rgba(255,255,255,.12)}
.uci-hero__photo img{width:100%;height:100%;object-fit:cover}
.uci-float-wrap{position:absolute;left:-56px;bottom:44px;width:300px}
.uci-float{display:flex;flex-direction:column;gap:12px;background:#fff;color:var(--ink);border-radius:18px;padding:24px;box-shadow:0 24px 60px rgba(8,16,36,.35);transition:transform .35s var(--ease)}
.uci-float:hover{color:var(--ink);transform:translateY(-4px)}
.uci-float__top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.uci-float__label{font-family:var(--fh);font-weight:800;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--navy)}
.uci-chip{font-size:12px;font-weight:700;color:var(--ink);background:var(--gold-t);padding:5px 10px;border-radius:999px;white-space:nowrap}
.uci-float__title{font-family:var(--fh);font-weight:800;font-size:19px;line-height:1.25;color:var(--ink);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.uci-float__rule{height:1px;background:var(--line)}
.uci-float__meta{font-size:13px;color:var(--muted)}

/* Trust strip */
.uci-strip{background:#fff;border-bottom:1px solid var(--line)}
.uci-strip__grid{padding-block:40px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px}
.uci-strip__item{display:flex;gap:16px;align-items:flex-start}
.uci-strip__item svg{flex-shrink:0}
.uci-strip__title{font-weight:700;font-size:16px;line-height:1.4;color:var(--ink)}
.uci-strip__text{font-size:14px;color:var(--muted);line-height:1.55;padding-top:4px}

/* Sections */
.uci-section{padding-top:var(--sec)}
.uci-sechead{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:48px}
.uci-sechead__txt{display:flex;flex-direction:column;gap:14px}
.uci-h2{font-family:var(--fh);font-weight:800;font-size:46px;line-height:1.1;letter-spacing:-.02em;color:var(--ink)}
.uci-go{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:16px;color:var(--accent);white-space:nowrap}
.uci-go:hover{color:var(--accent-h)}
.uci-go:hover .uci-arr{transform:translateX(5px)}

/* Cards */
.uci-reveal>.uci-card{height:100%}
.uci-card{display:flex;background:#fff;border:1px solid var(--line);border-radius:18px;color:var(--ink);overflow:hidden;transition:transform .35s var(--ease),box-shadow .35s ease}
.uci-card:hover{color:var(--ink);transform:translateY(-6px);box-shadow:0 22px 48px rgba(22,38,74,.14)}
.uci-card:hover .uci-arr{transform:translateX(5px)}
.uci-zoom{overflow:hidden;background:var(--ph)}
.uci-zoom img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}
.uci-card:hover .uci-zoom img{transform:scale(1.04)}
.uci-link{display:flex;align-items:center;gap:8px;color:var(--accent);font-weight:700;font-size:15px}
.uci-grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.uci-grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.uci-law{flex-direction:column;gap:14px;padding:32px;min-height:300px}
.uci-law__tag{font-family:var(--fh);font-weight:800;font-size:52px;line-height:1;letter-spacing:-.03em;color:var(--navy);white-space:nowrap}
.uci-law__title{font-family:var(--fb);font-weight:700;font-size:20px;line-height:1.3;padding-top:12px;color:var(--ink)}
.uci-law__text{font-size:15px;line-height:1.6;color:var(--muted);flex-grow:1}

/* Feature */
.uci-feature{border-radius:24px}
.uci-feature__media{width:640px;height:480px;flex-shrink:0}
.uci-feature__body{flex:1;padding:64px;display:flex;flex-direction:column;justify-content:center;gap:20px}
.uci-feature__title{font-family:var(--fh);font-weight:800;font-size:40px;line-height:1.12;letter-spacing:-.02em;color:var(--ink)}
.uci-feature__text{font-size:17px;line-height:1.7;color:var(--muted)}
.uci-feature__foot{display:flex;align-items:center;gap:24px;padding-top:8px}
.uci-feature__meta{font-size:14px;color:var(--muted)}
.uci-card:hover .uci-btn--navy{background:var(--navy-h)}

/* Gear */
.uci-disclosure{max-width:340px;font-size:13px;line-height:1.6;color:var(--muted);text-align:right}
.uci-gear{flex-direction:column}
.uci-gear__media{height:260px}
.uci-gear__body{padding:28px;display:flex;flex-direction:column;gap:10px;flex-grow:1}
.uci-tag{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--navy)}
.uci-gear__title{font-family:var(--fh);font-weight:800;font-size:22px;line-height:1.25;color:var(--ink)}
.uci-gear__text{font-size:15px;line-height:1.6;color:var(--muted);flex-grow:1}
.uci-gear .uci-link{padding-top:6px}

/* Footer */
.uci-footer{margin-top:var(--sec);background:var(--deep);color:var(--on-dark)}
.uci-footer__inner{padding-top:80px;padding-bottom:48px;display:flex;flex-direction:column;gap:56px}
.uci-footer__top{display:flex;justify-content:space-between;gap:64px}
.uci-footer__brand{display:flex;flex-direction:column;gap:16px;max-width:380px}
.uci-footer__brand p{font-size:15px;line-height:1.7;color:var(--on-dark)}
.uci-footer__cols{display:flex;gap:88px;font-size:15px}
.uci-footer__col{display:flex;flex-direction:column;gap:12px}
.uci-footer__head{font-family:var(--fb);font-weight:700;color:var(--gold);font-size:13px;letter-spacing:.14em;text-transform:uppercase;line-height:1.4;padding-bottom:4px}
.uci-footer__col a{color:var(--on-dark);transition:color .2s ease}
.uci-footer__col a:hover{color:#fff}
.uci-footer__legal{border-top:1px solid rgba(255,255,255,.14);padding-top:28px;display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.7;color:var(--on-dark)}

/* Scroll reveal: hidden only when JS is present, visible otherwise */
.uci-js .uci-reveal{opacity:0;transform:translateY(22px)}
.uci-js .uci-reveal.is-in{opacity:1;transform:none;transition:opacity .8s var(--ease),transform .8s var(--ease);transition-delay:var(--d,0s)}
.uci-js:not(.uci-io) .uci-reveal{animation:uciFailsafe .01s linear 2.5s forwards}
@keyframes uciFailsafe{to{opacity:1;transform:none}}

/* Responsive */
@media (max-width:1280px){
.uci{--pad:64px}
.uci-hero__main{gap:56px}
.uci-hero__media{width:460px;height:500px}
.uci-h1{font-size:58px}
.uci-law{padding:28px}
.uci-law__tag{font-size:46px}
.uci-feature__media{width:520px}
.uci-footer__cols{gap:56px}
}
@media (max-width:1100px){
.uci-grid4{grid-template-columns:repeat(2,minmax(0,1fr))}
.uci-law{min-height:240px}
.uci-feature{flex-direction:column}
.uci-feature__media{width:100%;height:380px}
.uci-feature__body{padding:48px}
.uci-grid3{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:980px){
.uci-menu-btn{display:inline-flex}
.uci-nav{display:none;position:absolute;left:calc(-1 * var(--pad));right:calc(-1 * var(--pad));top:100%;flex-direction:column;align-items:stretch;gap:0;background:var(--deep);padding:8px var(--pad) 24px;border-top:1px solid rgba(255,255,255,.12);z-index:50;margin-top:16px}
.uci-nav.is-open{display:flex}
.uci-nav__link{padding:14px 0;font-size:17px;border-bottom:1px solid rgba(255,255,255,.08)}
.uci-nav .uci-btn{margin-top:16px;min-height:52px}
.uci-hero{padding-top:56px}
.uci-hero__main{flex-direction:column;align-items:stretch;gap:48px}
.uci-hero__copy{max-width:none}
.uci-hero__media{width:100%;height:auto;padding-bottom:80px}
.uci-hero__photo{height:420px}
.uci-float-wrap{left:24px;right:24px;bottom:0;width:auto}
.uci-strip__grid{grid-template-columns:1fr;gap:24px}
.uci-sechead{flex-direction:column;align-items:flex-start;gap:20px}
.uci-disclosure{text-align:left;max-width:none}
.uci-footer__top{flex-direction:column;gap:40px}
.uci-footer__cols{flex-wrap:wrap;gap:40px 64px}
}
@media (max-width:600px){
.uci{--pad:20px;--sec:64px}
.uci-header{padding-top:16px}
.uci-logo__name{font-size:18px}
.uci-logo__mark{width:30px;height:30px;border-radius:8px}
.uci-logo__img{width:34px;height:34px;border-radius:9px}
.uci-hero{padding:40px 0 64px}
.uci-hero__main{gap:40px}
.uci-hero__copy{gap:20px}
.uci-eyebrow{font-size:12px}
.uci-h1{font-size:40px;line-height:1.06}
.uci-hero__sub{font-size:17px;line-height:1.6}
.uci-hero__ctas{flex-direction:column;align-items:stretch;gap:12px;padding-top:4px}
.uci-hero__ctas .uci-btn{width:100%;min-height:54px;padding:14px 20px}
.uci-hero__media{padding-bottom:90px}
.uci-hero__photo{height:300px;border-radius:20px}
.uci-float-wrap{left:16px;right:16px}
.uci-float{padding:20px;border-radius:16px;gap:8px}
.uci-float__title{font-size:17px}
.uci-strip__grid{padding-block:28px;gap:20px}
.uci-strip__text{display:none}
.uci-sechead{margin-bottom:28px;gap:14px}
.uci-h2{font-size:32px;line-height:1.12}
.uci-grid4{gap:12px}
.uci-law{padding:20px;min-height:170px;gap:8px;border-radius:16px}
.uci-law__tag{font-size:34px}
.uci-law__title{font-size:16px;padding-top:8px;flex-grow:1}
.uci-law__text{display:none}
.uci-link{font-size:14px}
.uci-feature{border-radius:20px}
.uci-feature__media{height:220px}
.uci-feature__body{padding:24px;gap:14px}
.uci-feature__title{font-size:26px;line-height:1.15}
.uci-feature__text{font-size:16px;line-height:1.65}
.uci-feature__foot{justify-content:space-between;gap:12px}
.uci-grid3{grid-template-columns:1fr;gap:12px}
.uci-gear{flex-direction:row;align-items:center;gap:16px;padding:14px;border-radius:16px}
.uci-gear__media{width:88px;height:88px;border-radius:12px;flex-shrink:0}
.uci-gear__body{padding:0;gap:4px}
.uci-gear__text{display:none}
.uci-gear__title{font-size:17px}
.uci-tag{font-size:11px}
.uci-gear .uci-link{padding-top:0}
.uci-footer__inner{padding-top:48px;padding-bottom:36px;gap:28px}
.uci-footer__cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}
.uci-footer__legal{font-size:12px;padding-top:20px}
}
@media (prefers-reduced-motion:reduce){
.uci *,.uci *::before,.uci *::after{transition:none !important;animation:none !important}
.uci-js .uci-reveal{opacity:1 !important;transform:none !important}
}
