/*
Theme Name: BioHausGarten
Theme URI: https://biohausgarten.de
Description: Modernes Editorial-Theme für BioHausGarten.de – biologischer Anbau im Hausgarten
Author: BioHausGarten
Version: 2.1
Text Domain: biohausgarten
*/

/* ================================================================
   Design System
================================================================ */
:root {
  --bg:     #f6f7f2;
  --paper:  #ffffff;
  --ink:    #14201a;
  --ink-2:  #4a564f;
  --muted:  #8a9389;
  --line:   #e6e8e0;
  --mint:   #c6f0a3;
  --mint-2: #b0e687;
  --leaf:   #1f6b3a;
  --citrus: #e9ff5a;
  --berry:  #ff6b6b;
  --r-lg:   24px;
  --r-md:   16px;
  --r-pill: 999px;
}

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Geist', system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.1;
}

::selection { background: var(--mint); color: var(--ink); }

/* ================================================================
   Layout
================================================================ */
.bhg-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ================================================================
   Navigation
================================================================ */
.bhg-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(246,247,242,.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.bhg-nav > .bhg-wrap {
  display: flex; align-items: center;
  justify-content: space-between; height: 68px;
}
.bhg-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none !important; flex-shrink: 0;
}
.bhg-wordmark {
  display: inline-flex; align-items: baseline; gap: 1px;
  font-size: 22px; letter-spacing: -0.02em; line-height: 1;
}
.bhg-bio    { font-family: 'Newsreader',Georgia,serif; font-style: italic; font-weight: 400; color: var(--leaf); }
.bhg-haus   { font-family: 'Geist',system-ui,sans-serif; font-weight: 700; color: var(--ink); }
.bhg-garten { font-family: 'Newsreader',Georgia,serif; font-weight: 400; color: var(--ink); }

.bhg-nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.bhg-nav-links li { margin: 0; }
.bhg-nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-2); transition: color .15s; }
.bhg-nav-links a:hover, .bhg-nav-links .current-menu-item > a { color: var(--ink); }

.bhg-nav-actions { display: flex; gap: 10px; align-items: center; flex-shrink: 0; }
.bhg-cta {
  padding: 10px 18px; background: var(--ink); color: var(--paper) !important;
  border-radius: var(--r-pill); font-size: 14px; font-weight: 500;
  text-decoration: none !important; transition: opacity .15s; white-space: nowrap;
}
.bhg-cta:hover { opacity: .85; }

/* Hamburger button */
.bhg-nav-toggle {
  display: none;
  background: none; border: none; cursor: pointer; padding: 8px;
  margin-right: -8px; align-items: center; justify-content: center;
}
.bhg-hamburger {
  display: flex; flex-direction: column; gap: 5px; width: 22px;
}
.bhg-hamburger span {
  display: block; height: 2px; background: var(--ink);
  border-radius: 2px; transition: transform .25s, opacity .25s;
}
.bhg-nav--open .bhg-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bhg-nav--open .bhg-hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.bhg-nav--open .bhg-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ================================================================
   Plate (gradient tile)
================================================================ */
.bhg-plate {
  width: 100%; height: 100%; border-radius: 20px;
  position: relative; overflow: hidden; display: flex; align-items: flex-end;
  text-decoration: none; color: inherit; cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
a.bhg-plate:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -10px rgba(31,107,58,.35); }
a.bhg-plate:hover img { transform: scale(1.04); }
.bhg-plate img { transition: transform .35s ease; }
.bhg-plate img { width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;inset:0; }
.bhg-plate-label {
  position: absolute; left: 14px; bottom: 14px;
  font-size: 11px; letter-spacing: .06em; font-weight: 500; z-index: 1;
}
.bhg-plate--leaf   { background: linear-gradient(135deg,#1f6b3a 0%,#2a8048 100%); }
.bhg-plate--leaf   .bhg-plate-label { color: rgba(255,255,255,.85); }
.bhg-plate--berry  { background: linear-gradient(135deg,#ff8a7a 0%,#ff6b6b 100%); }
.bhg-plate--berry  .bhg-plate-label { color: rgba(20,32,26,.7); }
.bhg-plate--cream  { background: linear-gradient(135deg,#f0ecdf 0%,#e6e1cf 100%); }
.bhg-plate--cream  .bhg-plate-label { color: rgba(20,32,26,.7); }
.bhg-plate--mint   { background: linear-gradient(135deg,#c6f0a3 0%,#b0e687 100%); }
.bhg-plate--mint   .bhg-plate-label { color: rgba(20,32,26,.7); }
.bhg-plate--sage   { background: linear-gradient(135deg,#aebda3 0%,#9caf90 100%); }
.bhg-plate--sage   .bhg-plate-label { color: rgba(255,255,255,.85); }
.bhg-plate--citrus { background: linear-gradient(135deg,#e9ff5a 0%,#d9f23a 100%); }
.bhg-plate--citrus .bhg-plate-label { color: rgba(20,32,26,.7); }

/* ================================================================
   Buttons
================================================================ */
.bhg-btn-primary {
  padding: 12px 20px; background: var(--ink); color: var(--paper) !important;
  border-radius: var(--r-pill); font-size: 14px; font-weight: 500;
  text-decoration: none !important; display: inline-flex; align-items: center; gap: 8px;
  transition: opacity .15s;
}
.bhg-btn-primary:hover { opacity: .85; }
.bhg-btn-secondary {
  padding: 12px 20px; background: var(--paper); color: var(--ink) !important;
  border: 1px solid var(--line); border-radius: var(--r-pill);
  font-size: 14px; font-weight: 500; text-decoration: none !important;
}
.bhg-btn-secondary:hover { background: var(--bg); }

/* ================================================================
   Hero
================================================================ */
.bhg-hero { padding: 40px 28px 24px; max-width: 1240px; margin: 0 auto; }
.bhg-hero-eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 13px; color: var(--ink-2); }
.bhg-hero-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--leaf); flex-shrink: 0; }
.bhg-hero h1 {
  margin: 0; font-size: clamp(40px,5.6vw,84px); line-height: .98;
  letter-spacing: -0.02em; font-weight: 400; max-width: 18ch; color: var(--ink);
  font-family: 'Newsreader', Georgia, serif;
}
.bhg-hero h1 em { font-style: italic; color: var(--leaf); }
.bhg-hero-sub { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; margin-top: 28px; align-items: end; }
.bhg-hero-desc { font-size: 18px; line-height: 1.55; color: var(--ink-2); max-width: 560px; margin: 0; }
.bhg-hero-btns { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; }

.bhg-collage { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 12px; margin-top: 36px; height: 340px; }
.bhg-collage-col { display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }

/* ================================================================
   Season widget
================================================================ */
.bhg-saison { padding: 32px 28px 64px; max-width: 1240px; margin: 0 auto; }
.bhg-saison-card { background: var(--paper); border-radius: 28px; padding: 36px; border: 1px solid var(--line); }
.bhg-saison-hd { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; }
.bhg-saison-hd h2 { margin: 0; font-size: 36px; font-weight: 400; letter-spacing: -0.02em; font-family: 'Newsreader',Georgia,serif; }
.bhg-saison-date { font-size: 13px; color: var(--muted); }
.bhg-saison-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.bhg-saison-col-head { display: flex; align-items: center; gap: 8px; margin-bottom: 14px; font-size: 13px; font-weight: 600; }
.bhg-saison-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
.bhg-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.bhg-chip {
  padding: 6px 12px; background: var(--bg); border-radius: var(--r-pill);
  font-size: 13px; color: var(--ink-2); text-decoration: none !important;
  display: inline-block; transition: background .15s, color .15s;
}
.bhg-chip:hover { background: var(--mint); color: var(--ink) !important; }

/* ================================================================
   Posts grid
================================================================ */
.bhg-posts { padding: 32px 28px 64px; max-width: 1240px; margin: 0 auto; }
.bhg-section-hd { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; }
.bhg-section-hd h2 { margin: 0; font-size: 48px; font-weight: 400; letter-spacing: -0.02em; font-family: 'Newsreader',Georgia,serif; }
.bhg-section-hd h2 em { font-style: italic; color: var(--leaf); }
.bhg-see-all { font-size: 14px; color: var(--ink-2); border-bottom: 1px solid var(--line); padding-bottom: 2px; text-decoration: none !important; }
.bhg-see-all:hover { color: var(--ink) !important; }

.bhg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.bhg-post-card {
  background: var(--paper); border-radius: 24px; padding: 14px;
  border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px;
  text-decoration: none !important; color: inherit !important;
  transition: transform .2s, box-shadow .2s;
}
.bhg-post-card:hover { transform: translateY(-3px); color: inherit !important; box-shadow: 0 14px 30px -18px rgba(20,32,26,.18); }
.bhg-post-thumb { width: 100%; aspect-ratio: 4/3; border-radius: var(--r-md); overflow: hidden; flex-shrink: 0; }
.bhg-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bhg-post-thumb .bhg-plate { border-radius: var(--r-md) !important; height: 100%; }
.bhg-post-body { padding: 4px 8px 10px; }
.bhg-post-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.bhg-post-cat { font-size: 12px; font-weight: 600; color: var(--leaf); text-decoration: none !important; }
.bhg-post-read { font-size: 12px; color: var(--muted); }
.bhg-post-card h3 {
  margin: 0 0 8px; font-size: 20px; line-height: 1.25; letter-spacing: -0.01em;
  font-weight: 600; color: var(--ink); font-family: 'Geist',system-ui,sans-serif;
}
.bhg-post-excerpt { margin: 0; font-size: 14px; color: var(--ink-2); line-height: 1.5; }

/* ================================================================
   Category grid
================================================================ */
.bhg-kategorien { padding: 32px 28px 64px; max-width: 1240px; margin: 0 auto; }
.bhg-kategorien > h2 { margin: 0 0 24px; font-size: 36px; font-weight: 400; letter-spacing: -0.02em; font-family: 'Newsreader',Georgia,serif; }
.bhg-cat-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.bhg-cat-card {
  background: var(--paper); border-radius: 18px; padding: 18px; border: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 14px; min-height: 140px;
  text-decoration: none !important; color: inherit !important;
  transition: transform .15s, box-shadow .15s;
}
.bhg-cat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px -12px rgba(20,32,26,.15); }
.bhg-cat-icon { width: 36px; height: 36px; border-radius: 10px; flex-shrink: 0; }
.bhg-cat-name { font-size: 16px; font-weight: 600; color: var(--ink); margin-top: auto; }
.bhg-cat-count { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* ================================================================
   Footer – 3-column grid
================================================================ */
.bhg-footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 0;
  background: var(--paper);
}
.bhg-footer-grid {
  max-width: 1240px; margin: 0 auto;
  padding: 0 28px 48px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 48px;
  align-items: start;
}

/* Col 1: Brand */
.bhg-footer-brand .bhg-logo { margin-bottom: 16px; }
.bhg-footer-slogan {
  font-size: 15px; line-height: 1.55; color: var(--ink-2);
  margin: 16px 0 12px; font-family: 'Newsreader',Georgia,serif; font-style: italic;
}
.bhg-footer-contact { font-size: 13px; color: var(--ink-2); margin: 0 0 8px; }
.bhg-footer-contact a { color: var(--accent, #1f6b3a); text-decoration: none; font-weight: 500; }
.bhg-footer-contact a:hover { text-decoration: underline; }
.bhg-footer-copy { font-size: 12px; color: var(--muted); margin: 0; }

/* Col labels */
.bhg-footer-col-title {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--muted);
  margin: 0 0 18px; font-family: 'Geist',system-ui,sans-serif;
  padding-bottom: 10px; border-bottom: 1px solid var(--line);
}

/* Col 2: Partner links (backlinkseller output) */
.bhg-partner-links { font-size: 13px; line-height: 1.7; }
.bhg-partner-links ul { list-style: none; margin: 0; padding: 0; }
.bhg-partner-links li {
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
}
.bhg-partner-links li:last-child { border-bottom: none; }
.bhg-partner-links a { color: var(--ink-2); transition: color .15s; }
.bhg-partner-links a:hover { color: var(--leaf); }

/* Col 3: Legal nav links */
.bhg-footer-col-links {
  display: flex; flex-direction: column; gap: 10px;
}
.bhg-footer-col-links a {
  font-size: 14px; color: var(--ink-2); transition: color .15s;
  padding: 3px 0;
}
.bhg-footer-col-links a:hover { color: var(--ink); }

/* ================================================================
   Archive / Blog loop
================================================================ */
.bhg-archive { max-width: 1240px; margin: 0 auto; padding: 40px 28px 80px; }
.bhg-archive-title { font-size: clamp(28px,3vw,48px); font-weight: 400; letter-spacing: -0.02em; margin: 0 0 32px; font-family: 'Newsreader',Georgia,serif; }
.bhg-archive-title em { font-style: italic; color: var(--leaf); }

/* ================================================================
   Content + Sidebar layout
================================================================ */
.bhg-content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 28px 80px;
  align-items: start;
}

/* Override inner padding when inside content-wrap */
.bhg-content-wrap .bhg-single,
.bhg-content-wrap .bhg-page {
  max-width: none;
  margin: 0;
  padding: 0;
}

/* ================================================================
   Single post
================================================================ */
.bhg-single { max-width: 740px; margin: 0 auto; padding: 48px 28px 80px; }
.bhg-single-meta { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--muted); margin-bottom: 24px; flex-wrap: wrap; }
.bhg-single-meta .cat { color: var(--leaf); font-weight: 600; text-decoration: none; }
.bhg-single h1 { font-size: clamp(28px,3.5vw,52px); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; margin: 0 0 28px; font-family: 'Newsreader',Georgia,serif; }
.bhg-single .entry-thumbnail { width: 100%; border-radius: var(--r-lg); overflow: hidden; margin-bottom: 40px; aspect-ratio: 16/9; }
.bhg-single .entry-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.bhg-single .entry-content { font-size: 17px; line-height: 1.75; color: var(--ink-2); }
.bhg-single .entry-content h2, .bhg-single .entry-content h3, .bhg-single .entry-content h4 { color: var(--ink); margin-top: 2em; }
.bhg-single .entry-content p { margin: 0 0 1.4em; }
.bhg-single .entry-content a { color: var(--leaf); border-bottom: 1px solid var(--mint-2); }
.bhg-single .entry-content ul, .bhg-single .entry-content ol { padding-left: 1.5em; margin: 0 0 1.4em; }
.bhg-single .entry-content li { margin-bottom: .4em; }
.bhg-single .entry-content img { border-radius: var(--r-md); margin: 1.5em 0; max-width: 100%; }
.bhg-single .entry-content blockquote { margin: 2em 0; padding: 1.2em 1.5em; border-left: 3px solid var(--mint); background: var(--paper); border-radius: 0 var(--r-md) var(--r-md) 0; font-style: italic; color: var(--ink); }

/* Post prev/next nav */
.bhg-post-nav {
  display: flex; justify-content: space-between; gap: 16px;
  margin-top: 64px; padding-top: 32px; border-top: 1px solid var(--line);
  font-size: 14px;
}
.bhg-post-nav-prev,
.bhg-post-nav-next { color: var(--ink-2); max-width: 48%; }
.bhg-post-nav-prev:hover,
.bhg-post-nav-next:hover { color: var(--ink); }
.bhg-post-nav-next { margin-left: auto; text-align: right; }

/* ================================================================
   Static page
================================================================ */
.bhg-page { max-width: 740px; margin: 0 auto; padding: 48px 28px 80px; }
.bhg-page h1 { font-size: clamp(28px,3.5vw,52px); font-weight: 400; margin: 0 0 32px; font-family: 'Newsreader',Georgia,serif; }
.bhg-page .entry-content { font-size: 16px; line-height: 1.75; color: var(--ink-2); }
.bhg-page .entry-content h2, .bhg-page .entry-content h3 { color: var(--ink); margin-top: 2em; }
.bhg-page .entry-content a { color: var(--leaf); border-bottom: 1px solid var(--mint-2); }
.bhg-page .entry-content ul, .bhg-page .entry-content ol { padding-left: 1.5em; margin-bottom: 1.4em; }
.bhg-page .entry-content p { margin: 0 0 1.2em; }

/* ================================================================
   Sidebar widgets
================================================================ */
.bhg-sidebar {
  position: sticky;
  top: 88px;
}
.bhg-widget {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 22px;
  border: 1px solid var(--line);
  margin-bottom: 20px;
}
.bhg-widget-title {
  font-size: 14px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase;
  color: var(--muted); margin: 0 0 16px;
  padding-bottom: 12px; border-bottom: 2px solid var(--mint);
  font-family: 'Geist', system-ui, sans-serif;
}

/* Sidebar search override */
.bhg-widget .search-form { margin-bottom: 0; }
.bhg-widget .search-field { font-size: 14px; padding: 10px 14px; }
.bhg-widget .search-submit { font-size: 13px; padding: 10px 14px; }

/* Sidebar post list */
.bhg-widget-posts { list-style: none; margin: 0; padding: 0; }
.bhg-widget-posts li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.bhg-widget-posts li:last-child { border-bottom: none; }
.bhg-widget-post-img {
  grid-column: 1; grid-row: 1 / 3;
  width: 56px; height: 56px;
  border-radius: 8px; overflow: hidden; display: block;
  flex-shrink: 0;
}
.bhg-widget-post-img img { width: 100%; height: 100%; object-fit: cover; }
.bhg-widget-post-info { grid-column: 2; display: flex; flex-direction: column; gap: 3px; justify-content: center; }
.bhg-widget-post-title {
  font-size: 13px; font-weight: 500; color: var(--ink); line-height: 1.35;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.bhg-widget-post-title:hover { color: var(--leaf); }
.bhg-widget-post-date { font-size: 11px; color: var(--muted); }

/* Sidebar categories */
.bhg-widget-cats { list-style: none; margin: 0; padding: 0; }
.bhg-widget-cats li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px;
}
.bhg-widget-cats li:last-child { border-bottom: none; }
.bhg-widget-cats a { color: var(--ink-2); flex: 1; }
.bhg-widget-cats a:hover { color: var(--leaf); }
.bhg-widget-cats .children { margin-left: 12px; padding: 0; }
.bhg-widget-cats .children li { font-size: 13px; }

/* ================================================================
   Search
================================================================ */
.bhg-search { max-width: 1240px; margin: 0 auto; padding: 40px 28px 80px; }
.search-form { display: flex; gap: 8px; margin-bottom: 40px; }
.search-field {
  flex: 1; padding: 12px 18px; border: 1px solid var(--line); border-radius: var(--r-pill);
  font-size: 15px; font-family: inherit; background: var(--paper); color: var(--ink); outline: none;
}
.search-field:focus { border-color: var(--leaf); }
.search-submit {
  padding: 12px 20px; background: var(--ink); color: var(--paper);
  border: none; border-radius: var(--r-pill); font-size: 14px; font-weight: 500;
  font-family: inherit; cursor: pointer;
}

/* ================================================================
   404
================================================================ */
.bhg-404 { max-width: 600px; margin: 0 auto; padding: 80px 28px; text-align: center; }
.bhg-404 .big-num { font-size: 120px; margin: 0; color: var(--mint); font-family: 'Newsreader',Georgia,serif; line-height: 1; font-weight: 400; }
.bhg-404 h2 { font-size: 28px; margin: 16px 0 8px; font-family: 'Newsreader',Georgia,serif; }
.bhg-404 p { color: var(--ink-2); margin: 0 0 32px; }

/* ================================================================
   Pagination
================================================================ */
.bhg-pagination { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 48px; }
.bhg-pagination .page-numbers {
  padding: 8px 14px; border-radius: var(--r-pill); font-size: 14px;
  color: var(--ink-2); background: var(--paper); border: 1px solid var(--line);
  text-decoration: none; transition: background .15s, color .15s, border-color .15s;
}
.bhg-pagination .page-numbers:hover,
.bhg-pagination .page-numbers.current { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ================================================================
   Responsive – tablet (max 1024px)
================================================================ */
@media (max-width: 1024px) {
  .bhg-hero-sub { grid-template-columns: 1fr; gap: 20px; }
  .bhg-hero-btns { justify-content: flex-start; }
  .bhg-collage { height: 240px; }
  .bhg-cat-grid { grid-template-columns: repeat(3,1fr); }
  .bhg-content-wrap { grid-template-columns: minmax(0, 1fr) 280px; gap: 32px; }
  .bhg-footer-grid { grid-template-columns: 1fr 1fr; }
  .bhg-footer-brand { grid-column: 1 / -1; border-bottom: 1px solid var(--line); padding-bottom: 32px; margin-bottom: 8px; }
}

/* ================================================================
   Responsive – mobile (max 768px)
================================================================ */
@media (max-width: 768px) {
  /* Nav */
  .bhg-nav > .bhg-wrap { padding: 0 16px; }
  .bhg-nav-links { display: none; }
  .bhg-nav-toggle { display: flex; }

  /* Mobile open nav: full-width dropdown */
  .bhg-nav--open .bhg-nav-links {
    display: flex !important;
    flex-direction: column;
    position: fixed;
    top: 68px; left: 0; right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: 8px 0 20px;
    gap: 0;
    z-index: 99;
    box-shadow: 0 12px 32px -8px rgba(20,32,26,.14);
    max-height: calc(100vh - 68px);
    overflow-y: auto;
  }
  .bhg-nav--open .bhg-nav-links li {
    border-bottom: 1px solid var(--line);
    margin: 0;
  }
  .bhg-nav--open .bhg-nav-links li:last-child { border-bottom: none; }
  .bhg-nav--open .bhg-nav-links a {
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: var(--ink);
  }
  .bhg-nav--open .bhg-nav-links .current-menu-item > a { color: var(--leaf); }

  /* Hide CTA on mobile to save space */
  .bhg-cta { display: none; }

  /* Hero */
  .bhg-hero { padding: 24px 16px 16px; }
  .bhg-hero h1 { font-size: clamp(32px,8vw,56px); }
  .bhg-collage { grid-template-columns: 1fr; height: auto; }
  .bhg-collage > div { height: 200px; }
  .bhg-collage-col { grid-template-rows: 1fr; grid-template-columns: 1fr 1fr; gap: 8px; }

  /* Grids */
  .bhg-grid { grid-template-columns: 1fr; }
  .bhg-saison-grid { grid-template-columns: 1fr; }
  .bhg-cat-grid { grid-template-columns: repeat(2,1fr); }

  /* Spacing */
  .bhg-saison, .bhg-posts, .bhg-kategorien, .bhg-hero { padding-left: 16px; padding-right: 16px; }
  .bhg-section-hd h2 { font-size: 36px; }
  .bhg-single, .bhg-page, .bhg-search, .bhg-archive { padding-left: 16px; padding-right: 16px; }

  /* Content + sidebar: stack vertically */
  .bhg-content-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 24px 16px 48px;
  }
  .bhg-content-wrap .bhg-single,
  .bhg-content-wrap .bhg-page { padding: 0; }
  .bhg-sidebar { position: static; }

  /* Footer: single column */
  .bhg-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 16px 40px;
  }
  .bhg-footer-brand { grid-column: auto; border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
  .bhg-footer { padding: 40px 0 0; }
}
