/** Shopify CDN: Minification failed

Line 119:22 Unexpected "@media"

**/
/* Vanta Motors — Dark Luxury Automotive */
:root{
  --background:#121417;
  --foreground:#f1f3f5;
  --surface:#1a1d21;
  --surface-elevated:#22262b;
  --muted:#1f2226;
  --muted-foreground:#9aa3ad;
  --border:rgba(255,255,255,.08);
  --border-strong:rgba(255,255,255,.14);
  --primary:#3aa0ff;
  --primary-foreground:#0a1220;
  --primary-glow:rgba(58,160,255,.45);
  --gradient-hero:linear-gradient(180deg, rgba(18,20,23,0) 0%, rgba(15,17,20,.55) 55%, rgba(13,15,18,1) 100%);
  --gradient-blue:linear-gradient(135deg,#3aa0ff,#3d6df0);
  --shadow-glow:0 0 60px -10px var(--primary-glow);
  --shadow-elevated:0 30px 80px -30px rgba(0,0,0,.7);
  --font: "Inter", system-ui, -apple-system, "Helvetica Neue", sans-serif;
}
*{box-sizing:border-box;border-color:var(--border)}
html{scroll-behavior:smooth}
body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"ss01","cv11"}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
::selection{background:var(--primary);color:var(--primary-foreground)}

.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}
@media(min-width:1024px){.container{padding:0 2.5rem}}

.eyebrow{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--primary)}
.eyebrow.muted{color:var(--muted-foreground)}
.display{letter-spacing:-.03em;font-weight:600;line-height:1.02;text-wrap:balance}
.h1{font-size:clamp(2.5rem,6vw,4.5rem)}
.h2{font-size:clamp(2rem,4.5vw,3rem);line-height:1.1}
.h3{font-size:1.5rem;line-height:1.2}
.lead{color:var(--muted-foreground);line-height:1.7}
.muted{color:var(--muted-foreground)}
.balance{text-wrap:balance}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:3rem;padding:0 1.5rem;border-radius:.4rem;font-weight:500;font-size:.95rem;cursor:pointer;border:1px solid transparent;transition:all .25s ease;text-decoration:none}
.btn.lg{height:3.5rem;padding:0 1.75rem;font-size:1rem}
.btn.primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-glow)}
.btn.primary:hover{background:#56b0ff}
.btn.outline{background:transparent;color:var(--foreground);border-color:var(--border-strong)}
.btn.outline:hover{border-color:var(--primary)}
.btn.ghost{background:transparent;color:var(--muted-foreground)}
.btn.ghost:hover{color:var(--foreground)}
.btn[disabled]{opacity:.5;cursor:not-allowed}
.arrow{width:1rem;height:1rem}

/* Header */
.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--border);backdrop-filter:blur(20px);background:rgba(18,20,23,.7)}
.site-header .row{height:4rem;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:.55rem}
.brand svg{width:22px;height:22px}
.brand .wordmark{font-size:1rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase}
.brand .wordmark .dot{color:var(--primary)}
.brand:hover{opacity:.85}
.nav{display:none;gap:2.5rem;font-size:.875rem;color:var(--muted-foreground)}
.nav a:hover{color:var(--foreground)}
@media(min-width:768px){.nav{display:flex}}
.cart-link{position:relative;display:inline-flex;align-items:center;gap:.4rem;color:var(--muted-foreground);font-size:.85rem}
.cart-link:hover{color:var(--foreground)}
.cart-count{background:var(--primary);color:var(--primary-foreground);font-size:.7rem;font-weight:600;border-radius:999px;padding:.05rem .45rem;min-width:1.1rem;text-align:center}

/* Hero */
.hero{position:relative;isolation:isolate;min-height:92vh;display:flex;align-items:flex-end;overflow:hidden}
.hero img.bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}
.hero .overlay{position:absolute;inset:0;background:var(--gradient-hero);z-index:-1}
.hero .overlay2{position:absolute;inset:0;background:rgba(18,20,23,.3);z-index:-1}
.hero .inner{padding:8rem 0 6rem;width:100%}
.hero h1{max-width:54rem;margin:1.25rem 0 0}
.hero p.lede{margin-top:1.5rem;max-width:34rem;font-size:1.05rem}
.hero .cta{margin-top:2.5rem}

/* Sections */
section{padding:8rem 0}
.section.tight{padding:6rem 0}
.section.bordered{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}

.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:3rem}
@media(max-width:1023px){.grid-12{grid-template-columns:1fr}}
.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}
@media(max-width:1023px){.col-5,.col-6,.col-7{grid-column:1/-1}}

.split{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
@media(max-width:1023px){.split{grid-template-columns:1fr;gap:3rem}}

/* Feature grid */
.features{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2.5rem}
@media(max-width:639px){.features{grid-template-columns:1fr}}
.feat .icon{width:1.25rem;height:1.25rem;color:var(--primary);margin-bottom:.75rem}
.feat h3{font-size:.9rem;font-weight:500;margin:0 0 .35rem}
.feat p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0}

/* Before/After */
.media-frame{position:relative;border-radius:.75rem;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-elevated)}
.media-frame img{width:100%;height:auto}
.pill{position:absolute;top:1rem;padding:.4rem .75rem;border-radius:999px;font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;background:rgba(18,20,23,.8);backdrop-filter:blur(12px);border:1px solid var(--border)}
.pill.left{left:1rem}
.pill.right{right:1rem;background:var(--primary);color:var(--primary-foreground);border-color:transparent}

/* Hero product card */
.hero-product{position:relative;aspect-ratio:1/1;border-radius:.6rem;overflow:hidden;background:var(--background);box-shadow:var(--shadow-elevated)}
@media(min-width:1024px){.hero-product{aspect-ratio:auto;height:560px}}
.hero-product img{width:100%;height:100%;object-fit:cover}
.hero-product .badge{position:absolute;top:1.25rem;left:1.25rem;padding:.35rem .75rem;border-radius:999px;background:rgba(18,20,23,.8);backdrop-filter:blur(12px);font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;border:1px solid var(--border)}

/* Product grid */
.grid-products{display:grid;gap:1.25rem;grid-template-columns:1fr}
@media(min-width:640px){.grid-products{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.grid-products{grid-template-columns:repeat(3,1fr)}}
.grid-products.cols-4 @media(min-width:1024px){grid-template-columns:repeat(4,1fr)}
@media(min-width:1024px){.grid-products.cols-4{grid-template-columns:repeat(4,1fr)}}

.card{position:relative;display:block;border-radius:.6rem;overflow:hidden;background:var(--surface);border:1px solid var(--border);transition:border-color .5s ease}
.card:hover{border-color:rgba(58,160,255,.4)}
.card .img{aspect-ratio:4/5;background:var(--background);overflow:hidden}
.card .img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.card:hover .img img{transform:scale(1.05)}
.card .meta{padding:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}
.card .meta h3{font-size:.875rem;font-weight:500;margin:0;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.card .meta .price{font-size:.875rem;color:var(--muted-foreground);margin:.25rem 0 0}
.card .meta .arrow-btn{height:2.25rem;width:2.25rem;border-radius:999px;background:var(--background);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease}
.card:hover .arrow-btn{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}
.section-head .link{font-size:.875rem;color:var(--muted-foreground);display:inline-flex;align-items:center;gap:.25rem}
.section-head .link:hover{color:var(--primary)}
@media(max-width:639px){.section-head .link{display:none}}

/* PDP */
.pdp{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}
@media(min-width:1024px){.pdp{grid-template-columns:1fr 1fr;gap:4rem}}
.gallery .main{aspect-ratio:1/1;border-radius:.75rem;overflow:hidden;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-elevated)}
.gallery .main img{width:100%;height:100%;object-fit:cover}
.gallery .thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-top:1rem}
.gallery .thumbs button{aspect-ratio:1/1;border-radius:.35rem;overflow:hidden;border:1px solid var(--border);padding:0;cursor:pointer;background:none}
.gallery .thumbs button.active{border-color:var(--primary)}
.gallery .thumbs img{width:100%;height:100%;object-fit:cover}
.pdp .info{padding-top:1.5rem}
.pdp h1{font-size:clamp(1.75rem,3.5vw,3rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;margin:1rem 0 0;text-wrap:balance}
.pdp .price-row{font-size:1.5rem;font-weight:500;margin:1.25rem 0 0}
.pdp .desc{margin:2rem 0 0;color:var(--muted-foreground);line-height:1.7;white-space:pre-line}
.pdp .variant-label{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-foreground);margin:2rem 0 .75rem}
.variants{display:flex;flex-wrap:wrap;gap:.5rem}
.variants button{padding:.65rem 1rem;border-radius:.4rem;font-size:.875rem;background:transparent;border:1px solid var(--border-strong);color:var(--foreground);cursor:pointer;transition:all .2s}
.variants button:hover{border-color:var(--foreground)}
.variants button.active{border-color:var(--primary);background:rgba(58,160,255,.1)}
.variants button[disabled]{opacity:.4;cursor:not-allowed}
.atc{margin-top:2.5rem}
.atc .btn{width:100%}
.trust{margin-top:1.25rem;display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;font-size:.75rem;color:var(--muted-foreground)}
.trust div{display:flex;align-items:center;gap:.4rem}
.trust svg{color:var(--primary);width:.9rem;height:.9rem}
@media(max-width:639px){.trust{grid-template-columns:1fr}}
.info-grid{margin-top:3rem;display:grid;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:.5rem;overflow:hidden}
.info-grid .row{background:var(--surface);padding:1.25rem;display:flex;gap:1rem}
.info-grid svg{color:var(--primary);width:1.1rem;height:1.1rem;flex-shrink:0;margin-top:.15rem}
.info-grid .row .title{font-size:.875rem;font-weight:500;margin:0 0 .25rem}
.info-grid .row p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6;margin:0}

.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-foreground);margin-top:2.5rem}
.back-link:hover{color:var(--primary)}

/* Collection / Shop */
.shop-hero{padding:6rem 0 3rem}
.shop-hero h1{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:600;letter-spacing:-.03em;line-height:1.1;max-width:48rem;text-wrap:balance;margin:1.25rem 0 0}
.shop-hero p{margin-top:1.25rem;color:var(--muted-foreground);max-width:34rem}

/* Cart */
.cart{padding:5rem 0}
.cart-empty{padding:6rem 0;text-align:center;color:var(--muted-foreground)}
.cart-grid{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:1024px){.cart-grid{grid-template-columns:2fr 1fr}}
.line-item{display:grid;grid-template-columns:80px 1fr auto;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:center}
.line-item img{width:80px;height:80px;object-fit:cover;border-radius:.4rem}
.line-item .name{font-size:.95rem;font-weight:500}
.line-item .variant{font-size:.8rem;color:var(--muted-foreground);margin-top:.25rem}
.line-item .price{font-weight:500}
.summary{background:var(--surface);border:1px solid var(--border);border-radius:.6rem;padding:1.75rem;position:sticky;top:5rem}
.summary .row{display:flex;justify-content:space-between;margin:.5rem 0;font-size:.9rem}
.summary .row.total{font-size:1.1rem;font-weight:600;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border)}

/* Footer */
.site-footer{border-top:1px solid var(--border);margin-top:8rem}
.site-footer .top{display:grid;gap:3rem;grid-template-columns:1fr;padding:4rem 0}
@media(min-width:768px){.site-footer .top{grid-template-columns:repeat(3,1fr)}}
.site-footer p.about{font-size:.875rem;color:var(--muted-foreground);max-width:20rem;line-height:1.7;margin:1rem 0 0}
.site-footer h4{font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 1rem;font-weight:500}
.site-footer ul{list-style:none;padding:0;margin:0;font-size:.875rem}
.site-footer ul li{margin:.625rem 0}
.site-footer ul li a:hover{color:var(--primary)}
.site-footer .bottom{border-top:1px solid var(--border);padding:1.5rem 0;display:flex;justify-content:space-between;font-size:.75rem;color:var(--muted-foreground);gap:.5rem;flex-wrap:wrap}

/* 404 / generic */
.center-pad{text-align:center;padding:8rem 0}
