/* StandCore 1.4.7 — visual refinement layer. Loaded after the certified 1.4.6 theme. */
:root{--sc-glow:color-mix(in srgb,var(--sc-accent) 24%,transparent);--sc-dark:#12100f;--sc-focus:color-mix(in srgb,var(--sc-primary) 24%,transparent)}
body{background:radial-gradient(circle at 8% 0,var(--sc-glow),transparent 24rem),#fcfaf7}
.skip-link{position:fixed;z-index:999;left:16px;top:16px;padding:12px 16px;border-radius:10px;background:#fff;color:#111;box-shadow:0 10px 30px #0003;transform:translateY(-160%)}.skip-link:focus{transform:none}
.site-header{position:relative;z-index:10}.site-nav a{position:relative}.site-nav a:not(.nav-cta):after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--sc-primary);transition:right .2s ease}.site-nav a:hover:after{right:0}
.hero-shell{isolation:isolate;position:relative}.hero-shell:after{content:"";position:absolute;z-index:-1;width:260px;height:260px;left:44%;bottom:-150px;border-radius:50%;background:var(--sc-primary);filter:blur(100px);opacity:.18}.hero-copy h1{text-wrap:balance}.lead{text-wrap:pretty}
.vehicle-card{transform:translateZ(0)}.vehicle-image{overflow:hidden}.vehicle-image img{transition:transform .55s cubic-bezier(.2,.7,.2,1)}.vehicle-card:hover .vehicle-image img{transform:scale(1.045)}.vehicle-bottom .price{font-variant-numeric:tabular-nums}
.service-grid article{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.service-grid article:after{content:"";position:absolute;width:90px;height:90px;right:-45px;top:-45px;border-radius:50%;background:var(--sc-glow)}.service-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.cta-section{box-shadow:0 30px 75px color-mix(in srgb,var(--sc-primary) 25%,transparent)}
.detail-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}.detail-gallery img{width:100%;height:210px;object-fit:cover;border-radius:15px}.detail-gallery img:first-child{grid-column:1/-1;height:430px}.detail-aside{position:sticky;top:24px}.availability{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e7f6ef;color:#126646;font-size:12px;font-weight:900}.availability.reserved{background:#fff3d6;color:#855d00}.availability.sold{background:#eee;color:#555}
:focus-visible{outline:3px solid var(--sc-focus);outline-offset:3px}.btn:focus-visible,.nav-cta:focus-visible{outline-color:var(--sc-accent)}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(max-width:680px){.site-nav a:not(.nav-cta):after{display:none}.detail-gallery img,.detail-gallery img:first-child{height:260px}.detail-aside{position:static}.site-header{gap:15px}.hero-shell:after{display:none}}
