/* R-Book Keeping — navy / orange direction
   Light, established, trade-trustworthy. Real photography carries the
   "I'm local and I'm real" job that no amount of copy can do.
   Squarer corners and a deeper navy than the previous pass — reads as a
   contractor's service business rather than a marketing agency. */

:root {
  --navy:        #16365C;   /* headings, logo tile, dark bands */
  --navy-deep:   #0F2744;   /* utility bar */
  --navy-soft:   #1F4570;

  --orange:      #E8701A;   /* CTA + checkmarks */
  --orange-dk:   #CB5F12;

  --ink:         #16365C;
  --text:        #4A5568;
  --muted:       #6F7C8C;

  --bg:          #FFFFFF;
  --bg-2:        #F5F6F4;   /* alternating section */
  --cream:       #FAF5EA;   /* overlay card */
  --cream-bd:    #EADFC6;

  --line:        #E2E5E9;
  --line-2:      #CBD2DA;

  --radius:      8px;
  --radius-sm:   6px;
  --radius-lg:   12px;
  --shadow:      0 2px 4px rgba(22,54,92,.06), 0 10px 28px -12px rgba(22,54,92,.14);
  --shadow-lg:   0 18px 48px -18px rgba(22,54,92,.28);

  --maxw:        1220px;
  --readw:       740px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

/* ---------------- utility bar ---------------- */

.utility {
  background: var(--navy-deep);
  color: #C3D2E4;
  font-size: .82rem;
  font-weight: 500;
}
.utility-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: .5rem 1.15rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.utility a { color: #fff; text-decoration: none; font-weight: 700; white-space: nowrap; }
.utility .tagline { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------------- header ---------------- */

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--maxw); margin: 0 auto;
  padding: .85rem 1.15rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
}

.wordmark { display: flex; align-items: center; gap: .65rem; text-decoration: none; }
.wordmark .mark {
  width: 46px; height: 46px; flex: none;
  background: var(--navy); border-radius: var(--radius-sm);
  display: grid; place-items: center;
  color: #fff; font-size: 1.55rem; font-weight: 800; letter-spacing: -.04em;
}
.wordmark .name { line-height: 1.05; }
.wordmark .name b {
  display: block; color: var(--navy);
  font-size: 1.3rem; font-weight: 800; letter-spacing: -.025em;
}
.wordmark .name span {
  display: block; color: var(--navy); opacity: .82;
  font-size: 1.02rem; font-weight: 400; letter-spacing: .16em;
}

.nav { display: none; gap: 1.9rem; }
.nav a {
  color: var(--navy); text-decoration: none;
  font-weight: 600; font-size: .98rem; white-space: nowrap;
}
.nav a:hover { color: var(--orange); }

.header-actions { display: flex; align-items: center; gap: .6rem; }

.btn-call {
  display: none; align-items: center;
  min-height: 46px; padding: .5rem 1.15rem;
  border: 2px solid var(--navy); border-radius: var(--radius-sm);
  color: var(--navy); font-weight: 700; font-size: .96rem;
  text-decoration: none; white-space: nowrap;
}
.btn-call:hover { background: var(--navy); color: #fff; }

.tel-sm {
  display: inline-flex; align-items: center;
  min-height: 44px; padding: .45rem .9rem;
  border: 2px solid var(--navy); border-radius: var(--radius-sm);
  color: var(--navy); font-weight: 700; font-size: .95rem;
  text-decoration: none; white-space: nowrap;
}

/* ---------------- buttons ---------------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 56px; padding: .85rem 1.6rem;
  font-family: inherit; font-size: 1.04rem; font-weight: 700;
  border-radius: var(--radius-sm); border: 2px solid transparent;
  text-decoration: none; cursor: pointer; text-align: center;
  letter-spacing: -.005em;
}
.btn-primary { background: var(--orange); color: #fff; border-color: var(--orange); }
.btn-primary:hover { background: var(--orange-dk); border-color: var(--orange-dk); }
.btn-outline { background: #fff; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }

.header-cta {
  display: none; align-items: center;
  min-height: 46px; padding: .5rem 1.3rem;
  background: var(--orange); color: #fff;
  border-radius: var(--radius-sm);
  font-weight: 700; font-size: .96rem; text-decoration: none; white-space: nowrap;
}
.header-cta:hover { background: var(--orange-dk); }

/* ---------------- layout ---------------- */

section { padding: 3.4rem 1.15rem; }
.wrap { max-width: var(--maxw); margin: 0 auto; }
.read { max-width: var(--readw); }
.centered { text-align: center; margin-left: auto; margin-right: auto; }

.section-tint { background: var(--bg-2); }
.section-navy { background: var(--navy); color: #C8D6E6; }
.section-navy h2, .section-navy h3, .section-navy strong { color: #fff; }
.section-navy .lede { color: #B4C6DA; }

/* ---------------- type ---------------- */

h1, h2, h3 { color: var(--navy); margin: 0 0 .8rem; letter-spacing: -.028em; line-height: 1.08; }
h1 { font-size: 2.35rem; font-weight: 800; }
h2 { font-size: 1.85rem; font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; margin-top: 2rem; letter-spacing: -.018em; }

p { margin: 0 0 1.05rem; }
p:last-child { margin-bottom: 0; }

.lede { font-size: 1.14rem; color: var(--text); }
.note { font-size: .9rem; color: var(--muted); }
strong { color: var(--navy); font-weight: 700; }

/* squared badge — navy block, not a soft pill */
.badge {
  display: inline-block;
  background: var(--navy); color: #fff;
  font-size: .78rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: .62rem 1.1rem; border-radius: var(--radius-sm);
  margin-bottom: 1.3rem;
}
.section-navy .badge { background: rgba(255,255,255,.14); }

/* ---------------- hero ---------------- */

.hero { padding-top: 2.6rem; padding-bottom: 2.6rem; }
.hero-grid { display: grid; gap: 2rem; align-items: center; }
.hero h1 { margin-bottom: 1.1rem; }
.hero .cta-stack { display: grid; gap: .75rem; margin: 1.7rem 0 .9rem; }

.hero-media { position: relative; }
.hero-photo {
  width: 100%; aspect-ratio: 4 / 3;
  border-radius: var(--radius-lg);
  background: var(--bg-2);
  border: 2px dashed var(--line-2);
  display: grid; place-items: center; text-align: center;
  padding: 1.6rem; color: var(--muted); font-size: .86rem; line-height: 1.5;
  overflow: hidden;
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }

/* cream card overlapping the photo */
.photo-card {
  background: var(--cream);
  border: 1px solid var(--cream-bd);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
  box-shadow: var(--shadow);
  margin: -2.2rem 1rem 0;
  position: relative; z-index: 2;
}
.photo-card b { display: block; color: var(--navy); font-size: 1.05rem; font-weight: 800; margin-bottom: .6rem; letter-spacing: -.02em; }
.photo-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .45rem; }
.photo-card li {
  display: flex; align-items: center; gap: .5rem;
  font-size: .92rem; color: var(--navy); font-weight: 600;
}
.photo-card svg { flex: none; width: 19px; height: 19px; color: var(--orange); }

/* ---------------- trust bar ---------------- */

.trustbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 1.5rem 1.15rem; }
.trustbar-inner { max-width: var(--maxw); margin: 0 auto; display: grid; gap: 1.1rem; }
.trust {
  display: flex; align-items: center; gap: .8rem;
  color: var(--navy); font-weight: 700; font-size: 1rem;
}
.trust svg { flex: none; width: 34px; height: 34px; color: var(--navy); }

/* ---------------- cards ---------------- */

.cards { display: grid; gap: 1rem; margin-top: 1.9rem; }
.card {
  background: #fff; border: 1px solid var(--line);
  border-top: 3px solid var(--orange);
  border-radius: var(--radius); padding: 1.25rem 1.3rem;
  box-shadow: var(--shadow);
}
.card b { display: block; color: var(--navy); font-weight: 700; margin-bottom: .32rem; font-size: 1.02rem; }
.card p { margin: 0; font-size: .97rem; }

/* ---------------- callout ---------------- */

.callout {
  background: var(--cream); border: 1px solid var(--cream-bd);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius); padding: 1.1rem 1.25rem; margin: 1.6rem 0;
}
.callout p { margin: 0; color: var(--navy); font-weight: 600; }
.section-navy .callout {
  background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16);
  border-left-color: var(--orange);
}
.section-navy .callout p { color: #fff; }

/* ---------------- quotes ---------------- */

.heard { list-style: none; margin: 1.3rem 0; padding: 0; display: grid; gap: .55rem; }
.heard li {
  background: #fff; border: 1px solid var(--line);
  border-left: 3px solid var(--navy-soft);
  border-radius: var(--radius-sm);
  padding: .75rem 1rem; font-style: italic; font-size: .97rem;
}

/* ---------------- local band ---------------- */

.localband { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: 2.1rem 1.15rem; }
.localband-inner { max-width: var(--maxw); margin: 0 auto; display: grid; gap: 1.1rem; align-items: center; }
.portrait {
  width: 112px; height: 112px; border-radius: var(--radius);
  background: #fff; border: 2px dashed var(--line-2);
  display: grid; place-items: center; text-align: center;
  font-size: .68rem; color: var(--muted); padding: .7rem; flex: none;
  overflow: hidden;
}
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-sm { width: 96px; height: 96px; }

/* ---------------- timeline ---------------- */

.timeline { list-style: none; margin: 1.9rem 0 0; padding: 0 0 0 1.6rem; border-left: 2px solid var(--line-2); }
.timeline > li { position: relative; padding: 0 0 1.75rem 1.2rem; }
.timeline > li::before {
  content: ""; position: absolute; left: -1.6rem; top: .48rem;
  width: 13px; height: 13px; border-radius: 3px;
  background: var(--navy); border: 2.5px solid var(--bg);
  transform: translateX(-5.5px);
}
.timeline > li:last-child::before { background: var(--orange); }
.section-tint .timeline > li::before { border-color: var(--bg-2); }
.timeline b { display: block; color: var(--navy); margin-bottom: .22rem; }
.timeline p { margin: 0; }
.timeline ul { margin: .68rem 0 0; padding-left: 1.15rem; }
.timeline ul li { margin-bottom: .4rem; }

/* ---------------- pricing ---------------- */

.steps { display: grid; gap: 1.1rem; margin-top: 2rem; }
.step {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.45rem 1.5rem; box-shadow: var(--shadow);
}
.step.featured { border: 2px solid var(--orange); box-shadow: var(--shadow-lg); }
.step-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: .4rem; }
.step h3 { margin: 0; font-size: 1.12rem; }
.step .price { font-weight: 800; font-size: 1.3rem; color: var(--orange); letter-spacing: -.03em; white-space: nowrap; }
.step .when { font-size: .88rem; color: var(--muted); margin: .25rem 0 .9rem; }
.step ul { margin: .75rem 0 0; padding-left: 1.15rem; }
.step ul li { margin-bottom: .44rem; font-size: .97rem; }

/* ---------------- founder ---------------- */

.founder { display: grid; gap: 1.4rem; margin-top: 1.6rem; }

/* ---------------- faq ---------------- */

.faq { margin-top: 1.7rem; border-top: 2px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; position: relative;
  padding: 1.1rem 2.3rem 1.1rem 0; min-height: 44px;
  font-weight: 700; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: .3rem; top: .82rem;
  font-size: 1.5rem; font-weight: 400; color: var(--orange); line-height: 1;
}
.faq details[open] summary::after { content: "\2013"; }
.faq details p { margin: 0; padding: 0 0 1.15rem; }

/* ---------------- final cta ---------------- */

.final { text-align: center; }
.final .cta-stack { display: grid; gap: .75rem; margin: 1.7rem auto .9rem; max-width: 420px; }

/* ---------------- footer ---------------- */

.site-footer { background: var(--navy-deep); color: #93A7BE; padding: 2.8rem 1.15rem 2.2rem; font-size: .93rem; }
.site-footer .wordmark { margin-bottom: 1rem; }
.site-footer .wordmark .mark { background: #fff; color: var(--navy); }
.site-footer .wordmark .name b,
.site-footer .wordmark .name span { color: #fff; }
.site-footer a { color: #fff; }
.site-footer p { margin-bottom: .48rem; }
.site-footer .fine { margin-top: 1.5rem; font-size: .86rem; color: #6E829A; }

/* ---------------- responsive ---------------- */

@media (min-width: 760px) {
  body { font-size: 18px; }
  section { padding: 4.4rem 1.5rem; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.3rem; }
  .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 3rem; }
  .hero .cta-stack { max-width: 440px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr 1fr; }
  .step.wide { grid-column: 1 / -1; }
  .founder { grid-template-columns: 112px 1fr; align-items: start; }
  .localband-inner { grid-template-columns: 96px 1fr; gap: 1.5rem; }
  .trustbar-inner { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .trust { justify-content: center; padding: .3rem 1rem; }
  .trust + .trust { border-left: 1px solid var(--line); }
  .btn-call { display: inline-flex; }
  .header-cta { display: inline-flex; }
  .tel-sm { display: none; }
}

@media (min-width: 1040px) {
  h1 { font-size: 3.75rem; }
  .nav { display: flex; }
}

@media (max-width: 480px) {
  .utility .tagline { font-size: .76rem; }
  .btn { width: 100%; }
}

/* ---------------- a11y ---------------- */

a:focus-visible, summary:focus-visible, .btn:focus-visible {
  outline: 3px solid var(--orange); outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
