.vehicle-details-module__Oq8BbW__vehicleDetailsPage{background:var(--ab-canvas);color:var(--ab-ink);min-height:100vh}.vehicle-details-module__Oq8BbW__mainContent{flex-direction:column;gap:32px;max-width:1280px;margin:0 auto;padding:48px 48px 64px;display:flex}.vehicle-details-module__Oq8BbW__mainContent h1{color:var(--ab-ink);letter-spacing:-.44px;margin:0;font-size:22px;font-weight:500;line-height:28px}.vehicle-details-module__Oq8BbW__hero{border-radius:var(--ab-radius-md);height:clamp(320px,52vw,500px);position:relative;overflow:hidden}.vehicle-details-module__Oq8BbW__heroPlaceholder{background:var(--ab-surface-strong);position:absolute;inset:0}.vehicle-details-module__Oq8BbW__heroScroll{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-color:#ffffffb8 #22222238;scrollbar-width:thin;height:100%;display:flex;overflow-x:auto}.vehicle-details-module__Oq8BbW__heroScroll::-webkit-scrollbar{height:10px}.vehicle-details-module__Oq8BbW__heroScroll::-webkit-scrollbar-track{background:#2222222e}.vehicle-details-module__Oq8BbW__heroScroll::-webkit-scrollbar-thumb{border-radius:var(--ab-radius-full);background:#ffffffd9}.vehicle-details-module__Oq8BbW__heroSlide{scroll-snap-align:start;flex:0 0 100%;min-width:100%;position:relative}.vehicle-details-module__Oq8BbW__imageFrame{display:block;position:absolute;inset:0}.vehicle-details-module__Oq8BbW__imageLoader{background:var(--ab-surface-strong);opacity:1;z-index:1;justify-content:center;align-items:center;transition:opacity .18s;display:flex;position:absolute;inset:0}.vehicle-details-module__Oq8BbW__imageLoader:after{border:3px solid #2222222e;border-top-color:var(--ab-ink);content:"";border-radius:50%;width:38px;height:38px;animation:.85s linear infinite vehicle-details-module__Oq8BbW__imageLoaderSpin}.vehicle-details-module__Oq8BbW__imageFrame[data-loaded=true] .vehicle-details-module__Oq8BbW__imageLoader{opacity:0;pointer-events:none}.vehicle-details-module__Oq8BbW__imageFrame[data-loaded=false] .vehicle-details-module__Oq8BbW__heroImage{opacity:0}.vehicle-details-module__Oq8BbW__imageFrame[data-loaded=true] .vehicle-details-module__Oq8BbW__heroImage{opacity:1}.vehicle-details-module__Oq8BbW__heroImage{object-fit:cover;width:100%;height:100%;transition:opacity .18s;display:block}.vehicle-details-module__Oq8BbW__heroGradient{pointer-events:none;background:linear-gradient(16deg,#2222229e 0%,#22222238 34%,#2220 68%);position:absolute;inset:0}.vehicle-details-module__Oq8BbW__imageIndicator{border-radius:var(--ab-radius-full);color:var(--ab-canvas);z-index:2;background:#222222a3;border:1px solid #fff3;align-items:center;gap:12px;padding:8px 12px;display:inline-flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.vehicle-details-module__Oq8BbW__imageCounter{white-space:nowrap;font-size:12px;font-weight:600;line-height:16px}.vehicle-details-module__Oq8BbW__imageDots{align-items:center;gap:6px;display:inline-flex}.vehicle-details-module__Oq8BbW__imageDot{cursor:pointer;height:6px;transition:background .18s var(--ab-ease-standard), width .18s var(--ab-ease-standard);background:#ffffff7a;border:0;border-radius:50%;width:6px;padding:0}.vehicle-details-module__Oq8BbW__imageDot:focus-visible{outline:2px solid var(--ab-canvas);outline-offset:3px}.vehicle-details-module__Oq8BbW__activeImageDot{background:var(--ab-primary);border-radius:var(--ab-radius-full);width:18px}@keyframes vehicle-details-module__Oq8BbW__imageLoaderSpin{to{transform:rotate(360deg)}}.vehicle-details-module__Oq8BbW__vehicleIntro{background:var(--ab-canvas);border:1px solid var(--ab-hairline);border-radius:var(--ab-radius-md);padding:20px 24px}.vehicle-details-module__Oq8BbW__vehicleIntroHeader{justify-content:space-between;align-items:center;gap:16px;display:flex}.vehicle-details-module__Oq8BbW__vehicleIntroActions{flex:none;align-items:center;gap:10px;display:inline-flex}.vehicle-details-module__Oq8BbW__vehicleName{color:var(--ab-ink);letter-spacing:-.44px;overflow-wrap:anywhere;flex:auto;margin:0;font-size:22px;font-weight:600;line-height:28px}.vehicle-details-module__Oq8BbW__vehicleSummary{color:var(--ab-body);overflow-wrap:anywhere;margin:4px 0 0;font-size:14px;line-height:20px}.vehicle-details-module__Oq8BbW__enquiryButton{background:var(--ab-ink);border-radius:var(--ab-radius-full);color:var(--ab-canvas);cursor:pointer;white-space:nowrap;border:0;justify-content:center;align-items:center;min-height:34px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;line-height:18px;display:inline-flex}.vehicle-details-module__Oq8BbW__enquiryButton:disabled{cursor:wait;opacity:.78}.vehicle-details-module__Oq8BbW__specificationsCard{background:var(--ab-canvas);border:1px solid var(--ab-hairline);border-radius:var(--ab-radius-md);flex-direction:column;gap:24px;padding:24px;display:flex}.vehicle-details-module__Oq8BbW__specificationsHeader{color:var(--ab-ink);align-items:center;gap:8px;display:flex}.vehicle-details-module__Oq8BbW__specificationsHeader h2{color:var(--ab-ink);letter-spacing:-.2px;margin:0;font-size:21px;font-weight:600;line-height:28px}.vehicle-details-module__Oq8BbW__specGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:12px;margin:0;display:grid}.vehicle-details-module__Oq8BbW__emptySpecs{color:var(--ab-body);margin:0;font-size:15px;line-height:24px}.vehicle-details-module__Oq8BbW__specCell{background:var(--ab-surface-soft);border-radius:var(--ab-radius-sm);flex-direction:column;gap:4px;min-height:76px;padding:16px;display:flex}.vehicle-details-module__Oq8BbW__specCell dt{color:var(--ab-muted);margin:0;font-size:12px;font-weight:400;line-height:16px}.vehicle-details-module__Oq8BbW__specCell dd{color:var(--ab-ink);letter-spacing:0;overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:400;line-height:18px}.vehicle-details-module__Oq8BbW__specValue,.vehicle-details-module__Oq8BbW__swatchValue{align-items:center;display:inline-flex}.vehicle-details-module__Oq8BbW__fuelPill{background:var(--ab-primary-tint);border-radius:var(--ab-radius-full);color:var(--ab-primary);padding:4px 10px;font-size:11px;font-weight:600;line-height:16px;display:inline-flex}.vehicle-details-module__Oq8BbW__maskedPlate{align-items:center;gap:2px;font-weight:400;display:inline-flex}.vehicle-details-module__Oq8BbW__maskedPlateBlur{filter:blur(4px);opacity:.68;-webkit-user-select:none;user-select:none;display:inline-block}.vehicle-details-module__Oq8BbW__statusPill{border-radius:var(--ab-radius-full);padding:4px 10px;font-size:11px;font-weight:600;line-height:16px;display:inline-flex}.vehicle-details-module__Oq8BbW__availablePill{background:var(--ab-primary-tint);color:var(--ab-primary)}.vehicle-details-module__Oq8BbW__soldOutPill{color:var(--ab-error);background:#fff1ed}.vehicle-details-module__Oq8BbW__colorSwatch{background:var(--ab-canvas);border:1px solid var(--ab-border-strong);border-radius:50%;width:16px;height:16px;margin-right:6px;display:inline-block}@media (max-width:900px){.vehicle-details-module__Oq8BbW__mainContent{padding:40px 24px 48px}.vehicle-details-module__Oq8BbW__hero{height:360px}.vehicle-details-module__Oq8BbW__vehicleIntro{padding:18px 20px}.vehicle-details-module__Oq8BbW__vehicleName{font-size:20px;line-height:26px}.vehicle-details-module__Oq8BbW__specificationsCard{padding:24px}.vehicle-details-module__Oq8BbW__specGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.vehicle-details-module__Oq8BbW__mainContent{gap:24px;padding:32px 16px 40px}.vehicle-details-module__Oq8BbW__hero{height:300px}.vehicle-details-module__Oq8BbW__vehicleIntro{padding:16px}.vehicle-details-module__Oq8BbW__vehicleIntroHeader{gap:12px}.vehicle-details-module__Oq8BbW__vehicleIntroActions{gap:8px}.vehicle-details-module__Oq8BbW__vehicleName{font-size:18px;line-height:24px}.vehicle-details-module__Oq8BbW__enquiryButton{min-height:32px;padding:0 12px}.vehicle-details-module__Oq8BbW__vehicleSummary{font-size:13px;line-height:18px}.vehicle-details-module__Oq8BbW__specificationsCard{gap:18px;padding:18px}.vehicle-details-module__Oq8BbW__specificationsHeader h2{font-size:19px;line-height:26px}.vehicle-details-module__Oq8BbW__specGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.vehicle-details-module__Oq8BbW__specCell{min-height:68px;padding:14px}}@media (max-width:380px){.vehicle-details-module__Oq8BbW__specGrid{grid-template-columns:1fr}}
