body {
  min-width: 320px;
}
body, #page, .site-main, .inside-article, .container, .separate-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
  background-clip: border-box !important;
  background: transparent !important;
}

.site-main,
.content-area,
#content,
.inside-article,
.container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.inside-article {padding: 0 !important;}

.site-main > * {margin-left: 0; margin-right: 0;}

.separate-containers .site-main {margin: 0 !important;}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* ═══════════════════════════════════════════════════════════
   GLOBAL COMPONENTS — kk-container, kk-reveal, kk-watermark, kk-label
   Gilt fuer alle Seiten (nicht nur Homepage)
   Ergaenzt: 2026-03-24
   ═══════════════════════════════════════════════════════════ */

/* kk-container: Standard-Seitenbreite */
.kk-container {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* kk-label: Dekorativer Sektions-Label */
.kk-label {
  display: inline-block;
  font-family: var(--font-body, 'Jost', sans-serif);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: var(--gold, #C9A96E);
}

/* kk-reveal: Scroll-Reveal Animation */
.kk-js-ready .kk-reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity .9s cubic-bezier(.25,.46,.45,.94),
              transform .9s cubic-bezier(.25,.46,.45,.94);
}
.kk-js-ready .kk-reveal.kk-reveal--left  { transform: translateX(-38px); }
.kk-js-ready .kk-reveal.kk-reveal--right { transform: translateX(38px); }
.kk-js-ready .kk-reveal.kk-reveal--scale { transform: scale(.96); }
.kk-reveal.is-visible { opacity: 1 !important; transform: none !important; }
.kk-reveal--d1 { transition-delay: .1s; }
.kk-reveal--d2 { transition-delay: .22s; }
.kk-reveal--d3 { transition-delay: .34s; }
.kk-reveal--d4 { transition-delay: .46s; }

/* kk-watermark: Hintergrund-Wasserzeichen */
.kk-watermark {
  position: absolute;
  font-family: var(--font-display, 'Cormorant Garamond', serif);
  font-size: clamp(6rem, 14vw, 16rem);
  font-weight: 300;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: transparent;
  white-space: nowrap;
  line-height: 1;
  will-change: transform;
  user-select: none;
  pointer-events: none;
}
