/* =========================================================
   VEIGHTLESS — SARAH PAGE MODULE
   Zentraler Seitenstil für Sarah-Seiten
   ========================================================= */


/* =========================================================
   1) BASE
   ========================================================= */

html,
body{
  background: var(--vx-bg);
  color: var(--vx-ink);
}

.muted{
  color: var(--vx-ink2);
  opacity: 1;
}


/* =========================================================
   2) TYPO / CONTENT HELPERS
   ========================================================= */

.vx-kicker{
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: var(--ls-btn);
  text-transform: uppercase;
  opacity: 0.9;
}

.vx-lead{
  max-width: 82ch;
}

.vx-article{
  max-width: 82ch;
}

.vx-article p{
  margin: 0 0 12px;
}

.vx-article h2:first-of-type{
  margin: 50px 0 25px;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.vx-article h2{
  margin: 70px 0 25px;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.vx-quote p{
  margin: 0;
}

.vx-quote .muted{
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: var(--ls-btn);
  text-transform: uppercase;
}

.vx-nextlink{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.vx-nextlink a{
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* =========================================================
   3) PAGE WRAPPERS
   ========================================================= */

.vx-subpage{
  padding-top: calc(var(--pad-d) * 0.65);
  padding-left: 0;
  padding-right: 0;
}

.vx-subpage.vx-subpage--hero{
  padding-top: 0;
}


/* =========================================================
   4) SARAH HERO SYSTEM
   ========================================================= */

.vx-hero{
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid rgba(203,193,181,.18);
  background:
    radial-gradient(1200px 600px at 50% 10%, rgba(140,132,119,.14), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.55));
}

.vx-hero__img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.02);
  border-radius: 0;
}

.vx-hero__overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,.20) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.70) 100%),
    radial-gradient(900px 460px at 50% 35%, rgba(0,0,0,.06), rgba(0,0,0,.66));
}

.vx-hero__content{
  position: relative;
  z-index: 2;
  width: min(var(--grid-max), calc(100% - 44px));
  margin: 0 auto;
  padding: 0 0 64px;
}

.vx-hero__brand{
  margin: 0 0 14px;
  letter-spacing: .34em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--vx-ink2);
}

.vx-hero__claim{
  margin: 0 0 18px;
  line-height: 1.04;
  color: var(--vx-ink);
}

.vx-hero__sub{
  max-width: 70ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--vx-ink2);
}

.vx-hero__scroll{
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 2;
  user-select: none;
  color: var(--vx-ink3);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.vx-sarah-deep .vx-hero{
  background:
    radial-gradient(1200px 600px at 50% 10%, rgba(140,132,119,.10), transparent 65%),
    linear-gradient(180deg, rgba(0,0,0,.24), rgba(0,0,0,.68));
}

body.vx-sarah-deep .vx-hero__overlay{
  background:
    linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.54) 55%, rgba(0,0,0,.78) 100%),
    radial-gradient(900px 460px at 50% 35%, rgba(0,0,0,.10), rgba(0,0,0,.74));
}


/* =========================================================
   5) LAYOUT HELPERS
   ========================================================= */

.vx-wrap{
  width: min(var(--grid-max), calc(100% - 44px));
  margin: 0 auto;
}

.vx-wrap--narrow{
  width: min(82ch, calc(100% - 44px));
  margin: 0 auto;
}

.vx-section{
  padding: 74px 0;
}

.vx-section--tight{
  padding: 44px 0;
}

.vx-note{
  width: min(82ch, calc(100% - 44px));
  margin: 0 auto;
  color: var(--vx-ink2);
  line-height: 1.75;
  font-size: 15px;
}


/* =========================================================
   6) 2-UP GRID
   ========================================================= */

.vx-grid2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.vx-grid2 .vx-card{
  height: 100%;
  display: flex;
  flex-direction: column;
}

.vx-card__inner{
  position: relative;
}

.vx-grid2 .vx-card__img{
  width: 100%;
  height: 320px;
  border-radius: 9px;
  object-fit: cover;
  border: 1px solid rgba(203,193,181,.18);
  margin: 10px 0 14px;
  filter: saturate(.92) contrast(1.03);
  flex: 0 0 auto;
}


/* =========================================================
   7) WHITE HEADER SPECIAL CASE
   Nur Verantwortung + Zahlen/Fakten
   ========================================================= */

body.vx-header-white-ready .vx-header{
  background: color-mix(in srgb, white 96%, var(--c-tertiary)) !important;
  backdrop-filter: blur(6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

body.vx-header-white-ready .vx-brand,
body.vx-header-white-ready .vx-brand__name,
body.vx-header-white-ready .vx-nav,
body.vx-header-white-ready .vx-nav__link{
  color: var(--c-primary) !important;
}


/* =========================================================
   8) RESPONSIVE
   ========================================================= */

@media (max-width: 980px){
  .vx-grid2{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px){
  .vx-hero{
    min-height: 88vh;
  }

  .vx-hero__content{
    width: min(calc(100% - 28px), var(--grid-max));
    padding: 0 0 52px;
  }

  .vx-hero__brand{
    margin-bottom: 12px;
  }

  .vx-hero__claim{
    margin-bottom: 14px;
  }

  .vx-hero__sub{
    max-width: 34ch;
    font-size: 15px;
  }

  .vx-hero__scroll{
    bottom: 12px;
    font-size: 11px;
  }

  .vx-section{
    padding: 56px 0;
  }

  .vx-section--tight{
    padding: 36px 0;
  }

  .vx-grid2 .vx-band__img{
    height: 260px;
  }
}
.vx-band__media{
  position: relative;
}

.vx-band__slides{
  position: relative;
}
.vx-band__slides--clickable{
  cursor: pointer;
}

.vx-band__slides img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity .55s ease;
}

.vx-band__slides img.is-active{
  position: relative;
  opacity: 1;
}

.vx-band__dots{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.vx-dot{
  width: 12px;
  height: 8px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.8);
  background: rgba(255,255,255,0.25);
  cursor: pointer;
  transition: background .25s ease, transform .2s ease;
}

.vx-dot.is-active{
  background: #fff;
  border-color: #fff;
}

.vx-dot:hover{
  transform: scale(1.1);
}
