:root{--ink:#111b29;--muted:#6b7280;--gold:#997343;--line:#e8eaed;--navy:#102139;--photo:#f5f6f8}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--ink);font:400 1rem/1.6 "Noto Sans KR",sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:2px solid var(--gold);outline-offset:5px}
.skip-link{position:absolute;left:16px;top:-100px;z-index:10;background:var(--navy);color:white;padding:12px}.skip-link:focus{top:8px}
.site-header{border-bottom:1px solid var(--line)}
.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.wordmark{display:flex;align-items:center;gap:13px;font-weight:800;font-size:1.6rem;letter-spacing:-.07em;white-space:nowrap}
.wordmark span{padding-left:14px;border-left:1px solid #ceb997;letter-spacing:.22em;font-weight:700;font-size:.8rem;line-height:1.2}
.site-header nav{display:flex;gap:36px;align-items:center;font-size:.875rem;font-weight:500}
.site-header nav a{position:relative;display:flex;align-items:center;min-height:88px;color:#626a76}
.site-header nav a[aria-current]{color:var(--ink)}.site-header nav a[aria-current]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--ink)}
.showroom{padding-top:62px;padding-bottom:68px;min-height:calc(100vh - 192px)}
.showroom-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:38px}
h1{margin:0;font-size:clamp(1.85rem,3.1vw,2.75rem);font-weight:300;letter-spacing:-.045em;line-height:1.4;word-break:keep-all}
.search{display:flex;align-items:center;gap:10px;width:300px;max-width:100%;min-height:48px;flex-shrink:0;padding:0 14px;border-bottom:1px solid #c3c8cf}
.search:focus-within{border-color:var(--gold)}.search svg{flex-shrink:0;width:20px;height:20px;stroke:#737c89;stroke-width:1.5}
.search input{width:100%;min-width:0;padding:12px 0;border:0;outline:0;background:transparent;color:var(--ink);font-size:.875rem}.search input::placeholder{color:#757e8b}
.brand-selector{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;border-bottom:1px solid var(--line);margin-bottom:26px}
.brand-tab{position:relative;display:flex;flex:0 1 220px;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:16px 16px 24px;border:0;background:none;color:#717a88}
.brand-logo{display:flex;width:100%;height:64px;align-items:center;justify-content:center}
.brand-logo img{display:block;max-width:100%;height:auto;max-height:58px;object-fit:contain;opacity:.8;transition:opacity .2s ease}
.brand-logo-hyundai{width:180px}.brand-logo-kia{width:108px}.brand-logo-genesis{width:156px}
.brand-tab.active .brand-logo img,.brand-tab:hover .brand-logo img,.brand-tab:focus-visible .brand-logo img{opacity:1}
.brand-tab .brand-label{font-size:.875rem;white-space:nowrap}
.brand-tab:after{content:"";position:absolute;left:24px;right:24px;bottom:-1px;height:2px;background:transparent}
.brand-tab.active,.brand-tab:hover{color:var(--ink)}.brand-tab.active:after{background:var(--ink)}
.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px}
.collection-toolbar h2{margin:0;font-size:1.125rem;font-weight:500;letter-spacing:-.03em}
#vehicleCount{margin-left:9px;color:#707987;font-size:.875rem;font-weight:400}
.filters{display:flex;flex-wrap:wrap;gap:6px}.filter{position:relative;min-height:40px;padding:7px 12px;border:0;background:none;color:#747e8c;font-size:.875rem}.filter.active{color:var(--ink);font-weight:600}.filter.active:after{content:"";position:absolute;left:12px;right:12px;bottom:3px;height:1px;background:currentColor}
.vehicles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 26px;outline:0}
.vehicle{min-width:0;display:flex;flex-direction:column;border-bottom:1px solid var(--line);padding-bottom:24px}
.vehicle-photo{position:relative;display:grid;place-items:center;aspect-ratio:16/9;overflow:hidden;background:var(--photo);border-radius:4px}
.vehicle-photo img{width:100%;height:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}
.vehicle:hover .vehicle-photo img,.vehicle:focus-visible .vehicle-photo img{transform:scale(1.025)}
.photo-unavailable{color:#707987;font-size:.875rem;padding:24px;align-self:center}
.vehicle-copy{padding:19px 2px 0;display:flex;flex-direction:column;flex:1}
.vehicle-brand{font-size:.75rem;color:var(--gold);letter-spacing:.11em;font-weight:500}
.vehicle h3{margin:5px 0 6px;font-size:1.4rem;letter-spacing:-.035em;font-weight:500;line-height:1.45;overflow-wrap:anywhere}
.power{font-size:.875rem;color:var(--muted);min-height:24px}
.vehicle-bottom{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:auto;padding-top:21px}
.price{font-size:1.15rem;letter-spacing:-.02em;font-weight:500}.price small{font-size:.875rem;font-weight:400;color:#747d89;margin-left:4px;white-space:nowrap}
.quote-label{display:inline-flex;align-items:center;gap:7px;font-size:.875rem;white-space:nowrap}.quote-label svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.4;fill:none}.vehicle:hover .quote-label{color:var(--gold)}
.empty{grid-column:1/-1;padding:70px 16px;text-align:center;color:#737c88}.empty h3{color:var(--ink);font-size:1.25rem;font-weight:500}.reset-search{margin-top:12px;padding:10px 18px;color:var(--navy);background:white;border:1px solid #bfc6cf;border-radius:4px;font-size:.875rem}
.collection-note{margin:42px 0 0;color:#727c8a;font-size:.75rem;line-height:1.8}
.site-footer{border-top:1px solid var(--line);padding:28px 0;color:#77818f;font-size:.75rem}.site-footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand{color:#424b58;font-size:.8rem;font-weight:600;letter-spacing:.2em}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.showroom-heading{align-items:flex-start;flex-direction:column;gap:20px}.search{width:360px}.showroom{padding-top:40px}.showroom-heading{margin-bottom:28px}.vehicles{gap:30px 20px}.vehicle-bottom{align-items:flex-start;flex-direction:column;gap:10px}.site-header nav{gap:24px}.brand-selector{gap:12px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:72px;align-items:center;flex-wrap:wrap;gap:0}.wordmark{min-height:64px;font-size:1.4rem}.site-header nav{width:100%;justify-content:space-between;gap:12px;order:2}.site-header nav a{min-height:45px;font-size:.875rem}.showroom{padding-top:32px}.showroom-heading{gap:20px;margin-bottom:22px}h1{font-size:1.8rem}.search{width:100%}.brand-selector{gap:0;margin-bottom:20px}.brand-tab{padding:12px 6px 18px;gap:10px;flex:1}.brand-logo{height:52px}.brand-logo img{max-height:44px}.brand-logo-kia{width:82px}.brand-logo-genesis{width:126px}.brand-tab .brand-label{font-size:.875rem}.brand-tab:after{left:8px;right:8px}.collection-toolbar{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:20px}.filters{width:100%;gap:0}.filter{padding-inline:10px}.filter:first-child{padding-left:0}.filter:first-child:after{left:0}.vehicles{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 16px}.vehicle-copy{padding-top:14px}.vehicle h3{font-size:1.15rem}.vehicle-brand{font-size:.75rem}.price{font-size:1rem}.vehicle-bottom{padding-top:15px}.collection-note{margin-top:30px}}
@media(max-width:410px){.vehicles{grid-template-columns:1fr}.vehicle-bottom{flex-direction:row;align-items:baseline}.vehicle h3{font-size:1.3rem}.site-footer .wrap{align-items:flex-start;flex-direction:column;gap:10px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}
