:root {
  --ink: #202226;
  --ink-soft: #64686f;
  --charcoal: #292b2f;
  --charcoal-2: #35383d;
  --blue: #0b6fdc;
  --blue-dark: #075bad;
  --blue-soft: #eaf3ff;
  --canvas: #f2f3f4;
  --surface: #ffffff;
  --line: #dde0e4;
  --line-dark: #cbd0d6;
  --yellow: #ffd500;
  --coral: #ff654f;
  --coral-soft: #fff0ed;
  --success: #147a52;
  --success-soft: #e9f6f0;
  --warning-soft: #fff6d8;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 12px 36px rgba(27, 31, 38, 0.09);
  --container: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, Pretendard, "Noto Sans KR", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  word-break: keep-all;
}

h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; overflow-wrap: break-word; }

body.no-scroll { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; cursor: pointer; touch-action: manipulation; }

:focus-visible {
  outline: 3px solid rgba(11, 111, 220, 0.38);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.muted { color: var(--ink-soft); }
.eyebrow { margin: 0 0 8px; color: var(--blue); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.demo-strip {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  color: #14395d;
  background: #dcecff;
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: white;
  background: var(--charcoal);
  box-shadow: 0 1px 0 rgba(255,255,255,.08);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.33rem; font-weight: 850; letter-spacing: -0.04em; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; color: white; background: transparent; border: 2px solid var(--coral); border-radius: 50%; font-size: 0.82rem; letter-spacing: -0.06em; }
.brand-word span { color: #d9dde2; font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 14px; color: #e7e9ec; border-radius: 8px; font-size: .93rem; font-weight: 700; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: white; background: var(--charcoal-2); }
.header-actions { display: flex; gap: 8px; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; color: white; background: transparent; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; cursor: pointer; }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.menu-button { display: none; }
.header-contact { min-height: 42px; display: inline-flex; align-items: center; padding: 0 14px; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 9px; font-size: .8rem; font-weight: 800; }
.header-contact:hover { background: rgba(255,255,255,.08); }

.hero {
  position: relative;
  min-height: 390px;
  display: flex;
  align-items: flex-start;
  color: white;
  background: #2c3035;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(19,22,27,.92) 0%, rgba(19,22,27,.65) 42%, rgba(19,22,27,.22) 75%, rgba(19,22,27,.52) 100%),
    url("assets/vehicles/1460318_1.jpg") center 49% / cover no-repeat;
  transform: scale(1.02);
}

.hero-content { position: relative; z-index: 1; padding-top: 72px; padding-bottom: 150px; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(2.3rem, 5vw, 4.45rem); line-height: 1.04; letter-spacing: -0.055em; }
.hero p { max-width: 580px; margin: 22px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1rem, 2vw, 1.16rem); }

.search-overlap { position: relative; z-index: 5; margin-top: -112px; }
.search-panel { padding: 28px; background: var(--surface); border-radius: 18px; box-shadow: var(--shadow); }
.search-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-end; margin-bottom: 20px; }
.search-head h2 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.7rem); letter-spacing: -0.035em; }
.search-head p { margin: 4px 0 0; color: var(--ink-soft); font-size: .9rem; }
.location-pill { min-height: 40px; display: inline-flex; align-items: center; gap: 7px; padding: 0 12px; white-space: nowrap; color: #454a51; background: #f3f4f6; border-radius: 999px; font-size: .84rem; font-weight: 750; }
.location-pill svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.search-grid { display: grid; grid-template-columns: 1.25fr .9fr .9fr .9fr auto; gap: 10px; align-items: end; }
.field { min-width: 0; }
.field label { display: block; margin: 0 0 7px; color: #50545a; font-size: .77rem; font-weight: 780; }
.control { width: 100%; min-height: 50px; padding: 0 40px 0 13px; color: var(--ink); background: white; border: 1px solid var(--line-dark); border-radius: 9px; appearance: none; }
.select-wrap { position: relative; }
.select-wrap::after { content: ""; position: absolute; right: 15px; bottom: 20px; width: 7px; height: 7px; border-right: 2px solid #666; border-bottom: 2px solid #666; transform: rotate(45deg); pointer-events: none; }
.primary-button, .secondary-button, .text-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 9px;
  font-weight: 800;
  cursor: pointer;
}
.primary-button { color: white; background: var(--blue); border: 1px solid var(--blue); }
.primary-button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.secondary-button { color: var(--ink); background: white; border: 1px solid var(--line-dark); }
.secondary-button:hover { border-color: #888e96; background: #fafafa; }
.text-button { min-height: 44px; padding-inline: 8px; color: var(--blue); background: transparent; border: 0; }
.primary-button svg, .secondary-button svg, .text-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.search-submit { min-width: 152px; }
.advanced-panel { display: none; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.advanced-panel.is-open { display: grid; }
.advanced-toggle { margin-top: 12px; }

.section { padding: 78px 0; }
.section.compact { padding: 54px 0; }
.section.white { background: var(--surface); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 26px; }
.section-head h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.15; letter-spacing: -0.05em; }
.section-head p { max-width: 620px; margin: 10px 0 0; color: var(--ink-soft); }
.section-link { color: var(--blue); font-weight: 800; white-space: nowrap; }

.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.type-card { min-width: 0; display: block; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.type-card:hover { transform: translateY(-3px); border-color: #c6ccd2; box-shadow: 0 14px 32px rgba(27,31,38,.09); }
.type-card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #e9e7e4; }
.type-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.type-card:hover .type-card-media img { transform: scale(1.025); filter: contrast(1.025); }
.type-card-label { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 17px; border-top: 1px solid #eceef0; }
.type-card-label strong { font-size: .96rem; letter-spacing: -.02em; }
.type-card-label > span { color: #8a9097; font-size: 1.05rem; transition: transform .2s ease, color .2s ease; }
.type-card:hover .type-card-label > span { color: var(--blue); transform: translateX(3px); }

.brand-row { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid var(--line); background: white; border-radius: 12px; overflow: hidden; }
.brand-row a { min-height: 74px; display: grid; place-items: center; padding: 12px; color: #35383c; border-right: 1px solid var(--line); font-weight: 800; }
.brand-row a:last-child { border-right: 0; }
.brand-row a:hover { color: var(--blue); background: #f8fbff; }

.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.verified-inventory { display: grid; grid-template-columns: minmax(0, 380px) minmax(0, 1fr); gap: 28px; align-items: stretch; }
.inventory-assist { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 5vw, 58px); background: #f7f8fa; border: 1px solid var(--line); border-radius: var(--radius); }
.inventory-assist h3 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.5rem); line-height: 1.12; letter-spacing: -.045em; }
.inventory-assist > p:not(.eyebrow) { max-width: 600px; margin: 18px 0 0; color: var(--ink-soft); }
.inventory-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.vehicle-card { position: relative; min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .2s ease, box-shadow .2s ease; }
.vehicle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vehicle-card.is-static:hover, .result-card.is-static:hover { transform: none; box-shadow: none; }
.vehicle-card.is-static .vehicle-photo img { transform: none; }
.vehicle-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dcdfe3; }
.vehicle-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.vehicle-card:hover .vehicle-photo img { transform: scale(1.025); }
.photo-count { position: absolute; left: 12px; bottom: 12px; padding: 5px 8px; color: white; background: rgba(20,23,27,.76); border-radius: 7px; font-size: .73rem; font-weight: 750; }
.photo-count.reference-label { color: #30343a; background: rgba(255,255,255,.92); border: 1px solid rgba(32,34,38,.12); backdrop-filter: blur(8px); }
.favorite { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: #2c3137; background: rgba(255,255,255,.94); border: 1px solid rgba(0,0,0,.09); border-radius: 10px; cursor: pointer; }
.favorite svg { width: 21px; height: 21px; fill: transparent; stroke: currentColor; stroke-width: 1.8; }
.favorite.is-active { color: var(--blue); }
.favorite.is-active svg { fill: #dcebff; }
.vehicle-body { flex: 1; display: flex; flex-direction: column; padding: 18px; }
.vehicle-brand { margin: 0; color: var(--ink-soft); font-size: .78rem; font-weight: 800; }
.vehicle-title { margin: 4px 0 0; font-size: 1.13rem; line-height: 1.35; letter-spacing: -.025em; }
.vehicle-trim { min-height: 42px; margin: 4px 0 0; color: var(--ink-soft); font-size: .85rem; }
.vehicle-price { margin: 18px 0 15px; font-size: 1.42rem; font-weight: 900; letter-spacing: -.035em; }
.fact-chips { display: flex; flex-wrap: wrap; gap: 7px; margin: auto 0 0; }
.fact-chip { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; color: #4c5158; background: #f3f4f6; border-radius: 999px; font-size: .75rem; font-weight: 700; }
.fact-chip svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.vehicle-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; }
.seller-type { color: var(--success); font-weight: 800; }

.guide-section { background: white; border-top: 1px solid var(--line); }
.guide-layout { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.55fr); gap: clamp(54px, 8vw, 110px); align-items: start; }
.guide-heading { padding-top: 8px; }
.guide-heading h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.25rem); line-height: 1.08; letter-spacing: -.055em; }
.guide-heading > p:not(.eyebrow) { max-width: 390px; margin: 20px 0 0; color: var(--ink-soft); }
.guide-heading .section-link { display: inline-flex; margin-top: 26px; }
.guide-list { border-top: 1px solid var(--line-dark); }
.guide-list > a { display: grid; grid-template-columns: 112px minmax(0, 1fr) 26px; gap: 24px; align-items: center; min-height: 116px; padding: 24px 4px; border-bottom: 1px solid var(--line); transition: background-color .2s ease, padding .2s ease; }
.guide-list > a:hover { padding-inline: 16px; background: #f5f9ff; }
.guide-label { color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .04em; }
.guide-copy { min-width: 0; display: grid; gap: 6px; }
.guide-copy strong { font-size: 1.08rem; letter-spacing: -.025em; }
.guide-copy small { color: var(--ink-soft); font-size: .84rem; }
.guide-arrow { color: var(--blue); font-size: 1.25rem; transition: transform .2s ease; }
.guide-list > a:hover .guide-arrow { transform: translateX(4px); }

.home-cta { padding: 58px 0; color: white; background: var(--blue); }
.home-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.home-cta .eyebrow { color: #d9ebff; }
.home-cta h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: 1.1; letter-spacing: -.045em; }
.home-cta p:not(.eyebrow) { max-width: 650px; margin: 12px 0 0; color: rgba(255,255,255,.86); }
.home-cta-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; flex: 0 0 auto; padding: 0 20px; color: var(--blue-dark); background: white; border: 1px solid white; border-radius: 9px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease; }
.home-cta-action:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.16); }

.value-band { color: white; background: var(--charcoal); }
.value-grid { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); gap: 34px; align-items: start; }
.value-intro h2 { margin: 0; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.1; letter-spacing: -.05em; }
.value-intro p { color: #bdc2c9; }
.value-item { padding-top: 4px; }
.value-number { display: block; margin-bottom: 20px; color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.value-item h3 { margin: 0 0 9px; font-size: 1.05rem; }
.value-item p { margin: 0; color: #bdc2c9; font-size: .88rem; }

.cars-hero { padding: 62px 0 70px; background: linear-gradient(180deg, #edf4fb 0%, #f6f8fa 100%); border-bottom: 1px solid var(--line); }
.cars-hero-grid { display: grid; grid-template-columns: minmax(360px, .82fr) minmax(560px, 1.18fr); gap: 54px; align-items: center; }
.cars-heading .breadcrumb { margin-bottom: 28px; }
.cars-heading h1 { margin: 0; font-size: clamp(2.5rem, 4.4vw, 3.75rem); line-height: 1.02; letter-spacing: -.065em; }
.cars-heading > p:last-child { max-width: 520px; margin: 24px 0 0; color: var(--ink-soft); }
.cars-search { padding: 30px; background: white; border: 1px solid #d7e0e9; border-radius: 18px; box-shadow: 0 20px 55px rgba(24, 43, 64, .10); }
.cars-search-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 24px; }
.cars-search-head span:first-child { color: var(--blue); font-size: .76rem; font-weight: 850; letter-spacing: .08em; }
.cars-search-head h2 { margin: 3px 0 0; font-size: 1.55rem; letter-spacing: -.04em; }
.search-help { color: var(--ink-soft); font-size: .78rem; font-weight: 700; }
.cars-search-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 12px; align-items: end; }
.cars-region-field { grid-column: 1; }
.cars-search-submit { min-height: 51px; }
.origin-choices { border-top: 1px solid var(--line-dark); }
.origin-choice { min-height: 126px; display: grid; grid-template-columns: 150px 1fr 44px; gap: 24px; align-items: center; border-bottom: 1px solid var(--line-dark); transition: color .2s ease, padding .2s ease, background .2s ease; }
.origin-choice:hover { padding-inline: 16px; color: var(--blue); background: #f8fbff; }
.origin-index { color: var(--blue); font-size: 1.08rem; font-weight: 900; }
.origin-copy strong, .origin-copy small { display: block; }
.origin-copy strong { color: var(--ink); font-size: clamp(1.35rem, 2.5vw, 2rem); letter-spacing: -.045em; }
.origin-copy small { margin-top: 6px; color: var(--ink-soft); font-size: .86rem; }
.origin-arrow { font-size: 1.5rem; text-align: center; }
.cars-types { background: #f2f3f4; }
.region-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; align-items: start; }
.region-layout h2 { margin: 0; font-size: clamp(1.85rem, 3.4vw, 3rem); line-height: 1.08; letter-spacing: -.055em; }
.region-layout p:not(.eyebrow) { max-width: 430px; margin: 18px 0 0; color: var(--ink-soft); }
.region-links { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.region-links a { min-height: 74px; display: grid; place-items: center; background: white; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 800; transition: color .2s ease, background .2s ease; }
.region-links a:hover { color: var(--blue); background: var(--blue-soft); }
.region-availability { padding: 30px; background: #f7f9fb; border: 1px solid var(--line); border-radius: 14px; }
.region-availability > span { display: block; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.region-availability > strong { display: block; margin-top: 5px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.055em; }
.region-availability > p { margin: 2px 0 24px; }

.page-hero { padding: 52px 0 44px; background: white; border-bottom: 1px solid var(--line); }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--ink-soft); font-size: .8rem; }
.breadcrumb span { color: #a4a9af; }
.page-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.055em; line-height: 1.05; }
.page-hero p { max-width: 660px; margin: 14px 0 0; color: var(--ink-soft); }
.search-results-hero { padding-top: 36px; }
.search-page-tabs { display: flex; gap: 4px; width: fit-content; margin: 0 0 32px; padding: 4px; background: #f0f2f4; border-radius: 10px; }
.search-page-tabs a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 15px; color: var(--ink-soft); border-radius: 7px; font-size: .84rem; font-weight: 800; }
.search-page-tabs a:hover, .search-page-tabs a[aria-current="page"] { color: var(--ink); background: white; box-shadow: 0 1px 4px rgba(20,25,31,.10); }

.results-toolbar { position: sticky; z-index: 20; top: 72px; padding: 16px 0; background: rgba(242,243,244,.94); border-bottom: 1px solid rgba(214,217,221,.85); backdrop-filter: blur(12px); }
.toolbar-row { display: flex; align-items: center; gap: 10px; }
.filter-count { width: 23px; height: 23px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: .72rem; }
.filter-chip { min-height: 44px; display: inline-flex; align-items: center; gap: 4px; padding: 0 4px 0 13px; color: #4b5056; background: white; border: 1px solid var(--line); border-radius: 999px; font-size: .84rem; font-weight: 750; }
.filter-chip:not(:has(button)) { padding-right: 13px; }
.filter-chip button { width: 36px; height: 36px; display: grid; place-items: center; padding: 0; color: inherit; background: transparent; border: 0; border-radius: 50%; cursor: pointer; }
.filter-chip button:hover { background: #eef0f2; }
.active-filter-chips { display: contents; }
.sort-select { width: 170px; min-height: 44px; margin-left: auto; padding: 0 36px 0 12px; background: white; border: 1px solid var(--line-dark); border-radius: 9px; }

.results-layout { display: grid; grid-template-columns: 270px 1fr; gap: 24px; padding: 30px 0 80px; }
.filter-sidebar { align-self: start; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.filter-sidebar h2 { margin: 0 0 4px; font-size: 1.15rem; }
.filter-sidebar > p { margin: 0 0 18px; color: var(--ink-soft); font-size: .8rem; }
.filter-group { padding: 16px 0; border-top: 1px solid var(--line); }
.filter-group strong { display: block; margin-bottom: 9px; font-size: .84rem; }
.check-row { min-height: 38px; display: flex; align-items: center; gap: 10px; color: #50555c; font-size: .84rem; }
.check-row input { width: 18px; height: 18px; accent-color: var(--blue); }
.range-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.range-row .control { min-height: 44px; font-size: .82rem; padding-right: 30px; }
.results-main { min-width: 0; }
.results-summary { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 18px; }
.results-summary h2 { margin: 0; font-size: 1.55rem; letter-spacing: -.035em; }
.results-summary p { margin: 3px 0 0; color: var(--ink-soft); font-size: .84rem; }
.result-list { display: grid; gap: 16px; }
.result-card { position: relative; display: grid; grid-template-columns: 38% 1fr; min-height: 286px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.result-card[hidden] { display: none; }
.result-photo { position: relative; min-height: 286px; overflow: hidden; background: #dfe1e5; }
.result-photo img { width: 100%; height: 100%; object-fit: cover; }
.result-content { min-width: 0; display: flex; flex-direction: column; padding: 23px 24px 18px; }
.result-content .favorite { top: 18px; right: 18px; background: white; }
.result-content .vehicle-title { max-width: calc(100% - 52px); font-size: 1.24rem; }
.result-content .vehicle-price { margin: 21px 0 16px; }
.result-note { margin: 9px 0 0; color: var(--ink-soft); font-size: .82rem; }
.result-content .vehicle-footer { margin-top: auto; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 30px; }
.page-button { min-width: 44px; height: 44px; display: grid; place-items: center; padding: 0 12px; background: white; border: 1px solid var(--line-dark); border-radius: 8px; cursor: pointer; }
.page-button[aria-current="page"] { color: white; background: var(--ink); border-color: var(--ink); }

.detail-shell { padding: 30px 0 82px; }
.detail-top { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(350px, .75fr); gap: 24px; align-items: start; }
.gallery { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.gallery-main { aspect-ratio: 16 / 10; background: #dfe2e5; }
.gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.thumb-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; padding: 10px; }
.thumb { aspect-ratio: 16 / 10; padding: 0; overflow: hidden; background: #eee; border: 2px solid transparent; border-radius: 7px; cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.is-active { border-color: var(--blue); }
.detail-card { position: sticky; top: 104px; padding: 27px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.detail-card .vehicle-brand { font-size: .82rem; }
.detail-card h1 { margin: 5px 0 0; font-size: clamp(1.65rem, 3vw, 2.2rem); line-height: 1.2; letter-spacing: -.045em; }
.detail-card .vehicle-trim { min-height: auto; margin-top: 8px; }
.detail-card .vehicle-price { margin: 22px 0 18px; font-size: 2rem; }
.detail-card .vehicle-price small { color: var(--ink-soft); font-size: .76rem; font-weight: 800; letter-spacing: 0; }
.detail-contact-note { display: grid; gap: 2px; margin: 14px 0 0; padding: 13px 14px; background: #f5f7f9; border-radius: 9px; font-size: .78rem; }
.detail-contact-note span { color: var(--ink-soft); }
.detail-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 22px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.detail-fact { padding: 13px; background: #fafafa; }
.detail-fact span { display: block; color: var(--ink-soft); font-size: .72rem; }
.detail-fact strong { display: block; margin-top: 2px; font-size: .9rem; }
.action-stack { display: grid; gap: 9px; }
.favorite-detail.is-active { color: var(--blue); background: var(--blue-soft); border-color: #a8ccf5; }
.microcopy { margin: 12px 0 0; color: var(--ink-soft); font-size: .74rem; text-align: center; }
.detail-content { display: grid; grid-template-columns: 1fr 330px; gap: 24px; margin-top: 24px; }
.content-stack { display: grid; gap: 18px; }
.info-panel { padding: 26px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.info-panel h2 { margin: 0 0 18px; font-size: 1.3rem; letter-spacing: -.035em; }
.info-panel > p { color: var(--ink-soft); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.info-cell { min-height: 88px; padding: 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.info-cell span { display: block; color: var(--ink-soft); font-size: .75rem; }
.info-cell strong { display: block; margin-top: 5px; font-size: .9rem; }
.status-list { display: grid; gap: 9px; }
.status-row { min-height: 52px; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 10px 13px; background: #f7f8f9; border-radius: 9px; }
.status-row span { color: var(--ink-soft); font-size: .84rem; }
.status-value { color: var(--success); font-weight: 850; }
.option-list { display: flex; flex-wrap: wrap; gap: 8px; }
.option { padding: 8px 11px; color: #454a51; background: #f1f3f5; border-radius: 8px; font-size: .82rem; font-weight: 700; }
.seller-copy { margin: 0; white-space: pre-line; }
.seller-panel { align-self: start; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.seller-panel h2 { margin: 0; font-size: 1.2rem; }
.seller-person { display: flex; align-items: center; gap: 12px; margin: 17px 0; }
.seller-avatar { width: 50px; height: 50px; display: grid; place-items: center; color: #9d2d20; background: var(--coral-soft); border-radius: 50%; font-weight: 900; }
.seller-person strong, .seller-person span { display: block; }
.seller-person span { color: var(--ink-soft); font-size: .78rem; }
.seller-meta { display: grid; gap: 10px; padding-top: 16px; border-top: 1px solid var(--line); }
.seller-meta div { display: flex; justify-content: space-between; gap: 12px; font-size: .8rem; }
.seller-meta span { color: var(--ink-soft); }
.safety-note { margin-top: 16px; padding: 13px; color: #5f5424; background: var(--warning-soft); border-radius: 9px; font-size: .76rem; }

.sell-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center; }
.sell-visual { position: relative; min-height: 330px; padding: 36px; display: flex; flex-direction: column; justify-content: end; color: white; background: linear-gradient(145deg, #333941 0%, #1d2127 72%); border-radius: var(--radius); overflow: hidden; }
.sell-visual::before { content: ""; position: absolute; width: 260px; height: 420px; top: -120px; right: -95px; background: rgba(255,101,79,.14); transform: rotate(28deg); }
.sell-visual svg { position: absolute; top: 54px; right: 28px; width: min(74%, 390px); fill: none; stroke: rgba(255,255,255,.7); stroke-width: 1.6; }
.sell-visual strong { max-width: 400px; font-size: 1.8rem; line-height: 1.25; letter-spacing: -.04em; }
.sell-visual span { margin-top: 8px; color: rgba(255,255,255,.78); }
.sell-visual strong, .sell-visual span { position: relative; z-index: 1; }
.sell-copy h1 { margin: 0; font-size: clamp(2.15rem, 4.5vw, 3.75rem); line-height: 1.05; letter-spacing: -.06em; }
.sell-copy > p { margin: 20px 0 26px; color: var(--ink-soft); }
.sell-bullets { display: grid; gap: 10px; }
.sell-bullet { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; }
.check-icon { flex: 0 0 auto; width: 22px; height: 22px; display: grid; place-items: center; color: var(--success); background: var(--success-soft); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.sell-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.sell-card { display: flex; flex-direction: column; min-height: 300px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.sell-card.featured { color: white; background: var(--charcoal); border-color: var(--charcoal); }
.sell-card .step { color: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.sell-card.featured .step { color: var(--yellow); }
.sell-card h2 { margin: 14px 0 8px; font-size: 1.32rem; }
.sell-card p { margin: 0; color: var(--ink-soft); font-size: .88rem; }
.sell-card.featured p { color: #c3c8ce; }
.sell-meta { display: grid; gap: 7px; margin: 20px 0; padding-top: 16px; border-top: 1px solid var(--line); color: #555a61; font-size: .8rem; }
.sell-card.featured .sell-meta { color: #d6d9dd; border-color: #4e5156; }
.sell-card .secondary-button, .sell-card .primary-button { margin-top: auto; }
.route-band { display: grid; grid-template-columns: 1.1fr 1fr; gap: 16px; margin-bottom: 24px; }
.route-card { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.route-card.accent { color: white; background: var(--blue); border-color: var(--blue); }
.route-card h2 { margin: 0 0 5px; font-size: 1.25rem; }
.route-card p { margin: 0; color: var(--ink-soft); font-size: .86rem; }
.route-card.accent p { color: rgba(255,255,255,.8); }
.route-card.accent .secondary-button { flex: 0 0 auto; }
.dealer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dealer-card { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 14px; }
.dealer-card h3 { margin: 0 0 8px; }
.dealer-card p { margin: 0 0 16px; color: var(--ink-soft); font-size: .86rem; }
.similar-list { display: grid; gap: 10px; }
.similar-row { display: grid; grid-template-columns: 1fr auto auto auto; gap: 18px; align-items: center; padding: 14px; background: #f7f8f9; border-radius: 10px; }
.similar-row strong { font-size: .92rem; }
.similar-row span { color: var(--ink-soft); font-size: .8rem; }
.similar-row .similar-price { color: var(--ink); font-weight: 850; }
.report-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.empty-results { padding: 44px 20px; color: var(--ink-soft); background: white; border: 1px dashed var(--line-dark); border-radius: 14px; text-align: center; }
.empty-actions { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.filter-mobile-head { display: none; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.filter-mobile-head h2 { margin: 0; }
.filter-backdrop { position: fixed; z-index: 105; inset: 0; display: none; background: rgba(14,17,21,.58); }
.filter-backdrop.is-open { display: block; }

.site-footer { padding: 48px 0 28px; color: #bdc8d2; background: #17212b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.footer-brand { color: white; }
.footer-copy { max-width: 470px; margin: 15px 0; font-size: .84rem; }
.footer-title { margin: 0 0 12px; color: white; font-size: .82rem; }
.footer-links { display: grid; gap: 8px; font-size: .83rem; }
.footer-links a { width: fit-content; }
.footer-links a:hover { color: #9ecbff; }
.footer-bottom { margin-top: 32px; padding-top: 22px; border-top: 1px solid #334250; color: #8493a0; font-size: .74rem; }

.drawer-backdrop, .modal-backdrop { position: fixed; z-index: 100; inset: 0; display: none; background: rgba(14,17,21,.58); }
.drawer-backdrop.is-open, .modal-backdrop.is-open { display: block; }
.drawer { position: fixed; z-index: 110; top: 0; right: 0; width: min(90vw, 380px); height: 100%; padding: 24px; background: white; transform: translateX(100%); transition: transform .25s ease; }
.drawer.is-open { transform: none; }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.drawer-head h2 { margin: 0; }
.drawer-close { width: 44px; height: 44px; display: grid; place-items: center; background: #f1f2f4; border: 0; border-radius: 9px; cursor: pointer; }
.drawer-nav { display: grid; gap: 7px; }
.drawer-nav a { min-height: 48px; display: flex; align-items: center; padding: 0 12px; border-radius: 9px; font-weight: 800; }
.drawer-nav a:hover { background: var(--blue-soft); color: var(--blue); }
.modal { position: fixed; z-index: 120; top: 50%; left: 50%; width: min(calc(100% - 36px), 500px); padding: 28px; background: white; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.28); transform: translate(-50%, -45%) scale(.98); opacity: 0; pointer-events: none; transition: .2s ease; }
.modal.is-open { transform: translate(-50%, -50%) scale(1); opacity: 1; pointer-events: auto; }
.modal h2 { margin: 0; font-size: 1.45rem; }
.modal p { margin: 12px 0 22px; color: var(--ink-soft); }
.modal-actions { display: flex; justify-content: flex-end; gap: 8px; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; padding: 11px 16px; color: white; background: #22262b; border-radius: 9px; box-shadow: var(--shadow); transform: translate(-50%, 30px); opacity: 0; pointer-events: none; transition: .22s ease; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }

[data-reveal] { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .menu-button { display: inline-grid; }
  .search-grid { grid-template-columns: 1fr 1fr; }
  .search-submit { min-width: 0; }
  .advanced-panel { grid-template-columns: 1fr 1fr; }
  .type-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-row { grid-template-columns: repeat(4, 1fr); }
  .brand-row a:nth-child(4) { border-right: 0; }
  .vehicle-grid { grid-template-columns: 1fr 1fr; }
  .verified-inventory { grid-template-columns: minmax(0, 360px) minmax(0, 1fr); }
  .guide-layout { grid-template-columns: 1fr; gap: 38px; }
  .guide-heading > p:not(.eyebrow) { max-width: 620px; }
  .home-cta-inner { align-items: flex-start; flex-direction: column; gap: 26px; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .cars-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .region-layout { grid-template-columns: 1fr; gap: 32px; }
  .region-links { grid-template-columns: repeat(4, 1fr); }
  .results-layout { grid-template-columns: 1fr; }
  .filter-sidebar { position: fixed; z-index: 115; top: 0; left: 0; width: min(90vw, 380px); height: 100%; overflow-y: auto; display: block; border: 0; border-radius: 0; transform: translateX(-100%); transition: transform .25s ease; }
  .filter-sidebar.is-open { transform: none; }
  .filter-mobile-head { display: flex; }
  .filter-title-desktop { display: none; }
  .detail-top { grid-template-columns: 1fr; }
  .detail-card { position: static; }
  .detail-content { grid-template-columns: 1fr; }
  .seller-panel { order: -1; }
  .sell-intro { grid-template-columns: 1fr; }
  .sell-grid { grid-template-columns: 1fr 1fr; }
  .route-band { grid-template-columns: 1fr; }
  .dealer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { min-height: 62px; gap: 12px; }
  .brand { font-size: 1.12rem; }
  .brand-mark { width: 28px; height: 28px; }
  .header-contact { display: none; }
  .hero { min-height: 350px; }
  .hero-content { padding-top: 54px; padding-bottom: 136px; }
  .hero h1 { max-width: 400px; }
  .search-overlap { margin-top: -105px; }
  .search-panel { padding: 20px; }
  .search-head { align-items: flex-start; }
  .location-pill { display: none; }
  .search-grid, .advanced-panel { grid-template-columns: 1fr; }
  .search-submit { width: 100%; }
  .section { padding: 58px 0; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .type-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-row { grid-template-columns: repeat(2, 1fr); }
  .brand-row a:nth-child(2n) { border-right: 0; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .verified-inventory { grid-template-columns: 1fr; }
  .inventory-assist { padding: 28px 22px; }
  .guide-list > a { grid-template-columns: 1fr 24px; gap: 8px 18px; min-height: 0; padding: 22px 2px; }
  .guide-label { grid-column: 1; }
  .guide-copy { grid-column: 1; }
  .guide-arrow { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .guide-list > a:hover { padding-inline: 10px; }
  .home-cta { padding: 48px 0; }
  .home-cta-action { width: 100%; }
  .value-grid { grid-template-columns: 1fr; gap: 28px; }
  .cars-hero { padding: 38px 0 44px; }
  .cars-heading .breadcrumb { margin-bottom: 18px; }
  .cars-search { padding: 20px; }
  .cars-search-head { align-items: flex-start; }
  .search-help { display: none; }
  .cars-search-grid { grid-template-columns: 1fr; }
  .cars-region-field { grid-column: auto; }
  .origin-choice { min-height: 0; grid-template-columns: 1fr 30px; gap: 7px 16px; padding: 22px 2px; }
  .origin-index { grid-column: 1; }
  .origin-copy { grid-column: 1; }
  .origin-arrow { grid-column: 2; grid-row: 1 / span 2; }
  .origin-choice:hover { padding-inline: 10px; }
  .region-links { grid-template-columns: repeat(2, 1fr); }
  .page-hero { padding: 38px 0 34px; }
  .results-toolbar { top: 62px; overflow-x: auto; }
  .toolbar-row { min-width: max-content; }
  .sort-select { display: none; }
  .results-layout { padding-top: 20px; }
  .results-summary { align-items: flex-start; flex-direction: column; }
  .empty-actions { align-items: stretch; flex-direction: column; }
  .result-card { grid-template-columns: 1fr; }
  .result-photo { min-height: 0; aspect-ratio: 16 / 10; }
  .result-content { padding: 18px; }
  .detail-shell { padding-top: 18px; }
  .detail-card { padding: 21px; }
  .detail-content { margin-top: 16px; }
  .info-panel { padding: 20px; }
  .info-grid { grid-template-columns: 1fr 1fr; }
  .sell-visual { min-height: 260px; padding: 24px; }
  .sell-grid { grid-template-columns: 1fr; }
  .route-card { align-items: flex-start; flex-direction: column; }
  .dealer-grid { grid-template-columns: 1fr; }
  .similar-row { grid-template-columns: 1fr 1fr; gap: 6px 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-links a { min-height: 44px; display: inline-flex; align-items: center; }
  .breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; }
  .modal-actions { flex-direction: column-reverse; }
  .modal-actions > * { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
