/* =====================================================================
   ardda Listen-Seiten NEU (Autos, Shop, Aufträge & Projekte, Stellen)
   Baut auf home-neu.css auf (Variablen, .hn-btn, .hn-eyebrow …).
   ===================================================================== */

/* ---- Kopf mit Foto + Suchleiste ---- */
.lp-top { position: relative; background: var(--hn-dark); color: #fff; padding: 64px 0 118px; overflow: hidden; }
.lp-top-media { position: absolute; inset: 0; }
.lp-top-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% center; }
.lp-top-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,14,30,.96) 0%, rgba(11,14,30,.86) 40%, rgba(11,14,30,.45) 72%, rgba(11,14,30,.2) 100%), linear-gradient(180deg, rgba(11,14,30,.3), rgba(11,14,30,0) 40%, rgba(11,14,30,.75)); }
.lp-top .hn-wrap { position: relative; z-index: 1; }
.lp-top .hn-eyebrow { color: #fecaca; }
.lp-top h1 { margin: 0 0 12px; font-size: clamp(32px, 4.4vw, 54px); font-weight: 800; letter-spacing: -.03em; line-height: 1.05; max-width: 760px; }
.lp-top p.lp-sub { margin: 0; color: #cfd4ee; font-size: 17px; line-height: 1.55; max-width: 620px; }
.lp-stats { display: flex; gap: 28px; flex-wrap: wrap; margin-top: 22px; }
.lp-stats b { display: block; font-size: 26px; font-weight: 800; letter-spacing: -.02em; line-height: 1; }
.lp-stats span { font-size: 13px; color: #aeb5d6; font-weight: 600; }
.lp-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }

/* Suchleiste (weiß, schwebt über den Rand) */
.lp-search { display: grid; gap: 10px; padding: 10px; background: #fff; border-radius: 18px; box-shadow: var(--hn-shadow-lg); margin-top: -66px; position: relative; z-index: 3; }
.lp-search input, .lp-search select { border: 0; outline: 0; background: var(--hn-bg-soft); border-radius: 12px; padding: 15px 14px; font: inherit; font-size: 15px; color: var(--hn-ink); min-width: 0; width: 100%; }
.lp-search input:focus, .lp-search select:focus { box-shadow: 0 0 0 2px rgba(239,68,68,.35); }
.lp-search .hn-btn { padding: 15px 22px; }
.lp-search .hn-btn--light { box-shadow: none; }

/* Chips */
.lp-chips { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0 0; }
.lp-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 100px; background: #fff; border: 1px solid var(--hn-line); color: var(--hn-soft); font-size: 14px; font-weight: 700; text-decoration: none; transition: all .18s ease; }
.lp-chip:hover { border-color: #d9d2e0; color: var(--hn-ink); }
.lp-chip.is-active { background: var(--hn-dark); color: #fff; border-color: var(--hn-dark); }

/* Inhalt */
.lp-body { background: var(--hn-bg); padding: 0 0 80px; }
.lp-layout { display: grid; grid-template-columns: 260px 1fr; gap: 26px; align-items: start; margin-top: 30px; }
.lp-side { position: sticky; top: 90px; display: grid; gap: 14px; }
.lp-card { background: #fff; border: 1px solid var(--hn-line); border-radius: 18px; padding: 18px; }
.lp-card h3 { margin: 0 0 12px; font-size: 12.5px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #c2410c; }
.lp-card label { display: block; font-size: 13px; font-weight: 700; color: var(--hn-soft); margin: 10px 0 6px; }
.lp-card label:first-of-type { margin-top: 0; }
.lp-select, .lp-input { width: 100%; border: 1px solid var(--hn-line); border-radius: 12px; padding: 12px; font: inherit; font-size: 14.5px; background: var(--hn-bg-soft); color: var(--hn-ink); box-sizing: border-box; }
.lp-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lp-card .hn-btn { width: 100%; margin-top: 12px; }
.lp-reset { display: block; text-align: center; margin-top: 10px; font-size: 13.5px; font-weight: 700; color: #c2410c; text-decoration: none; }
.lp-card--dark { background: var(--hn-dark); color: #fff; border-color: transparent; }
.lp-card--dark h3 { color: #fecaca; } .lp-card--dark p { margin: 0 0 12px; color: #b6bcdc; font-size: 14px; line-height: 1.5; }

.lp-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 0 0 18px; flex-wrap: wrap; }
.lp-head h2 { margin: 0; font-size: 24px; font-weight: 800; letter-spacing: -.02em; }
.lp-count { color: var(--hn-soft); font-size: 14.5px; }
.lp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lp-grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Karte */
.lp-item { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--hn-line); border-radius: 20px; overflow: hidden; text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.lp-item:hover { transform: translateY(-4px); box-shadow: var(--hn-shadow-lg); border-color: #ddd5e3; }
.lp-img { position: relative; aspect-ratio: 16 / 10; background: #ece8f1; overflow: hidden; }
.lp-img--square { aspect-ratio: 1; }
.lp-img img { width: 100%; height: 100%; object-fit: cover; }
.lp-img .lp-ph { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, #f4f1ec, #e9e4ee); color: var(--hn-faint); font-weight: 800; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.lp-badge { position: absolute; left: 12px; top: 12px; padding: 6px 11px; border-radius: 100px; background: rgba(11,14,30,.78); color: #fff; font-size: 12px; font-weight: 700; backdrop-filter: blur(6px); }
.lp-badge--red { background: rgba(239,68,68,.92); } .lp-badge--green { background: rgba(16,185,129,.92); } .lp-badge--blue { background: rgba(37,99,235,.92); } .lp-badge--amber { background: rgba(245,158,11,.95); color: #1f1300; }
.lp-badge-r { position: absolute; right: 12px; top: 12px; padding: 6px 11px; border-radius: 100px; background: #fff; color: var(--hn-ink); font-size: 12px; font-weight: 800; }
.lp-bodyc { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.lp-kicker { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #c2410c; }
.lp-title { font-weight: 800; font-size: 16.5px; letter-spacing: -.01em; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.lp-meta { color: var(--hn-soft); font-size: 13.5px; display: flex; gap: 6px 12px; flex-wrap: wrap; }
.lp-specs { display: flex; gap: 6px; flex-wrap: wrap; }
.lp-specs span { background: var(--hn-bg-soft); border-radius: 100px; padding: 4px 10px; font-size: 12.5px; font-weight: 700; color: var(--hn-soft); }
.lp-desc { color: var(--hn-soft); font-size: 13.5px; line-height: 1.5; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.lp-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 8px; padding-top: 12px; border-top: 1px solid var(--hn-line); }
.lp-price { font-weight: 800; font-size: 18px; letter-spacing: -.02em; color: var(--hn-ink); }
.lp-price small { font-size: 12px; color: var(--hn-faint); font-weight: 700; margin-left: 4px; }
.lp-more { font-weight: 700; color: #c2410c; font-size: 13.5px; white-space: nowrap; }
.lp-avatar { width: 40px; height: 40px; border-radius: 12px; background: #fff; border: 1px solid var(--hn-line); display: grid; place-items: center; overflow: hidden; font-weight: 800; color: #c2410c; flex: none; }
.lp-avatar img { width: 100%; height: 100%; object-fit: cover; }
.lp-rowh { display: flex; align-items: center; gap: 12px; }

.lp-empty { text-align: center; padding: 60px 24px; background: #fff; border: 1px dashed var(--hn-line); border-radius: 20px; }
.lp-empty p { color: var(--hn-soft); margin: 0 0 18px; }
.lp-note { padding: 14px 16px; border-radius: 12px; background: #fff7ed; border: 1px solid #fed7aa; color: #9a3412; font-size: 14px; margin-bottom: 16px; }
.lp-note a { color: #9a3412; font-weight: 800; }

/* Pagination */
.lp-pages { display: flex; gap: 6px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.lp-pages a, .lp-pages span { min-width: 40px; height: 40px; padding: 0 12px; display: inline-grid; place-items: center; border-radius: 12px; background: #fff; border: 1px solid var(--hn-line); color: var(--hn-ink); font-weight: 700; text-decoration: none; font-size: 14px; }
.lp-pages a:hover { border-color: #d9d2e0; }
.lp-pages .cur { background: var(--hn-dark); color: #fff; border-color: var(--hn-dark); }

@media (max-width: 1080px) { .lp-grid, .lp-grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .lp-layout { grid-template-columns: 1fr; } .lp-side { position: static; grid-template-columns: repeat(2, 1fr); } .lp-top { padding: 48px 0 104px; } }
@media (max-width: 640px) { .lp-grid, .lp-grid--4 { grid-template-columns: 1fr; } .lp-side { grid-template-columns: 1fr; } .lp-search { margin-top: -54px; } .lp-top-media::after { background: linear-gradient(180deg, rgba(11,14,30,.6), rgba(11,14,30,.95) 60%); } .lp-head { flex-direction: column; align-items: start; } }
