/*
Theme Name: John Booms Businesses
Theme URI: https://johnnesbit.com
Author: The Customer Factory
Description: Custom personal brand theme for John Nesbit - John Booms Businesses
Version: 1.0
Text Domain: johnbooms
*/

/* ===== VARIABLES ===== */
:root {
  --navy: #0d1b2a;
  --navy-light: #162336;
  --gold: #c9a227;
  --gold-light: #e2b94a;
  --white: #ffffff;
  --off-white: #f7f7f5;
  --gray: #e8e8e8;
  --text: #1a1a1a;
  --text-muted: #666666;
  --font-head: "Montserrat", sans-serif;
  --font-body: "Inter", sans-serif;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text); background: var(--white); line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4,h5 { font-family: var(--font-head); font-weight: 800; line-height: 1.1; }
p { margin-bottom: 1.2rem; }

/* ===== BUTTONS ===== */
.btn { display: inline-block; background: var(--gold); color: var(--navy); font-family: var(--font-head); font-weight: 800; font-size: 1rem; letter-spacing: .05em; text-transform: uppercase; padding: 1rem 2.5rem; border-radius: 4px; transition: background .2s, transform .15s; cursor: pointer; border: none; }
.btn:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-lg { font-size: 1.15rem; padding: 1.2rem 3rem; }

/* ===== LAYOUT ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
.section-pad { padding: 5rem 0; }
.text-center { text-align: center; }
.gold { color: var(--gold); }
.gold-rule { width: 60px; height: 4px; background: var(--gold); margin: 1.25rem auto; }
.gold-rule-left { width: 60px; height: 4px; background: var(--gold); margin: 1.25rem 0; }

/* ===== NAV ===== */
#site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: var(--navy); border-bottom: 2px solid var(--gold); transition: box-shadow .3s; }
#site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.nav-logo { font-family: var(--font-head); font-weight: 900; font-size: 1.05rem; color: var(--white); letter-spacing: .02em; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--white); transition: color .2s; }
.nav-links a:hover { color: var(--gold); }
.nav-links .nav-cta a { background: var(--gold); color: var(--navy); padding: .45rem 1.2rem; border-radius: 4px; }
.nav-links .nav-cta a:hover { background: var(--gold-light); color: var(--navy); }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 26px; height: 2px; background: var(--white); transition: all .3s; }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: none; flex-direction: column; background: var(--navy-light); padding: 1rem 1.5rem 1.5rem; }
.mobile-nav.open { display: flex; }
.mobile-nav a { font-family: var(--font-head); font-weight: 600; font-size: 1rem; letter-spacing: .06em; text-transform: uppercase; color: var(--white); padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.1); transition: color .2s; }
.mobile-nav a:last-child { border-bottom: none; }
.mobile-nav a:hover { color: var(--gold); }
.page-content { padding-top: 70px; }

/* ===== HERO ===== */
.hero { background: var(--navy); padding: 5rem 0 4rem; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.hero-eyebrow { font-family: var(--font-head); font-size: .8rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.hero-headline { font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 900; color: var(--white); line-height: 1.0; margin-bottom: 1.5rem; }
.hero-headline .boom { color: var(--gold); }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,.85); margin-bottom: 1.25rem; font-style: italic; line-height: 1.5; }
.hero-body { font-size: 1.05rem; color: rgba(255,255,255,.72); margin-bottom: 2rem; line-height: 1.75; }
.hero-photo img { border-radius: 8px; width: 100%; max-width: 440px; margin: 0 auto; box-shadow: 0 20px 60px rgba(0,0,0,.4); border: 3px solid var(--gold); }

/* ===== CRED BAR ===== */
.cred-bar { background: var(--gold); padding: 1.5rem 0; }
.cred-inner { display: flex; justify-content: center; flex-wrap: wrap; }
.cred-item { font-family: var(--font-head); font-weight: 800; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); padding: .4rem 2rem; text-align: center; border-right: 2px solid rgba(13,27,42,.25); }
.cred-item:last-child { border-right: none; }

/* ===== BOOM SECTION ===== */
.boom-section { background: var(--off-white); padding: 5rem 0; }
.boom-headline { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; color: var(--navy); margin-bottom: .5rem; }
.boom-sub { font-size: 1.05rem; color: var(--text-muted); margin-bottom: 3rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.boom-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.boom-tile { background: var(--white); border: 2px solid var(--gray); border-radius: 8px; padding: 1.75rem 1.5rem; text-align: center; transition: all .2s; cursor: pointer; position: relative; overflow: hidden; display: block; }
.boom-tile::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--gold); transform: scaleX(0); transition: transform .2s; }
.boom-tile:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.boom-tile:hover::before { transform: scaleX(1); }
.boom-tile-icon { font-size: 2rem; margin-bottom: .75rem; }
.boom-tile-text { font-family: var(--font-head); font-weight: 700; font-size: .92rem; color: var(--navy); line-height: 1.4; }
.boom-tile:hover .boom-tile-text { color: var(--gold); }
.boom-cta { margin-top: 3rem; text-align: center; }

/* ===== PROOF STRIP ===== */
.proof-strip { background: var(--navy-light); padding: 4rem 0; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.proof-grid .proof-img img { border-radius: 6px; box-shadow: 0 8px 30px rgba(0,0,0,.4); max-width: 300px; margin: 0 auto; border: 2px solid var(--gold); }
.proof-copy h2 { font-size: clamp(1.5rem, 3vw, 2rem); color: var(--white); margin-bottom: 1rem; }
.proof-copy p { color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.7; margin-bottom: 0; }

/* ===== PAGE HERO (shared) ===== */
.page-hero { background: var(--navy); padding: 5rem 0; text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: .75rem; }
.page-hero p { color: rgba(255,255,255,.7); font-size: 1.1rem; margin: 0; max-width: 640px; margin: 0 auto; }

/* ===== ABOUT ===== */
.about-body { padding: 4rem 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-bottom: 4rem; }
.about-copy h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--navy); margin-bottom: 1rem; }
.about-copy p { color: #444; font-size: 1.05rem; line-height: 1.78; }
.about-photo img { border-radius: 8px; box-shadow: 0 12px 40px rgba(0,0,0,.15); width: 100%; border-left: 4px solid var(--gold); }
.credentials-strip { background: var(--navy); padding: 3rem 0; text-align: center; }
.credentials-strip h3 { color: var(--gold); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1.5rem; font-weight: 700; }
.cred-list { display: flex; justify-content: center; flex-wrap: wrap; gap: .5rem 3rem; list-style: none; }
.cred-list li { font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--white); }
.cred-list li::before { content: "✦ "; color: var(--gold); }
.personal-section { background: var(--off-white); padding: 4rem 0; }
.personal-section h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); color: var(--navy); margin-bottom: .5rem; }
.personal-lead { font-size: 1.05rem; color: #555; margin-bottom: 2.5rem; line-height: 1.7; }
.personal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2rem; }
.personal-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.personal-card img { width: 100%; height: 240px; object-fit: cover; }
.personal-card-body { padding: 1.5rem; }
.personal-card-body h3 { font-size: 1.1rem; color: var(--navy); margin-bottom: .5rem; }
.personal-card-body p { color: #555; font-size: .95rem; margin: 0; line-height: 1.6; }
.fun-strip { background: var(--navy); padding: 3rem 0; }
.fun-strip-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.fun-strip img { border-radius: 6px; width: 100%; height: 220px; object-fit: cover; border: 2px solid rgba(201,162,39,.3); transition: border-color .2s; }
.fun-strip img:hover { border-color: var(--gold); }
.mentoring-callout { background: var(--gold); padding: 3.5rem 0; }
.mentoring-inner { display: grid; grid-template-columns: auto 1fr; gap: 2.5rem; align-items: center; }
.mentoring-icon { font-size: 4rem; }
.mentoring-callout h2 { font-size: clamp(1.4rem, 2.5vw, 1.8rem); color: var(--navy); margin-bottom: .75rem; }
.mentoring-callout p { color: var(--navy); font-size: 1rem; line-height: 1.7; margin: 0; }

/* ===== BLOG ===== */
.blog-hero { background: var(--navy); padding: 4rem 0; text-align: center; }
.blog-hero h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); color: var(--white); font-weight: 900; }
.blog-hero p { color: rgba(255,255,255,.75); font-size: 1.1rem; margin: .75rem auto 0; max-width: 600px; }
.blog-grid-section { padding: 4rem 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.blog-card { background: var(--white); border-radius: 8px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); border: 1px solid var(--gray); transition: transform .2s, box-shadow .2s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.blog-card-thumb { height: 200px; background: var(--navy-light); overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.blog-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card-thumb img { transform: scale(1.05); }
.blog-card-body { padding: 1.5rem; }
.blog-card-meta { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem; }
.blog-card-title { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: .75rem; line-height: 1.3; }
.blog-card-excerpt { font-size: .92rem; color: #555; line-height: 1.65; margin-bottom: 1rem; }
.blog-card-link { font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.blog-card-link::after { content: " →"; }
.blog-callout { background: var(--navy); border-radius: 8px; padding: 2rem 2.5rem; margin-top: 3rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.blog-callout p { font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; color: var(--white); margin: 0; }
.blog-callout span { color: var(--gold); }

/* ===== CONTACT ===== */
.contact-full { background: var(--navy); min-height: 70vh; display: flex; align-items: center; }
.contact-inner { max-width: 700px; margin: 0 auto; text-align: center; padding: 4rem 1.5rem; }
.contact-inner h1 { font-size: clamp(2.2rem, 5vw, 3.5rem); color: var(--white); margin-bottom: 1rem; }
.contact-inner p { font-size: 1.2rem; color: rgba(255,255,255,.75); margin-bottom: 2.5rem; line-height: 1.65; }

/* ===== DOING GOOD ===== */
.doing-good-body { padding: 5rem 0; }
.doing-good-copy { max-width: 820px; margin: 0 auto; }
.doing-good-copy p { font-size: 1.1rem; line-height: 1.82; color: #444; margin-bottom: 1.5rem; }
.doing-good-copy .lead { font-size: 1.22rem; font-weight: 500; color: var(--navy); }
.org-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.org-card { background: var(--off-white); border-radius: 8px; padding: 2rem 1.5rem; border-top: 4px solid var(--gold); text-align: center; }
.org-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: .5rem; }
.org-card p { font-size: .9rem; color: var(--text-muted); margin: 0; line-height: 1.6; }
.impact-bar { background: var(--gold); padding: 3.5rem 0; text-align: center; }
.impact-bar h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); color: var(--navy); margin-bottom: .5rem; }
.impact-bar > .container > p { color: var(--navy); font-size: 1.05rem; margin: 0; }
.impact-numbers { display: flex; justify-content: center; gap: 4rem; margin-top: 2rem; flex-wrap: wrap; }
.impact-num .num { font-family: var(--font-head); font-size: 2.5rem; font-weight: 900; color: var(--navy); display: block; }
.impact-num .label { font-size: .82rem; font-weight: 600; color: rgba(13,27,42,.7); text-transform: uppercase; letter-spacing: .08em; }

/* ===== SINGLE POST ===== */
.post-hero { background: var(--navy); padding: 4rem 0; }
.post-hero h1 { font-size: clamp(1.8rem, 4vw, 3rem); color: var(--white); max-width: 800px; }
.post-meta { color: var(--gold); font-size: .85rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-top: .75rem; }
.post-body { padding: 4rem 0; }
.post-content { font-size: 1.1rem; line-height: 1.8; color: #333; max-width: 760px; margin: 0 auto; }
.post-content h2 { font-size: 1.6rem; color: var(--navy); margin: 2rem 0 1rem; }
.post-content p { margin-bottom: 1.25rem; }
.back-link { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-head); font-weight: 700; font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); margin-bottom: 2rem; }
.back-link:hover { color: var(--navy); }

/* ===== FOOTER ===== */
.site-footer { background: #080f18; padding: 3rem 0 2rem; border-top: 2px solid var(--gold); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-bottom: 2rem; }
.footer-name { font-family: var(--font-head); font-weight: 900; font-size: 1.3rem; color: var(--white); margin-bottom: .5rem; }
.footer-name span { color: var(--gold); }
.footer-tagline { color: rgba(255,255,255,.5); font-size: .9rem; }
.footer-links h4 { font-family: var(--font-head); font-size: .75rem; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; font-weight: 700; }
.footer-links ul { list-style: none; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.6); font-size: .9rem; transition: color .2s; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 1.5rem; text-align: center; color: rgba(255,255,255,.3); font-size: .8rem; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-photo { order: -1; }
  .hero-photo img { max-width: 260px; }
  .hero-headline { font-size: 2.5rem; }
  .cred-inner { flex-direction: column; }
  .cred-item { border-right: none; border-bottom: 1px solid rgba(13,27,42,.15); width: 100%; padding: .6rem 1rem; }
  .cred-item:last-child { border-bottom: none; }
  .boom-grid { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; gap: 2rem; }
  .personal-grid { grid-template-columns: 1fr; }
  .fun-strip-inner { grid-template-columns: 1fr 1fr; }
  .mentoring-inner { grid-template-columns: 1fr; text-align: center; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-callout { flex-direction: column; text-align: center; }
  .org-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
  .section-pad { padding: 3rem 0; }
  .impact-numbers { gap: 2rem; }
}
@media (max-width: 480px) {
  .boom-grid { grid-template-columns: 1fr; }
  .hero-headline { font-size: 2rem; }
  .fun-strip-inner { grid-template-columns: 1fr; }
}
