/*
Theme Name: Business Reboot
Theme URI: https://businessreboot.biz/
Author: Nathan Davis / Business Reboot
Description: Custom Business Reboot consulting theme for wholesale distribution, HVAC, service, and construction companies.
Version: 1.0.6
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: business-reboot
*/

:root {
  --br-navy: #071f38;
  --br-blue: #0878bc;
  --br-orange: #f58220;
  --br-ink: #17212b;
  --br-slate: #52606d;
  --br-cloud: #f4f7fa;
  --br-white: #ffffff;
  --br-border: #dbe3ea;
  --br-shadow: 0 20px 55px rgba(7, 31, 56, .12);
  --br-radius: 18px;
  --br-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--br-ink); background: var(--br-white); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; }
a { color: var(--br-blue); }
.br-wrap { width: min(calc(100% - 40px), var(--br-width)); margin-inline: auto; }
.br-section { padding: 92px 0; }
.br-kicker { margin: 0 0 14px; color: var(--br-orange); font-size: .78rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; color: var(--br-navy); line-height: 1.12; }
h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(2.65rem, 6vw, 5.4rem); letter-spacing: -.045em; }
h2 { margin-bottom: 20px; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.035em; }
h3 { margin-bottom: 12px; font-size: 1.22rem; }
p { margin: 0 0 20px; }
.br-lead { max-width: 780px; color: #dbe8f4; font-size: clamp(1.05rem, 2vw, 1.28rem); }

.br-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(7,31,56,.09); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.admin-bar .br-header { top: 32px; }
.br-header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.br-brand { display: inline-flex; align-items: center; text-decoration: none; }
.br-brand img { width: 215px; max-height: 60px; object-fit: contain; }
.br-nav { display: flex; align-items: center; gap: 24px; }
.br-nav a { color: var(--br-navy); font-size: .92rem; font-weight: 700; text-decoration: none; }
.br-nav a:hover { color: var(--br-orange); }
.br-phone { padding: 12px 18px; border-radius: 999px; background: var(--br-orange); color: #17110b !important; white-space: nowrap; }

.br-hero { position: relative; overflow: hidden; min-height: 720px; display: grid; align-items: center; color: var(--br-white); background: linear-gradient(115deg, #061a2c 0%, #092f50 58%, #074b73 100%); }
.br-hero::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(90deg, transparent 0 8%, rgba(255,255,255,.15) 8% 8.25%, transparent 8.25% 20%), repeating-linear-gradient(0deg, transparent 0 94px, rgba(255,255,255,.1) 95px 97px); transform: perspective(600px) rotateY(-6deg) scale(1.08); }
.br-hero::after { content: ""; position: absolute; right: -180px; bottom: -260px; width: 700px; height: 700px; border: 120px solid rgba(245,130,32,.14); border-radius: 50%; }
.br-hero .br-wrap { position: relative; z-index: 2; padding-block: 100px; }
.br-hero h1, .br-hero h2 { color: var(--br-white); }
.br-hero-mark { width: 76px; height: 8px; margin-bottom: 28px; background: var(--br-orange); }
.br-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.br-button { display: inline-block; padding: 15px 24px; border: 2px solid var(--br-orange); border-radius: 8px; background: var(--br-orange); color: #17110b; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.br-button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(245,130,32,.25); }
.br-button--ghost { border-color: rgba(255,255,255,.55); background: transparent; color: var(--br-white); }

.br-intro { background: var(--br-white); }
.br-intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.br-stat-panel { position: relative; padding: 44px; border-radius: var(--br-radius); color: var(--br-white); background: var(--br-navy); box-shadow: var(--br-shadow); }
.br-stat-panel::before { content: ""; position: absolute; top: 0; left: 44px; width: 82px; height: 7px; background: var(--br-orange); }
.br-stat { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.br-stat:last-child { border: 0; }
.br-stat strong { display: block; color: var(--br-white); font-size: 2.2rem; line-height: 1; }
.br-stat span { color: #b9c9d8; font-size: .93rem; }

.br-services { background: var(--br-cloud); }
.br-heading-row { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.br-heading-row p { max-width: 520px; color: var(--br-slate); }
.br-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.br-card { padding: 34px; border: 1px solid var(--br-border); border-radius: var(--br-radius); background: var(--br-white); transition: transform .2s ease, box-shadow .2s ease; }
.br-card:hover { transform: translateY(-5px); box-shadow: var(--br-shadow); }
.br-card-number { width: 42px; height: 42px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--br-white); background: var(--br-navy); font-size: .82rem; font-weight: 800; }
.br-card p { margin-bottom: 0; color: var(--br-slate); font-size: .96rem; }

.br-nathan { color: var(--br-white); background: #0b2a45; }
.br-nathan-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.br-portrait { min-height: 500px; display: grid; place-items: center; overflow: hidden; border-radius: var(--br-radius); background: linear-gradient(145deg, #14547d, #061a2c); box-shadow: var(--br-shadow); }
.br-portrait img { width: 100%; height: 100%; min-height: 500px; object-fit: contain; object-position: center bottom; }
.br-monogram { position: relative; color: rgba(255,255,255,.12); font-size: 12rem; font-weight: 900; letter-spacing: -.12em; }
.br-monogram::after { content: "PHOTO READY"; position: absolute; left: 50%; bottom: 18%; transform: translateX(-50%); color: rgba(255,255,255,.65); font-size: .68rem; letter-spacing: .22em; white-space: nowrap; }
.br-nathan h2 { color: var(--br-white); }
.br-nathan p { color: #c9d6e1; }
.br-proof { margin-top: 28px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.br-proof span { padding: 13px 15px; border-left: 3px solid var(--br-orange); background: rgba(255,255,255,.05); font-size: .9rem; }

.br-resources { background: var(--br-white); }
.br-resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.br-resource { padding: 42px; border-radius: var(--br-radius); background: var(--br-cloud); }
.br-resource--dark { color: var(--br-white); background: var(--br-navy); }
.br-resource--dark h3 { color: var(--br-white); }
.br-resource p { color: var(--br-slate); }
.br-resource--dark p { color: #c9d6e1; }
.br-resource--book { display: grid; grid-template-columns: 145px 1fr; gap: 30px; align-items: center; }
.br-book-cover { width: 100%; border-radius: 5px; box-shadow: 0 16px 32px rgba(7,31,56,.22); }

.br-page-hero { padding: 90px 0; color: var(--br-white); background: linear-gradient(120deg, #061a2c, #0a4770); }
.br-page-hero h1 { max-width: 900px; margin-bottom: 20px; color: var(--br-white); font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.04em; }
.br-page-hero .br-lead { max-width: 850px; }
.br-manual-feature { display: grid; grid-template-columns: minmax(250px, .72fr) 1.28fr; gap: 70px; align-items: center; }
.br-manual-cover { width: min(100%, 390px); margin-inline: auto; border-radius: 7px; box-shadow: 0 24px 60px rgba(7,31,56,.25); }
.br-manual-copy p { color: var(--br-slate); }
.br-manual-label { display: inline-block; margin-bottom: 18px; padding: 7px 12px; border-radius: 999px; color: var(--br-white); background: var(--br-blue); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.br-manual-points { margin: 28px 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
.br-manual-points span { padding: 14px 16px; border-left: 3px solid var(--br-orange); background: var(--br-cloud); color: var(--br-navy); font-weight: 700; }
.br-series-section { background: var(--br-cloud); }
.br-series-intro { max-width: 800px; }
.br-series-grid { margin-top: 38px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.br-series-card { padding: 30px; border-radius: var(--br-radius); background: var(--br-white); border: 1px solid var(--br-border); }
.br-series-card p { margin-bottom: 0; color: var(--br-slate); }
.br-use-section { background: var(--br-white); }
.br-use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.br-use-panel { padding: 36px; border-radius: var(--br-radius); color: var(--br-white); background: var(--br-navy); }
.br-use-panel h2 { color: var(--br-white); }
.br-use-panel p { color: #c9d6e1; }
.br-consult-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: start; }
.br-consult-copy p { color: var(--br-slate); }
.br-consult-panel { padding: 40px; border-radius: var(--br-radius); color: var(--br-white); background: var(--br-navy); box-shadow: var(--br-shadow); }
.br-consult-panel h2, .br-consult-panel h3 { color: var(--br-white); }
.br-consult-panel p { color: #c9d6e1; }
.br-consult-phone { display: block; margin: 24px 0 8px; color: var(--br-white); font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 900; text-decoration: none; }
.br-consult-topics { margin-top: 36px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.br-consult-topic { padding: 24px; border: 1px solid var(--br-border); border-radius: 14px; background: var(--br-white); }
.br-consult-topic p { margin-bottom: 0; color: var(--br-slate); font-size: .94rem; }
.br-expect-section { background: var(--br-cloud); }
.br-expect-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 36px; }
.br-expect-step { padding: 30px; border-radius: var(--br-radius); background: var(--br-white); }
.br-expect-step strong { display: block; margin-bottom: 12px; color: var(--br-orange); font-size: 1.6rem; }
.br-expect-step p { margin-bottom: 0; color: var(--br-slate); }

.br-cta { padding: 84px 0; color: var(--br-white); background: var(--br-orange); }
.br-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.br-cta h2 { max-width: 760px; margin: 0; color: #18120d; }
.br-cta .br-button { border-color: var(--br-navy); background: var(--br-navy); color: var(--br-white); }

.br-footer { padding: 54px 0 28px; color: #9fb1c2; background: #061827; }
.br-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 50px; }
.br-footer img { width: 210px; margin-bottom: 22px; filter: brightness(0) invert(1); opacity: .9; }
.br-footer h3 { color: var(--br-white); font-size: 1rem; }
.br-footer a { color: #d6e2ec; text-decoration: none; }
.br-footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.br-content { width: min(calc(100% - 40px), 900px); margin: 70px auto; }

@media (max-width: 900px) {
  .admin-bar .br-header { top: 46px; }
  .br-header-inner { min-height: 74px; }
  .br-nav a:not(.br-phone) { display: none; }
  .br-brand img { width: 175px; }
  .br-hero { min-height: 650px; }
  .br-intro-grid, .br-nathan-grid, .br-manual-feature, .br-use-grid, .br-consult-grid { grid-template-columns: 1fr; }
  .br-grid, .br-series-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .br-heading-row, .br-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .br-wrap { width: min(calc(100% - 28px), var(--br-width)); }
  .br-section { padding: 68px 0; }
  .br-header-inner { gap: 12px; }
  .br-brand img { width: 145px; }
  .br-phone { padding: 9px 12px; font-size: .78rem !important; }
  .br-grid, .br-resource-grid, .br-footer-grid, .br-proof, .br-series-grid, .br-manual-points, .br-consult-topics, .br-expect-grid { grid-template-columns: 1fr; }
  .br-resource--book { grid-template-columns: 110px 1fr; gap: 20px; }
  .br-card, .br-resource, .br-stat-panel { padding: 28px; }
  .br-portrait { min-height: 390px; }
  .br-monogram { font-size: 8rem; }
}
