@charset "utf-8";

@media screen and (max-width: 1500px) {
  .list_page {
    padding-top: 114px;
  }
}

@media screen and (max-width: 1440px) {
  .list_page {
    padding-inline: 64px;
  }

  .list_intro h2 {
    font-size: 52px;
  }

  .list_layout {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  }

  .vehicle_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1200px) {
  .list_page {
    padding: 112px 64px 120px;
  }

  .list_intro {
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .list_intro h2 {
    font-size: 48px;
  }

  .list_intro_meta {
    display: none;
  }

  .list_layout {
    grid-template-columns: 253px minmax(0, 1fr);
    gap: 32px;
  }

  .list_sidebar {
    position: sticky;
    top: 144px;
    width: 253px;
    gap: 10px;
  }

  .filter_nav {
    gap: 32px;
    padding: 32px 0;
  }

  .filter_nav button {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 28px;
    line-height: 1;
    background: transparent;
  }

  .filter_nav button.on {
    background: transparent;
  }

  .compare_tray {
    width: 253px;
    max-width: none;
    padding: 16px;
    border-radius: 28px;
  }

  .compare_tray strong {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
  }

  .compare_tray .compare_hint {
    display: none;
  }

  .compare_tray ul {
    min-height: 100px;
    margin-bottom: 32px;
    padding: 0 8px;
    gap: 16px;
  }

  .compare_tray li {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .compare_tray .open_compare {
    width: auto;
    min-width: 168px;
    padding: 16px 24px;
    font-size: 18px;
  }

  .list_content {
    overflow: visible;
  }

  .list_summary {
    display: flex;
  }

  .vehicle_group {
    margin-bottom: 0;
    padding: 32px 0 40px;
  }

  .vehicle_group h3 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .vehicle_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .vehicle_card {
    gap: 24px;
  }

  .vehicle_card .thumb,
  .vehicle_card .btn_compare {
    height: 218px;
    border-radius: 14px;
  }

  .vehicle_card .actions {
    display: flex;
    gap: 16px;
    width: 100%;
  }

  .vehicle_card .actions a {
    flex: 1 1 0;
    min-height: 48px;
    font-size: 1rem;
  }

  .vehicle_card .actions .btn_build {
    flex: 0.96 1 0;
  }

  .vehicle_card .actions .btn_detail {
    flex: 1.04 1 0;
  }

  .assistant_banner {
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .assistant_banner .copy h4 {
    font-size: 28px;
    line-height: 1.3;
  }

  .assistant_banner .cta {
    min-height: 56px;
    padding: 16px 32px;
    font-size: 1.5rem;
  }

  .assistant_banner .cta i {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .vehicle_card .actions .btn_build {
    padding-inline: clamp(14px, 1.8vw, 18px);
  }
}

@media screen and (max-width: 880px) {
  .vehicle_card .actions {
    flex-direction: column;
    gap: 8px;
  }

  .vehicle_card .actions a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .list_page {
    padding: 112px 24px 80px;
  }

  .list_intro {
    margin-top: 24px;
    margin-bottom: 18px;
  }

  .list_intro h2 {
    font-size: 32px;
  }

  .list_layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .list_sidebar {
    position: static;
    top: auto;
    width: 100%;
    gap: 0;
  }

  .filter_nav {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
    width: 100%;
    padding: 0 24px 32px 0;
    box-sizing: border-box;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-padding-inline-end: 24px;
  }

  .filter_nav::-webkit-scrollbar {
    display: none;
  }

  .filter_nav button {
    font-size: 24px;
    white-space: nowrap;
  }

  .compare_tray {
    display: none;
  }

  .list_summary {
    margin-bottom: 32px;
    font-size: 15px;
  }

  .list_summary_compare {
    display: none !important;
  }

  .vehicle_group {
    padding: 32px 0 40px;
  }

  .vehicle_group h3 {
    margin-bottom: 40px;
    font-size: 24px;
  }

  .vehicle_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .vehicle_card {
    gap: 24px;
  }

  .vehicle_card .thumb {
    height: 144px;
    border-radius: 14px;
  }

  .vehicle_card .btn_compare {
    display: none;
  }

  .vehicle_card h4 {
    font-size: 20px;
  }

  .vehicle_card p {
    font-size: 16px;
    line-height: 1.2;
  }

  .vehicle_card p b {
    display: block;
    margin-bottom: 4px;
  }

  .vehicle_card .actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .vehicle_card .actions a {
    width: 100%;
    min-height: 38px;
    padding: 12px 24px;
    font-size: 0.875rem;
  }

  .assistant_banner {
    padding: 32px;
    border-radius: 32px;
    gap: 24px;
  }

  .assistant_banner .copy h4 {
    font-size: 28px;
  }

  .assistant_banner .cta {
    width: 100%;
    justify-content: center;
    min-height: 56px;
    padding: 16px 32px;
    font-size: 1.5rem;
  }
}
