/* forest — B2B dashboard: dark header + persistent catalog sidebar */
:root {
  --text: #14532d;
  --muted: #4d7c0f;
  --accent: #15803d;
  --bg: #f7fee7;
  --border: #86efac;
  --sidebar-bg: #ecfccb;
}

body.theme-forest {
  background: var(--bg);
}

.theme-forest .forest-top {
  background: #14532d;
  color: #f7fee7;
}

.theme-forest .forest-top__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 0.5rem;
}

.theme-forest .logo {
  color: #f7fee7;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.88rem;
  text-decoration: none;
}

.theme-forest .forest-top__region {
  font-size: 0.82rem;
  opacity: 0.8;
}

.theme-forest .header-phone {
  color: #bbf7d0;
  margin-left: auto;
}

.theme-forest .forest-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  padding-bottom: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.65rem;
}

.theme-forest .forest-subnav a {
  color: #d9f99d;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.theme-forest .hero--forest {
  background: linear-gradient(90deg, #166534, #14532d);
  color: #f7fee7;
  padding: 2rem 0;
}

.theme-forest .hero-badges li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.theme-forest .forest-dashboard {
  padding: 1.5rem 0 3rem;
}

.theme-forest .forest-dashboard__grid {
  display: grid;
  gap: 1.25rem;
  align-items: start;
}

.theme-forest .forest-panel {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
}

.theme-forest .side-nav {
  border-color: #86efac;
  box-shadow: 0 4px 16px rgba(21, 128, 61, 0.1);
}

.theme-forest .breadcrumbs {
  background: #ecfccb;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}

.theme-forest .cta {
  border: 2px solid #15803d;
  border-radius: 8px;
}

@media (min-width: 900px) {
  .theme-forest .forest-dashboard__grid {
    grid-template-columns: 250px minmax(0, 1fr);
  }
}

.theme-forest.page-home .page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
