/*
Theme Name: BeastFactory Marketing
Theme URI: https://marketing.beastfactory.dk/
Author: BeastFactory
Author URI: https://beastfactory.dk/
Description: Marketing landing-page theme for marketing.beastfactory.dk. Serves the multilingual (DA/EN/HU), GTM-ready "Gergø Marketing" landing page as the front page, and provides clean wrappers for CV Vault entries. The whole marketing presentation lives here so it can be versioned and updated as one theme.
Version: 1.0.0
Requires at least: 6.4
Requires PHP: 8.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beastfactory-marketing
Tags: custom-menu, full-width-template, translation-ready
*/

/* The front page ships its own complete styles inline (assets/index.html).
   These base styles only apply to secondary pages (CV entries, search, 404). */
:root{ --bf-black:#080808; --bf-orange:#ff5c16; --bf-bg:#f6f3ef; --bf-ink:#111; --bf-muted:#666; }
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--bf-bg);color:var(--bf-ink);line-height:1.6}
a{color:var(--bf-orange)}
.bfm-wrap{width:min(1080px,92%);margin:0 auto;padding:40px 0}
.bfm-site-header{background:var(--bf-black);color:#fff;padding:18px 0}
.bfm-site-header .bfm-wrap{padding:0 0;display:flex;align-items:center;justify-content:space-between}
.bfm-site-header a{color:#fff;text-decoration:none;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.bfm-site-header a span{color:var(--bf-orange)}
.bfm-site-footer{background:#050505;color:#aaa;padding:22px 0;font-size:13px;text-align:center}
.bfm-content h1,.bfm-content h2{letter-spacing:-.02em}
.bfm-content img{max-width:100%;height:auto}
