:root{--us1-navy:#10233d;--us1-navy-2:#17385f;--us1-red:#b9362c;--us1-red-dark:#8f271f;--us1-cream:#f3ead9;--us1-cream-2:#e8dcc7;--us1-paper:#fffaf1;--us1-ink:#1f2a36;--us1-muted:#6d6a62;--us1-border:#cdbfa8;--us1-gold:#c7a66b;--us1-shadow:0 8px 22px rgba(24,30,38,.10)}
*{box-sizing:border-box}
body{margin:0;font-family:Arial, Helvetica, sans-serif;color:var(--us1-ink);background:radial-gradient(circle at 20% 0%, rgba(255,255,255,.5), transparent 32%),
        linear-gradient(180deg, #eee4d1 0%, var(--us1-cream) 100%)}
a{color:inherit}
.hero{position:relative;min-height:210px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:20px 20px;text-align:center;color:#fff;border-bottom:5px solid var(--us1-red);background:linear-gradient(
            90deg,
            rgba(8,20,37,.86) 0%,
            rgba(14,35,61,.52) 34%,
            rgba(20,49,83,.42) 66%,
            rgba(8,20,37,.84) 100%
        ),
        url("/images/us1-hero-v2.jpg")
        center 58% / cover no-repeat}
.hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.26)),
        radial-gradient(circle at center, transparent 30%, rgba(0,0,0,.18) 100%);pointer-events:none}
.hero-content{position:relative;z-index:5;width:100%;max-width:720px;margin:0 auto;padding:16px 18px 18px}
.hero h1{margin:0 0 8px;font-size:29px;line-height:1.08;font-weight:900;letter-spacing:.3px;text-transform:uppercase;text-shadow:0 3px 8px rgba(0,0,0,.7)}
.hero p{max-width:640px;margin:0 auto 17px;font-size:15px;line-height:1.4;font-weight:600;text-shadow:0 2px 5px rgba(0,0,0,.72)}
.hero-title-mobile{display:none}
.hero-car{position:absolute;z-index:3;bottom:-11px;width:min(31vw, 430px);max-height:190px;object-fit:contain;filter:drop-shadow(0 15px 12px rgba(0,0,0,.55));pointer-events:none}
.hero-car-left{left:-25px;width:min(38vw, 520px);max-height:215px}
.hero-car-right{right:-25px}
.hero-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 18px;border-radius:5px;border:2px solid transparent;text-decoration:none!important;font-weight:800;line-height:1;transition:transform .16s ease, box-shadow .16s ease, background .16s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 7px 18px rgba(0,0,0,.22)}
.btn-red{color:#fff;background:var(--us1-red);border-color:#d15a50}
.btn-red:hover{background:var(--us1-red-dark)}
.btn-cream{color:var(--us1-navy);background:var(--us1-paper);border-color:#dfd2bc}
.btn-cream:hover{background:#fff}
.btn-navy{color:#fff;background:var(--us1-navy);border-color:#294b72}
.btn-navy:hover{background:var(--us1-navy-2)}
.home-shell{max-width:1500px;margin:24px auto 0;padding:0 18px 28px}
.home-grid{display:grid;grid-template-columns:250px minmax(0, 1fr) 250px;gap:18px;align-items:start}
.panel{overflow:hidden;border:1px solid var(--us1-border);border-radius:9px;background:var(--us1-paper);box-shadow:var(--us1-shadow)}
.panel + .panel{margin-top:16px}
.panel-head{padding:11px 13px;color:#fff;background:linear-gradient(180deg, #173a61 0%, var(--us1-navy) 100%);border-bottom:3px solid var(--us1-red)}
.panel-head h2,
.panel-head h3{margin:0;font-size:16px;line-height:1.15;text-transform:uppercase;letter-spacing:.7px}
.panel-head p{margin:4px 0 0;color:#dce5ef;font-size:11px;line-height:1.25}
.panel-body{padding:10px}
.category-list{display:grid;gap:5px}
.cat{display:flex;align-items:center;gap:8px;min-height:42px;padding:7px 8px;color:var(--us1-ink);text-decoration:none!important;border:1px solid transparent;border-radius:5px;background:rgba(255,255,255,.52);transition:background .15s ease, border-color .15s ease, transform .15s ease}
.cat:hover{transform:translateX(2px);background:#fff;border-color:#d8c9af}
.cat-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#efe4d0;font-size:16px}
.cat-text{min-width:0;flex:1}
.cat-name{display:block;margin:0;font-size:12.5px;line-height:1.15;font-weight:800}
.cat-count{display:block;margin-top:2px;color:var(--us1-muted);font-size:10.5px;line-height:1.1}
.forum-home{display:grid;gap:6px}
.forum-home-item{display:flex;align-items:center;gap:7px;padding:7px;color:inherit;text-decoration:none!important;border:1px solid #e0d4c1;border-radius:5px;background:#fffdf8;transition:transform .15s ease, border-color .15s ease}
.forum-home-item:hover{transform:translateX(2px);border-color:#cdb797}
.forum-home-avatar,
.forum-home-avatar-fallback{width:28px;height:28px;flex:0 0 28px;border-radius:50%}
.forum-home-avatar{object-fit:cover;border:1px solid #c7baa4;background:#fff}
.forum-home-avatar-fallback{display:flex;align-items:center;justify-content:center;background:#e7dbc6;color:var(--us1-navy);font-size:12px;font-weight:900}
.forum-home-text{min-width:0;flex:1}
.forum-home-title{overflow:hidden;color:var(--us1-navy);font-size:11.5px;line-height:1.15;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.forum-home-meta{margin-top:2px;color:var(--us1-muted);font-size:9.5px;line-height:1.15}
.panel-link{display:block;margin-top:9px;padding:7px 8px;text-align:center;color:#fff;text-decoration:none!important;border-radius:4px;background:var(--us1-red);font-size:11px;font-weight:800}
.panel-link:hover{background:var(--us1-red-dark)}
.center-stage{min-width:0}
.center-intro{margin:0 0 12px;padding:13px 15px;border:1px solid var(--us1-border);border-radius:8px;background:rgba(255,250,241,.86);box-shadow:0 4px 14px rgba(25,31,38,.06)}
.center-intro h2{margin:0;color:var(--us1-navy);font-size:21px;line-height:1.15;text-transform:uppercase;letter-spacing:.4px}
.center-intro p{margin:4px 0 0;color:var(--us1-muted);font-size:12.5px;line-height:1.3}
.listings{display:grid;grid-template-columns:repeat(4, minmax(0,1fr));gap:12px}
.card-link{display:block;color:inherit;text-decoration:none!important}
.card{height:100%;overflow:hidden;background:#fffdf8;border:1px solid #cdbfa8;border-radius:7px;box-shadow:0 5px 14px rgba(24,30,38,.08);transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease}
.card-link:hover .card{transform:translateY(-3px);border-color:#b8a584;box-shadow:0 10px 22px rgba(24,30,38,.14)}
.card-image{display:block;width:100%;height:128px;object-fit:cover;background:#d8d3c9;border-bottom:3px solid var(--us1-red)}
.no-image{width:100%;height:128px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;color:#6f685d;background:linear-gradient(135deg, #dfd6c7, #f4ede2);border-bottom:3px solid var(--us1-red);font-size:11px;font-weight:800}
.no-image span{font-size:28px}
.card-body{padding:8px 9px 9px}
.card-body h3{margin:0 0 4px;color:var(--us1-navy);font-size:14px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.location{margin:0 0 4px;color:#706b62;font-size:11px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.price{color:var(--us1-red);font-size:16px;line-height:1.05;font-weight:900;white-space:nowrap}
.empty-message{grid-column:1 / -1;padding:30px 20px;text-align:center;border:1px dashed #c9bca6;border-radius:8px;background:rgba(255,255,255,.45)}
.event-list{display:grid;gap:7px}
.event-placeholder{padding:10px;border:1px solid #ded0ba;border-radius:5px;background:#fffdf8}
.event-placeholder strong{display:block;margin-bottom:4px;color:var(--us1-navy);font-size:12px}
.event-placeholder p{margin:0;color:var(--us1-muted);font-size:10.5px;line-height:1.35}
.event-panel-link{display:block;color:inherit;text-decoration:none!important}
.event-panel-link .panel-head{transition:background .15s ease}
.event-panel-link:hover .panel-head{background:linear-gradient(180deg, #1d4775 0%, var(--us1-navy-2) 100%)}
.event-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:8px;align-items:center;padding:7px;color:inherit;text-decoration:none!important;border:1px solid #e0d4c1;border-radius:5px;background:#fffdf8;transition:transform .15s ease, border-color .15s ease}
.event-item:hover{transform:translateX(2px);border-color:#cdb797}
.event-date{overflow:hidden;text-align:center;border-radius:4px;background:var(--us1-navy);color:#fff}
.event-day{display:block;padding:5px 3px 1px;font-size:17px;line-height:1;font-weight:900}
.event-month{display:block;padding:2px 3px 4px;color:var(--us1-cream);font-size:8.5px;line-height:1;font-weight:800;text-transform:uppercase}
.event-text{min-width:0}
.event-title{overflow:hidden;color:var(--us1-navy);font-size:11.5px;line-height:1.15;font-weight:800;text-overflow:ellipsis;white-space:nowrap}
.event-location{overflow:hidden;margin-top:3px;color:var(--us1-muted);font-size:9.5px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}
.v8-card{position:relative;overflow:hidden;min-height:135px;display:flex;align-items:flex-end;padding:16px;color:#fff;background:linear-gradient(to top, rgba(8,19,34,.94), rgba(8,19,34,.12)),
        url("/images/us1-hero-v2.jpg")
        center 72% / cover no-repeat}
.v8-card::before{content:"";position:absolute;inset:0;border:4px solid rgba(255,255,255,.08);pointer-events:none}
.v8-copy{position:relative;z-index:2}
.v8-copy small{display:block;margin-bottom:4px;color:#ead8b5;font-size:10px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}
.v8-copy strong{display:block;max-width:190px;font-size:21px;line-height:.96;text-transform:uppercase;text-shadow:0 2px 5px rgba(0,0,0,.65)}
.v8-copy span{display:inline-block;margin-top:7px;padding:4px 7px;border-radius:3px;background:var(--us1-red);font-size:10px;font-weight:900;letter-spacing:.4px}
.babe-card{position:relative;display:block;overflow:hidden;min-height:150px;padding:0;background:#101820}
.babe-image{display:block;width:100%;height:150px;object-fit:cover;object-position:center}
.babe-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:10px;background:linear-gradient(to top,rgba(8,19,34,.82),rgba(8,19,34,.02) 62%)}
.babe-overlay span{color:#fff;font-size:11px;line-height:1.25;font-weight:800;text-shadow:0 1px 3px rgba(0,0,0,.8)}
.bottom-cta{max-width:1100px;margin:24px auto 4px;padding:18px 20px;text-align:center;color:#fff;border-radius:9px;border:1px solid #294b72;background:linear-gradient(135deg, #0d2038, #173b63);box-shadow:var(--us1-shadow)}
.bottom-cta h2{margin:0 0 6px;font-size:22px}
.bottom-cta p{margin:0 0 11px;color:#d9e3ee;font-size:13px}
footer{margin-top:28px;padding:18px 20px;text-align:center;color:#dce5ef;border-top:4px solid var(--us1-red);background:var(--us1-navy);font-size:13px}
.footer-v8{color:#efd8ae;font-weight:800}
@media (max-width:1200px){.home-grid{grid-template-columns:220px minmax(0,1fr)}
.home-right{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.home-right .panel + .panel{margin-top:0}
.listings{grid-template-columns:repeat(3, minmax(0,1fr))}
.hero-car{opacity:.78}}
@media (max-width:900px){.home-grid{grid-template-columns:1fr}
.home-left{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.home-left .panel + .panel{margin-top:0}
.listings{grid-template-columns:repeat(2, minmax(0,1fr))}
.hero{min-height:280px}
.hero h1{font-size:29px}
.hero-car-left{left:-75px;width:48vw}
.hero-car-right{right:-65px;width:40vw}}
@media (max-width:760px){.hero{min-height:245px;padding:14px 10px 12px;align-items:flex-start;background:linear-gradient(
                90deg,
                rgba(8,20,37,.72) 0%,
                rgba(14,35,61,.36) 35%,
                rgba(20,49,83,.28) 65%,
                rgba(8,20,37,.70) 100%
            ),
            url("/images/us1-hero-v2.jpg")
            center 63% / cover no-repeat}
.hero-content{max-width:620px;padding:8px 8px 10px;background:rgba(12,29,50,.18)}
.hero-title-desktop{display:none}
.hero-title-mobile{display:inline}
.hero h1{font-size:23px;line-height:1.05;margin-bottom:5px}
.hero p{max-width:490px;margin-bottom:0;font-size:12px;line-height:1.22}
.hero-car{bottom:-8px;width:50vw;max-height:125px;opacity:.95}
.hero-car-left{left:-48px;width:58vw}
.hero-car-right{right:-48px;width:51vw}
.hero-buttons{margin-top:62px;gap:6px}
.hero-buttons .btn{min-height:35px;padding:8px 10px;font-size:12px}
.home-shell{margin-top:14px;padding:0 10px 20px}
.home-left{display:block}
.home-left .panel + .panel{margin-top:12px}
.panel + .panel{margin-top:12px}
.home-right{display:block}
.home-right .panel + .panel{margin-top:12px}
.center-intro{margin-bottom:10px;padding:10px 11px}
.center-intro h2{font-size:18px}
.center-intro p{font-size:11px}
.listings{grid-template-columns:repeat(2, minmax(0,1fr));gap:9px}
.card-image,
    .no-image{height:96px}
.card-body{padding:7px 8px 8px}
.card-body h3{margin-bottom:3px;font-size:12.5px;line-height:1.1}
.location{margin-bottom:3px;font-size:10px;line-height:1.1}
.price{font-size:14px;line-height:1.05}
.category-list{grid-template-columns:repeat(2, minmax(0,1fr))}
.cat{min-height:40px}
.v8-card{min-height:145px}
.bottom-cta{margin:18px 10px 2px;padding:15px 12px}
.bottom-cta h2{font-size:18px}
.bottom-cta p{font-size:12px}}
@media (max-width:430px){.hero{min-height:238px}
.hero h1{font-size:21px}
.hero p{font-size:11.5px}
.hero-car{max-height:116px}
.hero-car-left{left:-52px;width:61vw}
.hero-car-right{right:-50px;width:54vw}
.hero-buttons{margin-top:61px}
.listings{gap:8px}
.category-list{grid-template-columns:1fr 1fr}}
:root{--us1-chrome-dark:#6f7781;--us1-chrome-mid:#c9d0d7;--us1-chrome-light:#f7f9fb;--us1-chrome-shadow:#3f4650}
body{background:radial-gradient(circle at 18% 0%, rgba(255,255,255,.62), transparent 30%),
        linear-gradient(180deg, #eadfca 0%, #f3ead9 48%, #eadfca 100%)}
.hero{min-height:198px;padding:10px 18px 12px;align-items:flex-start;border-bottom:4px solid var(--us1-red);background:linear-gradient(
            90deg,
            rgba(8,20,37,.78) 0%,
            rgba(14,35,61,.34) 34%,
            rgba(20,49,83,.24) 66%,
            rgba(8,20,37,.76) 100%
        ),
        url("/images/us1-hero-v2.jpg")
        center 66% / cover no-repeat}
.hero::after{background:linear-gradient(to bottom, rgba(0,0,0,.04), rgba(0,0,0,.18)),
        radial-gradient(circle at center, transparent 42%, rgba(0,0,0,.14) 100%)}
.hero-content{max-width:760px;padding:7px 14px 8px}
.hero h1{margin-bottom:4px;font-size:23px;line-height:1.02;letter-spacing:.35px;text-shadow:0 2px 5px rgba(0,0,0,.78)}
.hero p{margin-bottom:9px;font-size:12.5px;line-height:1.2;letter-spacing:.15px}
.hero-buttons{gap:7px}
.hero-buttons .btn{min-height:36px;padding:8px 14px;border-width:1px;font-size:12px}
.home-shell{margin-top:16px;padding-bottom:20px}
.home-grid{gap:13px}
.panel + .panel{margin-top:12px}
.panel,
.center-intro,
.card,
.bottom-cta{border:2px solid var(--us1-chrome-mid);box-shadow:0 0 0 1px var(--us1-chrome-dark),
        inset 0 1px 0 rgba(255,255,255,.95),
        inset 0 -1px 0 rgba(70,78,88,.22),
        0 7px 16px rgba(24,30,38,.14)}
.panel,
.center-intro,
.bottom-cta{position:relative}
.panel::before,
.center-intro::before,
.bottom-cta::before{content:"";position:absolute;z-index:8;left:1px;right:1px;top:1px;height:2px;pointer-events:none;background:linear-gradient(
        90deg,
        var(--us1-chrome-dark),
        var(--us1-chrome-light) 18%,
        var(--us1-chrome-mid) 50%,
        var(--us1-chrome-light) 82%,
        var(--us1-chrome-dark)
    );opacity:.95}
.panel-head,
.center-intro{color:#fff;background:linear-gradient(180deg, #214d7d 0%, #14365d 48%, #0d223d 100%);border-bottom:4px solid var(--us1-red)}
.panel-head{padding:9px 11px 8px}
.panel-head h2,
.panel-head h3{font-size:14px;letter-spacing:.8px}
.panel-head p{margin-top:3px;color:#e7edf4;font-size:10px}
.center-intro{margin-bottom:10px;padding:9px 12px 8px;border-radius:8px}
.center-intro h2{color:#fff;font-size:16px;line-height:1.1;letter-spacing:.75px}
.center-intro p{margin-top:3px;color:#e7edf4;font-size:10.5px;line-height:1.2}
.card{border-radius:8px;background:#fffdf8}
.card-link:hover .card{border-color:var(--us1-chrome-light);box-shadow:0 0 0 1px var(--us1-chrome-dark),
        inset 0 1px 0 rgba(255,255,255,.95),
        0 10px 22px rgba(24,30,38,.20)}
.btn{box-shadow:inset 0 1px 0 rgba(255,255,255,.55),
        0 0 0 1px rgba(76,84,94,.75),
        0 2px 5px rgba(0,0,0,.14)}
.btn-red,
.btn-navy,
.btn-cream{border-color:#d9dee3}
.babe-card{box-shadow:inset 0 0 0 2px rgba(233,238,243,.82),
        inset 0 0 0 3px rgba(90,98,108,.62)}
.bottom-cta{margin-top:18px;padding:15px 18px}
.bottom-cta h2{font-size:20px}
footer{margin-top:20px}
@media (max-width:1200px){.home-grid{gap:12px}}
@media (max-width:760px){.hero{min-height:228px;padding:10px 8px 10px;background:linear-gradient(
                90deg,
                rgba(8,20,37,.64) 0%,
                rgba(14,35,61,.27) 35%,
                rgba(20,49,83,.20) 65%,
                rgba(8,20,37,.62) 100%
            ),
            url("/images/us1-hero-v2.jpg")
            center 66% / cover no-repeat}
.hero-content{padding:5px 7px 7px}
.hero h1{font-size:20px;margin-bottom:3px}
.hero p{font-size:11px}
.hero-buttons{margin-top:58px}
.home-shell{margin-top:10px}
.panel + .panel{margin-top:10px}
.center-intro{padding:8px 10px 7px}
.center-intro h2{font-size:15px}
.center-intro p{font-size:10px}}
.hero{min-height:205px;padding:5px 18px 8px;align-items:flex-start;background:linear-gradient(
            90deg,
            rgba(8,20,37,.72) 0%,
            rgba(14,35,61,.22) 34%,
            rgba(20,49,83,.12) 66%,
            rgba(8,20,37,.70) 100%
        ),
        url("/images/us1-hero-v2.jpg")
        center 72% / cover no-repeat}
.hero-content{padding:3px 12px 5px}
.hero h1{margin:0 0 2px;font-size:20px;line-height:1}
.hero p{margin:0 auto 5px;font-size:11px;line-height:1.1}
.hero-buttons .btn{min-height:32px;padding:6px 12px;font-size:11px}
.hero-car{bottom:-14px}
.panel,
.center-intro,
.card,
.bottom-cta{border:4px solid transparent;background-clip:padding-box;outline:1px solid #4d555f;box-shadow:0 0 0 1px #f8fafc,
        0 0 0 3px #8b949e,
        0 0 0 4px #f2f5f7,
        0 0 0 5px #555d67,
        inset 0 1px 0 rgba(255,255,255,.95),
        inset 0 -1px 0 rgba(45,52,60,.38),
        0 8px 18px rgba(20,27,35,.18)}
.panel-head,
.center-intro{position:relative;border-top:3px solid #eef2f5;border-bottom:5px solid var(--us1-red);box-shadow:inset 0 2px 0 rgba(255,255,255,.20),
        inset 0 -2px 0 rgba(0,0,0,.30)}
.panel-head::after,
.center-intro::after{content:"";position:absolute;left:0;right:0;bottom:-5px;height:3px;background:linear-gradient(
        90deg,
        #555d67 0%,
        #f8fafc 16%,
        #aeb6bf 32%,
        #ffffff 50%,
        #aeb6bf 68%,
        #f8fafc 84%,
        #555d67 100%
    );pointer-events:none}
.card{outline:1px solid #505862;box-shadow:0 0 0 1px #ffffff,
        0 0 0 3px #9aa3ac,
        0 0 0 4px #edf1f4,
        0 0 0 5px #5a626c,
        0 6px 14px rgba(20,27,35,.17)}
.card-link:hover .card{box-shadow:0 0 0 1px #ffffff,
        0 0 0 3px #c5ccd3,
        0 0 0 4px #ffffff,
        0 0 0 5px #4f5761,
        0 11px 23px rgba(20,27,35,.24)}
.btn,
.panel-link{border:2px solid #dfe4e8;box-shadow:0 0 0 1px #59616b,
        inset 0 2px 0 rgba(255,255,255,.40),
        inset 0 -2px 0 rgba(0,0,0,.25),
        0 3px 7px rgba(0,0,0,.18)}
.babe-card{border:3px solid #cbd2d8;box-shadow:inset 0 0 0 1px #ffffff,
        0 0 0 1px #555d67,
        0 0 0 3px #eef2f5,
        0 0 0 4px #656e78}
@media (max-width:760px){.hero{min-height:228px;background:linear-gradient(
                90deg,
                rgba(8,20,37,.58) 0%,
                rgba(14,35,61,.18) 35%,
                rgba(20,49,83,.10) 65%,
                rgba(8,20,37,.56) 100%
            ),
            url("/images/us1-hero-v2.jpg")
            center 70% / cover no-repeat}
.hero h1{font-size:18px}
.hero p{font-size:10.5px}
.hero-buttons{margin-top:56px}
.panel,
    .center-intro,
    .card,
    .bottom-cta{box-shadow:0 0 0 1px #f8fafc,
            0 0 0 2px #8b949e,
            0 0 0 3px #555d67,
            0 6px 14px rgba(20,27,35,.15)}}
:root{--us1-night:#050b12;--us1-night-2:#081321;--us1-deep-navy:#0b1c31;--us1-deep-navy-2:#12345a;--us1-hot-red:#cf3027;--us1-chrome-a:#2f353d;--us1-chrome-b:#8e98a3;--us1-chrome-c:#f9fbfd;--us1-chrome-d:#aeb7c0;--us1-chrome-e:#4e5660}
body{background:radial-gradient(circle at 50% -10%, rgba(39,82,126,.18), transparent 38%),
        linear-gradient(180deg, #08111d 0%, #050a10 58%, #020508 100%);color:#e8edf2}
.hero{min-height:236px;padding:6px 18px 8px;align-items:flex-start;border-top:1px solid rgba(255,255,255,.10);border-bottom:6px solid transparent;background:linear-gradient(
            90deg,
            rgba(4,10,18,.58) 0%,
            rgba(7,19,33,.10) 34%,
            rgba(7,19,33,.04) 66%,
            rgba(4,10,18,.56) 100%
        ),
        url("/images/us1-hero-v2.jpg")
        center 78% / cover no-repeat;box-shadow:inset 0 2px 0 rgba(255,255,255,.14),
        inset 0 -2px 0 rgba(255,255,255,.08),
        0 8px 22px rgba(0,0,0,.48)}
.hero::after{background:linear-gradient(to bottom, rgba(0,0,0,.02), rgba(0,0,0,.08) 55%, rgba(0,0,0,.16)),
        radial-gradient(circle at 50% 56%, transparent 55%, rgba(0,0,0,.10) 100%)}
.hero-content{max-width:720px;padding:3px 12px 4px}
.hero h1{margin:0 0 2px;font-size:19px;line-height:1;letter-spacing:.45px;text-shadow:0 1px 0 rgba(255,255,255,.10),
        0 2px 5px rgba(0,0,0,.88)}
.hero p{margin:0 auto 5px;font-size:10.5px;line-height:1.05;color:#f0f4f8}
.hero-buttons{gap:6px}
.hero-buttons .btn{min-height:30px;padding:6px 11px;font-size:10.5px}
.hero-car{bottom:-15px;max-height:180px}
.hero-car-left{width:min(34vw, 485px);max-height:195px}
.hero-car-right{width:min(28vw, 395px)}
.home-shell{margin-top:13px;padding-bottom:18px}
.home-grid{gap:12px}
.panel,
.center-intro,
.card,
.bottom-cta{position:relative;border:6px solid transparent;background:linear-gradient(#0a1523,#0a1523) padding-box,
        linear-gradient(
            135deg,
            #262c33 0%,
            #fdfefe 9%,
            #7e8893 18%,
            #ffffff 28%,
            #8c96a1 39%,
            #343b43 50%,
            #fdfefe 62%,
            #89939e 74%,
            #ffffff 86%,
            #3b424a 100%
        ) border-box;box-shadow:0 0 0 1px #1f252c,
        0 0 0 2px rgba(255,255,255,.22),
        inset 0 1px 0 rgba(255,255,255,.20),
        inset 0 -1px 0 rgba(0,0,0,.72),
        0 10px 24px rgba(0,0,0,.42)}
.panel::after,
.center-intro::after,
.bottom-cta::after{content:"";position:absolute;inset:0;z-index:7;pointer-events:none;border-radius:inherit;background:linear-gradient(
            90deg,
            rgba(255,255,255,.78) 0,
            rgba(255,255,255,.14) 2px,
            rgba(80,89,99,.75) 4px,
            transparent 9px,
            transparent calc(100% - 9px),
            rgba(80,89,99,.75) calc(100% - 4px),
            rgba(255,255,255,.16) calc(100% - 2px),
            rgba(255,255,255,.78) 100%
        );box-shadow:inset 3px 0 4px rgba(255,255,255,.30),
        inset -3px 0 4px rgba(255,255,255,.24)}
.panel-head,
.center-intro{position:relative;color:#fff;background:linear-gradient(180deg, #1a4472 0%, #0f2b4b 48%, #081a2d 100%);border-top:2px solid #e9eef2;border-bottom:5px solid var(--us1-hot-red);box-shadow:inset 0 2px 0 rgba(255,255,255,.18),
        inset 0 -2px 0 rgba(0,0,0,.48)}
.panel-head::after,
.center-intro::before{content:"";position:absolute;left:0;right:0;bottom:-8px;height:4px;z-index:9;pointer-events:none;background:linear-gradient(
            90deg,
            #343b43 0%,
            #ffffff 10%,
            #7f8993 18%,
            #ffffff 28%,
            #b7c0c8 44%,
            #ffffff 50%,
            #b7c0c8 56%,
            #ffffff 72%,
            #7f8993 82%,
            #ffffff 90%,
            #343b43 100%
        );box-shadow:0 1px 2px rgba(0,0,0,.55)}
.panel-head{padding:8px 10px 7px}
.panel-head h2,
.panel-head h3{font-size:13px;letter-spacing:.85px}
.panel-head p{margin-top:2px;color:#dce7f2;font-size:9.5px}
.panel-body{background:linear-gradient(180deg,#f8f1e6 0%,#efe5d6 100%);color:var(--us1-ink)}
.center-intro{margin-bottom:10px;padding:8px 11px 7px;border-radius:9px}
.center-intro h2{color:#fff;font-size:15px;letter-spacing:.8px}
.center-intro p{color:#dfe8f0;font-size:10px}
.card{border-width:5px;background:linear-gradient(#fffaf1,#fffaf1) padding-box,
        linear-gradient(
            135deg,
            #3b424b 0%,
            #ffffff 14%,
            #8f99a4 24%,
            #ffffff 36%,
            #555d66 50%,
            #ffffff 65%,
            #8f99a4 78%,
            #ffffff 88%,
            #3b424b 100%
        ) border-box;box-shadow:0 0 0 1px #252b32,
        0 6px 15px rgba(0,0,0,.28)}
.card-link:hover .card{transform:translateY(-3px);box-shadow:0 0 0 1px #20252b,
        0 0 10px rgba(255,255,255,.22),
        0 12px 24px rgba(0,0,0,.38)}
.card-image,
.no-image{border-bottom:4px solid var(--us1-hot-red)}
.btn,
.panel-link{border:3px solid transparent!important;background-clip:padding-box,border-box;box-shadow:0 0 0 1px #242a30,
        inset 0 2px 0 rgba(255,255,255,.34),
        inset 0 -2px 0 rgba(0,0,0,.32),
        0 4px 9px rgba(0,0,0,.26)}
.btn-red{background:linear-gradient(#c72e25,#8f211b) padding-box,
        linear-gradient(180deg,#ffffff,#7f8892 46%,#f5f7f9 52%,#4b535c) border-box}
.btn-navy{background:linear-gradient(#163d67,#0a223d) padding-box,
        linear-gradient(180deg,#ffffff,#7f8892 46%,#f5f7f9 52%,#4b535c) border-box}
.btn-cream{color:#10233d;background:linear-gradient(#fffdf8,#e8dfd3) padding-box,
        linear-gradient(180deg,#ffffff,#7f8892 46%,#f5f7f9 52%,#4b535c) border-box}
.babe-card{border:5px solid transparent;background:linear-gradient(#101820,#101820) padding-box,
        linear-gradient(
            135deg,
            #343b43,
            #ffffff 15%,
            #8d97a2 28%,
            #ffffff 44%,
            #5a626b 58%,
            #ffffff 74%,
            #8d97a2 86%,
            #343b43
        ) border-box;box-shadow:0 0 0 1px #21272d,
        0 8px 16px rgba(0,0,0,.35)}
.v8-card{min-height:130px;background:linear-gradient(to top, rgba(2,7,12,.97), rgba(3,12,21,.35)),
        url("/images/us1-hero-v2.jpg")
        center 74% / cover no-repeat}
.bottom-cta{margin-top:17px;padding:14px 18px;color:#fff;background:linear-gradient(135deg,#091726,#12375f) padding-box,
        linear-gradient(
            135deg,
            #2d343c,
            #ffffff 12%,
            #87919b 23%,
            #ffffff 36%,
            #555d66 52%,
            #ffffff 68%,
            #87919b 82%,
            #2d343c
        ) border-box}
footer{margin-top:18px;background:linear-gradient(180deg,#0b2038,#050b12);border-top:5px solid var(--us1-hot-red)}
@media (max-width:760px){.hero{min-height:226px;background:linear-gradient(
                90deg,
                rgba(4,10,18,.46) 0%,
                rgba(7,19,33,.06) 35%,
                rgba(7,19,33,.02) 65%,
                rgba(4,10,18,.44) 100%
            ),
            url("/images/us1-hero-v2.jpg")
            center 76% / cover no-repeat}
.hero h1{font-size:17px}
.hero p{font-size:10px}
.hero-buttons{margin-top:53px}
.panel,
    .center-intro,
    .card,
    .bottom-cta{border-width:4px}
.panel::after,
    .center-intro::after,
    .bottom-cta::after{background:linear-gradient(
                90deg,
                rgba(255,255,255,.58) 0,
                transparent 5px,
                transparent calc(100% - 5px),
                rgba(255,255,255,.58) 100%
            )}}
.panel,
.center-intro,
.card,
.bottom-cta{background-image:linear-gradient(#0a1523,#0a1523),
        linear-gradient(
            135deg,
            #15191e 0%,
            #515a64 5%,
            #dfe4e8 9%,
            #737d87 13%,
            #f7f9fa 18%,
            #3b424a 25%,
            #9da6ae 33%,
            #252b31 42%,
            #e8ecef 50%,
            #454d56 58%,
            #aab2ba 67%,
            #2c3238 76%,
            #f1f3f5 84%,
            #69737d 91%,
            #171b20 100%
        );box-shadow:0 0 0 1px #090c10,
        0 0 0 2px #5c6670,
        inset 0 1px 0 rgba(255,255,255,.24),
        inset 0 -2px 0 rgba(0,0,0,.72),
        0 8px 20px rgba(0,0,0,.42)}
.panel::after,
.center-intro::after,
.bottom-cta::after{background:linear-gradient(
            90deg,
            rgba(245,248,250,.82) 0,
            rgba(76,85,94,.92) 2px,
            rgba(218,224,229,.58) 4px,
            rgba(28,33,39,.72) 7px,
            transparent 11px,
            transparent calc(100% - 11px),
            rgba(28,33,39,.72) calc(100% - 7px),
            rgba(218,224,229,.58) calc(100% - 4px),
            rgba(76,85,94,.92) calc(100% - 2px),
            rgba(245,248,250,.82) 100%
        );box-shadow:inset 3px 0 5px rgba(255,255,255,.22),
        inset -3px 0 5px rgba(255,255,255,.18)}
.card{background-image:linear-gradient(#fffaf1,#fffaf1),
        linear-gradient(
            135deg,
            #181c21 0%,
            #727c86 8%,
            #eef1f3 14%,
            #4b535c 22%,
            #b7bec5 31%,
            #292f35 43%,
            #f4f6f7 52%,
            #555e67 63%,
            #c7cdd2 74%,
            #343a41 86%,
            #181c21 100%
        );box-shadow:0 0 0 1px #11151a,
        0 5px 13px rgba(0,0,0,.30)}
.panel-head::after,
.center-intro::before{background:linear-gradient(
            90deg,
            #171c21 0%,
            #77818b 8%,
            #e5e9ec 14%,
            #4a525b 22%,
            #c2c8ce 31%,
            #252b31 43%,
            #f2f4f5 50%,
            #252b31 57%,
            #c2c8ce 69%,
            #4a525b 78%,
            #e5e9ec 86%,
            #77818b 92%,
            #171c21 100%
        )}
.home-shell{margin-top:12px;padding-bottom:8px}
.home-grid{gap:11px}
.panel + .panel{margin-top:10px}
.bottom-cta{margin-top:12px;margin-bottom:8px;padding:13px 18px}
.home-shell > .bottom-cta{margin-top:14px}
.home-grid{align-items:start}
footer{margin-top:10px}
@media (max-width:760px){.home-shell{margin-top:9px;padding-bottom:6px}
.home-grid{gap:9px}
.bottom-cta{margin-top:10px;margin-bottom:6px}
footer{margin-top:8px}}
.bottom-cta{width:calc(100% - 36px);max-width:720px;margin:14px auto 8px;padding:11px 18px 12px}
.bottom-cta h2{margin:0 0 3px;font-size:18px;line-height:1.1}
.bottom-cta p{margin:0 0 8px;font-size:11.5px;line-height:1.2}
.bottom-cta .btn{min-height:34px;padding:7px 14px;font-size:12px}
@media (max-width:760px){.bottom-cta{width:calc(100% - 24px);max-width:560px;margin:11px auto 6px;padding:10px 12px 11px}
.bottom-cta h2{font-size:16px}
.bottom-cta p{font-size:11px}}
.bottom-cta{width:calc(100% - 40px);max-width:540px;margin:8px auto 6px;padding:8px 14px 9px}
.bottom-cta h2{margin:0 0 2px;font-size:15px;line-height:1.05}
.bottom-cta p{margin:0 0 6px;font-size:10.5px;line-height:1.15}
.bottom-cta .btn{min-height:30px;padding:6px 12px;font-size:11px}
.home-shell{padding-bottom:0}
.bottom-cta{transform:translateY(-34px)}
footer{margin-top:-24px}
@media (max-width:760px){.bottom-cta{width:calc(100% - 28px);max-width:500px;margin:8px auto 5px;padding:8px 11px 9px;transform:none}
.bottom-cta h2{font-size:14px}
.bottom-cta p{font-size:10px}
footer{margin-top:6px}}
.center-stage .bottom-cta{width:min(540px, calc(100% - 24px));max-width:540px;margin:14px auto 0;padding:8px 14px 9px;transform:none}
.center-stage .bottom-cta h2{margin:0 0 2px;font-size:15px;line-height:1.05}
.center-stage .bottom-cta p{margin:0 0 6px;font-size:10.5px;line-height:1.15}
.center-stage .bottom-cta .btn{min-height:30px;padding:6px 12px;font-size:11px}
footer{margin-top:10px}
@media (max-width:760px){.center-stage .bottom-cta{width:calc(100% - 20px);max-width:500px;margin:11px auto 0;padding:8px 11px 9px;transform:none}
.center-stage .bottom-cta h2{font-size:14px}
.center-stage .bottom-cta p{font-size:10px}}
.hero{min-height:300px;padding:18px 20px 20px;align-items:flex-start;border-bottom:5px solid var(--us1-hot-red, #cf3027);background:linear-gradient(180deg, rgba(3,8,14,.08) 0%, rgba(3,8,14,.04) 48%, rgba(3,8,14,.34) 100%),
        linear-gradient(90deg, rgba(3,9,16,.52) 0%, rgba(8,22,38,.08) 31%, rgba(8,22,38,.04) 69%, rgba(3,9,16,.50) 100%),
        url("/images/us1-hero-v2.jpg") center 70% / cover no-repeat;box-shadow:0 10px 26px rgba(0,0,0,.42)}
.hero::after{background:radial-gradient(circle at 50% 24%, rgba(255,194,104,.12), transparent 34%),
        linear-gradient(to bottom, rgba(0,0,0,.02), rgba(0,0,0,.08) 62%, rgba(0,0,0,.28))}
.hero-content{max-width:820px;padding:8px 16px 10px}
.hero h1{margin:0 0 7px;font-size:34px;line-height:1;letter-spacing:.9px;text-shadow:0 2px 0 rgba(0,0,0,.45), 0 5px 12px rgba(0,0,0,.72)}
.hero h1::before,
.hero h1::after{color:#fff;font-size:.48em;vertical-align:.20em;text-shadow:0 2px 5px rgba(0,0,0,.8)}
.hero h1::before{content:"★  "}
.hero h1::after{content:"  ★"}
.hero p{margin:0 auto 12px;font-size:14px;line-height:1.15;letter-spacing:.65px;color:#f6eee1;text-shadow:0 2px 5px rgba(0,0,0,.82)}
.hero-buttons{gap:9px}
.hero-buttons .btn{min-height:36px;padding:8px 15px;font-size:12px}
.hero-car{bottom:-12px;filter:drop-shadow(0 17px 13px rgba(0,0,0,.62))}
.hero-car-left{left:-12px;width:min(39vw, 555px);max-height:235px}
.hero-car-right{right:-10px;width:min(32vw, 455px);max-height:215px}
@media (max-width:900px){.hero{min-height:285px;background-position:center 70%}
.hero h1{font-size:28px}
.hero-car-left{left:-58px;width:52vw}
.hero-car-right{right:-52px;width:44vw}}
@media (max-width:760px){.hero{min-height:245px;padding:10px 8px 10px;background:linear-gradient(180deg, rgba(3,8,14,.08), rgba(3,8,14,.22)),
            linear-gradient(90deg, rgba(3,9,16,.44), rgba(8,22,38,.04) 35%, rgba(8,22,38,.03) 65%, rgba(3,9,16,.42)),
            url("/images/us1-hero-v2.jpg") center 70% / cover no-repeat}
.hero-content{padding:5px 7px 7px}
.hero h1{font-size:22px;margin-bottom:4px}
.hero h1::before,.hero h1::after{font-size:.42em}
.hero p{font-size:11px;margin-bottom:0;letter-spacing:.3px}
.hero-buttons{margin-top:61px;gap:6px}
.hero-buttons .btn{min-height:34px;padding:7px 10px;font-size:11.5px}
.hero-car{bottom:-7px;max-height:130px}
.hero-car-left{left:-45px;width:59vw}
.hero-car-right{right:-43px;width:52vw}}
@media (max-width:430px){.hero{min-height:238px}
.hero h1{font-size:20px}
.hero p{font-size:10.5px}
.hero-buttons{margin-top:59px}}
@media (min-width:761px){.hero h1{margin-bottom:5px;font-size:38px;letter-spacing:1.4px}
.hero-subtitle{margin:0 auto 5px;color:#fff;font-size:17px;line-height:1.05;font-weight:900;letter-spacing:.75px;text-transform:uppercase;text-shadow:0 2px 5px rgba(0,0,0,.82)}
.hero-car-left{left:-28px;width:min(44vw, 625px);max-height:258px}
.hero-car-right{right:-25px;width:min(37vw, 525px);max-height:238px}}
@media (max-width:760px){.hero-subtitle{margin:0 auto 3px;color:#fff;font-size:12px;line-height:1.05;font-weight:900;letter-spacing:.25px;text-transform:uppercase;text-shadow:0 2px 5px rgba(0,0,0,.82)}}
.hero-content{padding-top:16px}
.hero-subtitle{margin:0 auto 7px;color:#fff;font-size:26px;line-height:1.05;font-weight:900;letter-spacing:.8px;text-transform:uppercase;text-shadow:0 2px 5px rgba(0,0,0,.82), 0 5px 12px rgba(0,0,0,.55)}
@media (min-width:901px){.hero-car-left{left:-22px;width:min(47vw, 675px);max-height:285px}
.hero-car-right{right:-25px;width:min(37vw, 525px);max-height:238px}}
@media (min-width:761px) and (max-width:900px){.hero-content{padding-top:13px}
.hero-subtitle{font-size:21px}
.hero-car-left{left:-50px;width:49vw}
.hero-car-right{right:-52px;width:44vw}}
@media (max-width:760px){.hero-content{padding-top:8px}
.hero-subtitle{margin-bottom:3px;font-size:15px;line-height:1.05;letter-spacing:.2px}}
@media (max-width:430px){.hero-subtitle{font-size:13px}}
.listings{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.listings > .card-link{display:block!important}
@media (max-width:760px) and (orientation:portrait){.listings{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px}
.card-image,.no-image{height:82px}
.card-body{padding:6px}
.card-body h3{font-size:11px}
.location{font-size:9px}
.price{font-size:13px}}
@media (max-width:900px) and (orientation:landscape){.listings{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px}}
.hero-car{opacity:1!important}
