/*
Theme Name: braineight
Theme URI: https://braineight.de
Author: braineight GmbH
Author URI: https://braineight.de
Description: AI, Automation & Engineering — dark, editorial WordPress theme for braineight. Fully compatible with Elementor Pro (Theme Builder locations for header, footer and single templates). Ships with a front-page preview that matches the Svelte reference design 1:1.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
License URI: https://braineight.de
Text Domain: braineight
Tags: dark, elementor, business, ai, engineering
*/

/* Base WordPress resets — the main design CSS is loaded from assets/css/braineight.css via functions.php */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875em; color: var(--fg-mute); }

/* WP admin bar compensation — keep sticky nav below */
body.admin-bar .nav { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .nav { top: 46px; }
}
