/* nutzfahrzeuge.css – Produktseiten: Fahrzeuge / Nutzfahrzeuge
   Importiert zusätzlich zu styles-0.1.css auf allen Seiten der fahrzeuge/nutzfahrzeuge/ Hierarchie */

/* ── Breadcrumb ── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--gray-600);
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: var(--gray-600);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover { color: var(--black); }

.breadcrumb .sep {
  color: var(--gray-300);
  font-size: 0.9rem;
  user-select: none;
}

.breadcrumb .current {
  color: var(--black);
  font-weight: 500;
}

/* ── Seiten-Hero (Branche & Sektor-Übersicht) ── */
.product-hero {
  border-bottom: 1px solid var(--gray-200);
  padding: 56px 24px 56px;
}

.product-hero-inner {
  max-width: 980px;
  margin: 0 auto;
}

/* ── Stats-Leiste ── */
.page-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 16px;
  overflow: hidden;
  margin-top: 48px;
}

.page-stat {
  padding: 28px 24px;
  border-right: 1px solid var(--gray-200);
  text-align: center;
}

.page-stat:last-child { border-right: none; }

.page-stat-number {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}

.page-stat-label {
  font-size: 0.78rem;
  color: var(--gray-600);
  line-height: 1.4;
}

/* ── Marken-Grid ── */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.brand-card {
  background: var(--gray-100);
  border-radius: 20px;
  padding: 36px 32px;
  text-decoration: none;
  color: var(--black);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.brand-card:hover {
  background: var(--gray-300);
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
}

.brand-card-logo {
  height: 42px;
  display: flex;
  align-items: center;
}

.brand-card-logo img {
  height: 100%;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  transition: filter 0.2s;
}

.brand-card-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-card-count {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--red);
}

.brand-card-plants {
  font-size: 0.8rem;
  color: var(--gray-600);
  line-height: 1.5;
}

.brand-card-cta {
  font-size: 0.85rem;
  color: var(--blue);
  margin-top: auto;
  padding-top: 4px;
}

.brand-card-cta::after { content: ' ›'; }

/* ── Marken-Hero ── */
.brand-hero {
  background: var(--gray-100);
  border-radius: 20px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
}

.brand-hero-logo {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  padding: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.brand-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.brand-hero-name {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-bottom: 12px;
}

.brand-hero-sub {
  font-size: 0.95rem;
  color: var(--gray-600);
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 520px;
}

.brand-hero-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.brand-hero-chip {
  font-size: 0.75rem;
  font-weight: 500;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: 980px;
  padding: 5px 14px;
  color: var(--gray-600);
}

/* ── Segment-Navigation ── */
.segment-nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--gray-200);
}

.segment-nav a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 980px;
  background: var(--gray-100);
  color: var(--black);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  border: 1px solid var(--gray-200);
}

.segment-nav a:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}

/* ── Segment-Abschnitt ── */
.segment-section {
  padding-top: 56px;
}

.segment-section:first-of-type {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.segment-heading {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray-600);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.segment-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gray-200);
}

/* ── Produkt-Grid ── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

/* ── Produkt-Karte ── */
.product-card {
  background: var(--gray-100);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: var(--black);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.1);
}

.product-card-img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--gray-200);
  position: relative;
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.product-card:hover .product-card-img img {
  transform: scale(1.04);
}

.product-card-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-card-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.product-card-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  line-height: 1.2;
}

.product-card-desc {
  font-size: 0.875rem;
  color: var(--gray-600);
  line-height: 1.55;
  flex: 1;
  margin-bottom: 20px;
}

.product-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.product-card-plant {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--gray-600);
}

.product-card-plant::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34c759;
  flex-shrink: 0;
}

.product-card-link {
  font-size: 0.82rem;
  color: var(--blue);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}

.product-card-link::after { content: ' ›'; }

/* ── Bild-Attribution ── */
.img-attribution {
  font-size: 0.72rem;
  color: var(--gray-400);
  margin-top: 64px;
  padding-top: 24px;
  border-top: 1px solid var(--gray-200);
  line-height: 1.7;
}

.img-attribution a {
  color: var(--gray-400);
  text-decoration: none;
}

.img-attribution a:hover { color: var(--gray-600); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .brand-hero {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 36px 28px;
    gap: 28px;
  }

  .brand-hero-sub { max-width: 100%; }
  .brand-hero-chips { justify-content: center; }

  .page-stat {
    border-right: none;
    border-bottom: 1px solid var(--gray-200);
  }

  .page-stat:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
  .product-grid,
  .brand-grid {
    grid-template-columns: 1fr;
  }

  .product-hero { padding: 56px 24px 40px; }
}
