/* ==========================================================================
   LC Parts Europe — catalogue
   Extends styles.css. Reuses the brand tokens defined there.
   ========================================================================== */

:root {
  --stock-hu:    #16a34a;
  --stock-ae:    #0284c7;
  --stock-order: #d97706;
  --stock-quote: #64748b;
  --cat-sidebar: 248px;
}

body { background: var(--c-off-white); }

/* ---------------------------------------------------------------- header */

.cat-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--c-white);
  border-bottom: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
}

.cat-header__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cat-logo {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  text-decoration: none;
  font-family: var(--ff-display);
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.cat-logo__lc    { color: var(--c-red); }
.cat-logo__parts { color: var(--c-dark); }
.cat-logo__eu {
  font-family: var(--ff-body);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--c-muted);
  align-self: center;
}

.cat-search {
  flex: 1;
  display: flex;
  max-width: 620px;
  border: 2px solid var(--c-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--duration) var(--ease);
  background: var(--c-white);
}
.cat-search:focus-within { border-color: var(--c-red); }

.cat-search__input {
  flex: 1;
  border: 0;
  padding: 0.75rem 1rem;
  font-family: var(--ff-body);
  font-size: 0.95rem;
  color: var(--c-dark);
  background: transparent;
}
.cat-search__input:focus { outline: none; }
.cat-search__input::placeholder { color: var(--c-muted); }

.cat-search__btn {
  border: 0;
  background: var(--c-red);
  color: #fff;
  padding: 0 1.25rem;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background var(--duration) var(--ease);
}
.cat-search__btn:hover { background: var(--c-red-hover); }

.cat-currency {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--c-slate);
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.cat-currency:hover { border-color: var(--c-red); color: var(--c-red); }

.cat-promise {
  background: var(--c-dark);
  color: #fff;
  text-align: center;
  padding: 0.55rem 1rem;
  font-size: 0.82rem;
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.cat-promise strong { color: #fff; }
.cat-promise span   { color: #94a3b8; }

/* ---------------------------------------------------------------- layout */

.cat-main {
  max-width: var(--container);
  margin: 0 auto;
  padding: 1.75rem 1.5rem 4rem;
  display: grid;
  grid-template-columns: var(--cat-sidebar) 1fr;
  gap: 2rem;
  align-items: start;
}

.cat-sidebar {
  position: sticky;
  top: 120px;
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
}

.cat-filter + .cat-filter {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--c-border);
}

.cat-filter__title {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 0.75rem;
}

.cat-radio {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.3rem 0;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--c-slate);
}
.cat-radio:hover { color: var(--c-red); }
.cat-radio input { accent-color: var(--c-red); cursor: pointer; }

.cat-cats { list-style: none; margin: 0; padding: 0; }
.cat-cats__loading { color: var(--c-muted); font-size: 0.85rem; }

.cat-cats button {
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 0.4rem 0.5rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: 0.875rem;
  color: var(--c-slate);
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  transition: background var(--duration) var(--ease);
}
.cat-cats button:hover { background: var(--c-light); color: var(--c-red); }
.cat-cats button[aria-current="true"] {
  background: var(--c-red-light);
  color: var(--c-red);
  font-weight: 700;
}
.cat-cats em {
  font-style: normal;
  color: var(--c-muted);
  font-size: 0.78rem;
  flex-shrink: 0;
}

/* ---------------------------------------------------------------- results */

.cat-status {
  font-size: 0.9rem;
  color: var(--c-slate);
  margin-bottom: 1rem;
  min-height: 1.4rem;
}
.cat-status strong { color: var(--c-dark); }

.cat-status--notice {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: var(--radius-md);
  padding: 0.75rem 1rem;
  color: #92400e;
}
.cat-status--notice code {
  background: rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
  font-size: 0.85em;
}

.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 1rem;
}

.cat-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  cursor: pointer;
  text-align: left;
  font-family: var(--ff-body);
  transition: border-color var(--duration) var(--ease),
              box-shadow var(--duration) var(--ease),
              transform var(--duration) var(--ease);
}
.cat-card:hover {
  border-color: var(--c-red);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.cat-card__pn {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-dark);
  letter-spacing: -0.01em;
}

.cat-card__desc {
  font-size: 0.85rem;
  color: var(--c-slate);
  line-height: 1.4;
  flex: 1;
}

.cat-card__cat {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--c-muted);
  font-weight: 600;
}

/* Availability first, price second — the badge is the reason to buy here. */
.cat-card__foot {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.2rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--c-border);
}

.cat-card__avail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.cat-price {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1.1;
}
.cat-price--quote {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-accent);
}
.cat-price__vat {
  display: block;
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--c-muted);
  margin-top: 0.15rem;
}

/* Availability badges — the heart of the product. Colour encodes truth. */
.cat-badge {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.cat-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.cat-badge--available_fast { color: var(--stock-hu);    background: #dcfce7; }
.cat-badge--available      { color: var(--stock-hu);    background: #dcfce7; }
.cat-badge--to_order       { color: var(--stock-order); background: #fef3c7; }
.cat-badge--quote          { color: var(--stock-quote); background: var(--c-light); }

.cat-lead {
  font-size: 0.7rem;
  color: var(--c-muted);
  margin-top: 0.25rem;
}

/* ---------------------------------------------------------------- pager */

.cat-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.cat-pager button {
  border: 1px solid var(--c-border);
  background: var(--c-white);
  color: var(--c-slate);
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-family: var(--ff-body);
  font-size: 0.875rem;
  font-weight: 600;
}
.cat-pager button:hover:not(:disabled) { border-color: var(--c-red); color: var(--c-red); }
.cat-pager button[aria-current="true"] {
  background: var(--c-red);
  border-color: var(--c-red);
  color: #fff;
}
.cat-pager button:disabled { opacity: 0.4; cursor: not-allowed; }
.cat-pager span { color: var(--c-muted); font-size: 0.85rem; padding: 0 0.3rem; }

/* ---------------------------------------------------------------- modal */

.cat-modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; }
.cat-modal[hidden] { display: none; }
.cat-modal__backdrop { position: absolute; inset: 0; background: rgba(10,10,10,0.6); }

.cat-modal__box {
  position: relative;
  background: var(--c-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  width: min(680px, calc(100vw - 2rem));
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  padding: 2rem;
}

.cat-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  border: 0;
  background: none;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--c-muted);
  cursor: pointer;
}
.cat-modal__close:hover { color: var(--c-red); }

.cat-detail__pn {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--c-dark);
}
.cat-detail__desc { font-size: 1.05rem; color: var(--c-slate); margin: 0.35rem 0 1.1rem; }

.cat-detail__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--c-border);
  font-size: 0.9rem;
}
.cat-detail__row dt { color: var(--c-muted); font-weight: 600; margin: 0; }
.cat-detail__row dd { margin: 0; color: var(--c-dark); font-weight: 600; text-align: right; }

.cat-detail__price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--c-dark);
}

.cat-detail__cta {
  display: block;
  width: 100%;
  margin-top: 1.25rem;
  background: var(--c-red);
  color: #fff;
  border: 0;
  border-radius: var(--radius-md);
  padding: 0.95rem;
  font-family: var(--ff-body);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--duration) var(--ease);
}
.cat-detail__cta:hover { background: var(--c-red-hover); }

.cat-detail__ss {
  background: var(--c-accent-light);
  border-radius: var(--radius-md);
  padding: 0.75rem 0.9rem;
  font-size: 0.85rem;
  color: var(--c-accent);
  margin-bottom: 1rem;
}
.cat-detail__ss code { font-weight: 700; }

.cat-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3.5rem 1rem;
  color: var(--c-muted);
}
.cat-empty h3 { color: var(--c-dark); margin: 0 0 0.5rem; font-size: 1.15rem; }
.cat-empty button {
  margin-top: 1.1rem;
  background: var(--c-red);
  color: #fff;
  border: 0;
  border-radius: var(--radius-md);
  padding: 0.8rem 1.6rem;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
}

.cat-skeleton {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  height: 168px;
  animation: catPulse 1.2s var(--ease) infinite;
}
@keyframes catPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.55; } }

.cat-footer {
  border-top: 1px solid var(--c-border);
  background: var(--c-white);
  padding: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  color: var(--c-muted);
}
.cat-footer__note {
  max-width: 640px;
  margin: 0.6rem auto 0;
  font-size: 0.78rem;
  color: var(--c-muted);
  line-height: 1.5;
}

.cat-detail__note {
  margin: 0.9rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--c-muted);
  background: var(--c-light);
  border-radius: var(--radius-md);
  padding: 0.7rem 0.85rem;
}

/* ---------------------------------------------------------------- mobile */

@media (max-width: 900px) {
  .cat-main {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
  /* Results first. On a phone people search — they don't browse 16 categories
     before seeing a single part. */
  .cat-content { order: 1; }
  .cat-sidebar { order: 2; position: static; }

  .cat-cats {
    max-height: 260px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cat-header__inner { flex-wrap: wrap; gap: 0.75rem; }
  .cat-search { order: 3; flex-basis: 100%; max-width: none; }
  .cat-logo { font-size: 1.35rem; }
  .cat-promise { flex-direction: column; gap: 0.15rem; font-size: 0.78rem; }
  .cat-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .cat-card, .cat-skeleton { transition: none; animation: none; }
}

/* ==========================================================================
   Part detail page (part.php) — the indexable, shareable version of the modal
   ========================================================================== */

.part-main {
  max-width: 900px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 4rem;
}

.part-crumb {
  font-size: 0.82rem;
  color: var(--c-muted);
  margin-bottom: 1.1rem;
}
.part-crumb a { color: var(--c-slate); text-decoration: none; }
.part-crumb a:hover { color: var(--c-red); text-decoration: underline; }

.part-notice {
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: var(--radius-md);
  padding: 0.9rem 1.1rem;
  color: #92400e;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
.part-notice code {
  background: rgba(0,0,0,0.06);
  padding: 0.1rem 0.35rem;
  border-radius: 3px;
}

.part-card {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-xl);
  padding: 2rem;
}

.part-cat {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 0.5rem;
}

.part-pn {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
  font-weight: 800;
  color: var(--c-dark);
  margin: 0;
  letter-spacing: -0.02em;
}

.part-name {
  font-size: 1.1rem;
  color: var(--c-slate);
  margin: 0.4rem 0 1.2rem;
}

.part-alts {
  background: var(--c-accent-light);
  border-radius: var(--radius-md);
  padding: 0.75rem 0.9rem;
  font-size: 0.86rem;
  color: var(--c-accent);
  margin: 0 0 1.25rem;
}
.part-alts a { color: var(--c-accent); font-weight: 700; }

.part-facts { margin: 0 0 1.5rem; }
.part-facts > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid var(--c-border);
  font-size: 0.92rem;
}
.part-facts dt { color: var(--c-muted); font-weight: 600; margin: 0; }
.part-facts dd { margin: 0; color: var(--c-dark); font-weight: 600; text-align: right; }

.part-price {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: var(--c-dark);
  line-height: 1.1;
}

.part-related { margin-top: 2.5rem; }
.part-related h2 {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-muted);
  margin: 0 0 1rem;
}
.part-related .cat-card { text-decoration: none; }

@media (max-width: 600px) {
  .part-card { padding: 1.25rem; }
  .part-facts > div { flex-direction: column; align-items: flex-start; gap: 0.25rem; }
  .part-facts dd { text-align: left; }
}

/* ==========================================================================
   Enquiry basket — the revenue path
   ========================================================================== */

.lc-basket-pill {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  background: var(--c-red);
  color: #fff;
  text-decoration: none;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.8rem 1.15rem;
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.lc-basket-pill:hover { background: var(--c-red-hover); }
.lc-basket-pill[hidden] { display: none; }
.lc-basket-pill__n {
  background: rgba(255,255,255,0.25);
  border-radius: 999px;
  padding: 0.05rem 0.5rem;
}

.lc-toast {
  position: fixed;
  left: 50%;
  bottom: 5.5rem;
  transform: translate(-50%, 12px);
  z-index: 70;
  background: var(--c-dark);
  color: #fff;
  font-family: var(--ff-body);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.7rem 1.15rem;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease);
  pointer-events: none;
  max-width: calc(100vw - 2rem);
  text-align: center;
}
.lc-toast.is-in { opacity: 1; transform: translate(-50%, 0); }

/* ---------------------------------------------------------- enquiry page */

.enq-main {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem 5rem;
}

.enq-title {
  font-family: var(--ff-display);
  font-size: clamp(1.9rem, 5vw, 2.5rem);
  color: var(--c-dark);
  margin: 0 0 1.25rem;
  letter-spacing: 0.01em;
}

.enq-items {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.enq-row {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  border-bottom: 1px solid var(--c-border);
}
.enq-row:last-child { border-bottom: 0; }

.enq-row__main { display: flex; flex-direction: column; gap: 0.3rem; align-items: flex-start; }
.enq-row__pn {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--c-dark);
  text-decoration: none;
}
.enq-row__pn:hover { color: var(--c-red); text-decoration: underline; }
.enq-row__desc { font-size: 0.85rem; color: var(--c-slate); }

.enq-row__qty { display: flex; align-items: center; gap: 0.25rem; }
.enq-step {
  width: 30px; height: 30px;
  border: 1px solid var(--c-border);
  background: var(--c-white);
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 1.05rem;
  line-height: 1;
  color: var(--c-slate);
}
.enq-step:hover { border-color: var(--c-red); color: var(--c-red); }
.enq-qty {
  width: 54px;
  text-align: center;
  padding: 0.4rem 0.2rem;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-sm);
  font-family: var(--ff-body);
  font-size: 0.9rem;
}

.enq-row__price { text-align: right; min-width: 110px; }
.enq-row__price .cat-price { font-size: 1.05rem; }

.enq-remove {
  border: 0;
  background: none;
  font-size: 1.4rem;
  line-height: 1;
  color: var(--c-muted);
  cursor: pointer;
  padding: 0 0.25rem;
}
.enq-remove:hover { color: var(--c-red); }

.enq-total {
  text-align: right;
  margin: 1rem 0 2rem;
  font-size: 1.05rem;
  color: var(--c-dark);
}
.enq-total span { font-size: 0.8rem; color: var(--c-muted); font-weight: 500; }

.enq-form {
  background: var(--c-white);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
}
.enq-form__title { font-size: 1.15rem; color: var(--c-dark); margin: 0 0 1.25rem; }

.enq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.enq-field { display: flex; flex-direction: column; gap: 0.35rem; }
.enq-field--wide { grid-column: 1 / -1; }
.enq-field > span { font-size: 0.82rem; font-weight: 600; color: var(--c-slate); }
.enq-field > span b { color: var(--c-red); }
.enq-field > span small { font-weight: 400; color: var(--c-muted); }
.enq-field input, .enq-field textarea {
  border: 1px solid var(--c-border);
  border-radius: var(--radius-md);
  padding: 0.7rem 0.85rem;
  font-family: var(--ff-body);
  font-size: 0.92rem;
  color: var(--c-dark);
  width: 100%;
}
.enq-field input:focus, .enq-field textarea:focus {
  outline: none;
  border-color: var(--c-red);
}

.enq-err { font-size: 0.78rem; color: var(--c-red); font-style: normal; min-height: 1em; }
.enq-err--form { text-align: center; margin: 0 0 0.75rem; }

/* Honeypot — off-screen, never focusable by a real visitor. */
.enq-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.enq-done { text-align: center; padding: 3rem 1rem; }
.enq-done__tick {
  width: 68px; height: 68px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  background: #dcfce7;
  color: var(--c-success);
  font-size: 2rem;
  display: grid;
  place-items: center;
}
.enq-done h1 { font-size: 1.7rem; color: var(--c-dark); margin: 0 0 0.75rem; }
.enq-done p { color: var(--c-slate); margin: 0 0 0.6rem; }

@media (max-width: 640px) {
  .enq-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "main remove" "qty price";
    row-gap: 0.75rem;
  }
  .enq-row__main  { grid-area: main; }
  .enq-remove     { grid-area: remove; align-self: start; }
  .enq-row__qty   { grid-area: qty; }
  .enq-row__price { grid-area: price; }
  .enq-grid { grid-template-columns: 1fr; }
  .enq-form { padding: 1.15rem; }
}

.enq-done__lead {
  font-size: 1.05rem;
  max-width: 480px;
  margin: 0 auto 0.9rem;
}
.enq-done__ref {
  font-size: 0.82rem;
  color: var(--c-muted);
  margin: 1.25rem 0 1.5rem;
}
.enq-done__ref strong {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--c-slate);
}

.enq-vinonly {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.enq-vinonly strong { color: var(--c-dark); font-size: 1rem; }
.enq-vinonly span { color: var(--c-slate); font-size: 0.9rem; line-height: 1.5; }

/* ---- Find-by-VIN entry on the catalogue ---- */
.cat-vin {
  background: var(--c-accent-light);
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-lg);
  padding: 1rem 1.15rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.cat-vin__label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--c-accent);
  flex-shrink: 0;
}
.cat-vin__label small { display: block; font-weight: 400; font-size: 0.78rem; opacity: 0.85; }
.cat-vin input {
  flex: 1;
  min-width: 200px;
  border: 1px solid #bfdbfe;
  border-radius: var(--radius-md);
  padding: 0.65rem 0.85rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9rem;
  background: var(--c-white);
}
.cat-vin input:focus { outline: none; border-color: var(--c-accent); }
.cat-vin button {
  border: 0;
  background: var(--c-accent);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 0.68rem 1.25rem;
  font-family: var(--ff-body);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  white-space: nowrap;
}
.cat-vin button:hover { background: #16304d; }
