/* ═══════════════════════════════════════════════════════════════════════
   MODELLVERZEICHNIS

   Nutzt die Farb- und Abstandsvariablen des Themes (--text, --text3, --border,
   --card, --accent, --r-md), damit die Seiten wie der Rest des Shops aussehen
   und nicht wie ein angeflanschter Bereich. Die Felgenkarten selbst kommen aus
   konfigurator.css (.kfg__pcard) — hier steht nur, was drumherum neu ist.
   ═══════════════════════════════════════════════════════════════════════ */

.ff-verz { padding: 96px 0 80px; }

/* ── Brotkrumen ── */
.ff-verz__krumen {
  display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
  font-size: 12px; color: var(--text3); margin-bottom: 24px;
}
.ff-verz__krumen a { color: var(--text3); text-decoration: none; }
.ff-verz__krumen a:hover { color: var(--accent); text-decoration: underline; }
.ff-verz__krumen span[aria-hidden] { opacity: .4; }

/* ── Kopf ── */
.ff-verz__kopf { margin-bottom: 36px; max-width: 780px; }
.ff-verz__kopf h1 {
  font-size: clamp(26px, 4vw, 40px); font-weight: 800; line-height: 1.1;
  letter-spacing: -0.02em; color: var(--text); margin: 0 0 12px;
  text-wrap: balance;
}
.ff-verz__lead { font-size: 16px; line-height: 1.6; color: var(--text2, var(--text3)); margin: 0; }
.ff-verz__zahlen {
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text3); margin: 14px 0 0;
}

/* ── Faktenkasten auf der Generationsseite ──
   Steht absichtlich als Definitionsliste und nicht als Grafik: Suchmaschinen
   und Sprachmodelle uebernehmen Text, keine Bilder. */
.ff-verz__fakten {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px; background: var(--border); border: 1px solid var(--border);
  border-radius: var(--r-md, 12px); overflow: hidden; margin: 0 0 40px;
}
.ff-verz__fakten > div { background: var(--card, #fff); padding: 16px 18px; }
.ff-verz__fakten dt {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em;
  color: var(--text3); margin-bottom: 4px;
}
.ff-verz__fakten dd {
  font-size: 18px; font-weight: 700; color: var(--text); margin: 0;
  font-variant-numeric: tabular-nums;
}

/* ── Kacheln (Marken, Baureihen) ── */
.ff-verz__raster { display: grid; gap: 12px; margin-bottom: 40px; }
.ff-verz__raster--marken { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
.ff-verz__raster--gens   { grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }

.ff-verz__kachel {
  display: flex; flex-direction: column; gap: 4px;
  padding: 18px 20px; background: var(--card, #fff);
  border: 1px solid var(--border); border-radius: var(--r-md, 12px);
  text-decoration: none; color: inherit;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.ff-verz__kachel:hover {
  border-color: var(--accent); transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,.07);
}
.ff-verz__kachel-name { font-size: 16px; font-weight: 700; color: var(--text); }
.ff-verz__kachel-meta { font-size: 12px; color: var(--text3); font-variant-numeric: tabular-nums; }
.ff-verz__kachel-zahl {
  font-size: 12px; font-weight: 700; color: var(--accent);
  margin-top: 6px; padding-top: 8px; border-top: 1px solid var(--border);
}

/* ── Markenseite: Modell mit Baureihen ── */
.ff-verz__liste { display: flex; flex-direction: column; gap: 28px; }
.ff-verz__block h2 { font-size: 19px; font-weight: 700; margin: 0 0 10px; }
.ff-verz__block h2 a { color: var(--text); text-decoration: none; }
.ff-verz__block h2 a:hover { color: var(--accent); }
.ff-verz__gens {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 8px;
}
.ff-verz__gens a {
  display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
  padding: 10px 14px; background: var(--card, #fff);
  border: 1px solid var(--border); border-radius: var(--r-sm, 8px);
  text-decoration: none; font-size: 13px; transition: border-color .15s;
}
.ff-verz__gens a:hover { border-color: var(--accent); }
.ff-verz__gen-name  { font-weight: 700; color: var(--text); }
.ff-verz__gen-jahre { color: var(--text3); font-variant-numeric: tabular-nums; }
.ff-verz__gen-lk    { margin-left: auto; color: var(--text3); font-size: 11px; font-weight: 600; }

/* ── Felgen nach Zoll ── */
.ff-verz__zoll { margin-bottom: 44px; }
.ff-verz__zoll h2 {
  font-size: 20px; font-weight: 700; color: var(--text);
  margin: 0 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--border);
}
.ff-verz__nachfrage {
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: var(--text3); margin-top: 6px;
}

/* ── Reifengrößen ── */
.ff-verz__reifen { margin-bottom: 44px; }
.ff-verz__reifen h2 { font-size: 20px; font-weight: 700; margin: 0 0 10px; }
.ff-verz__reifen p { font-size: 14px; line-height: 1.6; color: var(--text3); margin: 0 0 16px; max-width: 640px; }
.ff-verz__reifenliste {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.ff-verz__reifenliste li {
  font-size: 13px; font-weight: 600; font-variant-numeric: tabular-nums;
  padding: 6px 12px; background: var(--bg2, rgba(0,0,0,.03));
  border: 1px solid var(--border); border-radius: 100px; color: var(--text);
}

/* ── Fragen ── */
.ff-verz__fragen { margin-bottom: 44px; }
.ff-verz__fragen h2 { font-size: 20px; font-weight: 700; margin: 0 0 18px; }
.ff-verz__frage { padding: 16px 0; border-top: 1px solid var(--border); max-width: 720px; }
.ff-verz__frage h3 { font-size: 15px; font-weight: 700; color: var(--text); margin: 0 0 6px; }
.ff-verz__frage p  { font-size: 14px; line-height: 1.65; color: var(--text3); margin: 0; }
.ff-verz__frage a  { color: var(--accent); }

/* ── Nachbarbaureihen ── */
.ff-verz__nachbarn h2 { font-size: 17px; font-weight: 700; margin: 0 0 12px; }
.ff-verz__nachbarn ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px;
}
.ff-verz__nachbarn a {
  display: inline-flex; align-items: baseline; gap: 8px;
  font-size: 13px; padding: 8px 14px; text-decoration: none;
  background: var(--card, #fff); border: 1px solid var(--border);
  border-radius: 100px; color: var(--text); font-weight: 600;
  transition: border-color .15s;
}
.ff-verz__nachbarn a:hover { border-color: var(--accent); }
.ff-verz__nachbarn a span { font-weight: 400; color: var(--text3); font-variant-numeric: tabular-nums; }

/* ── Hinweis ── */
.ff-verz__hinweis {
  font-size: 14px; line-height: 1.6; color: var(--text3);
  padding: 18px 20px; background: var(--bg2, rgba(0,0,0,.03));
  border-left: 3px solid var(--accent); border-radius: var(--r-sm, 8px);
  max-width: 680px;
}
.ff-verz__hinweis a { color: var(--accent); }

/* ── Telefon ── */
@media (max-width: 768px) {
  .ff-verz { padding: 76px 0 56px; }
  .ff-verz__fakten { grid-template-columns: repeat(2, 1fr); }
  .ff-verz__fakten dd { font-size: 16px; }
  .ff-verz__gens { grid-template-columns: 1fr; }
  .ff-verz__raster--marken,
  .ff-verz__raster--gens { grid-template-columns: 1fr; }
}
