/*
Theme Name: Brandbenefits
Theme URI: https://brandbenefits.de
Author: Brandbenefits / Patrick Steeger
Author URI: https://brandbenefits.de
Description: Maßgeschneidertes Landingpage-Theme für Brandbenefits (Patrick Steeger). Alle Texte und Bilder sind komfortabel über Design > Customizer im WordPress-Backend anpassbar. Fonts: Fraunces + Inter. Farbwelt: Navy #0F2440, Warmgold #C2A170, Sand #EDE6D6.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandbenefits
*/

/* ============================================================
   GLOBALE BASIS (1:1 aus dem Design übernommen)
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  background: #EDE6D6;
  color: #1E2A38;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: #0F2440; text-decoration: none; }
a:hover { color: #B08E5E; }
img { display: block; max-width: 100%; }
::selection { background: #F0E6CF; color: #0F2440; }
.oc-card .oc-body { margin-top: 10px; }

/* Wrapper gegen horizontales Scrollen */
.bb-page { overflow-x: hidden; }

/* Hover-Helfer (im Design als style-hover realisiert) */
.bb-btn-gold { background: linear-gradient(135deg, #E4D2B8 0%, #C2A170 100%); transition: background .2s ease; }
.bb-btn-gold:hover { background: linear-gradient(135deg, #D6BC9B 0%, #A67C52 100%); }
.bb-link-more:hover { color: #B08E5E !important; }
.bb-foot-link:hover { color: #D6BC9B !important; }

/* ============================================================
   RESPONSIVE (Design ist auf 1400px Desktop ausgelegt)
   ============================================================ */
@media (max-width: 1024px) {
  .bb-grid-2 { grid-template-columns: 1fr !important; }
  .bb-nav-links { display: none !important; }
  .bb-sticky { position: static !important; }
}
@media (max-width: 900px) {
  .bb-grid-3, .bb-grid-4 { grid-template-columns: 1fr !important; }
  .bb-h1 { font-size: 34px !important; white-space: normal !important; }
  .bb-h2 { font-size: 30px !important; }
  .bb-hero-img { position: static !important; width: 100% !important; height: auto !important; margin-top: 20px !important; }
  .bb-hero-p { margin-top: 24px !important; }
}
