/*
Theme Name: NORTH gruppen
Template: north-platform
Theme URI: https://northgruppen.no
Author: NORTH gruppen AS
Description: Child theme for NORTH gruppen AS. Includes brand colors and company-specific customizations.
Version: 1.0.1
License: Proprietary
Text Domain: north-gruppen
*/

/**
 * Brand Colors for NORTH gruppen AS
 * Primary: Oransje (lys) #B97E36
 */

:root {
  --brand-primary: #B97E36;
  --brand-secondary: #BE5E32;
  --brand-accent-1: #0B83C5;
  --brand-accent-2: #2963AF;
}

/* Header styling for NORTH gruppen (menu-focused) */
.site-header {
  background: var(--brand-primary);
  color: #FFFFFF;
}

/* Ensure sticky header is not transparent */
header.site-header {
  background-color: var(--brand-primary) !important;
}

/* Ensure multi-row header sections inherit brand color */
.header-top,
.header-nav,
.header-search {
  background: var(--brand-primary);
  color: #FFFFFF;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.header-nav .container { /* preserve spacing, but text white */
  color: #FFFFFF;
}

.site-header .site-branding .site-title,
.site-header .site-branding a {
  color: #FFFFFF;
  text-decoration: none;
}

.site-header .main-navigation .primary-menu a {
  color: #FFFFFF;
}

.site-header .main-navigation .primary-menu a:hover,
.site-header .main-navigation .primary-menu a:focus {
  color: rgba(255, 255, 255, 0.85);
}

.mobile-menu-toggle .menu-icon {
  background: #FFFFFF;
}

/* Footer styling inherited from parent theme (north-platform). */

/* Ensure dark corporate footer if parent CSS fails to load */
.site-footer,
.footer-main {
  background: #111827 !important;
  color: #FFFFFF !important;
}
.footer-bottom {
  background: #0D1117 !important;
  color: rgba(255,255,255,0.75) !important;
}
