:root{
  --wbh-green:#007a3d;
  --wbh-green-dark:#005f31;
  --wbh-orange:#d86b1d;
  --wbh-orange-deep:#b94f0f;
  --wbh-ink:#151515;
  --wbh-muted:#667085;
  --wbh-border:rgba(16,24,40,.10);
  --wbh-line:rgba(16,24,40,.07);
  --wbh-surface:#fff;
  --wbh-surface-soft:#f7f8f6;
  --wbh-radius-lg:28px;
  --wbh-radius-md:20px;
  --wbh-shadow:0 18px 60px rgba(15,23,42,.08);
  --wbh-shadow-soft:0 10px 32px rgba(15,23,42,.06);
  --wbh-max:1180px;
}

.wbh-home-2026,
.wbh-home-2026 *{box-sizing:border-box;}

.wbh-home-2026{
  width:min(100%,var(--wbh-max));
  margin-inline:auto;
  padding:clamp(2px,0.8vw,12px) clamp(14px,2.2vw,24px) clamp(34px,4vw,64px);
  color:var(--wbh-ink);
  font-family:inherit;
  --wbh-section-gap:clamp(36px,4.8vw,72px);
}

.wbh-home-2026 a{color:inherit;text-decoration:none;}
/* No outline on mouse click (kills the theme's orange box); keep a subtle green ring for keyboard navigation only */
.wbh-home-2026 a:focus{outline:none !important;}
.wbh-home-2026 a:focus-visible{outline:2px solid color-mix(in srgb,var(--wbh-green) 50%,transparent) !important;outline-offset:3px;border-radius:14px;}
.wbh-home-2026 :target{outline:none !important;}

.wbh-card{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.9));
  border:1px solid var(--wbh-border);
  border-radius:var(--wbh-radius-lg);
  box-shadow:var(--wbh-shadow-soft);
  overflow:hidden;
}

/* ============================= HERO ============================= */
.wbh-home-hero{margin:0 0 var(--wbh-section-gap);}
.wbh-home-hero__grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:stretch;
  gap:clamp(18px,3vw,42px);
}
.wbh-home-hero__copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding-block:clamp(6px,1vw,12px);
}
.wbh-home-hero__eyebrow{
  margin:0 0 clamp(10px,1.2vw,14px);
  color:var(--wbh-green);
  font-size:clamp(11px,.9vw,13px);
  font-weight:750;
  letter-spacing:.16em;
  line-height:1.25;
  text-transform:uppercase;
}
.wbh-home-hero__title{
  max-width:11.6ch;
  margin:0;
  font-size:clamp(46px,6.2vw,86px);
  font-weight:780;
  line-height:.94;
  letter-spacing:-.058em;
  text-wrap:balance;
  hyphens:none;
  -webkit-hyphens:none;
  word-break:normal;
  overflow-wrap:normal;
}
.wbh-home-hero__line{display:block;hyphens:none;-webkit-hyphens:none;word-break:normal;overflow-wrap:normal;}
.wbh-home-hero__line + .wbh-home-hero__line{margin-top:.08em;}
.wbh-home-hero__line.is-accent{color:var(--wbh-green);}
.wbh-home-hero__intro{
  margin:clamp(14px,1.6vw,20px) 0 0;max-width:46ch;
  color:var(--wbh-muted);font-size:clamp(14.5px,1.1vw,16.5px);line-height:1.55;
}
.wbh-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin-top:clamp(22px,2.4vw,34px);
}
.wbh-home-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:13px 20px;
  border-radius:999px;
  border:1px solid var(--wbh-border);
  font-size:15px;
  font-weight:760;
  line-height:1;
  box-shadow:0 10px 26px rgba(15,23,42,.07);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.wbh-home-hero__btn.is-primary{background:var(--wbh-green);border-color:var(--wbh-green);color:#fff;}
.wbh-home-hero__btn.is-secondary{background:#fff;color:var(--wbh-ink);}
@media (hover:hover){.wbh-home-hero__btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.12);}}

/* Media column never grows taller than the copy column: the wrap is
   absolutely positioned inside a relative media cell, so its height is
   driven entirely by the (stretched) grid row = the copy block height. */
.wbh-home-hero__media{position:relative;min-width:0;min-height:clamp(240px,30vw,360px);}
.wbh-home-hero__image-wrap{position:absolute;inset:0;background:#fff;}
.wbh-home-hero__img{width:100%;height:100%;object-fit:cover;display:block;}
.wbh-home-hero__image-wrap--empty{background:radial-gradient(circle at 30% 25%,rgba(0,122,61,.18),transparent 34%),linear-gradient(135deg,#f6f8f5,#fff);}
.wbh-home-hero__image-current{width:100%;height:100%;}
.wbh-home-hero__image-current > img{width:100%;height:100%;object-fit:cover;display:block;}

/* Hero promo / mourning post variant */
.wbh-home-hero__image-wrap--post{display:flex;background:linear-gradient(135deg,#ffffff,#f7f8f6);}
.wbh-home-hero-post{display:grid;grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;color:var(--wbh-ink);}
.wbh-home-hero-post__media{display:block;min-height:0;background:#f3f5f2;overflow:hidden;}
.wbh-home-hero-post__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .24s ease;}
@media (hover:hover){.wbh-home-hero-post__media:hover .wbh-home-hero-post__img{transform:scale(1.018);}}
.wbh-home-hero-post__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:10px;padding:clamp(20px,2.6vw,32px);}
.wbh-home-hero-post__label{display:inline-flex;align-items:center;min-height:28px;padding:7px 11px;border-radius:999px;background:rgba(0,122,61,.08);color:var(--wbh-green);font-size:12px;font-weight:820;letter-spacing:.08em;text-transform:uppercase;}
.wbh-home-hero-post__title{margin:0;max-width:13ch;font-size:clamp(26px,3vw,42px);font-weight:790;line-height:1.02;letter-spacing:-.047em;text-wrap:balance;}
.wbh-home-hero-post__title a{color:inherit;}
.wbh-home-hero-post__excerpt{margin:0;max-width:46ch;color:#344054;font-size:15px;line-height:1.5;}
.wbh-home-hero-post__meta{color:var(--wbh-muted);font-size:13px;font-weight:680;}
.wbh-home-hero-post__btn{display:inline-flex;align-items:center;gap:8px;margin-top:4px;min-height:44px;padding:12px 17px;border-radius:999px;background:var(--wbh-green);color:#fff;font-size:14px;font-weight:800;box-shadow:0 14px 32px rgba(0,122,61,.18);}
.wbh-home-hero-post.no-media{grid-template-rows:1fr;}
.wbh-home-hero-post.no-media .wbh-home-hero-post__body{height:100%;background:radial-gradient(circle at 86% 18%,rgba(216,107,29,.16),transparent 28%),radial-gradient(circle at 14% 80%,rgba(0,122,61,.15),transparent 34%),linear-gradient(135deg,#fff,#f7f8f6);}
.wbh-home-hero__image-wrap--mourning{border:2px solid #111;box-shadow:0 22px 62px rgba(0,0,0,.18);background:#fff;}
.wbh-home-hero-post.is-mourning .wbh-home-hero-post__label{background:#111;color:#fff;}
.wbh-home-hero-post.is-mourning .wbh-home-hero-post__btn{background:#111;box-shadow:0 14px 34px rgba(0,0,0,.18);}
.wbh-home-hero-post.is-mourning.no-media .wbh-home-hero-post__body{background:linear-gradient(135deg,#fff,#f6f6f4);}

/* ===================== EVENT SPOTLIGHT / LINEUP ===================== */
.wbh-home-spotlight{margin:0 0 var(--wbh-section-gap);}
.wbh-home-spotlight__head{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:10px 18px;
  margin:0 0 clamp(14px,1.6vw,20px);
}
.wbh-home-spotlight__title{
  margin:0;
  font-size:clamp(24px,2.6vw,36px);
  line-height:1.05;
  letter-spacing:-.035em;
  font-weight:780;
}
.wbh-home-spotlight__all{
  display:inline-flex;align-items:center;gap:7px;
  color:var(--wbh-green);font-size:14px;font-weight:780;
}
.wbh-home-spotlight__all .wbh-arrow{color:var(--wbh-orange);font-weight:850;transition:transform .18s ease;}
@media (hover:hover){.wbh-home-spotlight__all:hover .wbh-arrow{transform:translateX(3px);}}

/* up to three compact cards in a row */
.wbh-home-lineup{
  display:grid;
  grid-template-columns:repeat(var(--wbh-lineup-cols,3),minmax(0,1fr));
  gap:clamp(14px,1.8vw,22px);
  align-items:stretch;
}
/* 1.6.0: Der Fallback zeigt jetzt bis zu drei vergangene Karten und nutzt
   das normale Spaltenraster. Nur eine EINZELNE Karte (egal ob aktuell oder
   vergangen) wird begrenzt und zentriert — nie mehr übergroß in voller
   Sektionsbreite. */
.wbh-home-lineup--single{grid-template-columns:minmax(0,560px);justify-content:center;}
.wbh-home-lineup__card{
  display:flex;
  flex-direction:column;
  min-height:0;
  transition:transform .18s ease,box-shadow .18s ease;
}
@media (hover:hover){.wbh-home-lineup__card:hover{transform:translateY(-3px);box-shadow:var(--wbh-shadow);}}
.wbh-home-lineup__card.is-werkbund{border-color:color-mix(in srgb,var(--wbh-green) 32%,var(--wbh-border));}
.wbh-home-lineup__media{
  display:block;position:relative;
  aspect-ratio:4/3;
  background:#fff;border-bottom:1px solid var(--wbh-line);
  overflow:hidden;
}
.wbh-home-lineup__img{width:100%;height:100%;object-fit:contain;display:block;background:#fff;transition:transform .3s ease;}
@media (hover:hover){.wbh-home-lineup__card:hover .wbh-home-lineup__img{transform:scale(1.02);}}
.wbh-home-lineup__img-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#f2f4f0,#fff);}
.wbh-home-lineup__tags{position:absolute;left:12px;top:12px;display:flex;gap:6px;flex-wrap:wrap;}
.wbh-home-lineup__badge{
  display:inline-flex;align-items:center;min-height:24px;padding:4px 10px;border-radius:999px;
  font-size:11px;font-weight:820;letter-spacing:.06em;text-transform:uppercase;
  background:var(--wbh-green);color:#fff;box-shadow:0 6px 16px rgba(0,122,61,.28);
}
.wbh-home-lineup__badge--state{background:rgba(255,255,255,.92);color:var(--wbh-ink);box-shadow:0 6px 16px rgba(15,23,42,.12);}
.wbh-home-lineup__badge--live{background:var(--wbh-orange);color:#fff;box-shadow:0 6px 16px rgba(216,107,29,.3);}
/* 1.6.0: „Vergangen" — bewusst gedeckt-neutral. Orange bleibt exklusiv
   Aktivzuständen (Läuft) vorbehalten. */
.wbh-home-lineup__badge--past{background:#edebe7;background:color-mix(in srgb,var(--wbh-ink) 7%,#fff);color:var(--wbh-muted);box-shadow:0 6px 16px rgba(15,23,42,.08);}
.wbh-home-lineup__body{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;padding:clamp(16px,1.6vw,22px);}
.wbh-home-lineup__title{margin:0;font-size:clamp(18px,1.5vw,23px);font-weight:790;line-height:1.08;letter-spacing:-.03em;}
.wbh-home-lineup__title a{transition:color .18s ease;}
@media (hover:hover){.wbh-home-lineup__title a:hover{color:var(--wbh-green);}}
.wbh-home-lineup__meta{display:flex;flex-wrap:wrap;gap:4px 12px;color:var(--wbh-muted);font-size:13.5px;font-weight:640;}
.wbh-home-lineup__artists{color:#344054;font-size:14px;line-height:1.4;}
.wbh-home-lineup__btn{
  display:inline-flex;align-items:center;gap:8px;align-self:flex-start;margin-top:auto;
  min-height:44px;padding:12px 20px;border-radius:999px;
  background:linear-gradient(135deg,var(--wbh-green),var(--wbh-green-dark));font-size:14px;font-weight:820;
  box-shadow:0 12px 26px rgba(0,122,61,.24);
  transition:transform .18s ease,box-shadow .18s ease;
}
.wbh-home-lineup__btn .wbh-arrow{transition:transform .18s ease;}
@media (hover:hover){.wbh-home-lineup__btn:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(0,122,61,.26);}.wbh-home-lineup__btn:hover .wbh-arrow{transform:translateX(3px);}}
.wbh-home-lineup__fallback-note{
  margin:0 0 2px;color:var(--wbh-orange);font-size:12px;font-weight:800;
  letter-spacing:.05em;text-transform:uppercase;
}
/* 1.6.0: Hinweis steht einmal unter der Sektionsüberschrift statt in jeder
   Karte (bei mehreren vergangenen Karten sonst dreifach wiederholt). */
.wbh-home-lineup__fallback-note--section{margin:-6px 0 16px;}

/* ===================== ABOUT / WERKBUND BLOCK ===================== */
.wbh-home-about{
  position:relative;
  display:grid;
  grid-template-columns:1fr;
  gap:clamp(16px,2vw,26px);
  align-items:start;
  isolation:isolate;
  padding:clamp(26px,3.4vw,42px) clamp(26px,4vw,52px);
  margin:0 0 var(--wbh-section-gap);
  background:linear-gradient(135deg,#e19400 0%,#df9000 54%,#d98200 100%);
  border:0;
  border-radius:var(--wbh-radius-lg);
  color:#fff;
  box-shadow:0 22px 70px rgba(119,74,0,.16);
}
.wbh-home-about > *{position:relative;z-index:1;}
.wbh-home-about__main{max-width:none;}
.wbh-home-about__eyebrow{
  color:rgba(255,255,255,.82);
  font-size:clamp(11px,.9vw,13px);
  font-weight:800;
  letter-spacing:.26em;
  text-transform:uppercase;
  margin:0 0 clamp(14px,1.8vw,22px);
}
.wbh-home-about__title{
  max-width:22ch;
  margin:0;
  color:#fff;
  font-size:clamp(34px,4vw,58px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:780;
}
.wbh-home-about__features{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(16px,3.4vw,56px);
  max-width:980px;
}
.wbh-home-about__feature{min-height:0;padding:0;border:0;border-radius:0;background:transparent;}
.wbh-home-about__feature-title{color:#fff;font-size:clamp(17px,1.5vw,24px);font-weight:780;letter-spacing:-.02em;}
.wbh-home-about__feature-text{margin-top:8px;color:rgba(255,255,255,.74);font-size:clamp(13px,1.1vw,16px);line-height:1.4;}
.wbh-home-about__aside{display:grid;gap:clamp(14px,1.6vw,22px);justify-items:start;max-width:1080px;}
.wbh-home-about__text{color:rgba(255,255,255,.86);font-size:clamp(16px,1.35vw,21px);line-height:1.45;letter-spacing:.01em;}
.wbh-home-about__btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  min-height:50px;margin-top:0;padding:13px 26px;
  border:1px solid rgba(255,255,255,.6);border-radius:999px;
  background:rgba(255,255,255,.12);color:#fff;
  font-size:15px;font-weight:820;letter-spacing:.02em;
  backdrop-filter:blur(10px);
  transition:transform .18s ease,background .18s ease;
}
.wbh-home-about__btn .wbh-arrow,.wbh-home-about__btn span[aria-hidden]{transition:transform .18s ease;}
@media (hover:hover){
  .wbh-home-about__btn:hover{background:rgba(255,255,255,.22);transform:translateY(-1px);}
  .wbh-home-about__btn:hover span[aria-hidden]{transform:translateX(3px);}
}
/* "1865" watermark — finer/lighter than before */
@media (min-width:901px){
  .wbh-home-about::after{
    content:"1865";
    position:absolute;
    right:clamp(28px,3.4vw,60px);
    bottom:clamp(-20px,-1.4vw,-8px);
    z-index:0;
    color:rgba(255,255,255,.12);
    font-family:Georgia,"Times New Roman",serif;
    font-size:clamp(110px,12vw,200px);
    font-weight:300;
    line-height:.78;
    letter-spacing:.01em;
    pointer-events:none;
    user-select:none;
  }
}

/* ===================== ARTIST STRIP ===================== */
.wbh-home-artists{margin:0 0 var(--wbh-section-gap);}
.wbh-home-artists__title,
.wbh-home-membership__title,
.wbh-home-works__title{
  margin:0;font-size:clamp(24px,2.6vw,36px);line-height:1.05;
  letter-spacing:-.035em;font-weight:780;
}
.wbh-home-artists__title{margin-bottom:14px;}
.wbh-home-artists__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;}
.wbh-home-artists__item{display:grid;grid-template-rows:auto auto;min-height:166px;border-radius:18px;transition:transform .18s ease,box-shadow .18s ease;}
@media (hover:hover){.wbh-home-artists__item:hover{transform:translateY(-2px);box-shadow:var(--wbh-shadow);}}
.wbh-home-artists__media{position:relative;display:block;aspect-ratio:1/1;background:#f3f5f2;overflow:hidden;}
.wbh-home-2026 .wbh-home-artists__img{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none;object-fit:cover;object-position:50% 30%;display:block;}
.wbh-home-artists__fallback{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(135deg,#edf2ed,#fff);color:var(--wbh-green);font-weight:800;font-size:30px;letter-spacing:-.04em;}
.wbh-home-artists__name{display:block;padding:10px 12px 12px;font-size:13px;font-weight:720;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.wbh-home-artists__item--more{align-content:center;justify-items:start;padding:18px;background:#fff;}
.wbh-home-artists__more-text{font-size:15px;font-weight:780;line-height:1.18;}
.wbh-home-artists__more-arrow{margin-top:10px;color:var(--wbh-orange);font-weight:850;}

/* ===================== MEMBERSHIP ===================== */
.wbh-home-membership{padding:clamp(24px,2.8vw,38px);margin:0 0 var(--wbh-section-gap);}
.wbh-home-membership__intro{margin-top:8px;color:var(--wbh-muted);font-size:15px;}
.wbh-home-membership__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px;}
.wbh-home-membership__card{
  position:relative;display:flex;flex-direction:column;gap:8px;
  min-height:118px;padding:22px 24px;border-radius:20px;overflow:hidden;
  box-shadow:0 14px 34px rgba(15,23,42,.12);
  transition:transform .18s ease,box-shadow .18s ease;
}
.wbh-home-membership__card::after{
  content:"";position:absolute;right:-30%;top:-60%;width:80%;height:200%;
  background:radial-gradient(circle,rgba(255,255,255,.16),transparent 62%);
  pointer-events:none;
}
@media (hover:hover){.wbh-home-membership__card:hover{transform:translateY(-2px);box-shadow:0 20px 44px rgba(15,23,42,.18);}}
.wbh-home-membership__card--artist{background:linear-gradient(135deg,var(--wbh-green),var(--wbh-green-dark));}
.wbh-home-membership__card--supporter{background:linear-gradient(135deg,var(--wbh-orange),var(--wbh-orange-deep));}
/* Force readable white text on the coloured cards regardless of theme link colours */
.wbh-home-2026 .wbh-home-membership__card,
.wbh-home-2026 .wbh-home-membership__card:link,
.wbh-home-2026 .wbh-home-membership__card:visited,
.wbh-home-2026 .wbh-home-membership__card *{color:#fff !important;}
.wbh-home-membership__card-label{font-size:19px;font-weight:800;letter-spacing:-.02em;}
.wbh-home-membership__card-text{font-size:13.5px;opacity:.92;}
.wbh-home-membership__card-arrow{position:absolute;right:20px;bottom:18px;font-size:22px;font-weight:850;line-height:1;transition:transform .18s ease;}
@media (hover:hover){.wbh-home-membership__card:hover .wbh-home-membership__card-arrow{transform:translateX(4px);}}

/* ===================== WORKS + GALLERY CTA ===================== */
.wbh-home-2026__works-wrap{margin:0;}
.wbh-random-gallery-placeholder{min-height:172px;border-radius:24px;background:linear-gradient(90deg,#f5f6f4 0%,#fff 48%,#f5f6f4 100%);background-size:220% 100%;animation:wbh-shimmer 1.6s infinite linear;}
@keyframes wbh-shimmer{to{background-position:-220% 0;}}
.wbh-home-works{margin:0 0 18px;}
.wbh-home-works__head{margin:0 0 14px;}
.wbh-home-works__subtitle{margin:8px 0 0;color:var(--wbh-muted);}
.wbh-home-works__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;}
.wbh-home-work{display:flex;flex-direction:column;color:var(--wbh-ink);background:#fff;border:1px solid var(--wbh-border);border-radius:18px;overflow:hidden;box-shadow:var(--wbh-shadow-soft);transition:transform .18s ease,box-shadow .18s ease;}
@media (hover:hover){.wbh-home-work:hover{transform:translateY(-2px);box-shadow:var(--wbh-shadow);}}
.wbh-home-work__media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#f3f5f2;}
.wbh-home-2026 .wbh-home-work__img{position:absolute;inset:0;width:100%!important;height:100%!important;max-width:none;object-fit:cover;display:block;transition:transform .3s ease;}
@media (hover:hover){.wbh-home-work:hover .wbh-home-work__img{transform:scale(1.04);}}
.wbh-home-work__name{padding:11px 12px 13px;font-size:13px;font-weight:760;text-align:center;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/* GALERIE-EINSTIEG: Das frühere zweispaltige Text+CTA-Layout (.wbh-gallery-entry)
   wurde in 1.4.0 durch das Signature-Raum-Feature (.wbh-gallery-signature) am
   Ende dieser Datei ersetzt. Die id #wbh-gallery-entry-title bleibt für aria. */

/* Hard-force readable white text on all coloured CTAs (defeats theme link colours) */
.wbh-home-2026 .wbh-home-lineup__btn,.wbh-home-2026 .wbh-home-lineup__btn *,
.wbh-home-2026 .wbh-home-about__btn,.wbh-home-2026 .wbh-home-about__btn *,
.wbh-home-2026 .wbh-home-hero__btn.is-primary,.wbh-home-2026 .wbh-home-hero__btn.is-primary *,
.wbh-home-2026 .wbh-home-hero-post__btn,.wbh-home-2026 .wbh-home-hero-post__btn *{color:#fff !important;}

/* ===================== MOTION: scroll reveal + live pulse ===================== */
@media (prefers-reduced-motion:no-preference){
  .wbh-home-2026.wbh-anim .wbh-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s cubic-bezier(.2,.6,.2,1),transform .6s cubic-bezier(.2,.6,.2,1);will-change:opacity,transform;}
  .wbh-home-2026.wbh-anim .wbh-reveal.is-in{opacity:1;transform:none;}
  .wbh-home-lineup__badge--live{animation:wbh-livepulse 2.4s ease-in-out infinite;}
  @keyframes wbh-livepulse{0%,100%{box-shadow:0 6px 16px rgba(216,107,29,.3);}50%{box-shadow:0 8px 24px rgba(216,107,29,.55);}}
}

/* ===================== RESPONSIVE ===================== */
@media (max-width:1100px){
  .wbh-home-about{grid-template-columns:1fr;align-items:start;}
  .wbh-home-about__features{grid-template-columns:repeat(3,minmax(0,1fr));}
  .wbh-home-artists__grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:900px){
  .wbh-home-hero__grid{grid-template-columns:1fr;}
  .wbh-home-hero__title{max-width:12ch;}
  .wbh-home-hero__media{position:relative;min-height:0;height:auto;}
  .wbh-home-hero__image-wrap{position:relative;inset:auto;min-height:clamp(240px,52vw,340px);border-radius:var(--wbh-radius-lg);}
  .wbh-home-lineup{grid-template-columns:repeat(2,minmax(0,1fr));}
  /* 1.6.0: Einzelkarte auch hier begrenzt + zentriert — die vorstehende
     2-Spalten-Regel würde sie sonst halbbreit linksbündig setzen. */
  .wbh-home-lineup--single{grid-template-columns:minmax(0,560px);justify-content:center;}
  .wbh-home-works__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:640px){
  .wbh-home-2026{padding-inline:12px;--wbh-section-gap:24px;}
  .wbh-home-hero__title{font-size:clamp(40px,12.5vw,58px);line-height:.96;letter-spacing:-.052em;}
  .wbh-home-hero__actions{flex-direction:column;align-items:stretch;}
  .wbh-home-hero__btn{width:100%;justify-content:space-between;min-height:52px;font-size:16px;}
  .wbh-home-hero__image-wrap{min-height:220px;border-radius:22px;}
  .wbh-home-hero__image-wrap--post{min-height:300px;}
  .wbh-home-hero-post__body{padding:22px;}
  .wbh-home-hero-post__title{font-size:clamp(28px,8.5vw,38px);max-width:14ch;}
  .wbh-home-lineup{grid-template-columns:1fr;}
  .wbh-home-lineup--single{grid-template-columns:1fr;}
  .wbh-home-about{padding:24px 20px;border-radius:24px;gap:18px;}
  .wbh-home-about__title{font-size:clamp(32px,9.5vw,46px);max-width:13ch;}
  .wbh-home-about__features{grid-template-columns:1fr;gap:16px;}
  .wbh-home-about__text{font-size:16px;}
  .wbh-home-about__btn{width:100%;justify-content:space-between;}
  .wbh-home-artists__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .wbh-home-membership__grid{grid-template-columns:1fr;}
  .wbh-home-works__grid{gap:12px;}

}

/* ============================================================================
   PREMIUM-AUSBAU 1.4.0 — Hero-Auftritt, sequenzielle Intro, Signature-Raum
   Additiv ans Ende gehängt. Alle Regeln eng auf .wbh-home-2026 gescoped.
   ========================================================================= */

/* ---- Hero: stärkerer Auftritt, mehr Weißraum, klarere Hierarchie ---- */
.wbh-home-2026 .wbh-home-hero{
  padding-top:clamp(8px,3vw,40px);
  margin-bottom:clamp(44px,6vw,96px);
}
.wbh-home-2026 .wbh-home-hero__eyebrow{
  display:inline-flex;align-items:center;gap:.6em;
  margin-bottom:clamp(14px,1.6vw,20px);
  color:color-mix(in srgb,var(--wbh-green) 88%,#000 12%);
}
.wbh-home-2026 .wbh-home-hero__eyebrow::before{
  content:"";width:26px;height:1px;
  background:linear-gradient(90deg,var(--wbh-green),transparent);
}
/* Akzentzeile sanft hervorgehoben: der „Punkt“ am Satzende als ruhiger Akzent */
.wbh-home-2026 .wbh-home-hero__line.is-accent{
  color:var(--wbh-green);
}
.wbh-home-2026 .wbh-home-hero__intro{font-size:clamp(15px,1.15vw,17.5px);max-width:42ch;}
.wbh-home-2026 .wbh-home-hero__btn.is-primary{
  box-shadow:0 14px 30px rgba(0,122,61,.22);
}

/* ---- Sequenzielle Intro: CSS-only, kein FOUC (animation … both startet
   verborgen schon vor dem ersten Paint), bei reduced-motion komplett aus. ---- */
@media (prefers-reduced-motion:no-preference){
  @keyframes wbh-hero-rise{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:none;}}
  @keyframes wbh-hero-media{from{opacity:0;transform:translateY(20px) scale(.985);}to{opacity:1;transform:none;}}
  .wbh-home-2026 .wbh-home-hero__eyebrow,
  .wbh-home-2026 .wbh-home-hero__title .wbh-home-hero__line,
  .wbh-home-2026 .wbh-home-hero__intro,
  .wbh-home-2026 .wbh-home-hero__actions{
    animation:wbh-hero-rise .72s cubic-bezier(.2,.6,.2,1) both;
  }
  .wbh-home-2026 .wbh-home-hero__eyebrow{animation-delay:.06s;}
  .wbh-home-2026 .wbh-home-hero__title .wbh-home-hero__line:nth-child(1){animation-delay:.16s;}
  .wbh-home-2026 .wbh-home-hero__title .wbh-home-hero__line:nth-child(2){animation-delay:.25s;}
  .wbh-home-2026 .wbh-home-hero__title .wbh-home-hero__line:nth-child(3){animation-delay:.34s;}
  .wbh-home-2026 .wbh-home-hero__intro{animation-delay:.50s;}
  .wbh-home-2026 .wbh-home-hero__actions{animation-delay:.62s;}
  .wbh-home-2026 .wbh-home-hero__media{
    animation:wbh-hero-media .9s cubic-bezier(.2,.6,.2,1) both;
    animation-delay:.30s;
  }
}

/* ============================================================================
   SIGNATURE: „Kunst im Raum erleben“ — digitaler Ausstellungsraum
   ========================================================================= */
.wbh-home-2026 .wbh-gallery-signature{
  margin:0 0 var(--wbh-section-gap);
  padding:clamp(26px,3.4vw,52px);
  border-radius:var(--wbh-radius-lg);
  background:
    radial-gradient(120% 120% at 85% 0%,rgba(0,122,61,.05),transparent 46%),
    linear-gradient(180deg,#fcfdfc,#f5f7f4);
  border:1px solid var(--wbh-line);
}
.wbh-home-2026 .wbh-gallery-signature__inner{
  display:grid;
  grid-template-columns:minmax(0,0.92fr) minmax(0,1.08fr);
  align-items:center;
  gap:clamp(24px,3.4vw,56px);
  max-width:var(--wbh-max);margin-inline:auto;
}
.wbh-home-2026 .wbh-gallery-signature__intro{max-width:46ch;}
.wbh-home-2026 .wbh-gallery-signature__eyebrow{
  margin:0 0 12px;color:var(--wbh-green);
  font-size:clamp(11px,.9vw,12.5px);font-weight:760;
  letter-spacing:.16em;line-height:1.3;text-transform:uppercase;
}
.wbh-home-2026 .wbh-gallery-signature__title{
  margin:0;font-size:clamp(28px,3.2vw,46px);line-height:1.02;
  letter-spacing:-.04em;font-weight:790;color:var(--wbh-ink);text-wrap:balance;
}
.wbh-home-2026 .wbh-gallery-signature__description{
  margin:14px 0 0;color:#475467;
  font-size:clamp(14.5px,1.1vw,16.5px);line-height:1.6;max-width:42ch;
}
.wbh-home-2026 .wbh-gallery-signature__action{margin-top:clamp(20px,2.2vw,28px);}
.wbh-home-2026 .wbh-gallery-signature__scenes{
  display:flex;flex-wrap:wrap;gap:8px 10px;
  margin:clamp(20px,2vw,26px) 0 0;padding:0;list-style:none;
}
.wbh-home-2026 .wbh-gallery-signature__scenes li{
  padding:6px 13px;border-radius:999px;
  border:1px solid var(--wbh-border);background:rgba(255,255,255,.7);
  color:var(--wbh-muted);font-size:12.5px;font-weight:680;letter-spacing:.01em;
  transition:color .5s ease,border-color .5s ease,background .5s ease;
}

/* ---- Stage: stabile Höhe (kein CLS), Perspektive, weicher Aussenschatten ---- */
.wbh-home-2026 .wbh-gallery-signature__stage{
  position:relative;
  border-radius:calc(var(--wbh-radius-lg) - 6px);
  overflow:hidden;
  aspect-ratio:16/11;
  box-shadow:0 34px 80px rgba(15,23,42,.16),0 6px 18px rgba(15,23,42,.08);
  perspective:1100px;
  --wbh-rx:0;--wbh-ry:0;
  background:#eef1ee;
}
.wbh-home-2026 .wbh-gallery-signature__room{
  position:absolute;inset:0;
  transform-style:preserve-3d;
}
/* Ebenen */
.wbh-home-2026 .wbh-gallery-signature__wall,
.wbh-home-2026 .wbh-gallery-signature__light,
.wbh-home-2026 .wbh-gallery-signature__floor,
.wbh-home-2026 .wbh-gallery-signature__frame,
.wbh-home-2026 .wbh-gallery-signature__cast{
  position:absolute;
  transition:transform .5s cubic-bezier(.2,.6,.2,1),background .9s ease;
}
/* Wand (Galerie-Grundton, sanfter Verlauf) — bewegt sich am wenigsten */
.wbh-home-2026 .wbh-gallery-signature__wall{
  inset:0;
  background:linear-gradient(180deg,#f7f8f7 0%,#ecefeb 72%,#e7eae6 100%);
  transform:translate3d(calc(var(--wbh-rx) * -5px),calc(var(--wbh-ry) * -4px),0) scale(1.06);
}
/* Lichtkegel von oben — statische Lichtquelle (bewegt nicht). Ohne blend-mode:
   weiß-zu-transparenter Verlauf liegt normal über der Wand, kein teurer Pass. */
.wbh-home-2026 .wbh-gallery-signature__light{
  inset:0;
  background:radial-gradient(72% 54% at 50% -8%,rgba(255,255,255,.72),rgba(255,255,255,0) 62%);
}
/* Boden — eigene Ebene, perspektivisch, bewegt am stärksten */
.wbh-home-2026 .wbh-gallery-signature__floor{
  left:-6%;right:-6%;bottom:-2%;height:34%;
  background:linear-gradient(180deg,#dfe3de 0%,#c8cec6 100%);
  border-top:1px solid rgba(255,255,255,.5);
  transform:translate3d(calc(var(--wbh-rx) * -12px),calc(var(--wbh-ry) * 5px),0);
  box-shadow:0 -10px 26px rgba(15,23,42,.06) inset;
}
/* Gerahmtes Werk mit Passepartout — mittlere Tiefe */
.wbh-home-2026 .wbh-gallery-signature__frame{
  margin:0;
  left:50%;top:44%;
  width:min(49%,244px);
  transform:translate3d(calc(-50% + var(--wbh-rx) * 10px),calc(-50% + var(--wbh-ry) * -7px),0);
  display:block;
}
.wbh-home-2026 .wbh-gallery-signature__mat{
  display:block;padding:clamp(10px,1.8vw,18px);
  background:#fcfcfa;
  border:1px solid rgba(15,23,42,.10);
  border-radius:3px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.9) inset,
    0 22px 40px rgba(15,23,42,.26);
}
.wbh-home-2026 .wbh-gallery-signature__img{
  display:block;width:100%;height:auto;
  aspect-ratio:4/5;object-fit:cover;
  background:#eceee9;border-radius:1px;
}
.wbh-home-2026 .wbh-gallery-signature__img--placeholder{
  background:
    radial-gradient(circle at 32% 28%,rgba(0,122,61,.22),transparent 42%),
    radial-gradient(circle at 72% 74%,rgba(216,107,29,.18),transparent 40%),
    linear-gradient(135deg,#eef2ed,#fff);
}
/* Saalschild (Gravur-Anmutung) */
.wbh-home-2026 .wbh-gallery-signature__plate{
  margin-top:10px;display:flex;flex-direction:column;gap:1px;text-align:center;
}
.wbh-home-2026 .wbh-gallery-signature__plate-name{
  font-size:10.5px;font-weight:720;letter-spacing:.13em;text-transform:uppercase;
  color:#3a4a40;
}
.wbh-home-2026 .wbh-gallery-signature__plate-meta{
  font-size:9.5px;letter-spacing:.06em;color:#8a948c;
}
/* weicher Bodenschatten unter dem Rahmen — der Verlauf ist bereits weich,
   kein filter:blur nötig (das wäre ein teurer eigener Paint-Layer). */
.wbh-home-2026 .wbh-gallery-signature__cast{
  left:50%;bottom:13%;width:min(40%,190px);height:24px;
  background:radial-gradient(closest-side,rgba(15,23,42,.30),rgba(15,23,42,0) 80%);
  transform:translate3d(calc(-50% + var(--wbh-rx) * 10px),0,0);
}

/* ---- Szenen-Anmutung: data-wbh-room-scene tönt Wand + Boden ---- */
.wbh-home-2026 .wbh-gallery-signature__room[data-wbh-room-scene="wohnraum"] .wbh-gallery-signature__wall{
  background:linear-gradient(180deg,#f5efe4 0%,#ece1cf 74%,#e6d9c4 100%);
}
.wbh-home-2026 .wbh-gallery-signature__room[data-wbh-room-scene="wohnraum"] .wbh-gallery-signature__floor{
  background:linear-gradient(180deg,#d8bd95 0%,#c6a878 100%);
}
.wbh-home-2026 .wbh-gallery-signature__room[data-wbh-room-scene="studio"] .wbh-gallery-signature__wall{
  background:linear-gradient(180deg,#eef1f4 0%,#dde3e9 74%,#d6dde3 100%);
}
.wbh-home-2026 .wbh-gallery-signature__room[data-wbh-room-scene="studio"] .wbh-gallery-signature__floor{
  background:linear-gradient(180deg,#aeb6bf 0%,#969ea8 100%);
}

/* aktive Szene im Chip hervorheben (vom JS gesetzt) */
.wbh-home-2026 .wbh-gallery-signature.is-scene-galerie .wbh-gallery-signature__scenes li:nth-child(1),
.wbh-home-2026 .wbh-gallery-signature.is-scene-wohnraum .wbh-gallery-signature__scenes li:nth-child(2),
.wbh-home-2026 .wbh-gallery-signature.is-scene-studio .wbh-gallery-signature__scenes li:nth-child(3){
  color:var(--wbh-green);
  border-color:color-mix(in srgb,var(--wbh-green) 40%,var(--wbh-border));
  background:rgba(255,255,255,.95);
}

/* ---- Responsive ---- */
@media (max-width:900px){
  .wbh-home-2026 .wbh-gallery-signature__inner{grid-template-columns:1fr;gap:clamp(22px,5vw,32px);}
  .wbh-home-2026 .wbh-gallery-signature__intro{max-width:none;order:1;}
  .wbh-home-2026 .wbh-gallery-signature__stage{order:2;aspect-ratio:16/10;}
  .wbh-home-2026 .wbh-gallery-signature__action .wbg-gallery-launcher,
  .wbh-home-2026 .wbh-gallery-signature__action .wbg-btn{width:100%;justify-content:center;}
}
@media (max-width:640px){
  .wbh-home-2026 .wbh-gallery-signature{padding:20px 16px;border-radius:24px;}
  .wbh-home-2026 .wbh-gallery-signature__stage{aspect-ratio:4/3;}
  .wbh-home-2026 .wbh-gallery-signature__frame{width:min(58%,210px);}
}

/* ---- reduced-motion: Raum steht still (keine Parallax-Transitions) ---- */
@media (prefers-reduced-motion:reduce){
  .wbh-home-2026 .wbh-gallery-signature__wall,
  .wbh-home-2026 .wbh-gallery-signature__floor,
  .wbh-home-2026 .wbh-gallery-signature__frame,
  .wbh-home-2026 .wbh-gallery-signature__cast{transition:none;}
}
