/*
Theme Name: DW Child - Linis IT
Theme URI: https://linis.it/
Description: Child theme for Divi (DW child). Brand palette, fonts and hero styles.
Author: Dariusz Wit
Author URI: mailto:dariusz.wit@linis.it
Template: Divi
Version: 1.1.2
Text Domain: dw-child-linis
*/

/* Brand colors as CSS variables */
:root{
  --cc-navy: #00274A;
  --cc-cream: #F4EBD3;
  --cc-accent: #F28705;
  --cc-sand: #EADFC6;
  --cc-text: #2E3438;
  --cc-bg: #F5F6F7;
}

/* Base styles */
body {
  margin:0;
  font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--cc-bg);
  color: var(--cc-text);
}

/* Hero utilities (non-forcing) */
.site-hero { min-height:420px; display:flex; align-items:center; justify-content:center; position:relative; }
.site-hero.bg-cover {
  /* background should be set by admin/Divi or by uploaded screenshot.png in theme preview only */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--cc-cream);
}

/* Provide visual debugging hook */
.linis-hero-applied { outline: none !important; }

/* Ensure content above background */
.dwc-force-hero .dwc-hero-inner { position: relative; z-index: 2; }

/* End of style.css */
