:root {
  --phush-graphite: #17191c;
  --phush-navy: #07182d;
  --phush-white: #fff;
  --phush-gold: #b5924b;
  --phush-muted: #667085;
  --phush-surface: #f5f6f7;
  --phush-max-width: 75rem;
  --phush-radius: .375rem;
  --phush-space-1: .5rem;
  --phush-space-2: 1rem;
  --phush-space-3: 1.5rem;
  --phush-space-4: 2.5rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--phush-graphite); background: var(--phush-white); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { max-width: 100%; height: auto; }
a { color: #174b82; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: .14em; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--phush-gold); outline-offset: 3px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; margin: .5rem; padding: .75rem 1rem; background: var(--phush-white); color: var(--phush-navy); z-index: 100000; }
.site-header { color: var(--phush-white); background: var(--phush-navy); border-bottom: 3px solid var(--phush-gold); }
.site-header__inner, .site-footer__inner, .content-container { width: min(100% - 2rem, var(--phush-max-width)); margin-inline: auto; }
.site-header__inner { display: flex; min-height: 4.5rem; align-items: center; justify-content: space-between; gap: var(--phush-space-2); }
.wordmark { color: var(--phush-white); font-weight: 800; letter-spacing: .12em; text-decoration: none; }
.menu-toggle { padding: .65rem .85rem; color: var(--phush-white); background: transparent; border: 1px solid currentColor; border-radius: var(--phush-radius); }
.primary-navigation ul { display: none; position: absolute; inset: 4.5rem 0 auto; z-index: 10; padding: 1rem; margin: 0; list-style: none; background: var(--phush-navy); }
.primary-navigation ul.is-open { display: block; }
.primary-navigation a { display: block; padding: .65rem; color: var(--phush-white); }
.site-main { min-height: 55vh; }
.content-container { padding-block: var(--phush-space-4); }
.entry-content { overflow-wrap: anywhere; }
.entry-grid { display: grid; gap: var(--phush-space-3); }
.entry-card { padding: var(--phush-space-2); background: var(--phush-surface); border-radius: var(--phush-radius); }
.entry-card__title { font-size: 1.25rem; }
.button { display: inline-block; padding: .7rem 1rem; color: var(--phush-white); background: var(--phush-navy); border-radius: var(--phush-radius); }
.site-footer { padding-block: var(--phush-space-4); color: var(--phush-white); background: var(--phush-graphite); }
.site-footer a { color: var(--phush-white); }
.site-footer ul { padding-left: 1.25rem; }
.site-footer__legal { color: #d0d5dd; }
.inventory-archive { background: var(--phush-white); }
.inventory-hero { color: var(--phush-white); background: var(--phush-navy); border-bottom: 4px solid var(--phush-gold); }
.inventory-hero__inner { padding-block: 2.5rem 3.25rem; }
.inventory-hero h1 { max-width: 48rem; margin: .35rem 0 .75rem; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.08; }
.inventory-hero p { max-width: 44rem; color: #d8dee8; }
.inventory-hero a { color: #f0d18e; }
.breadcrumbs { display: flex; gap: .6rem; margin-bottom: 2.5rem; font-size: .9rem; }
.eyebrow { margin: 0; color: var(--phush-gold); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.inventory-shell { display: grid; gap: 2rem; align-items: start; }
.vehicle-filters { padding: 1.25rem; background: var(--phush-surface); border: 1px solid #d9dde3; border-radius: .75rem; }
.vehicle-filters__heading { display: flex; align-items: center; justify-content: space-between; }
.vehicle-filters__heading h2 { margin: 0 0 1rem; font-size: 1.3rem; }
.filter-drawer-close { display: none; border: 0; background: none; font-size: 2rem; }
.vehicle-filter-form { display: grid; gap: .45rem; }
.vehicle-filter-form label { margin-top: .55rem; font-size: .9rem; font-weight: 700; }
.vehicle-filter-form select, .sort-form select { width: 100%; min-height: 2.85rem; padding: .55rem .7rem; color: var(--phush-graphite); background: var(--phush-white); border: 1px solid #aeb6c2; border-radius: .35rem; }
.button, button { cursor: pointer; border: 1px solid transparent; font: inherit; font-weight: 700; text-decoration: none; }
.button--gold { color: #101820; background: #d5ae5b; }
.button--outline { color: var(--phush-navy); background: transparent; border-color: var(--phush-navy); }
.button--outline-light { color: var(--phush-white); background: transparent; border-color: var(--phush-white); }
.clear-filters { display: inline-block; margin-top: .5rem; font-weight: 700; text-align: center; }
.filter-drawer-toggle { display: none; width: 100%; padding: .8rem 1rem; color: var(--phush-white); background: var(--phush-navy); border-radius: .35rem; }
.inventory-toolbar { display: flex; flex-wrap: wrap; gap: 1rem; align-items: end; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid #d9dde3; }
.inventory-toolbar h2 { margin: 0; font-size: 1.25rem; }
.sort-form { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.sort-form select { width: auto; }.sort-form button { min-height: 2.85rem; padding-inline: .8rem; color: #fff; background: var(--phush-navy); border-radius: .35rem; }
.active-filters { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-block: 1rem; }
.filter-chip { display: inline-flex; gap: .5rem; align-items: center; padding: .35rem .7rem; color: var(--phush-navy); background: #f6edda; border: 1px solid #d5ae5b; border-radius: 2rem; font-size: .9rem; font-weight: 700; text-decoration: none; }
.vehicle-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; margin-top: 1.25rem; }
.vehicle-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; background: var(--phush-white); border: 1px solid #dfe3e8; border-radius: .7rem; box-shadow: 0 8px 22px rgb(7 24 45 / 8%); transition: transform .18s ease, box-shadow .18s ease; }
.vehicle-card:hover, .vehicle-card:focus-within { transform: translateY(-2px); box-shadow: 0 12px 28px rgb(7 24 45 / 14%); }
.vehicle-card__media { position: relative; aspect-ratio: 8 / 5; overflow: hidden; background: var(--phush-navy); }
.vehicle-card__media img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-card__badge { position: absolute; top: .75rem; right: .75rem; padding: .25rem .55rem; color: #fff; background: #22613d; border-radius: 2rem; font-size: .75rem; font-weight: 800; }
.vehicle-card__body { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.vehicle-card h3 { margin: 0; font-size: 1.15rem; line-height: 1.3; }.vehicle-card h3 a { color: var(--phush-navy); text-decoration: none; }
.vehicle-card__price { margin: .5rem 0; font-size: 1.3rem; font-weight: 850; }
.vehicle-card__facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; margin: .4rem 0 1rem; font-size: .83rem; }
.vehicle-card__facts div { min-width: 0; }.vehicle-card__facts dt { color: var(--phush-muted); }.vehicle-card__facts dd { overflow-wrap: anywhere; margin: 0; font-weight: 700; }
.vehicle-card__link { align-self: flex-start; margin-top: auto; font-weight: 800; }
.inventory-pagination { margin-top: 2rem; }.inventory-pagination .page-numbers { display: inline-block; min-width: 2.5rem; margin: .15rem; padding: .45rem .65rem; text-align: center; border: 1px solid #c9d0d9; border-radius: .3rem; }.inventory-pagination .current { color: #fff; background: var(--phush-navy); }
.inventory-empty { margin-top: 1.25rem; padding: clamp(1.5rem, 5vw, 3rem); text-align: center; background: var(--phush-surface); border: 1px solid #d9dde3; border-radius: .75rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .75rem; justify-content: center; }
.inventory-cta { padding-block: 3rem; color: var(--phush-white); background: var(--phush-graphite); }.inventory-cta .content-container { display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: space-between; padding-block: 0; }.inventory-cta h2 { margin: .3rem 0; }.inventory-cta .cta-actions { justify-content: flex-start; }
body.filter-drawer-open { overflow: hidden; }
@media (min-width: 48rem) {
  .menu-toggle { display: none; }
  .primary-navigation ul { display: flex; position: static; gap: .4rem; padding: 0; background: transparent; }
  .entry-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer__inner { display: grid; grid-template-columns: 2fr 1fr; gap: var(--phush-space-3); }
  .site-footer__legal { grid-column: 1 / -1; }
  .vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 64rem) {
  .inventory-shell { grid-template-columns: 17rem minmax(0, 1fr); }
  .vehicle-filters { position: sticky; top: 1rem; }
  .vehicle-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 63.999rem) {
  .js .filter-drawer-toggle { display: block; }
  .js .filter-drawer-backdrop { position: fixed; inset: 0; z-index: 89; display: block; background: rgb(0 0 0 / 55%); }
  .js .filter-drawer-backdrop[hidden] { display: none; }
  .js .vehicle-filters { position: fixed; inset: 0 0 0 auto; z-index: 90; width: min(90vw, 24rem); overflow-y: auto; border-radius: 0; transform: translateX(105%); visibility: hidden; transition: transform .2s ease, visibility .2s; }
  .js .vehicle-filters.is-open { transform: none; visibility: visible; }
  .js .filter-drawer-close { display: block; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.vehicle-card, .js .vehicle-filters { transition: none; } }
