.stock-tabs{display:flex;gap:30px;border-bottom:1px solid var(--line);margin:34px 0 24px}.stock-tabs a{text-decoration:none;padding:14px 0;color:var(--muted);font-size:16px}.stock-tabs a[aria-current=page]{color:var(--ink);border-bottom:2px solid var(--ink)}.stock-filter{display:grid;grid-template-columns:1fr 1fr auto;align-items:end;gap:16px;padding:24px;background:var(--paper);border-radius:10px}.stock-filter label,.stock-inquiry label{display:grid;gap:8px;font-size:14px}.stock-filter select,.stock-inquiry input:not([type=checkbox]){width:100%;padding:12px;border:1px solid var(--line);border-radius:5px;background:white;color:var(--ink);font:inherit;min-height:48px}.stock-count{font-size:14px;margin:30px 0 18px}.stock-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.stock-car{text-decoration:none;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:white;transition:border-color .2s}.stock-car:hover{border-color:#a77736}.stock-car-image{position:relative;background:var(--paper);padding:30px 16px 12px}.stock-car-image img{display:block;width:100%;height:auto;aspect-ratio:1.8;object-fit:contain}.stock-tag{position:absolute;left:18px;top:16px;background:white;border-radius:4px;padding:4px 9px;font-size:12px}.stock-tag.discount{background:#14273e;color:#fff}.stock-car-copy{padding:22px}.stock-car-copy h3{font-size:24px;margin:5px 0}.stock-car-copy p{font-size:14px;margin:4px 0 12px}.stock-car-copy small{color:var(--muted);font-size:12px}.stock-price{display:block;font-size:23px;font-weight:500}.stock-old{color:var(--muted);text-decoration:line-through;margin:0;font-size:14px}.stock-discount{color:#96682c;font-size:14px;margin:5px 0}.stock-more{display:block;font-size:14px;margin-top:20px}.stock-empty{text-align:center;padding:70px 24px;background:var(--paper);border-radius:12px}.stock-empty p{color:var(--muted)}.stock-inquiry{display:grid;gap:18px}.stock-inquiry .stock-consent{display:flex;align-items:flex-start;gap:10px}.stock-consent input{margin-top:5px}.stock-inquiry button{cursor:pointer}.stock-inquiry button:disabled{opacity:.55;cursor:wait}@media(max-width:900px){.stock-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.stock-filter,.stock-grid{grid-template-columns:1fr}.stock-filter{padding:18px}.stock-car-image img{max-height:220px}.stock-tabs{gap:24px}.stock-empty{padding:42px 20px}}

.stock-brand-field{border:0;padding:0;margin:0;min-width:0}.stock-brand-field legend{padding:0;margin:0 0 8px;font-size:14px}.stock-brand-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.stock-brand-choices a{display:flex;align-items:center;justify-content:center;text-align:center;min-height:48px;padding:10px 6px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:14px;text-decoration:none}.stock-brand-choices a[aria-current=page]{background:var(--ink);border-color:var(--ink);color:#fff}.stock-brand-choices a:hover{border-color:var(--ink)}.stock-brand-choices a:focus-visible{outline:2px solid #a77736;outline-offset:3px}.stock-filter select:disabled{color:var(--muted);background:var(--paper)}.stock-filter button:disabled{opacity:.45;cursor:default}

.stock-filter + .stock-empty{margin-top:30px}

/* Customer stock showroom: photography first, with the filters kept close. */
.stock-showcase{display:grid;grid-template-columns:.85fr 1.3fr;background:#101b2b;color:#fff;overflow:hidden;border-radius:12px;min-height:320px}
.stock-showcase-copy{padding:42px 36px;align-self:center;min-width:0}
.stock-showcase .eyebrow{color:#d5b385;font-size:12px;margin-bottom:18px}
.stock-showcase h1{font-size:clamp(32px,3.3vw,44px);line-height:1.4;margin-bottom:20px;letter-spacing:-1.5px}
.stock-showcase .lead{color:#d2d8e0;line-height:1.9;margin:0;font-size:16px}
.stock-showcase-photo{position:relative;margin:0;min-width:0;min-height:300px;overflow:hidden}
.stock-showcase-photo img{display:block;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.stock-showcase + .stock-tabs{margin-top:26px}
.stock-filter{grid-template-columns:minmax(0,1fr) auto;background:transparent;border-radius:0;padding:0;gap:22px 16px}
.stock-brand-field{grid-column:1/-1}
.stock-brand-field legend{font-size:16px;margin-bottom:12px}
.stock-brand-choices{gap:16px}
.stock-brand-choices a{position:relative;flex-direction:column;align-items:flex-start;min-height:150px;padding:18px 20px 6px;border:1px solid #e2e6eb;border-radius:8px;background:#f6f7f8;overflow:hidden;transition:border-color .2s,background .2s}
.stock-brand-choices a span{font-size:16px;font-weight:500;z-index:1}
.stock-brand-choices a img{display:block;width:100%;height:110px;object-fit:contain;transition:transform .2s}
.stock-brand-choices a[aria-current=page]{color:var(--ink);background:#f0f3f6;border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}
.stock-brand-choices a[aria-current=page]::after{content:'✓';position:absolute;right:16px;top:16px;color:var(--ink);font-size:16px}
.stock-brand-choices a:hover img{transform:translateY(-3px)}
.stock-empty{background:#f7f8f9;margin-top:28px;padding:40px 24px;border-radius:8px}
.stock-empty h2{font-size:24px;margin-bottom:12px}
.stock-empty p{margin-bottom:16px}
.stock-empty p:last-child{margin-bottom:0}
@media(max-width:760px){.stock-showcase{grid-template-columns:1fr;min-height:0}.stock-showcase-copy{padding:28px}.stock-showcase h1{font-size:34px;margin-bottom:14px}.stock-showcase-photo{min-height:220px}.stock-brand-choices{gap:10px}.stock-brand-choices a{min-height:118px;padding:14px 10px 4px}.stock-brand-choices a img{height:82px}.stock-brand-choices a[aria-current=page]::after{right:8px;top:11px;font-size:14px}}
@media(max-width:580px){.stock-filter{grid-template-columns:1fr;gap:16px}.stock-showcase-copy{padding:24px}.stock-showcase h1{font-size:32px}.stock-showcase-photo{min-height:190px}.stock-brand-choices{gap:8px}.stock-brand-choices a{padding:12px 8px 2px;min-height:106px}.stock-brand-choices a span{font-size:14px}.stock-brand-choices a img{height:68px}.stock-brand-choices a[aria-current=page]::after{top:8px;right:5px;font-size:12px}.stock-empty h2{font-size:22px}.stock-tabs{margin-bottom:20px}}
@media(prefers-reduced-motion:reduce){.stock-brand-choices a,.stock-brand-choices a img{transition:none}.stock-brand-choices a:hover img{transform:none}}

/* Brand choices use the manufacturer's emblem, with consistent visual sizing. */
.stock-brand-choices a{align-items:center;justify-content:center;gap:14px;min-height:140px;padding:22px;background:#fff}
.stock-brand-choices a img{width:160px;max-width:85%;height:56px;object-fit:contain;transition:none}
.stock-brand-choices a img[src$="kia-logo.svg"]{width:104px}
.stock-brand-choices a:hover img{transform:none}
@media(max-width:760px){.stock-brand-choices a{min-height:120px;padding:16px 12px;gap:12px}.stock-brand-choices a img{width:136px;height:44px}.stock-brand-choices a img[src$="kia-logo.svg"]{width:88px}}
@media(max-width:580px){.stock-brand-choices a{min-height:104px;padding:16px 6px 12px;gap:10px}.stock-brand-choices a img{width:100%;max-width:90%;height:34px}.stock-brand-choices a img[src$="kia-logo.svg"]{width:64px}.stock-brand-choices a span{font-size:14px}}
