/* ===== ÜBER UNS ===== */

/* Shared label */
.wh-uu-label {
  display: block;
  color: #ef2b2d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 16px;
}

/* ===== HERO ===== */
.wh-uu-hero {
  position: relative;
  height: 70vh;
  min-height: 480px;
  background-image: url("/Assets/werkstatt-1.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.wh-uu-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(5,5,5,.85) 40%, rgba(5,5,5,.45) 100%);
}

.wh-uu-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
  padding-top: 70px;
}

.wh-uu-sub {
  display: block;
  color: #ef2b2d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 18px;
}

.wh-uu-hero-content h1 {
  font-family: Georgia, serif;
  font-size: 80px;
  letter-spacing: -3px;
  line-height: 1;
  color: #fff;
  margin: 0 0 20px;
}

.wh-uu-hero-content h1 span { color: #e32929; }

.wh-uu-hero-content p {
  color: rgba(255,255,255,.7);
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
  margin: 0;
}

/* ===== STORY ===== */
.wh-uu-story {
  padding: 120px 0;
  background: #0e0e0e;
}

.wh-uu-story-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.wh-uu-story-text h2 {
  font-family: Georgia, serif;
  font-size: 52px;
  letter-spacing: -2px;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 32px;
}

.wh-uu-story-text h2 span { color: #e32929; }

.wh-uu-story-text p {
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.85;
  margin: 0 0 18px;
}

.wh-uu-story-text p:last-child { margin-bottom: 0; }

.wh-uu-story-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/3;
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}

.wh-uu-story-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.wh-uu-story-img:hover img { transform: scale(1.04); }

/* ===== STATS ===== */
.wh-uu-stats {
  background: #080808;
  border-top: 1px solid rgba(239,43,45,.15);
  border-bottom: 1px solid rgba(239,43,45,.15);
  padding: 60px 0;
}

.wh-uu-stats-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.wh-uu-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  flex: 1;
}

.wh-uu-stat strong {
  font-family: Georgia, serif;
  font-size: 56px;
  line-height: 1;
  color: #fff;
  letter-spacing: -2px;
}

.wh-counter {
  color: #ef2b2d;
}

.wh-stat-extra {
  font-size: 32px;
  color: #fff;
  letter-spacing: 0;
}

.wh-uu-stat > span {
  color: rgba(255,255,255,.85);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.wh-uu-stat-sub {
  color: rgba(255,255,255,.6) !important;
  font-size: 11px !important;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  margin-top: -4px;
}

.wh-uu-stat-divider {
  width: 1px;
  height: 60px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
}

/* ===== GALERIE ===== */
.wh-uu-gallery {
  padding: 120px 0;
  background: #111;
}

.wh-uu-gallery-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.wh-uu-gallery-head {
  margin-bottom: 56px;
}

.wh-uu-gallery-head h2 {
  font-family: Georgia, serif;
  font-size: 52px;
  letter-spacing: -2px;
  color: #fff;
  margin: 0;
}

.wh-uu-gallery-head h2 span { color: #e32929; }

.wh-uu-gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 260px 260px 280px;
  gap: 16px;
}

.wh-uu-gallery-large {
  grid-row: 1 / 3;
}

.wh-uu-gallery-wide {
  grid-column: 1 / -1;
}

.wh-uu-gallery-item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.06);
}

.wh-uu-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.wh-uu-gallery-item:hover img { transform: scale(1.04); }

/* ===== WERTE ===== */
.wh-uu-values {
  padding: 120px 0;
  background: #0c0c0c;
}

.wh-uu-values-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.wh-uu-values-head {
  margin-bottom: 60px;
}

.wh-uu-values-head h2 {
  font-family: Georgia, serif;
  font-size: 52px;
  letter-spacing: -2px;
  color: #fff;
  margin: 0;
}

.wh-uu-values-head h2 span { color: #e32929; }

.wh-uu-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.wh-uu-value-card {
  background: #151515;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 20px;
  padding: 36px 28px;
  transition: border-color .3s, transform .3s;
}

.wh-uu-value-card:hover {
  border-color: rgba(239,43,45,.35);
  transform: translateY(-4px);
}

.wh-uu-value-icon {
  width: 48px;
  height: 48px;
  background: rgba(239,43,45,.1);
  border: 1px solid rgba(239,43,45,.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  color: #ef2b2d;
}

.wh-uu-value-icon svg { width: 24px; height: 24px; }

.wh-uu-value-card h3 {
  font-family: Georgia, serif;
  font-size: 20px;
  color: #fff;
  margin: 0 0 12px;
}

.wh-uu-value-card p {
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
}

/* ===== CTA KARSTEN ===== */
.wh-uu-cta {
  padding: 120px 0;
  background: #080808;
  border-top: 1px solid rgba(239,43,45,.15);
}

.wh-uu-cta-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 80px;
}

.wh-uu-cta-content { flex: 1; }

.wh-uu-cta-content h2 {
  font-family: Georgia, serif;
  font-size: 62px;
  letter-spacing: -2px;
  line-height: 1;
  color: #fff;
  margin: 0 0 24px;
}

.wh-uu-cta-content h2 span { color: #e32929; }

.wh-uu-cta-content p {
  color: rgba(255,255,255,.65);
  font-size: 17px;
  line-height: 1.8;
  max-width: 480px;
  margin: 0 0 36px;
}

.wh-uu-cta-call {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  background: #c0211f;
  border-radius: 14px;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 32px rgba(192,33,31,.4);
  transition: background .25s, transform .25s;
}

.wh-uu-cta-call:hover { background: #a81b19; transform: translateY(-2px); }

.wh-uu-cta-call svg { width: 22px; height: 22px; flex-shrink: 0; }

.wh-uu-cta-call small {
  display: block;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  opacity: .75;
}

.wh-uu-cta-call strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: .02em;
}

.wh-uu-cta-photo {
  width: 420px;
  height: 520px;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(239,43,45,.2);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}

.wh-uu-cta-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* ===== TABLET (980px) ===== */
@media (max-width: 980px) {
  .wh-uu-hero-content h1 { font-size: 56px; }
  .wh-uu-hero-content p { font-size: 16px; }

  .wh-uu-story { padding: 80px 0; }
  .wh-uu-story-inner { grid-template-columns: 1fr; gap: 48px; padding: 0 24px; }
  .wh-uu-story-text h2 { font-size: 40px; }

  .wh-uu-stats-inner { flex-wrap: wrap; justify-content: center; padding: 0 24px; gap: 40px; }
  .wh-uu-stat-divider { display: none; }
  .wh-uu-stat { flex: 0 0 calc(33% - 20px); }

  .wh-uu-gallery { padding: 80px 0; }
  .wh-uu-gallery-inner { padding: 0 24px; }
  .wh-uu-gallery-grid { height: 400px; }
  .wh-uu-gallery-head h2 { font-size: 40px; }

  .wh-uu-values { padding: 80px 0; }
  .wh-uu-values-inner { padding: 0 24px; }
  .wh-uu-values-grid { grid-template-columns: repeat(2, 1fr); }
  .wh-uu-values-head h2 { font-size: 40px; }

  .wh-uu-cta { padding: 80px 0; }
  .wh-uu-cta-inner { flex-direction: column-reverse; gap: 48px; padding: 0 24px; }
  .wh-uu-cta-content { text-align: center; }
  .wh-uu-cta-content p { max-width: 100%; }
  .wh-uu-cta-call { margin: 0 auto; }
  .wh-uu-cta-content h2 { font-size: 48px; }
  .wh-uu-cta-photo { width: 100%; max-width: 360px; height: 400px; margin: 0 auto; }
}

/* ===== MOBILE (640px) ===== */
@media (max-width: 640px) {
  .wh-uu-hero { min-height: 420px; }
  .wh-uu-hero-content { padding: 0 20px; padding-top: 70px; }
  .wh-uu-hero-content h1 { font-size: 48px; letter-spacing: -2px; }
  .wh-uu-hero-content p { font-size: 15px; }

  .wh-uu-story-inner { padding: 0 20px; }
  .wh-uu-story-text h2 { font-size: 34px; }

  .wh-uu-stats-inner { padding: 0 20px; }
  .wh-uu-stat { flex: 0 0 calc(50% - 20px); }
  .wh-uu-stat strong { font-size: 42px; }

  .wh-uu-gallery-inner { padding: 0 20px; }
  .wh-uu-gallery-grid { grid-template-columns: 1fr; grid-template-rows: auto; height: auto; gap: 12px; }
  .wh-uu-gallery-large { grid-row: auto; }
  .wh-uu-gallery-item { aspect-ratio: 16/9; height: auto; }
  .wh-uu-gallery-head h2 { font-size: 34px; }

  .wh-uu-values-inner { padding: 0 20px; }
  .wh-uu-values-grid { grid-template-columns: 1fr; }
  .wh-uu-values-head h2 { font-size: 34px; }

  .wh-uu-cta-inner { padding: 0 20px; }
  .wh-uu-cta-content h2 { font-size: 38px; }
  .wh-uu-cta-photo { height: 340px; }
}
