/*
Theme Name: Mackenzie Parker Capital Theme
Theme URI: https://mackenzieparkercapitalllc.store
Author: MACKENZIE PARKER CAPITAL LLC
Author URI: https://mackenzieparkercapitalllc.store
Description: Professional corporate e-commerce and financial services theme tailored for Facebook Meta Business Manager verification.
Version: 1.0.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mpcapital
Tags: business, finance, corporate, two-columns, custom-menu, responsive-layout
*/

/* ---------- Design tokens ---------- */
:root {
  --navy: #0b2239;
  --navy-deep: #071726;
  --gold: #b8945f;
  --gold-light: #d8bc8b;
  --ink: #16202b;
  --body: #47586a;
  --line: #e2e8ee;
  --surface: #f6f8fa;
  --white: #ffffff;
  --radius: 6px;
  --shadow: 0 10px 30px rgba(11, 34, 57, 0.08);
  --wrap: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  line-height: 1.25;
  margin: 0 0 .6em;
  font-weight: 700;
}
h1 { font-size: 2.6rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1.1em; }
ul, ol { padding-left: 1.2rem; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.section { padding: 76px 0; }
.section--muted { background: var(--surface); }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; font-weight: 700; color: var(--gold); margin-bottom: 14px;
}
.screen-reader-text { position: absolute !important; left: -9999px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 14px 28px; border-radius: var(--radius);
  font-weight: 700; font-size: .9rem; letter-spacing: .04em;
  text-transform: uppercase; border: 1px solid transparent; cursor: pointer;
  transition: all .2s ease;
}
.btn--gold { background: var(--gold); color: var(--white); }
.btn--gold:hover { background: var(--gold-light); color: var(--navy-deep); }
.btn--ghost { border-color: rgba(255,255,255,.55); color: var(--white); }
.btn--ghost:hover { background: rgba(255,255,255,.12); color: var(--white); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-deep); color: var(--white); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-deep); color: rgba(255,255,255,.82);
  font-size: .82rem; padding: 9px 0;
}
.topbar .wrap { display: flex; flex-wrap: wrap; gap: 8px 22px; justify-content: space-between; align-items: center; }
.topbar a { color: rgba(255,255,255,.82); }
.topbar a:hover { color: var(--gold-light); }
.topbar__contact { display: flex; flex-wrap: wrap; gap: 8px 22px; }

/* ---------- Header ---------- */
.site-header { background: var(--navy); color: var(--white); }
.site-header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding-top: 20px; padding-bottom: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand__mark {
  width: 46px; height: 46px; flex: none; border: 2px solid var(--gold);
  display: grid; place-items: center; font-family: Georgia, serif;
  font-weight: 700; color: var(--gold); letter-spacing: -.02em;
}
.brand__name {
  font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700;
  color: var(--white); letter-spacing: .06em; line-height: 1.2;
}
.brand__tag { display: block; font-family: Arial, sans-serif; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-light); font-weight: 400; }

.nav-toggle {
  display: none; background: none; border: 1px solid rgba(255,255,255,.4);
  color: var(--white); padding: 8px 12px; border-radius: 4px; font-size: .85rem;
}
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 26px; align-items: center; }
.main-nav a {
  color: var(--white); font-size: .86rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; padding: 6px 0;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav .current-menu-item > a {
  color: var(--gold-light); border-bottom-color: var(--gold);
}
.main-nav ul ul {
  display: none; position: absolute; background: var(--navy-deep);
  padding: 10px 0; min-width: 210px; z-index: 40; flex-direction: column; gap: 0;
}
.main-nav li { position: relative; }
.main-nav li:hover > ul { display: flex; }
.main-nav ul ul a { display: block; padding: 8px 18px; border: 0; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 55%, #123a5c 100%);
  background-color: var(--navy);
  color: var(--white); padding: 104px 0; position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: auto -120px -160px auto;
  width: 420px; height: 420px; border: 1px solid rgba(184,148,95,.28);
  border-radius: 50%;
}
.hero__inner { position: relative; max-width: 760px; }
.hero h1 { color: var(--white); font-size: 3rem; }
.hero p { color: rgba(255,255,255,.85); font-size: 1.1rem; max-width: 620px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero__stats {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px; margin-top: 56px; position: relative;
}
.hero__stat { border-left: 2px solid var(--gold); padding-left: 16px; }
.hero__stat strong { display: block; font-family: Georgia, serif; font-size: 1.9rem; color: var(--white); }
.hero__stat span { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.7); }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: start; }
.fact-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 28px 30px; }
.fact-card h3 { font-size: 1.05rem; }
.fact-list { list-style: none; margin: 0; padding: 0; }
.fact-list li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .92rem; }
.fact-list li:last-child { border-bottom: 0; }
.fact-list strong { display: block; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--gold); margin-bottom: 3px; }

/* ---------- Services grid ---------- */
.services { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.service {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .2s ease, box-shadow .2s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.service__num { font-family: Georgia, serif; color: var(--gold); font-size: 1.4rem; display: block; margin-bottom: 12px; }
.service h3 { margin-bottom: .4em; }
.service p { font-size: .94rem; margin: 0; }

/* ---------- Packages ---------- */
.packages { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.package { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; }
.package--featured { border-color: var(--gold); box-shadow: var(--shadow); }
.package__price { font-family: Georgia, serif; font-size: 2.1rem; color: var(--navy); margin: 6px 0 4px; }
.package__price small { font-size: .8rem; font-family: Arial, sans-serif; color: var(--body); }
.package ul { list-style: none; padding: 0; margin: 18px 0 26px; }
.package li { padding: 8px 0 8px 22px; position: relative; font-size: .92rem; border-bottom: 1px solid var(--line); }
.package li::before { content: "\2713"; position: absolute; left: 0; color: var(--gold); }
.package .btn { margin-top: auto; text-align: center; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start; }
.contact-form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line);
  border-radius: var(--radius); font: inherit; color: var(--ink); background: var(--white);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--gold-light); border-color: var(--gold); }
.field textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: .78rem; color: var(--body); margin-top: 14px; }

/* ---------- Content / posts ---------- */
.page-hero { background: var(--navy); color: var(--white); padding: 66px 0; }
.page-hero h1 { color: var(--white); margin: 0; }
.page-hero p { color: rgba(255,255,255,.8); margin: 10px 0 0; }
.content { max-width: 820px; margin: 0 auto; }
.content .entry { padding: 46px 0; border-bottom: 1px solid var(--line); }
.content .entry:last-child { border-bottom: 0; }
.entry__meta { font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; color: var(--gold); margin-bottom: 10px; }
.legal h2 { font-size: 1.4rem; margin-top: 2em; }
.legal h3 { font-size: 1.1rem; margin-top: 1.6em; }
blockquote { border-left: 3px solid var(--gold); margin: 1.5em 0; padding: .4em 0 .4em 1.2em; color: var(--ink); font-style: italic; }
.pagination { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }
.pagination .page-numbers { padding: 9px 15px; border: 1px solid var(--line); border-radius: var(--radius); }
.pagination .current { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* WordPress core alignment classes */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin: 0 auto 1.5em; }
.wp-caption-text, .sticky, .gallery-caption, .bypostauthor { font-size: .85rem; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.75); padding: 66px 0 0; font-size: .92rem; }
.site-footer a { color: rgba(255,255,255,.75); }
.site-footer a:hover { color: var(--gold-light); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 38px; }
.site-footer h4 {
  color: var(--white); font-family: Arial, sans-serif; font-size: .78rem;
  text-transform: uppercase; letter-spacing: .16em; margin-bottom: 18px;
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 10px; }
.legal-block { line-height: 1.9; }
.legal-block strong { color: var(--white); }
.ein-badge {
  display: inline-block; margin-top: 12px; padding: 7px 14px;
  border: 1px solid rgba(184,148,95,.6); border-radius: var(--radius);
  color: var(--gold-light); font-size: .8rem; letter-spacing: .06em;
}
.footer-bottom {
  margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12);
  padding: 22px 0; font-size: .82rem;
  display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: space-between;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .services, .packages { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  h1 { font-size: 2.1rem; } .hero h1 { font-size: 2.3rem; }
}
@media (max-width: 782px) {
  .nav-toggle { display: block; }
  .site-header .wrap { flex-wrap: wrap; }
  .main-nav { display: none; width: 100%; }
  .main-nav.is-open { display: block; }
  .main-nav ul { flex-direction: column; align-items: flex-start; gap: 0; width: 100%; }
  .main-nav li { width: 100%; border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav a { display: block; padding: 12px 0; border: 0; }
  .main-nav ul ul { position: static; padding-left: 14px; }
}
@media (max-width: 620px) {
  .section { padding: 54px 0; }
  .hero { padding: 72px 0; }
  .hero__stats, .services, .packages, .footer-grid { grid-template-columns: 1fr; }
  .topbar .wrap { justify-content: flex-start; }
}
