/*
 Theme Name: Bilinbo Divi Child
 Theme URI: https://www.bilinbo.com/divi/
 Description: Divi Child Theme for Bilinbo UG
 Author: Andreas Hildebrandt UG
 Author URI: https://www.andreas-hildebrandt.com
 Template: Divi
 Version: 1.0.1

 ARCHITEKTUR
 ============================================================
 1. Google Fonts Import
 2. Design Tokens (:root)
 3. Dark Mode Tokens
 4. Basis-Elemente (body, h1-h6, p, a, em)
 5. Divi Global Overrides (bg, sections, rows)
 6. Typografie-Hilfsklassen (.fs-*)
 7. Buttons (.cta-booking, .cta-info)
 8. Formulare (CF7)
 9. Komponenten (.bh-*)
10. Sonstiges
11. Reduced Motion
============================================================ */


/* ============================================================
   1. GOOGLE FONTS
   ============================================================ */
@import url('//www.bilinbo.com/wp-content/uploads/omgf/local-stylesheet-import-176/local-stylesheet-import-176.css');


/* ============================================================
   2. DESIGN TOKENS – LIGHT MODE
   ============================================================ */
:root {
  /* Neutral */
  --ink:          #0f1923;
  --ink-mid:      #2d3f50;
  --text:         #4a5568;
  --text-muted:   #5f6e7d;
  --border:       #dde3ea;
  --bg-alt:       #f4f6f8;
  --bg:           #ffffff;
  --white:        #ffffff;

  /* Akzent */
  --accent:       #1a6b5a;
  --accent-mid:   #145248;
  --accent-light: #eaf3f0;
  --gold:         #8e6a1e;
  --gold-deco:    #c4922a;
  --gold-light:   #fdf4e7;
  --gold-safe:    #7d5d1b;

  /* Schatten */
  --shadow-sm: rgba(15,25,35,0.08) 0px 1px 3px, rgba(15,25,35,0.12) 0px 1px 2px;
  --shadow-md: rgba(15,25,35,0.10) 0px 4px 12px, rgba(15,25,35,0.08) 0px 2px 4px;
  --shadow-lg: rgba(15,25,35,0.12) 0px 12px 32px, rgba(15,25,35,0.08) 0px 4px 8px;

  /* Schriften */
  --font-display: swap;
  --font-body:    "Inter", sans-serif;

  /* Type Scale */
  --h1-size: clamp(2.5rem, calc(2rem + 2vw), 3.8rem);
  --h1-weight: 700; --h1-line-height: 1.1; --h1-letter-spacing: -0.02em;

  --h2-size: clamp(1.875rem, calc(1.6rem + 1.4vw), 2.75rem);
  --h2-weight: 600; --h2-line-height: 1.2; --h2-letter-spacing: -0.015em;

  --h3-size: clamp(1.5rem, calc(1.3rem + 1vw), 2.1rem);
  --h3-weight: 600; --h3-line-height: 1.3; --h3-letter-spacing: -0.01em;

  --h4-size: clamp(1.25rem, calc(1.1rem + 0.75vw), 1.7rem);
  --h4-weight: 500; --h4-line-height: 1.4; --h4-letter-spacing: -0.005em;

  --h5-size: clamp(1.1rem, calc(1rem + 0.5vw), 1.4rem);
  --h5-weight: 500; --h5-line-height: 1.5; --h5-letter-spacing: 0em;

  --h6-size: clamp(1rem, calc(0.95rem + 0.25vw), 1.2rem);
  --h6-weight: 500; --h6-line-height: 1.5; --h6-letter-spacing: 0em;

  --body-xl-size: clamp(1.05rem, calc(1rem + 0.25vw), 1.15rem);
  --body-size:    clamp(0.9rem, calc(0.875rem + 0.2vw), 1rem);
  --body-sm-size: clamp(0.8rem, calc(0.78rem + 0.1vw), 0.875rem);
  --caption-size: clamp(0.65rem, calc(0.63rem + 0.1vw), 0.72rem);
  --overline-size: clamp(0.65rem, calc(0.63rem + 0.1vw), 0.72rem);

  /* Layout & Animation */
  --transition:  0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --max-w:       1100px;
  --radius:      2px;

  /* Font-Family Aliases (Kompatibilität mit Framework) */
  --header-font-family: var(--font-display);
  --body-font-family:   var(--font-body);
}

@property --bg-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #1a6b5a;
}


/* ============================================================
   3. DARK MODE TOKENS
   Alle Komponenten erben automatisch – kein manuelles
   Setzen von bg-Farben in Divi Sections nötig.
   ============================================================ */
@media (prefers-color-scheme: dark) {
  :root {
    --ink:          #f0f4f8;
    --ink-mid:      #cbd5e0;
    --text:         #a0aec0;
    --text-muted:   #8896a4;
    --border:       #2d3748;
    --bg-alt:       #1a202c;
    --bg:           #0f1923;
    --accent:       #2aa98c;
    --accent-mid:   #1a6b5a;
    --accent-light: #0d2b23;
    --gold:         #d4a843;
    --gold-deco:    #d4a843;
    --gold-light:   #2d2008;
    --gold-safe:    #c4922a;
  }
}


/* ============================================================
   4. BASIS-ELEMENTE
   h1–h6: Schrift + Größe + Farbe in einer Stelle.
   Kein bh-h1/bh-h2 mehr nötig – direkte Tags funktionieren.
   ============================================================ */
body {
  background-color: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
}

/* Headlines: Schriftart + Farbe (Divi override mit !important) */
body h1, body .et_pb_module h1,
body h2, body .et_pb_module h2,
body h3, body .et_pb_module h3,
body h4, body .et_pb_module h4,
body h5, body .et_pb_module h5,
body h6, body .et_pb_module h6 {
  font-family: var(--font-display);
  color: var(--ink) !important;
}

/* em in Headlines = kursiv, Akzentgrün */
body h1 em, body .et_pb_module h1 em,
body h2 em, body .et_pb_module h2 em,
body h3 em, body .et_pb_module h3 em,
body h4 em, body .et_pb_module h4 em {
  font-style: italic;
  font-weight: 300;
  color: var(--accent);
}

/* Type Scale */
body h1, body .et_pb_module h1 { font-size: var(--h1-size); font-weight: var(--h1-weight); line-height: var(--h1-line-height); letter-spacing: var(--h1-letter-spacing); }
body h2, body .et_pb_module h2 { font-size: var(--h2-size); font-weight: var(--h2-weight); line-height: var(--h2-line-height); letter-spacing: var(--h2-letter-spacing); }
body h3, body .et_pb_module h3 { font-size: var(--h3-size); font-weight: var(--h3-weight); line-height: var(--h3-line-height); letter-spacing: var(--h3-letter-spacing); }
body h4, body .et_pb_module h4 { font-size: var(--h4-size); font-weight: var(--h4-weight); line-height: var(--h4-line-height); letter-spacing: var(--h4-letter-spacing); }
body h5, body .et_pb_module h5 { font-size: var(--h5-size); font-weight: var(--h5-weight); line-height: var(--h5-line-height); letter-spacing: var(--h5-letter-spacing); }
body h6, body .et_pb_module h6 { font-size: var(--h6-size); font-weight: var(--h6-weight); line-height: var(--h6-line-height); letter-spacing: var(--h6-letter-spacing); }

/* Fließtext */
body p, body .et_pb_module p,
body .et_pb_text, body .et_pb_blurb_description {
  color: var(--text) !important;
  font-family: var(--font-body);
  font-size: var(--body-size);
  line-height: 1.7;
}

/* Links */
body a, body .et_pb_text a, body .et_pb_module a {
  color: var(--accent);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-position: under;
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
body a:hover, body .et_pb_text a:hover, body .et_pb_module a:hover {
  color: var(--accent-mid);
  text-decoration-color: var(--accent);
}


/* ============================================================
   5. DIVI GLOBAL OVERRIDES
   Problem: Divi setzt auf Rows, Columns und Modulen
   background-color: #ffffff als inline style – dadurch
   ist alles weiß und Section-Hintergründe scheinen nicht
   durch. Lösung: Rows/Columns/Module auf transparent setzen.
   Sections behalten ihre Divi-Einstellung.
   ============================================================ */

/* Rows, Columns, Module: transparent damit die
   Section-Hintergrundfarbe durchscheint */
body .et_pb_row,
body .et_pb_row_inner,
body .et_pb_column,
body .et_pb_column_inner,
body .et_pb_module {
  background-color: transparent !important;
}

/* Dark Mode: explizit weiße Sections auf --bg umschalten */
@media (prefers-color-scheme: dark) {
  body .et_pb_section[style*="background-color: #ffffff"],
  body .et_pb_section[style*="background-color: #fff"],
  body .et_pb_section[style*="background-color:rgb(255, 255, 255)"],
  body .et_pb_section[style*="background-color: rgb(255, 255, 255)"] {
    background-color: var(--bg) !important;
  }
}

/* ============================================================
   HINTERGRUND-HILFSKLASSEN – bh-bg-*
   Im Divi "CSS-Klasse" Feld verwendbar auf Section oder Row.
   Dark-Mode-fähig durch Token-System.
   ============================================================ */

/* Basis */
body .bh-bg-default { background-color: var(--bg) !important; }
body .bh-bg-alt     { background-color: var(--bg-alt) !important; }

/* Gedämpft – für Highlights, Karten-Hintergründe */
body .bh-bg-accent  { background-color: var(--accent-light) !important; }
body .bh-bg-gold    { background-color: var(--gold-light) !important; }

/* Voll – für Hero-Sections, CTAs */
body .bh-bg-accent-solid { background-color: var(--accent) !important; }
body .bh-bg-gold-solid   { background-color: var(--gold-deco) !important; }
body .bh-bg-ink          { background-color: var(--ink) !important; }

/* Textfarbe auf dunklen Hintergründen automatisch anpassen */
body .bh-bg-accent-solid h1, body .bh-bg-accent-solid h2,
body .bh-bg-accent-solid h3, body .bh-bg-accent-solid h4,
body .bh-bg-accent-solid p  { color: var(--white) !important; }

body .bh-bg-gold-solid h1, body .bh-bg-gold-solid h2,
body .bh-bg-gold-solid h3, body .bh-bg-gold-solid h4,
body .bh-bg-gold-solid p   { color: var(--white) !important; }

body .bh-bg-ink h1, body .bh-bg-ink h2,
body .bh-bg-ink h3, body .bh-bg-ink h4,
body .bh-bg-ink p          { color: var(--bg) !important; }


/* ============================================================
   6. TYPOGRAFIE-HILFSKLASSEN
   Im Divi "CSS-Klasse" Feld verwendbar.
   ============================================================ */
.fs-h1 { font-size: var(--h1-size) !important; font-weight: var(--h1-weight) !important; line-height: var(--h1-line-height) !important; letter-spacing: var(--h1-letter-spacing) !important; font-family: var(--font-display) !important; }
.fs-h2 { font-size: var(--h2-size) !important; font-weight: var(--h2-weight) !important; line-height: var(--h2-line-height) !important; letter-spacing: var(--h2-letter-spacing) !important; font-family: var(--font-display) !important; }
.fs-h3 { font-size: var(--h3-size) !important; font-weight: var(--h3-weight) !important; line-height: var(--h3-line-height) !important; letter-spacing: var(--h3-letter-spacing) !important; font-family: var(--font-display) !important; }
.fs-body-xl { font-size: var(--body-xl-size) !important; line-height: 1.75 !important; }
.fs-body    { font-size: var(--body-size) !important;    line-height: 1.7 !important; }
.fs-body-sm { font-size: var(--body-sm-size) !important; line-height: 1.65 !important; }
.fs-caption { font-size: var(--caption-size) !important; line-height: 1.6 !important; }
.fs-overline { font-size: var(--overline-size) !important; font-weight: 500 !important; letter-spacing: 0.12em !important; text-transform: uppercase !important; }
.fs-white  { color: var(--white) !important; }
.fs-accent { color: var(--accent) !important; }
.fs-gold   { color: var(--gold) !important; }
.fs-muted  { color: var(--text-muted) !important; }


/* ============================================================
   7. BUTTONS
   ============================================================ */
body .et_pb_button.cta-booking,
body .et_pb_button.cta-info,
body .cta-booking,
body .cta-info,
body .wpcf7-submit {
  align-items: center;
  border-radius: 100px 8px 100px 8px !important;
  box-shadow: var(--shadow-sm);
  color: var(--white) !important;
  display: inline-flex;
  font-family: var(--font-body) !important;
  font-size: var(--body-sm-size) !important;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  height: clamp(40px, 5vh, 56px);
  justify-content: center;
  min-width: min(200px, 40vw);
  max-width: 320px;
  padding: 0 1.75rem !important;
  text-decoration: none;
  transition: background-color 0.25s ease, border-radius 0.3s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
body .et_pb_button.cta-booking, body .cta-booking, body .wpcf7-submit {
  background-color: var(--ink) !important;
  border: 1px solid var(--ink) !important;
}
body .et_pb_button.cta-info, body .cta-info {
  background-color: var(--accent) !important;
  border: 1px solid var(--accent) !important;
}
body .et_pb_button.cta-booking:hover, body .et_pb_button.cta-info:hover,
body .cta-booking:hover, body .cta-info:hover, body .wpcf7-submit:hover {
  border-radius: 12px 80px 12px 80px !important;
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}
body .et_pb_button.cta-booking:hover, body .cta-booking:hover, body .wpcf7-submit:hover {
  background-color: var(--ink-mid) !important;
  border-color: var(--ink-mid) !important;
}
body .et_pb_button.cta-info:hover, body .cta-info:hover {
  background-color: var(--accent-mid) !important;
  border-color: var(--accent-mid) !important;
}

@media (prefers-color-scheme: dark) {
  body .et_pb_button.cta-booking, body .cta-booking, body .wpcf7-submit {
    background-color: var(--bg-alt) !important;
    border-color: var(--border) !important;
    color: var(--ink) !important;
  }
  body .et_pb_button.cta-booking:hover, body .cta-booking:hover, body .wpcf7-submit:hover {
    background-color: var(--border) !important;
    border-color: var(--text-muted) !important;
    color: var(--ink) !important;
  }
  body .et_pb_button.cta-info, body .cta-info {
    background-color: var(--accent-mid) !important;
    border-color: var(--accent-mid) !important;
    color: var(--white) !important;
  }
}


/* ============================================================
   8. FORMULARE – Contact Form 7
   ============================================================ */
body .wpcf7-text, body .wpcf7-textarea {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: var(--body-sm-size);
  min-height: 2.5rem;
  padding: 0 0.8rem;
  transition: border-color 0.2s ease, background 0.2s ease;
  width: 100%;
}
body .wpcf7-textarea { padding: 0.8rem; }
body .wpcf7-text:focus, body .wpcf7-textarea:focus { border-color: var(--accent); outline: none; }
body .wpcf7-text::placeholder, body .wpcf7-textarea::placeholder { color: var(--text-muted); }
body .wpcf7-mail-sent-ok  { color: var(--accent); }
body .wpcf7-not-valid-tip { color: #c0392b; font-size: var(--caption-size); }
body .wpcf7-response-output {
  background: var(--bg-alt);
  border-color: var(--border);
  border-radius: 4px;
  color: var(--text);
  font-size: var(--body-sm-size);
  padding: 0.5rem 0.8rem;
}


/* ============================================================
   9. KOMPONENTEN – .bh-*
   Alle mit body-Präfix → funktionieren im Divi
   "CSS-Klasse" Feld ohne inline-Einfügen.
   ============================================================ */

/* 9a. EYEBROW / TAG */
body .bh-eyebrow, body .et_pb_module .bh-eyebrow {
  color: var(--gold) !important;
  font-family: var(--font-body) !important;
  font-size: 0.65rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  margin-bottom: 1rem;
}
body .bh-tag, body .et_pb_module .bh-tag {
  color: var(--gold) !important;
  font-family: var(--font-body) !important;
  font-size: 0.62rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.7rem;
}

/* 9b. INTRO */
body .bh-intro { max-width: 680px; }
body .bh-lead, body .et_pb_module .bh-lead {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--text);
  line-height: 1.75;
  margin-bottom: 0.9rem;
  max-width: 620px;
}
body .bh-lead strong, body .et_pb_module .bh-lead strong { color: var(--ink); font-weight: 600; }
body .bh-sub, body .et_pb_module .bh-sub {
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 580px;
}
body .bh-meta { display: flex; gap: 1.5rem; margin-top: 1.5rem; flex-wrap: wrap; }
body .bh-meta-item { font-family: var(--font-body); font-size: 0.72rem; color: var(--text-muted); display: flex; align-items: center; gap: 0.5rem; }
body .bh-meta-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-deco); flex-shrink: 0; }

/* 9c. VISION · MISSION · WERTE */
body .bh-vmw-block { max-width: 680px; padding: 3rem 0; border-top: 1px solid var(--border); }
body .bh-vmw-block:first-of-type { border-top: none; padding-top: 0; }

/* 9d. WERTE-AKKORDEON */
body .bh-werte-accordion { border: 1px solid var(--border); border-radius: 4px; overflow: hidden; margin-top: 1.5rem; max-width: 680px; }
body .bh-wert { border-bottom: 1px solid var(--border); }
body .bh-wert:last-child { border-bottom: none; }
body .bh-wert-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; cursor: pointer; transition: background 0.2s; user-select: none; background: var(--bg); }
body .bh-wert-header:hover { background: var(--accent-light) !important; }
body .bh-wert-left { display: flex; align-items: center; gap: 1rem; }
body .bh-wert-num { font-family: var(--font-body); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; color: var(--gold); min-width: 18px; }
body .bh-wert-name { font-family: var(--font-display); font-size: 1rem; font-weight: 600; color: var(--ink); }
body .bh-wert-arrow { font-size: 0.65rem; color: var(--text-muted); transition: transform 0.25s ease; display: inline-block; }
body .bh-wert.open .bh-wert-arrow { transform: rotate(180deg); }
body .bh-wert-body { display: none; padding: 0 1.5rem 1.2rem 3.3rem; font-family: var(--font-body); font-size: var(--body-sm-size); color: var(--text); line-height: 1.65; background: var(--bg); }
body .bh-wert.open .bh-wert-body { display: block; }

/* 9e. CTA BLOCK */
body .bh-cta-block { padding: 3rem 0 0; border-top: 1px solid var(--border); display: flex; gap: 1rem; flex-wrap: wrap; }

/* 9f. TIMELINE */
body .bh-journey { max-width: 680px; }
body .bh-journey-header { margin-bottom: 3rem; }
body .bh-tl-item { display: grid; grid-template-columns: 40px 1fr; gap: 0 1.5rem; }
body .bh-tl-left { display: flex; flex-direction: column; align-items: center; }
body .bh-tl-dot { width: 28px; height: 28px; border-radius: 50%; background: var(--bg); border: 2px solid var(--gold-deco); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; margin-top: 0.15rem; }
body .bh-tl-dot-inner { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-deco); }
body .bh-tl-line { width: 1px; flex: 1; background: linear-gradient(180deg, var(--gold-deco), var(--border)); margin-top: 4px; min-height: 40px; }
body .bh-tl-content { padding-bottom: 3rem; }
body .bh-tl-item--last .bh-tl-content { padding-bottom: 0; }
body .bh-tl-period { font-family: var(--font-body); font-size: 0.6rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
body .bh-tl-heading { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--ink); line-height: 1.25; margin-bottom: 0.8rem; }
body .bh-tl-heading em { font-style: italic; font-weight: 300; color: var(--accent); }
body .bh-tl-text { font-family: var(--font-body); font-size: var(--body-sm-size); color: var(--text); line-height: 1.72; margin-bottom: 0.8rem; }
body .bh-tl-insight { padding: 0.7rem 1rem; background: var(--bg-alt); border-radius: 4px; border-left: 3px solid var(--gold-deco); font-family: var(--font-body); font-size: 0.78rem; font-style: italic; color: var(--ink-mid); line-height: 1.55; }


/* ============================================================
   10. SONSTIGES
   ============================================================ */
.icon img    { width: clamp(60px, 1.5vw, 100px) !important; }
.sm-icon img { width: clamp(40px, 1vw, 70px) !important; }
.grecaptcha-badge { visibility: hidden; }
.card-accent { background-color: color-mix(in srgb, var(--accent) 8%, transparent); box-shadow: var(--shadow-sm); padding: clamp(12px, calc(12px + 1vw), 28px); }
.card-gold   { background-color: color-mix(in srgb, var(--gold-deco) 8%, transparent); box-shadow: var(--shadow-sm); padding: clamp(12px, calc(12px + 1vw), 28px); }
.card-ink    { background-color: color-mix(in srgb, var(--ink) 8%, transparent); box-shadow: var(--shadow-sm); padding: clamp(12px, calc(12px + 1vw), 28px); }
.card-shadow { box-shadow: var(--shadow-sm); }


/* ============================================================
   11. ACCESSIBILITY – REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ============================================================
   KOMOREBI FRAMEWORK STYLES
   Migriert aus Divi Customizer CSS
   Namespace: bh-* (Bilinbo Hildebrandt)
   ============================================================ */

/* SCROLL REVEAL */
.bh-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.bh-reveal.visible { opacity: 1; transform: translateY(0); }

/* NAV */
body .bh-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.2rem 0; transition: background var(--transition), box-shadow var(--transition); }
body .bh-nav.scrolled { background: rgb(255 255 255 / 96%); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--border); }
body .bh-nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
body .bh-nav-logo { display: flex; align-items: baseline; gap: 0.4rem; text-decoration: none; }
body .bh-nav-logo-jp { font-family: var(--font-display); font-size: var(--h5-size); color: var(--accent); font-style: italic; font-weight: 300; }
body .bh-nav-logo-text { font-family: var(--font-display); font-size: var(--h6-size); font-weight: 600; color: var(--ink); letter-spacing: -0.01em; }
body .bh-nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
body .bh-nav-links a { text-decoration: none; color: var(--text); font-size: var(--body-sm-size); font-weight: 400; transition: color var(--transition); }
body .bh-nav-links a:hover { color: var(--accent); text-decoration: none; }
body .bh-nav-cta { border: 1px solid var(--accent) !important; color: var(--accent) !important; padding: 0.4rem 1.1rem; border-radius: var(--radius); font-weight: 500 !important; transition: background var(--transition), color var(--transition) !important; }
body .bh-nav-cta:hover { background: var(--accent) !important; color: var(--white) !important; }
body .bh-nav-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
body .bh-nav-burger span { display: block; width: 22px; height: 1.5px; background: var(--ink); }

/* HERO */
body .bh-hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding: 8rem 0 6rem; background: var(--bg); }
body .bh-hero-bg { position: absolute; inset: 0; pointer-events: none; }
body .bh-komorebi-light { position: absolute; border-radius: 50%; filter: blur(60px); animation: bh-float linear infinite; }
body .bh-l1 { width: 300px; height: 500px; top: -100px; left: 5%;  animation-duration: 20s; background: radial-gradient(circle, rgb(from var(--accent) r g b / 8%) 0%, transparent 70%); }
body .bh-l2 { width: 200px; height: 400px; top: -60px;  left: 30%; animation-duration: 26s; animation-delay: -6s;  background: radial-gradient(circle, rgb(from var(--gold) r g b / 6%) 0%, transparent 70%); }
body .bh-l3 { width: 350px; height: 600px; top: -120px; right: 10%; animation-duration: 22s; animation-delay: -10s; background: radial-gradient(circle, rgb(from var(--accent) r g b / 6%) 0%, transparent 70%); }
@keyframes bh-float { 0% { transform: translateX(0) rotate(-6deg); } 50% { transform: translateX(20px) rotate(-4deg); } 100% { transform: translateX(0) rotate(-6deg); } }

body .bh-hero-content { position: relative; z-index: 1; max-width: 800px; }
body .bh-hero-eyebrow { font-size: var(--overline-size); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
body .bh-hero-title { margin-bottom: 1.5rem; }
body .bh-hero-title-jp { display: block; font-family: var(--font-display); font-size: var(--h3-size); font-style: italic; font-weight: 300; color: var(--gold); letter-spacing: 0.05em; margin-bottom: 0.2rem; }
body .bh-hero-title-main { display: block; font-family: var(--font-display); font-size: var(--h1-size); font-weight: 700; line-height: var(--h1-line-height); letter-spacing: var(--h1-letter-spacing); color: var(--ink); }
body .bh-hero-title-main em { font-style: italic; font-weight: 300; color: var(--accent); }
body .bh-hero-subtitle { font-family: var(--font-body); font-size: var(--body-xl-size); color: var(--text); margin-bottom: 1.5rem; line-height: 1.75; }
body .bh-hero-body { font-size: var(--body-size); color: var(--text-muted); max-width: 580px; margin-bottom: 2.5rem; line-height: var(--body-line-height); }
body .bh-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* BUTTONS (Framework-Stil, ergänzend zu cta-booking/cta-info) */
body .bh-btn { display: inline-block; padding: 0.7rem 1.8rem; font-family: var(--font-body); font-size: var(--body-sm-size); font-weight: 500; letter-spacing: 0.04em; text-decoration: none; border-radius: var(--radius); transition: all var(--transition); border: 1px solid transparent; }
body .bh-btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); box-shadow: var(--shadow-sm); }
body .bh-btn-primary:hover { background: var(--accent-mid); border-color: var(--accent-mid); transform: translateY(-1px); box-shadow: var(--shadow-md); color: var(--white); text-decoration: none; }
body .bh-btn-ghost { background: transparent; color: var(--text); border-color: var(--border); }
body .bh-btn-ghost:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-1px); text-decoration: none; }

/* SECTION COMMONS */
body .bh-section-label { font-size: var(--overline-size); font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.8rem; font-family: var(--font-body); }
body .bh-section-title { font-family: var(--font-display); font-size: var(--h2-size); font-weight: var(--h2-weight); line-height: var(--h2-line-height); letter-spacing: var(--h2-letter-spacing); color: var(--ink); margin-bottom: 1.2rem; }
body .bh-section-title em { font-style: italic; font-weight: 300; color: var(--accent); }
body .bh-section-intro { font-size: var(--body-xl-size); color: var(--text-muted); margin-bottom: 2.5rem; font-style: italic; font-family: var(--font-display); font-weight: 300; }

/* PROBLEM SECTION */
body .bh-problem { padding: 8rem 0; background: var(--bg-alt); }
body .bh-problem-body { max-width: 680px; margin-bottom: 4rem; }
body .bh-problem-body p { color: var(--text); margin-bottom: 1rem; }
body .bh-problem-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1px; background: var(--border); border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-sm); }
body .bh-problem-card { background: var(--bg); padding: 2.5rem 2rem; transition: background var(--transition); }
body .bh-problem-card:hover { background: var(--accent-light); }
body .bh-problem-card-bar { width: 32px; height: 3px; background: var(--accent); border-radius: 2px; margin-bottom: 1.2rem; }
body .bh-problem-card-bar--gold { background: var(--gold-deco); }
body .bh-problem-card h3 { font-family: var(--font-display); font-size: var(--h5-size); font-weight: 600; color: var(--ink); margin-bottom: 0.6rem; letter-spacing: var(--h5-letter-spacing); }
body .bh-problem-card p { font-size: var(--body-sm-size); color: var(--text-muted); line-height: 1.65; }

/* FRAMEWORK INTRO */
body .bh-framework-intro { padding: 8rem 0; background: var(--bg); }
body .bh-framework-intro-text { max-width: 660px; color: var(--text); margin-bottom: 4rem; }

/* PILLAR CARDS */
body .bh-pillars-overview { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
body .bh-pillar-card { display: block; background: var(--bg); border: 1px solid var(--border); padding: 2.5rem 2rem; border-radius: 4px; text-decoration: none; color: var(--ink); transition: all var(--transition); box-shadow: var(--shadow-sm); }
body .bh-pillar-card:not(.bh-pillar-card--soon):hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow-md); text-decoration: none; }
body .bh-pillar-card--soon { opacity: 0.55; cursor: default; }
body .bh-pillar-num { display: block; font-size: var(--caption-size); font-weight: 500; letter-spacing: 0.18em; color: var(--gold); margin-bottom: 0.5rem; font-family: var(--font-body); }
body .bh-pillar-jp { display: block; font-family: var(--font-display); font-size: var(--h4-size); font-style: italic; font-weight: 300; color: var(--accent); letter-spacing: 0.05em; margin-bottom: 0.8rem; }
body .bh-pillar-card h3 { font-family: var(--font-display); font-size: var(--h5-size); font-weight: 600; margin-bottom: 0.6rem; color: var(--ink); }
body .bh-pillar-card p { font-size: var(--body-sm-size); color: var(--text-muted); line-height: 1.65; margin-bottom: 1.5rem; }
body .bh-pillar-arrow { font-size: var(--body-size); color: var(--accent); transition: transform var(--transition); display: inline-block; }
body .bh-pillar-card:hover .bh-pillar-arrow { transform: translateX(5px); }
body .bh-pillar-badge { display: inline-block; font-size: var(--caption-size); font-family: var(--font-body); background: var(--bg-alt); color: var(--text-muted); padding: 0.25rem 0.75rem; border-radius: 20px; border: 1px solid var(--border); }

/* PILLAR DETAIL */
body .bh-pillar-hero { min-height: 55vh; display: flex; align-items: flex-end; position: relative; overflow: hidden; padding: 8rem 0 5rem; background: var(--bg); }
body .bh-pillar-hero-content { position: relative; z-index: 1; }
body .bh-back-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: var(--body-sm-size); color: var(--text-muted); text-decoration: none; margin-bottom: 2rem; transition: color var(--transition); font-family: var(--font-body); }
body .bh-back-link:hover { color: var(--accent); text-decoration: none; }
body .bh-pillar-section { padding: 8rem 0; background: var(--bg-alt); }
body .bh-pillar-section--alt { background: var(--bg); }
body .bh-pillar-intro-grid { display: grid; grid-template-columns: 1fr 360px; gap: 5rem; align-items: start; }
body .bh-pillar-intro-main h2 { font-family: var(--font-display); font-size: var(--h3-size); font-weight: 600; margin-bottom: 1.5rem; color: var(--ink); letter-spacing: var(--h3-letter-spacing); }
body .bh-pillar-intro-main p { color: var(--text); margin-bottom: 1rem; }
body .bh-aside-card { border-left: 3px solid var(--gold-deco); padding: 1.8rem 1.5rem 1.8rem 2rem; background: var(--gold-light); border-radius: 0 4px 4px 0; }
body .bh-aside-quote { font-family: var(--font-display); font-size: var(--body-xl-size); font-style: italic; font-weight: 300; line-height: 1.7; color: var(--ink-mid); }

/* ASPECTS */
body .bh-aspect { border-top: 1px solid var(--border); padding: 3.5rem 0; }
body .bh-aspect:last-child { border-bottom: 1px solid var(--border); }
body .bh-aspect-header { display: flex; align-items: flex-start; gap: 1.5rem; margin-bottom: 1.2rem; }
body .bh-aspect-num { font-size: var(--caption-size); font-weight: 500; letter-spacing: 0.18em; color: var(--gold); min-width: 28px; margin-top: 0.4rem; font-family: var(--font-body); }
body .bh-aspect-title { font-family: var(--font-display); font-size: var(--h4-size); font-weight: 600; color: var(--ink); margin-bottom: 0.2rem; letter-spacing: var(--h4-letter-spacing); }
body .bh-aspect-subtitle { font-size: var(--body-sm-size); color: var(--accent); font-style: italic; font-family: var(--font-display); font-weight: 300; }
body .bh-aspect-intro { font-size: var(--body-size); color: var(--text); margin-bottom: 2rem; padding-left: 4rem; max-width: 660px; }
body .bh-aspect-items { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1px; background: var(--border); border-radius: 4px; overflow: hidden; margin-left: 4rem; box-shadow: var(--shadow-sm); }
body .bh-aspect-item { background: var(--bg); padding: 1.8rem 1.5rem; transition: background var(--transition); }
body .bh-pillar-section--alt .bh-aspect-item { background: var(--bg-alt); }
body .bh-aspect-item:hover { background: var(--accent-light); }
body .bh-aspect-item h4 { font-family: var(--font-display); font-size: var(--h6-size); font-weight: 600; color: var(--ink); margin-bottom: 0.5rem; line-height: var(--h6-line-height); }
body .bh-aspect-item p { font-size: var(--body-sm-size); color: var(--text-muted); line-height: 1.65; }

/* NEXT PILLAR */
body .bh-next-pillar { padding: 4rem 0; background: var(--bg-alt); border-top: 1px solid var(--border); }
body .bh-next-pillar-card { display: inline-flex; flex-direction: column; gap: 0.3rem; padding: 2rem; border: 1px solid var(--border); border-radius: 4px; opacity: 0.55; min-width: 260px; margin-top: 1rem; background: var(--bg); box-shadow: var(--shadow-sm); }
body .bh-next-pillar-card h3 { font-family: var(--font-display); font-size: var(--h5-size); color: var(--ink); margin: 0.3rem 0 0.6rem; }

/* FOOTER */
body .bh-footer { padding: 3rem 0; background: var(--ink); }
body .bh-footer-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
body .bh-footer-logo { display: flex; align-items: baseline; gap: 0.4rem; }
body .bh-footer-logo .bh-nav-logo-jp { color: var(--gold); }
body .bh-footer-logo .bh-nav-logo-text { color: var(--white); }
body .bh-footer-copy { font-size: var(--caption-size); color: var(--text-muted); font-family: var(--font-body); }

/* RESPONSIVE */
@media (max-width: 768px) {
  body .bh-nav-links { display: none; }
  body .bh-nav-burger { display: flex; }
  body .bh-nav-links.open { display: flex; flex-direction: column; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: var(--bg); justify-content: center; align-items: center; gap: 2rem; z-index: 99; }
  body .bh-nav-links.open a { font-size: var(--h5-size); }
  body .bh-pillar-intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  body .bh-aspect-intro, body .bh-aspect-items { margin-left: 0; }
  body .bh-pillars-overview { grid-template-columns: 1fr; }
  body .bh-footer-inner { flex-direction: column; text-align: center; }
}

/* DARK MODE – Framework */
@media (prefers-color-scheme: dark) {
  body .bh-nav.scrolled { background: rgb(15 25 35 / 96%); }
  body .bh-problem-card { background: var(--bg); }
  body .bh-problem-card:hover { background: var(--accent-light); }
  body .bh-pillar-card { background: var(--bg); }
  body .bh-aspect-item { background: var(--bg); }
  body .bh-pillar-section--alt .bh-aspect-item { background: var(--bg-alt); }
  body .bh-aside-card { background: var(--gold-light); }
  body .bh-next-pillar-card { background: var(--bg); }
}
