
/*
Theme Name: Cost Control Consulting (Renamed Images)
Theme URI: https://example.com/cost-control-consulting
Author: You
Description: Professional theme for energy-sector cost engineering consultancies. Includes a Customizer to swap hero/section images via the Media Library.
Version: 1.3.0
License: GPL-2.0-or-later
Text Domain: cost-control-consulting
*/
:root{--brand-bg:#0c1c26;--brand-accent:#0077b6;--brand-accent-2:#00a6fb;--brand-text:#e8f1f2;--muted:#b4d2d7;--body:#14232e}
*{box-sizing:border-box}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans",sans-serif;color:#17232a;background:#ffffff;line-height:1.6}
a{color:var(--brand-accent);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.site-header{position:sticky;top:0;background:#ffffffb8;backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid #eef2f4;z-index:50}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.brand{display:flex;align-items:center;gap:12px;font-weight:700}
.brand .logo{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--brand-accent),var(--brand-accent-2));display:inline-block}
.primary-nav{display:flex;gap:18px}
.primary-nav a{padding:8px 12px;border-radius:10px}
.primary-nav a.active,.primary-nav a:hover{background:#f3f7f9}
.hero{background:linear-gradient(0deg, rgba(12,28,38,.7), rgba(12,28,38,.7)), url('assets/images/oil-refinery.jpg') center/cover no-repeat; color:var(--brand-text); padding:120px 0}
.hero h1{font-size:48px;margin:0 0 12px}
.hero p{color:var(--muted);font-size:18px;max-width:800px}
.hero .cta{margin-top:24px;display:flex;gap:12px}
.button{display:inline-block;padding:12px 18px;border-radius:12px;font-weight:600;border:1px solid transparent}
.button.primary{background:var(--brand-accent);color:white}
.button.secondary{background:transparent;color:white;border-color:#3a4a55}
.section{padding:72px 0}
.section.alt{background:#f7fafc}
.cards{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:18px}
.card{border:1px solid #eef2f4;border-radius:16px;box-shadow:0 1px 2px rgba(0,0,0,.03);padding:18px;background:#fff}
.card h3{margin-top:0}
.banner{background:url('assets/images/offshore-rig.jpg') center/cover no-repeat;border-radius:16px;min-height:240px}
.director{background:url('assets/images/wind-turbines.jpg') center/cover no-repeat;border-radius:16px;min-height:240px}
.contact{background:url('assets/images/nuclear-plant.jpg') center/cover no-repeat;border-radius:16px;min-height:240px}
.site-footer{border-top:1px solid #eef2f4;padding:36px 0;background:#fff;color:#3a4a55}
small, .muted{color:#6b8791}
.wp-block-group{max-width:1200px;margin-left:auto;margin-right:auto}
*/
