/* ═══════════════════════════════════════════
   TOKENS — Journal-Seite
═══════════════════════════════════════════ */
.bsb-article {
  --cream:       #FAF7F2;
  --beige:       #F0EAE0;
  --beige-mid:   #E2D9CC;
  --beige-rose:  #F5EEE9;
  --sand:        #C8B99A;
  --brown:       #5C4A38;
  --brown-dark:  #3A2E22;
  --gold:        #A8894A;
  --gold-light:  #C9A96E;
  --muted:       #8A7A6A;
  --text:        #3A2E22;
  --rule:        rgba(168,137,74,0.28);

  --ff-serif:    'Cormorant Garamond', Georgia, serif;
  --ff-sans:     'Jost', sans-serif;

  --col:         680px;
  --wide:        920px;
  --pad-v:       5.5rem;
  --pad-v-sm:    3rem;
}

.bsb-article *,
.bsb-article *::before,
.bsb-article *::after {
  box-sizing: border-box; margin: 0; padding: 0;
}

/* ─────────────────────────────────────────
   LAYOUT
───────────────────────────────────────── */
.bsb-article .col {
  width: 100%;
  max-width: var(--col);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bsb-article .wide {
  width: 100%;
  max-width: var(--wide);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* ─────────────────────────────────────────
   TYPOGRAFIE
───────────────────────────────────────── */
.bsb-article .a-eye {
  display: block;
  font-family: var(--ff-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.bsb-article .a-rule {
  display: block;
  width: 36px;
  height: 1px;
  background: var(--gold);
}

.bsb-article h2 {
  font-family: var(--ff-serif);
  font-size: clamp(1.65rem, 2.8vw, 2.2rem);
  font-weight: 300;
  line-height: 1.2;
  color: var(--brown-dark);
  margin-bottom: 1.25rem;
  margin-top: 0;
}

.bsb-article p {
  font-family: var(--ff-serif);
  font-size: clamp(1.05rem, 1.6vw, 1.15rem);
  line-height: 1.95;
  color: var(--text);
  margin-bottom: 1.5rem;
  max-width: none;
}
.bsb-article p:last-child { margin-bottom: 0; }

.bsb-article p.mu {
  color: var(--muted);
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  line-height: 1.85;
}

/* ─────────────────────────────────────────
   ① HERO
───────────────────────────────────────── */
.bsb-article-hero {
  position: relative;
  height: 72vh;
  min-height: 480px;
  max-height: 680px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-top: none;
  padding: 0;
}

.bsb-article-hero__img {
  position: absolute; inset: 0; z-index: 0;
}
.bsb-article-hero__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: sepia(6%) saturate(88%);
  display: block;
}
.bsb-article-hero__img::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(22,14,6,0.82) 0%,
    rgba(22,14,6,0.48) 35%,
    rgba(22,14,6,0.10) 62%,
    transparent 100%
  );
}
.bsb-article-hero__img::before {
  content: '';
  position: absolute;
  left: 0; top: 15%;
  width: 2px; height: 42%;
  background: linear-gradient(to bottom, transparent, rgba(201,169,110,0.5), transparent);
  z-index: 1;
}

.bsb-article-hero__text {
  position: relative; z-index: 2;
  width: 100%; max-width: var(--wide);
  margin: 0 auto;
  padding: 0 2rem 4.5rem max(2rem, calc((100vw - var(--wide)) / 2 + 2rem));
}

.bsb-article-hero__meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.bsb-article-hero__cat {
  font-family: var(--ff-sans);
  font-size: 0.58rem; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: #fff;
  background: rgba(168,137,74,0.45);
  border: 1px solid rgba(201,169,110,0.75);
  padding: 0.3rem 0.75rem;
  text-shadow: none;
}

.bsb-article-hero__date {
  font-family: var(--ff-sans);
  font-size: 0.6rem; font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 1px 8px rgba(10,5,0,0.6);
}

.bsb-article-hero h1 {
  font-family: var(--ff-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  max-width: 18ch;
  margin-bottom: 1rem;
  text-shadow: 0 2px 28px rgba(0,0,0,0.5), 0 4px 48px rgba(0,0,0,0.3);
}

.bsb-article-hero__sub {
  font-family: var(--ff-serif);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  font-style: italic; font-weight: 300;
  color: var(--gold-light);
  display: block;
  line-height: 1.5; max-width: 52ch;
  text-shadow: 0 1px 16px rgba(0,0,0,0.5), 0 2px 28px rgba(0,0,0,0.3);
}

/* ─────────────────────────────────────────
   ② INTRO
───────────────────────────────────────── */
.bsb-article-intro {
  background: var(--cream);
  padding: var(--pad-v) 0;
}

.bsb-article-intro__opening {
  font-family: var(--ff-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  font-style: italic; font-weight: 300;
  color: var(--brown-dark);
  line-height: 1.65;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--rule);
}

/* ─────────────────────────────────────────
   ③ CONTENT-SECTIONS
───────────────────────────────────────── */
.bsb-article-section {
  background: var(--cream);
  padding: 0 0 var(--pad-v);
}

.bsb-article-section--alt {
  background: var(--beige);
  padding: var(--pad-v) 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.bsb-article-quote {
  margin: var(--pad-v) 0;
  padding: 0;
}

.bsb-article-quote__inner {
  border-left: 2px solid var(--gold);
  padding: 1.5rem 0 1.5rem 2.5rem;
}

.bsb-article-quote__text {
  font-family: var(--ff-serif);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-style: italic; font-weight: 300;
  color: var(--brown-dark);
  line-height: 1.55;
  margin: 0;
  max-width: none;
}

.bsb-article-quote__source {
  font-family: var(--ff-sans);
  font-size: 0.65rem; font-weight: 300;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted); display: block;
  margin-top: 1rem;
}

.bsb-article-img {
  width: 100%;
  margin: var(--pad-v) auto;
  max-width: var(--wide);
  padding: 0 2rem;
}

.bsb-article-img img {
  width: 100%; display: block;
  filter: sepia(6%) saturate(88%);
  aspect-ratio: 16/9;
  object-fit: cover;
}

.bsb-article-img figcaption {
  font-family: var(--ff-sans);
  font-size: 0.68rem; font-weight: 300;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-top: 0.75rem;
  text-align: right;
  font-style: italic;
}

.bsb-article-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5px;
  background: var(--beige-mid);
  border: 1.5px solid var(--beige-mid);
  margin: 3rem 0;
}

.bsb-article-point {
  background: var(--cream);
  padding: 2rem 1.75rem;
  transition: background 0.25s;
}
.bsb-article-point:hover { background: #fff; }

.bsb-article-point__num {
  font-family: var(--ff-serif);
  font-size: 1.8rem; font-weight: 300;
  color: var(--beige-mid); line-height: 1;
  display: block; margin-bottom: 0.6rem;
}

.bsb-article-point__title {
  font-family: var(--ff-serif);
  font-size: 1rem; font-weight: 300;
  color: var(--brown-dark);
  display: block; margin-bottom: 0.4rem;
}

.bsb-article-point__body {
  font-family: var(--ff-sans);
  font-size: 0.8rem; color: var(--muted);
  line-height: 1.65; margin: 0;
}

.bsb-article-signals {
  list-style: none;
  border-top: 1px solid var(--rule);
  margin: 2rem 0;
}

.bsb-article-signal {
  display: flex;
  align-items: baseline; gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--rule);
  font-family: var(--ff-serif);
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.65; color: var(--text);
}
.bsb-article-signal::before {
  content: '—';
  color: var(--gold); font-size: 0.7rem;
  flex-shrink: 0;
}

/* ─────────────────────────────────────────
   ④ BEHANDLUNGS-BRÜCKE
───────────────────────────────────────── */
.bsb-article-bridge {
  background: var(--beige-rose);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: var(--pad-v) 0;
}

.bsb-article-bridge__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.bsb-article-bridge__text p { max-width: 50ch; }

.bsb-article-bridge__link {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: 0.65rem; font-weight: 400;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brown-dark);
  text-decoration: none;
  position: relative; padding-bottom: 0.3rem;
  margin-top: 1.75rem;
  transition: color 0.35s;
}
.bsb-article-bridge__link::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 1px;
  background: var(--gold);
  transition: width 0.45s cubic-bezier(0.4,0,0.2,1);
}
.bsb-article-bridge__link:hover { color: var(--gold); }
.bsb-article-bridge__link:hover::after { width: 100%; }

.bsb-article-bridge__treatments {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}

.bsb-article-bridge__treatment {
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--rule);
}

.bsb-article-bridge__treatment-name {
  font-family: var(--ff-serif);
  font-size: 1rem; font-weight: 300;
  color: var(--brown-dark); display: block;
  margin-bottom: 0.25rem;
}

.bsb-article-bridge__treatment-desc {
  font-family: var(--ff-sans);
  font-size: 0.76rem; color: var(--muted);
  line-height: 1.6; margin: 0;
}

/* ─────────────────────────────────────────
   ⑤ ABSCHLUSS
───────────────────────────────────────── */
.bsb-article-closing {
  background: var(--cream);
  padding: var(--pad-v) 0;
}

/* ─────────────────────────────────────────
   ⑥ JOURNAL CTA
───────────────────────────────────────── */
.bsb-article-cta {
  background: var(--brown-dark);
  padding: var(--pad-v) 0;
  text-align: center;
  position: relative; overflow: hidden;
}
.bsb-article-cta::before {
  content: '';
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(168,137,74,0.1);
  pointer-events: none;
}

.bsb-article-cta__inner {
  position: relative; z-index: 1;
  max-width: 600px; margin: 0 auto;
  padding: 0 2rem;
}

.bsb-article-cta__headline {
  font-family: var(--ff-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300; color: var(--cream);
  line-height: 1.25; margin-bottom: 0.5rem;
}

.bsb-article-cta__sub {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  color: var(--gold-light);
  display: block; margin-bottom: 1.5rem;
}

.bsb-article-cta__body {
  font-family: var(--ff-serif);
  font-size: 0.92rem; color: rgba(216,207,191,0.85);
  line-height: 1.9; max-width: 46ch;
  margin: 0 auto 2.5rem;
}

.bsb-article-cta__btn {
  display: inline-block;
  font-family: var(--ff-sans);
  font-size: 0.65rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  padding: 0.9rem 2.5rem; min-height: 44px;
  border: 1px solid var(--cream);
  color: var(--cream); background: transparent;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.bsb-article-cta__btn:hover {
  background: var(--cream);
  color: var(--brown-dark);
}

/* ─────────────────────────────────────────
   RELATED ARTIKEL
───────────────────────────────────────── */
.bsb-article-related {
  background: var(--beige);
  padding: var(--pad-v) 0;
  border-top: 1px solid var(--rule);
}

.bsb-article-related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-top: 2.5rem;
}

.bsb-article-related__card {
  display: flex; flex-direction: column;
  text-decoration: none;
  color: var(--text);
  transition: opacity 0.3s;
}
.bsb-article-related__card:hover { opacity: 0.85; }

.bsb-article-related__card-img {
  aspect-ratio: 3/2; overflow: hidden;
  margin-bottom: 1rem;
}
.bsb-article-related__card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: sepia(6%) saturate(88%);
  transition: transform 0.6s ease;
  display: block;
}
.bsb-article-related__card:hover .bsb-article-related__card-img img {
  transform: scale(1.03);
}

.bsb-article-related__card-cat {
  font-family: var(--ff-sans);
  font-size: 0.58rem; font-weight: 500;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 0.4rem;
  display: block;
}

.bsb-article-related__card-title {
  font-family: var(--ff-serif);
  font-size: 1rem; font-weight: 300;
  color: var(--brown-dark);
  line-height: 1.3;
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 900px) {
  .bsb-article-hero__text { padding: 0 1.5rem 3.5rem 1.5rem; }
  .bsb-article-bridge__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .bsb-article-related__grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .bsb-article-points { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .bsb-article { --pad-v: var(--pad-v-sm); }

  .bsb-article .col,
  .bsb-article .wide { padding-left: 1.5rem; padding-right: 1.5rem; }

  .bsb-article-hero { height: 65vh; }
  .bsb-article-hero h1 { font-size: 2.1rem; }
  .bsb-article-quote__text { font-size: 1.2rem; }
  .bsb-article-related__grid { grid-template-columns: 1fr; }
  .bsb-article p { font-size: 1.02rem; }
}

/* ─────────────────────────────────────────
   CONTEXTUAL RULES (replacing inline styles)
───────────────────────────────────────── */
.bsb-article-wide-intro {
  margin-top: 3rem;
  margin-bottom: 0;
}

.bsb-article-col-offset {
  margin-top: 3rem;
}

.bsb-article-col-padtop {
  padding-top: var(--pad-v);
}

.bsb-article-col-reset {
  margin-top: 0;
  padding-top: 0;
}

.a-rule--mb {
  margin-bottom: 2rem;
}

.bsb-article-cta .a-rule {
  margin: 0 auto 2rem;
  background: rgba(201,169,110,0.4);
}

.bsb-article-related__heading {
  font-family: var(--ff-serif);
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 300;
  color: var(--brown-dark);
  margin-bottom: 0;
}

/* ─────────────────────────────────────────
   SECTION BREAK (drei Punkte)
───────────────────────────────────────── */
.bsb-article-break {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 3rem 0;
  background: var(--cream);
}
.bsb-article-break span {
  display: block;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--sand);
}

/* ─────────────────────────────────────────
   READING PROGRESS BAR
───────────────────────────────────────── */
.bsb-article-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  background: var(--gold);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
  pointer-events: none;
}

/* ─────────────────────────────────────────
   AUTHOR BLOCK
───────────────────────────────────────── */
.bsb-article-author {
  background: var(--cream);
  padding-top: 2.5rem;
  padding-bottom: var(--pad-v);
  border-top: 1px solid var(--rule);
  margin-top: 3rem;
}
.bsb-article-author__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.bsb-article-author__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--beige);
  flex-shrink: 0;
  display: flex;
  align-items: center; justify-content: center;
  font-family: var(--ff-serif);
  font-style: italic; font-size: 1rem;
  color: var(--muted);
  border: 1px solid var(--rule);
}
.bsb-article-author__name {
  font-family: var(--ff-serif);
  font-size: 0.95rem; font-weight: 400;
  color: var(--text);
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 0.2rem;
}
.bsb-article-author__studio {
  font-family: var(--ff-sans);
  font-size: 0.62rem; font-weight: 300;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--muted);
  display: block;
}

/* ─────────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────────── */
/* ─────────────────────────────────────────
   BILD — Kompakt-Variante (Querformat)
───────────────────────────────────────── */
.bsb-article-img--compact {
  max-width: 680px;
}
.bsb-article .bsb-article-img--compact img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center center;
}

/* ─────────────────────────────────────────
   SCROLL REVEAL
───────────────────────────────────────── */
.bsb-article [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.bsb-article [data-reveal].bsb-revealed {
  opacity: 1;
  transform: none;
}
