
/*
Theme Name: Sunset Business Advisors
Theme URI: https://sunsetig.com
Author: Sunset Business Advisors
Author URI: https://sunsetig.com
Description: A sleek, corporate WordPress theme for a middle-market M&A advisory firm with sunset-inspired branding.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sunset-business-advisors
*/

:root {
  --sunset-orange: #F97316;
  --warm-gold: #FBBF24;
  --navy: #0F172A;
  --cream: #FAF7F2;
  --charcoal: #374151;
}

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

body {
  margin: 0;
  font-family: 'Lato', 'Open Sans', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--charcoal);
  background: #fff;
  line-height: 1.6;
  font-size: 16px;
}

a { color: var(--sunset-orange); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  background: var(--cream);
  color: var(--charcoal);
  font-size: 14px;
  padding: 8px 0;
}

.site-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.site-title a {
  color: var(--navy);
  font-weight: 800;
  letter-spacing: 0.3px;
  font-size: 22px;
}

.primary-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.primary-nav a {
  color: var(--navy);
  font-weight: 600;
}

.hero {
  background: linear-gradient(135deg, rgba(15,23,42,0.75), rgba(249,115,22,0.65)));
  color: #fff;
  padding: 80px 0;
}

.hero h1 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.hero p.lede {
  font-size: 20px;
  max-width: 800px;
  margin: 0 0 24px;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  background: var(--sunset-orange);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
}

.section {
  padding: 48px 0;
}

.section.alt { background: var(--cream); }

.section h2 {
  font-family: 'Merriweather', Georgia, 'Times New Roman', serif;
  color: var(--navy);
  font-size: 28px;
  margin-top: 0;
}

.section ul { padding-left: 18px; }

.site-footer {
  background: var(--navy);
  color: #fff;
  padding: 32px 0;
  margin-top: 40px;
}

.site-footer a { color: #fff; text-decoration: underline; }
