/* ── Konzept-Page Spezifische Styles ── */

/* Hero */
.konzept-hero {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 80px;
}

.konzept-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.konzept-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 0;
}

.konzept-hero__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent 0%, rgba(247, 237, 204, 0.3) 40%, rgba(247, 237, 204, 0.8) 70%, var(--st-color-light-yellow-bg) 100%);
}

.konzept-hero__image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31, 77, 58, 0.4) 0%, transparent 60%);
  z-index: 1;
}

.konzept-hero__content {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.konzept-hero__title {
  font-family: var(--st-font-headline);
  font-weight: 800;
  font-size: clamp(48px, 7vw, 80px);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.05;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

.konzept-hero__subtitle {
  font-family: var(--st-font-accent);
  font-size: clamp(24px, 3vw, 36px);
  color: #fff;
  margin-top: 12px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}

/* Intro */
.konzept-intro {
  padding: 80px 0 60px;
  text-align: center;
}

.konzept-intro__text {
  max-width: 780px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.8;
  color: var(--st-color-text-muted);
}

.konzept-intro__text strong {
  color: var(--st-color-text);
}

/* Konzept Sektionen (Bild + Text, alternierend) */
.konzept-section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.konzept-section__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.konzept-section--reverse .konzept-section__inner {
  direction: rtl;
}

.konzept-section--reverse .konzept-section__inner > * {
  direction: ltr;
}

/* Bild-Gruppe */
.konzept-section__images {
  position: relative;
}

.konzept-section__image-main {
  position: relative;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: 0 20px 60px rgba(31, 77, 58, 0.12);
}

.konzept-section__image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.konzept-section__image-main:hover img {
  transform: scale(1.05);
}

.konzept-section__image-small {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 200px;
  height: 200px;
  border-radius: 24px;
  overflow: hidden;
  border: 5px solid var(--st-color-light-yellow-bg);
  box-shadow: 0 10px 40px rgba(31, 77, 58, 0.15);
  z-index: 3;
}

.konzept-section--reverse .konzept-section__image-small {
  right: auto;
  left: -30px;
}

.konzept-section__image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.konzept-section__image-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--st-color-dark-red);
  color: #fff;
  font-family: var(--st-font-accent);
  font-size: 20px;
  padding: 6px 18px;
  border-radius: 50px;
  z-index: 4;
}

/* Text-Gruppe */
.konzept-section__kicker {
  font-family: var(--st-font-headline);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--st-color-dark-green);
  margin-bottom: 12px;
}

.konzept-section__title {
  font-family: var(--st-font-headline);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--st-color-dark-red);
  line-height: 1.15;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.konzept-section__body {
  font-size: 17px;
  line-height: 1.8;
  color: var(--st-color-text-muted);
  margin-bottom: 24px;
}

.konzept-section__body p + p {
  margin-top: 16px;
}

.konzept-section__highlight {
  font-family: var(--st-font-accent);
  font-size: 22px;
  color: var(--st-color-dark-green);
  padding-left: 20px;
  border-left: 3px solid var(--st-color-light-yellow);
  margin-top: 20px;
  line-height: 1.5;
}

/* Zahlen-Band */
.konzept-zahlen {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.konzept-zahlen__bg {
  position: absolute;
  inset: 0;
  background: var(--st-color-dark-green);
  clip-path: polygon(0% 8%, 15% 2%, 35% 5%, 55% 0%, 75% 3%, 100% 6%, 100% 92%, 85% 98%, 65% 95%, 45% 100%, 25% 97%, 0% 94%);
}

.konzept-zahlen__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.konzept-zahlen__number {
  font-family: var(--st-font-headline);
  font-weight: 800;
  font-size: 56px;
  color: var(--st-color-light-yellow);
  line-height: 1;
  margin-bottom: 8px;
}

.konzept-zahlen__label {
  font-family: var(--st-font-body);
  font-weight: 500;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.5px;
}

/* Teaser Grid */
.konzept-teaser {
  padding: 80px 0 100px;
}

.konzept-teaser__title {
  font-family: var(--st-font-headline);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 40px);
  color: var(--st-color-dark-red);
  text-align: center;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.konzept-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.konzept-teaser-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  cursor: pointer;
}

.konzept-teaser-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.konzept-teaser-card:hover img {
  transform: scale(1.08);
}

.konzept-teaser-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 77, 58, 0.85) 0%, rgba(31, 77, 58, 0.3) 40%, transparent 70%);
  transition: background 0.5s;
}

.konzept-teaser-card:hover .konzept-teaser-card__overlay {
  background: linear-gradient(to top, rgba(31, 77, 58, 0.9) 0%, rgba(31, 77, 58, 0.4) 50%, transparent 80%);
}

.konzept-teaser-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}

.konzept-teaser-card__label {
  font-family: var(--st-font-accent);
  font-size: 20px;
  color: var(--st-color-light-yellow);
  margin-bottom: 4px;
}

.konzept-teaser-card__title {
  font-family: var(--st-font-headline);
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}

/* CTA */
.konzept-cta {
  padding: 80px 0;
  text-align: center;
}

.konzept-cta__inner {
  background: var(--st-color-dark-green);
  border-radius: 32px;
  padding: 60px 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.konzept-cta__inner::before {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(242, 216, 130, 0.08);
  top: -150px;
  right: -100px;
}

.konzept-cta__title {
  font-family: var(--st-font-headline);
  font-weight: 800;
  font-size: clamp(28px, 4vw, 44px);
  color: var(--st-color-light-yellow);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

.konzept-cta__text {
  font-size: 18px;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto 32px;
  position: relative;
  z-index: 2;
}

.konzept-cta__button {
  display: inline-block;
  font-family: var(--st-font-headline);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--st-color-dark-green) !important;
  background: var(--st-color-light-yellow);
  padding: 16px 48px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}

.konzept-cta__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(242, 216, 130, 0.4);
  color: var(--st-color-dark-green);
}

/* Blob Dekorationen */
.blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.blob--gelb { background: var(--st-color-light-yellow-blob); }
.blob--gruen { background: var(--st-color-light-green-blob); }
.blob--lachs { background: var(--st-color-lachs-blob); }

/* Responsive */
@media (max-width: 1024px) {
  .konzept-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .konzept-section--reverse .konzept-section__inner {
    direction: ltr;
  }
  .konzept-zahlen__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .konzept-teaser__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
  .konzept-teaser-card {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 768px) {
  .konzept-hero { min-height: 70vh; padding-bottom: 50px; }
  .konzept-section { padding: 50px 0; }
  .konzept-section__image-small { width: 140px; height: 140px; bottom: -20px; right: -10px; }
  .konzept-section--reverse .konzept-section__image-small { left: -10px; }
  .konzept-zahlen__inner { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .konzept-zahlen__number { font-size: 40px; }
  .konzept-cta__inner { padding: 40px 24px; border-radius: 20px; }
}
