/* Alman Kurdu konu detay sayfaları — disiplinli, güvenilir, "çalışan köpek" havası
   Sadece irklar/alman-kurdu/*.html sayfalarında kullanılır, diğer ırkları etkilemez. */

.alman-detail-hero {
  background: linear-gradient(135deg, #12160F 0%, #1B2318 55%, #232E1D 100%);
  color: #F3F1E9;
  padding: 76px 0 64px;
}

.alman-detail-hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

@media (max-width: 860px) {
  .alman-detail-hero .container { grid-template-columns: 1fr; }
  .alman-detail-hero .hero-media { order: -1; }
}

.alman-detail-hero .breadcrumb { color: #C9CFC3; }
.alman-detail-hero .breadcrumb a { color: #fff; }

.alman-detail-hero .eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.alman-detail-hero h1 {
  color: #fff;
  font-size: clamp(2rem, 3.6vw, 2.7rem);
  letter-spacing: -0.01em;
}

.alman-detail-hero .lead {
  color: #E6E2D4;
  max-width: 48ch;
  font-size: 1.05rem;
}

.alman-traits {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.alman-traits li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #F3F1E9;
  padding: 7px 15px;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
}

.alman-detail-hero .hero-actions .btn-outline {
  border-color: #E6E2D4;
  color: #F3F1E9;
}

.alman-detail-hero .hero-actions .btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.alman-detail-hero .hero-media img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.alman-steps {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.alman-steps li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--breed-accent);
  border-radius: 4px;
  padding: 18px 20px;
}

.alman-steps .step-num {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: var(--breed-accent-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: 'Fredoka', sans-serif;
}

.alman-steps h4 {
  margin: 0 0 4px;
  font-size: 1rem;
  font-family: 'Fredoka', sans-serif;
}

.alman-steps p { margin: 0; font-size: 0.92rem; color: var(--color-text-muted); }

.alman-warning {
  background: var(--breed-accent-tint);
  border-left: 4px solid var(--breed-accent-dark);
  border-radius: 4px;
  padding: 18px 22px;
  margin: 24px 0;
}

.alman-warning h4 {
  margin: 0 0 8px;
  font-family: 'Fredoka', sans-serif;
  color: var(--breed-accent-dark);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.alman-warning ul { margin: 0; padding-left: 1.2em; }
.alman-warning li { margin-bottom: 6px; font-size: 0.92rem; }
