/* ═══════════════════════════════════════════
   HOMEPAGE – UAGB Block Styling
   Body-Klasse: .home
   Blocks via .uagb-block-HASH Selektoren
   ═══════════════════════════════════════════ */

/* ─── Globale Homepage-Styles ─── */
.home .entry-content {
  max-width: 100%;
  padding: 0;
}

/* Full-width Sections */
.home .uagb-is-root-container.alignfull {
  overflow: hidden;
  position: relative;
}

/* ═══════ HERO SECTION (uagb-block-a217066b) ═══════ */
.uagb-block-a217066b {
  position: relative;
  overflow: hidden;
}
.uagb-block-a217066b .uagb-heading-text {
  font-family: var(--font-display);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.1;
  color: var(--navy);
}
.uagb-block-a217066b .uagb-heading-text strong {
  font-weight: 600;
}
.uagb-block-a217066b .uagb-desc-text {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--primary);
}

/* ═══════ ÜBER UNS SECTION (uagb-block-2c414576) ═══════ */
.uagb-block-2c414576 p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-secondary);
  font-weight: 300;
}
.uagb-block-2c414576 .wp-block-uagb-image img {
  border-radius: 0;
  transition: transform 0.7s var(--ease-out);
}
.uagb-block-2c414576 .wp-block-uagb-image:hover img {
  transform: scale(1.03);
}

/* ═══════ SCHLEIFEREI SECTION (uagb-block-14475152) ═══════ */
.uagb-block-14475152 p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-secondary);
  font-weight: 300;
}
.uagb-block-14475152 .wp-block-uagb-image img {
  transition: transform 0.7s var(--ease-out);
}
.uagb-block-14475152 .wp-block-uagb-image:hover img {
  transform: scale(1.03);
}

/* ═══════ SCHLEIFEREI DETAILS (uagb-block-c6beefcc) ═══════ */
.uagb-block-c6beefcc p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-secondary);
  font-weight: 300;
}
.uagb-block-c6beefcc ul {
  list-style: none;
  padding: 0;
}
.uagb-block-c6beefcc ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-secondary);
}
.uagb-block-c6beefcc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* ═══════ NACHHALTIGKEIT HEADING (uagb-block-dce36c08) ═══════ */
.uagb-block-dce36c08 .uagb-heading-text,
.uagb-block-dce36c08 h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--navy);
  line-height: 1.2;
  text-align: center;
}

/* ═══════ NACHHALTIGKEITS-BILDER (uagb-block-027d77fd) ═══════ */
.uagb-block-027d77fd .wp-block-uagb-image img {
  object-fit: cover;
  transition: transform 0.7s var(--ease-out), filter 0.4s ease;
}
.uagb-block-027d77fd .wp-block-uagb-image:hover img {
  transform: scale(1.05);
}

/* ═══════ NACHHALTIGKEIT TEXT ═══════ */
.home .entry-content > .uagb-is-root-container p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-secondary);
  font-weight: 300;
}

/* ═══════ BLOCKQUOTE (uagb-block-13687622) ═══════ */
.uagb-block-13687622 {
  position: relative;
  overflow: hidden;
}
.uagb-block-13687622 .uagb-blockquote {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.55;
  letter-spacing: 0.02em;
}
.uagb-block-13687622 .uagb-blockquote-content {
  position: relative;
}

/* ═══════ FAIRTRADE SECTION (uagb-block-0ef18212) ═══════ */
.uagb-block-0ef18212 p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--text-secondary);
  font-weight: 300;
}
.uagb-block-0ef18212 .wp-block-uagb-image img {
  transition: transform 0.7s var(--ease-out);
}
.uagb-block-0ef18212 .wp-block-uagb-image:hover img {
  transform: scale(1.03);
}

/* ═══════ UAGB BUTTONS auf Homepage ═══════ */
.home .wp-block-uagb-buttons-child .uagb-buttons-repeater {
  font-family: var(--font-display);
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: all 0.4s var(--ease-out);
}
.home .wp-block-uagb-buttons-child .uagb-buttons-repeater:hover {
  transform: translateY(-2px);
}

/* ═══════ GENERISCHES: Bilder-Hover ═══════ */
.home .wp-block-uagb-image .wp-block-uagb-image__figure {
  overflow: hidden;
}
