/* ============================================================
   SUNWARD POWER — site stylesheet
   Codified from _demos/demo-d-solarax.html (chosen direction D,
   built in the style of the Solarax reference, Sunward palette).
   Single file: replaces the _shared.css/sections.css/site.css stack.
   Pages live at sunward/ root; asset URLs resolve from there.
   ============================================================ */

:root {
  /* Original-build palette, chosen over the 2023 Brand Standards Guide
     colors in client review 2026-06-12 (type stayed on the guide:
     Rajdhani heads / Nunito Sans body). Guide hexes kept for reference:
     Oregon Orange #f6863c, Sunset Yellow #fdb936, Black Coffee #200c00,
     Frappuccino ~#d5c0ac, Willamette Blue ~#657d92. */
  --orange: #e8721a;
  --orange-bright: #ef7d23;
  --orange-deep: #c2570e;
  --gold: #f5c518;
  --carbon: #161513;
  --carbon-soft: #211f1c;
  --ink: #3c3933;
  --ink-mid: #6f6a60;
  --paper: #ffffff;
  --line: #ece4d4;
  --r: 4px;
  --r-lg: 6px;
  /* derived channels + roles so the whole skin swaps with the palette */
  --carbon-rgb: 22,21,19;
  --orange-rgb: 232,114,26;
  --orange-deep-rgb: 194,87,14;
  --gold-rgb: 245,197,24;
  --on-accent: #fff;        /* text on orange/gradient fills */
  --rent-bg: #f4f0e7;
  --rent-line: #e6dec9;
  --rent-marker: #c6bca4;
  --rent-head: var(--ink-mid);
  /* Black Coffee (brand guide) — accent surfaces only: stat bars,
     case-study slider + bill panels. The global dark stays --carbon. */
  --coffee: #200c00;
  --coffee-soft: #2e190b;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Nunito Sans', system-ui, sans-serif; font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
::selection { background: var(--gold); color: var(--carbon); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 2px; }
.btn:focus-visible { outline-color: var(--carbon); }
.btn.light:focus-visible, .btn.ghost:focus-visible { outline-color: var(--gold); }
.wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
h1, h2, h3 { color: var(--carbon); line-height: 1.08; margin: 0; text-wrap: balance; font-family: 'Rajdhani', sans-serif; font-weight: 600; letter-spacing: 0.005em; }
p { text-wrap: pretty; }

/* eyebrow — short rule above a quiet label (editorial kicker) */
.eyebrow { display: inline-block; position: relative; color: var(--ink-mid); font-size: 12.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding-top: 14px; }
.eyebrow::before { content: ""; position: absolute; top: 0; left: 0; width: 34px; height: 3px; background: var(--orange); }
.eyebrow.on-dark { color: rgba(255,255,255,0.65); }
.eyebrow.on-dark::before { background: var(--gold); }
/* centered section heads: center the rule over the label */
.head-c .eyebrow::before { left: 50%; transform: translateX(-50%); }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; background: var(--orange); color: var(--on-accent); font-weight: 600; font-family: 'Rajdhani', sans-serif; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; padding: 16px 28px; border-radius: var(--r); box-shadow: 0 12px 26px -14px rgba(var(--orange-deep-rgb),0.65); transition: background .25s, transform .25s, box-shadow .25s; }
.btn:hover { background: var(--orange-deep); transform: translateY(-2px); box-shadow: 0 18px 32px -14px rgba(var(--orange-deep-rgb),0.7); }
.btn.ghost { background: transparent; border: 1.5px solid rgba(255,255,255,0.55); color: #fff; box-shadow: none; }
.btn.ghost:hover { background: rgba(255,255,255,0.12); box-shadow: none; }
.btn.dark { background: var(--carbon); box-shadow: 0 12px 26px -14px rgba(var(--carbon-rgb),0.55); }
.btn.dark:hover { background: #000; box-shadow: 0 18px 32px -14px rgba(var(--carbon-rgb),0.6); }
.btn.light { background: #fff; color: var(--carbon); box-shadow: 0 12px 26px -14px rgba(0,0,0,0.4); }
.btn.light:hover { background: var(--gold); color: var(--carbon); box-shadow: 0 18px 32px -14px rgba(0,0,0,0.45); }

/* ---- placeholder discipline — fixed annotation scale, never inherits display type ---- */
.ph { display: inline-block; background: repeating-linear-gradient(45deg, #fdf6dc, #fdf6dc 6px, #fff 6px, #fff 12px); border: 1px dashed #b08908; color: #7a6207; -webkit-text-fill-color: #7a6207; font-size: 12px; font-weight: 700; font-style: normal; line-height: 1.5; letter-spacing: .01em; text-transform: none; padding: 1px 8px; border-radius: 3px; vertical-align: middle; max-width: 36ch; text-align: left; white-space: normal; }
.ph::before { content: "CLIENT: "; font-weight: 900; }
.sample { opacity: 0.55; }
/* opacity creates a stacking context that breaks background-clip:text —
   inside gradient-clipped figures the .sample-flag alone carries the signal */
.stat .sample { opacity: 1; }
.sample-flag { display: inline-block; background: #fdf6dc; border: 1px dashed #b08908; color: #7a6207; -webkit-text-fill-color: #7a6207; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; padding: 2px 7px; border-radius: 3px; vertical-align: middle; white-space: nowrap; }
.ph-strip { display: flex; align-items: center; gap: 16px; border: 1px dashed #b08908; background: repeating-linear-gradient(45deg, #fdf6dc, #fdf6dc 10px, #fffdf4 10px, #fffdf4 20px); border-radius: var(--r); padding: 18px 22px; color: #7a6207; font-size: 14px; }
.ph-strip b { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.ph-img { background: repeating-linear-gradient(45deg, #fdf6dc, #fdf6dc 10px, #fff 10px, #fff 20px); border: 1px dashed #b08908; display: flex; align-items: center; justify-content: center; color: #7a6207; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; min-height: 240px; text-align: center; padding: 16px; }

/* announcement */
.ann { background: var(--carbon); color: #fff; text-align: center; font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 9px 16px; }
.ann a { color: var(--gold); }

/* nav */
nav.site { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px -24px rgba(var(--carbon-rgb),0.4); }
.nav-in { max-width: 1240px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; gap: 28px; position: relative; }
.nav-in img { height: 38px; width: auto; }
.nav-tel { display: inline-flex; align-items: center; gap: 7px; font-size: 15px; font-weight: 700; color: var(--carbon); text-decoration: none; white-space: nowrap; }
.nav-tel:hover { color: var(--orange); }
.nav-tel svg { width: 16px; height: 16px; fill: var(--orange); flex: 0 0 auto; }
.nav-links { display: flex; gap: 26px; list-style: none; margin: 0 0 0 auto; padding: 0; }
.nav-links a { position: relative; font-size: 14.5px; font-weight: 700; color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; min-height: 36px; }
.nav-links a:hover, .nav-links a.active { color: var(--orange); }
.nav-links a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 2px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); }
.nav-in .btn { padding: 12px 20px; }
/* nav menu wrapper + CSS-only hamburger (checkbox hack, no JS) */
.nav-menu { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-menu .nav-links { margin: 0; }
.nav-toggle { position: absolute; width: 1px; height: 1px; margin: -1px; opacity: 0; pointer-events: none; }
.nav-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; margin-left: auto; cursor: pointer; }
.nav-burger span { display: block; width: 24px; height: 2.5px; border-radius: 2px; background: var(--carbon); transition: transform .25s, opacity .2s; }
.nav-toggle:checked ~ .nav-burger span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle:checked ~ .nav-burger span:nth-child(2) { opacity: 0; }
.nav-toggle:checked ~ .nav-burger span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.nav-toggle:focus-visible ~ .nav-burger { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 4px; }

/* home hero */
.hero { position: relative; min-height: 640px; display: flex; align-items: center; background: url('assets/Installing-solar-panels-oregon.webp') center/cover; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top right, rgba(var(--carbon-rgb),0.95) 0%, rgba(var(--carbon-rgb),0.83) 42%, rgba(var(--orange-rgb),0.6) 80%, rgba(var(--orange-deep-rgb),0.64) 100%); }
.hero .wrap { position: relative; width: 100%; padding-top: 90px; padding-bottom: 90px; }
.hero h1 { color: #fff; font-size: clamp(44px, 5.8vw, 76px); max-width: 16ch; margin: 18px 0 22px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; }
.hero p.lede { color: rgba(255,255,255,0.88); font-size: 19px; max-width: 54ch; margin: 0 0 34px; }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero .proof { margin-top: 38px; display: inline-flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.1); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; padding: 8px 18px; color: #fff; font-size: 13.5px; font-weight: 700; }
.hero .proof .stars, .stars { color: var(--gold); letter-spacing: 2px; }

/* inner page hero — same gradient family, shorter. Per-page photo via
   inline style="background-image:url('assets/…')" on .page-hero.photo */
.page-hero { position: relative; background: var(--carbon); display: flex; align-items: center; min-height: 320px; }
.page-hero.photo { min-height: 420px; background-size: cover; background-position: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top right, rgba(var(--carbon-rgb),0.96) 0%, rgba(var(--carbon-rgb),0.89) 46%, rgba(var(--orange-rgb),0.55) 82%, rgba(var(--orange-deep-rgb),0.58) 100%); }
.page-hero .wrap { position: relative; width: 100%; padding-top: 72px; padding-bottom: 72px; }
.page-hero h1 { color: #fff; font-size: clamp(36px, 4.6vw, 60px); max-width: 20ch; margin: 16px 0 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; }
.page-hero p.lede { color: rgba(255,255,255,0.88); font-size: 18px; max-width: 58ch; margin: 0 0 28px; }
.page-hero .actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.page-hero .byline { color: rgba(255,255,255,0.65); font-size: 13.5px; margin: 0 0 6px; }

/* partner band */
.partners { background: var(--carbon); padding: 26px 0; }
.partners .row { display: flex; flex-wrap: wrap; gap: 18px 48px; align-items: center; justify-content: center; }
.partners span { color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.partners span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); }

/* partner logo strip — white knockout logos on carbon */
.partners-band { background: var(--carbon); padding: 52px 0; }
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px 40px; }
.logo-strip img { height: 78px; width: auto; opacity: 0.82; transition: opacity .25s; }
.logo-strip img:hover { opacity: 1; }
@media (max-width: 768px) { .logo-strip { gap: 22px 36px; justify-content: center; } .logo-strip img { height: 46px; } }

/* generic section rhythm */
section.pad { padding: 96px 0; }
section.pad-sm { padding: 64px 0; }
.head-c { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.head-c h2, .head-l h2 { font-size: clamp(30px, 3.4vw, 44px); margin-top: 14px; }
.head-l { margin-bottom: 40px; }
.muted { color: var(--ink-mid); }

/* about / generic split */
.split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 64px; align-items: center; }
.split h2 { font-size: clamp(30px, 3.4vw, 44px); margin: 14px 0 18px; }
.split .photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 24px 60px -24px rgba(var(--carbon-rgb),0.35); }
.split .photo img { width: 100%; height: 560px; object-fit: cover; }
.split .photo.short img { height: 420px; }
.feature { display: flex; gap: 18px; margin-top: 26px; }
.feature .dot { flex: 0 0 46px; height: 46px; border-radius: 50%; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); display: flex; align-items: center; justify-content: center; color: var(--on-accent); font-weight: 900; font-size: 18px; }
.feature h3 { font-size: 19px; margin: 0 0 6px; }
.feature p { margin: 0; color: var(--ink-mid); font-size: 15.5px; }

/* versus — problem section: renting vs owning, side by side.
   The rent column is deliberately drained (gray paper, hollow markers);
   the own column carries the full brand (carbon, gradient dots, CTA).
   Cells interleave rent/own per row so grid rows stay height-aligned. */
.versus { position: relative; display: grid; grid-template-columns: 1fr 1fr; border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 70px -30px rgba(var(--carbon-rgb),0.45); }
.vs-badge { position: absolute; z-index: 2; left: 50%; top: 34px; transform: translateX(-50%); width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); color: var(--on-accent); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.04em; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px -10px rgba(var(--orange-deep-rgb),0.8); }
.vs-cell { padding: 20px 40px; font-size: 15.5px; line-height: 1.6; }
.vs-cell.rent { background: var(--rent-bg); color: var(--ink-mid); border-top: 1px solid var(--rent-line); }
.vs-cell.own { background: var(--carbon); color: rgba(255,255,255,0.72); border-top: 1px solid rgba(255,255,255,0.09); }
.vs-cell.rent b { color: var(--ink); }
.vs-cell.own b { color: #fff; }
.vs-cell:not(.vs-head):not(.vs-foot) { position: relative; padding-left: 70px; }
.vs-cell:not(.vs-head):not(.vs-foot)::before { content: ""; position: absolute; left: 40px; top: 26px; width: 12px; height: 12px; border-radius: 50%; }
.vs-cell.rent:not(.vs-head):not(.vs-foot)::before { border: 2px solid var(--rent-marker); left: 38px; top: 24px; }
.vs-cell.own:not(.vs-head):not(.vs-foot)::before { background: linear-gradient(90deg, var(--orange-bright), var(--gold)); }
.vs-head { border-top: 0 !important; padding-top: 38px; padding-bottom: 16px; }
.vs-head h3 { font-size: 23px; margin: 0 0 2px; }
.vs-cell.rent.vs-head h3 { color: var(--rent-head); }
.vs-cell.own.vs-head h3 { color: #fff; }
.vs-head p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.vs-cell.own.vs-head p { color: var(--gold); }
.vs-foot { padding-top: 26px; padding-bottom: 38px; }
.vs-cell.rent.vs-foot { font-size: 13.5px; font-style: italic; }
/* Keep the two columns SIDE BY SIDE on mobile so each point stays paired
   with its counterpart (rent left, own right). Tighten spacing to fit. */
@media (max-width: 900px) {
  .vs-badge { display: none; }
  .vs-cell { padding: 16px 14px; font-size: 14px; }
  .vs-cell:not(.vs-head):not(.vs-foot) { padding-left: 34px; }
  .vs-cell:not(.vs-head):not(.vs-foot)::before { left: 13px; top: 21px; width: 10px; height: 10px; }
  .vs-cell.rent:not(.vs-head):not(.vs-foot)::before { left: 12px; top: 19px; }
  .vs-head { padding-top: 24px; padding-bottom: 12px; }
  .vs-head h3 { font-size: 16px; }
  .vs-head p { font-size: 10px; letter-spacing: 0.06em; }
  .vs-foot { padding-top: 16px; padding-bottom: 24px; }
  .vs-cell.rent.vs-foot { font-size: 12.5px; }
  .vs-foot .btn { width: 100%; justify-content: center; padding: 12px; font-size: 12px; letter-spacing: 0.03em; }
}
@media (max-width: 480px) {
  .vs-cell { padding: 13px 10px; font-size: 12.5px; }
  .vs-cell:not(.vs-head):not(.vs-foot) { padding-left: 26px; }
  .vs-cell:not(.vs-head):not(.vs-foot)::before { left: 9px; width: 8px; height: 8px; }
  .vs-cell.rent:not(.vs-head):not(.vs-foot)::before { left: 8px; }
  .vs-head h3 { font-size: 14.5px; }
}

/* photo crops — same asset, different framing */
.crop-left { object-position: left center; }
.crop-right { object-position: right center; }
.crop-top { object-position: center top; }
.crop-bottom { object-position: center bottom; }

/* stats band over photo */
.statband { position: relative; background: url('assets/Oregon-Business-Solar-Install.webp') center/cover; padding: 140px 0 0; }
.statband::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(var(--carbon-rgb),0.25), rgba(var(--carbon-rgb),0.05) 55%, rgba(var(--carbon-rgb),0.0)); }
.statband .bar { position: relative; transform: translateY(50%); background: var(--coffee); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); padding: 38px 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; box-shadow: 0 30px 70px -20px rgba(var(--carbon-rgb),0.55); }
.stat { text-align: center; border-right: 1px solid rgba(255,255,255,0.12); padding: 0 12px; }
.stat:last-child { border-right: 0; }
.stat .num { font-size: clamp(26px, 2.8vw, 38px); font-weight: 900; font-variant-numeric: tabular-nums; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat .lbl { color: rgba(255,255,255,0.75); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 6px; }
.statband + .spacer { height: 150px; }
/* flat variant for inner pages (no photo underneath) */
.statbar { background: var(--coffee); border-radius: var(--r-lg); padding: 38px 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.statbar.cols-3 { grid-template-columns: repeat(3, 1fr); }

/* numbered service rows */
.svc { display: grid; grid-template-columns: 150px 1fr auto; gap: 36px; align-items: center; padding: 44px 0; border-top: 1px solid var(--line); }
.svc:last-of-type { border-bottom: 1px solid var(--line); }
.svc .no { font-size: 96px; font-weight: 900; line-height: 1; color: transparent; -webkit-text-stroke: 2px var(--orange-bright); opacity: .85; }
.svc h3 { font-size: 26px; margin: 0 0 10px; }
.svc p { margin: 0; color: var(--ink-mid); max-width: 64ch; }
.svc .go { white-space: nowrap; }
.svc-photo { border-radius: var(--r-lg); overflow: hidden; margin: 26px 0; }
.svc-photo img { width: 100%; height: 420px; object-fit: cover; }
/* thumbnail rows — a photo sits at the end of each service row, always visible */
.svc-thumbed { grid-template-columns: 96px 1fr 300px; }
.svc-thumbed .no { font-size: 72px; }
.svc-thumbed p { margin-bottom: 18px; }
.svc-thumb { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 16 / 10; box-shadow: 0 16px 34px -22px rgba(var(--carbon-rgb),0.5); }
.svc-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.4,0,.2,1); }
.svc-thumbed:hover .svc-thumb img { transform: scale(1.05); }

/* process steps / generic card grid */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps.cols-2 { grid-template-columns: repeat(2, 1fr); }
.steps.cols-4 { grid-template-columns: repeat(4, 1fr); }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 30px; box-shadow: 0 18px 40px -28px rgba(var(--carbon-rgb),0.35); }
.step .n { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); color: var(--on-accent); font-weight: 900; font-size: 22px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.step h3 { font-size: 20px; margin: 0 0 10px; }
.step p { margin: 0; color: var(--ink-mid); font-size: 15.5px; }

/* plan — connected process timeline (homepage; replaces 3 floating .step
   cards). A subtle rail runs through three number nodes. Encodes the
   section headline "we handle the hard two": step 1 is the homeowner's
   outlined "your part" node, steps 2-3 are filled "we handle it" nodes.
   (.steps/.step stay untouched — still used on inner pages.) */
.plan { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.plan::before { content: ""; position: absolute; top: 27px; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(90deg, var(--line), rgba(var(--orange-rgb),0.5)); }
.plan-step { position: relative; text-align: center; padding: 0 10px; }
.plan-step .node { position: relative; z-index: 1; width: 56px; height: 56px; margin: 0 auto 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 23px; box-shadow: 0 0 0 8px var(--paper); }
.plan-step .node.you { background: #fff; border: 2px solid var(--orange); color: var(--orange-deep); }
.plan-step .node.we { background: linear-gradient(135deg, var(--orange-bright), var(--gold)); color: var(--on-accent); box-shadow: 0 0 0 8px var(--paper), 0 12px 26px -12px rgba(var(--orange-deep-rgb),0.7); }
.plan-step .tag { display: inline-block; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; padding: 4px 11px; border-radius: 100px; margin-bottom: 12px; }
.plan-step .tag.you { color: var(--ink-mid); background: var(--rent-bg); border: 1px solid var(--rent-line); }
.plan-step .tag.we { color: var(--orange-deep); background: rgba(var(--orange-rgb),0.1); border: 1px solid rgba(var(--orange-rgb),0.22); }
.plan-step h3 { font-size: 20px; margin: 0 0 9px; }
.plan-step p { margin: 0 auto; max-width: 30ch; color: var(--ink-mid); font-size: 15px; }

@media (max-width: 900px) {
  .plan { grid-template-columns: 1fr; gap: 0; }
  .plan::before { top: 0; bottom: 0; left: 27px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, var(--line), rgba(var(--orange-rgb),0.5)); }
  .plan-step { text-align: left; display: grid; grid-template-columns: 56px 1fr; column-gap: 20px; padding: 0 0 34px; }
  .plan-step:last-child { padding-bottom: 0; }
  .plan-step .node { margin: 0; grid-column: 1; grid-row: 1 / 4; }
  .plan-step .tag, .plan-step h3, .plan-step p { grid-column: 2; }
  .plan-step .tag { justify-self: start; margin-top: 4px; }
  .plan-step p { max-width: none; }
}

/* team — about-page roster. Photo card with name, role, and bio. The
   .photo holds a real headshot <img> or a monogram placeholder. */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.member { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 18px 40px -30px rgba(var(--carbon-rgb),0.35); }
.member .photo { aspect-ratio: 1 / 1; overflow: hidden; display: grid; place-items: center; background: linear-gradient(150deg, rgba(var(--orange-rgb),.12), rgba(var(--gold-rgb),.2)); border-bottom: 1px solid var(--line); }
.member .photo img { width: 100%; height: 100%; object-fit: cover; }
.member .photo .mono { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(40px, 5vw, 58px); letter-spacing: 0.04em; color: var(--orange-deep); }
.member .m-body { padding: 22px 24px 26px; }
.member h3 { font-size: 18px; margin: 0 0 4px; }
.member .role { color: var(--orange-deep); font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; }
.member .bio { margin: 12px 0 0; color: var(--ink-mid); font-size: 14.5px; line-height: 1.55; }
.team-note { margin-top: 22px; font-size: 13px; color: var(--ink-mid); }
@media (max-width: 900px) { .team { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .team { grid-template-columns: 1fr; } }

/* benefits — asymmetric bento (replaces the flat 6-up icon grid):
   a dark "bill" feature with a descending-bill motif, two real-number
   stat tiles, three icon tiles, and a full-width local-team closer.
   Reuses the site's gradient-number, coffee-accent + line-card language. */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.bento > * { border-radius: var(--r-lg); padding: 30px 32px; }
.bento .light { background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 40px -30px rgba(var(--carbon-rgb),0.35); }

/* feature — dark coffee tile: core promise + descending-bill chart */
.bf-feature { grid-column: span 8; background: var(--coffee); color: #fff; border: 1px solid rgba(255,255,255,0.08); display: flex; align-items: center; gap: 34px; box-shadow: 0 26px 60px -34px rgba(var(--carbon-rgb),0.6); }
.bf-feature .copy { flex: 1; }
.bf-feature .kick { display: inline-block; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.bf-feature h3 { font-size: clamp(24px, 2.6vw, 30px); line-height: 1.08; margin: 0 0 12px; color: #fff; }
.bf-feature p { margin: 0; color: rgba(255,255,255,0.72); font-size: 15.5px; max-width: 40ch; }
.bf-feature .chart { flex-shrink: 0; width: 196px; }
.bf-feature .chart svg { width: 100%; height: auto; display: block; }

/* compact live calculator embedded in the bottom-line feature card */
.calc-mini { flex-shrink: 0; width: 430px; background: var(--coffee-soft); border: 1px solid rgba(255,255,255,0.09); border-radius: var(--r-lg); padding: 22px 24px; }
.calc-mini .cm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.calc-mini .cm-lbl { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.58); margin-bottom: 3px; }
.calc-mini .cm-bill { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-variant-numeric: tabular-nums; color: var(--gold); font-size: 22px; line-height: 1; margin-bottom: 13px; }
.calc-mini input[type="range"] { -webkit-appearance: none; appearance: none; width: 100%; height: 4px; border-radius: 4px; background: rgba(255,255,255,0.16); outline: none; margin: 0; }
.calc-mini input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); cursor: pointer; border: 2px solid #fff; box-shadow: 0 2px 6px -1px rgba(0,0,0,0.5); }
.calc-mini input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: var(--orange); cursor: pointer; border: 2px solid #fff; }
.calc-mini .cm-range-cap { display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.38); margin: 7px 0 14px; }
.calc-mini select.cm-util { width: 100%; background: var(--coffee); color: rgba(255,255,255,0.9); border: 1px solid rgba(255,255,255,0.14); border-radius: var(--r-lg); padding: 9px 12px; font-family: 'Nunito Sans', sans-serif; font-size: 13px; cursor: pointer; }
.calc-mini .cm-out { border-left: 1px solid rgba(255,255,255,0.1); padding-left: 24px; }
.calc-mini .cm-out-lbl { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 5px; }
.calc-mini .cm-big { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(30px, 3vw, 38px); line-height: 1; font-variant-numeric: tabular-nums; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.calc-mini .cm-sub { font-size: 12.5px; line-height: 1.5; color: rgba(255,255,255,0.6); margin: 9px 0 0; max-width: none; }
.calc-mini .cm-sub b { color: rgba(255,255,255,0.86); font-weight: 700; font-variant-numeric: tabular-nums; }
.calc-mini .cm-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); text-decoration: none; transition: color .2s; }
.calc-mini .cm-link:hover { color: var(--orange-bright); }
.calc-mini .cm-dis { font-size: 10.5px; line-height: 1.45; color: rgba(255,255,255,0.32); margin: 16px 0 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,0.08); max-width: none; }
@media (max-width: 520px) {
  .calc-mini .cm-grid { grid-template-columns: 1fr; gap: 18px; }
  .calc-mini .cm-out { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 16px; }
}

/* stat tiles — same gradient-number treatment as .stat */
.bf-stat { grid-column: span 4; display: flex; flex-direction: column; justify-content: center; }
.bf-stat .fig { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(42px, 4.4vw, 54px); line-height: 1; font-variant-numeric: tabular-nums; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bf-stat .fig-lbl { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink); margin: 10px 0 6px; }
.bf-stat p { margin: 0; color: var(--ink-mid); font-size: 14.5px; }

/* icon tiles — redrawn solar icons, bare orange stroke, no badge */
.bf-tile { grid-column: span 4; }
.bf-tile .ic { color: var(--orange-deep); margin-bottom: 16px; }
.bf-tile .ic svg { width: 28px; height: 28px; display: block; }
.bf-tile h3 { font-size: 19px; margin: 0 0 8px; }
.bf-tile p { margin: 0; color: var(--ink-mid); font-size: 15px; }

/* wide closer — local team + real CCB credential chip */
.bf-wide { grid-column: span 8; display: flex; align-items: center; gap: 22px; }
.bf-wide .ic { color: var(--orange-deep); flex-shrink: 0; }
.bf-wide .ic svg { width: 34px; height: 34px; display: block; }
.bf-wide h3 { font-size: 19px; margin: 0 0 6px; }
.bf-wide p { margin: 0; color: var(--ink-mid); font-size: 15px; }
.bf-wide .ccb { flex-shrink: 0; margin-left: auto; font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: 12.5px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink); background: var(--rent-bg); border: 1px solid var(--line); border-radius: 100px; padding: 9px 17px; white-space: nowrap; }

@media (max-width: 900px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bf-feature, .bf-wide { grid-column: span 2; }
  .bf-stat, .bf-tile { grid-column: span 1; }
}
@media (max-width: 600px) {
  .bento { grid-template-columns: 1fr; }
  .bento > * { grid-column: 1 / -1 !important; }
  .bf-feature { flex-direction: column; align-items: flex-start; gap: 24px; }
  .bf-feature .chart { width: 100%; max-width: 230px; }
  .calc-mini { width: 100%; }
  .bf-wide { flex-wrap: wrap; }
  .bf-wide .ccb { margin-left: 0; }
}

/* checklist — content list with gradient marker, no icon slop */
.checklist { list-style: none; margin: 22px 0 0; padding: 0; }
.checklist li { position: relative; padding-left: 28px; margin-bottom: 12px; color: var(--ink-mid); }
.checklist li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 12px; height: 12px; border-radius: 50%; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); }
.checklist li b { color: var(--carbon); }

/* projects masonry */
.masonry { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.proj { position: relative; border-radius: var(--r-lg); overflow: hidden; height: 340px; }
.proj.tall { height: 420px; }
.proj img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.proj:hover img { transform: scale(1.04); }
.proj .tag { position: absolute; left: 0; bottom: 0; background: var(--orange); color: var(--on-accent); font-size: 13px; font-weight: 900; letter-spacing: 0.06em; text-transform: uppercase; padding: 12px 18px; border-radius: 0 var(--r) 0 0; }

/* reviews — carbon band, real Google review cards */
.reviews { background: var(--carbon); padding: 96px 0; }
.reviews .head-c h2, .reviews .head-l h2 { color: #fff; }
.reviews .ph-strip { background: repeating-linear-gradient(45deg, rgba(var(--gold-rgb),0.09), rgba(var(--gold-rgb),0.09) 10px, rgba(255,255,255,0.03) 10px, rgba(255,255,255,0.03) 20px); border-color: rgba(var(--gold-rgb),0.55); color: #e6cf86; }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.rev-card { background: var(--carbon-soft); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); padding: 30px 28px; display: flex; flex-direction: column; gap: 14px; }
.rev-card .stars { font-size: 15px; }
.rev-card p { margin: 0; color: rgba(255,255,255,0.85); font-size: 15.5px; flex: 1; }
.rev-card .who { color: #fff; font-weight: 900; font-size: 14.5px; }
.rev-card .who small { display: block; color: rgba(255,255,255,0.55); font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 3px; }
.rev-proof { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,0.8); font-size: 14px; font-weight: 700; }
.rev-proof .stars { font-size: 16px; }

/* light review cards (testimonials page wall) */
.rev-card.light { background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 34px -22px rgba(var(--carbon-rgb),0.25); }
.rev-card.light p { color: var(--ink); }
.rev-card.light .who { color: var(--carbon); }
.rev-card.light .who small { color: var(--ink-mid); }

/* city link grid */
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.city-grid a { border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; text-decoration: none; display: flex; justify-content: space-between; align-items: center; transition: border-color .25s, transform .25s; }
.city-grid a:hover { border-color: var(--orange); transform: translateY(-2px); }
.city-grid b { color: var(--carbon); font-size: 17px; }
.city-grid small { color: var(--ink-mid); }
.city-grid .arrow { color: var(--orange-deep); font-weight: 900; }

/* service-area map — Google Maps embed in a framed card beside the
   city list. Keyless embed (output=embed); HQ pinned at metro zoom. */
.area-split { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.area-split .city-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.map-card { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 60px -28px rgba(var(--carbon-rgb),0.35); }
.map-card iframe { display: block; width: 100%; height: 480px; border: 0; }
@media (max-width: 900px) {
  .area-split { grid-template-columns: 1fr; gap: 36px; }
  .area-split .city-grid { grid-template-columns: 1fr; }
  .map-card iframe { height: 340px; }
}

/* savings calculator — client-side estimator on a Black Coffee card.
   Reuses the .bill before/after figure; results update live via
   calculator.js. .calc-teaser-band is the homepage entry point. */
.calc-teaser-band { background: var(--coffee); }
.calc-teaser { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.calc-teaser h2 { color: #fff; font-size: clamp(26px, 3vw, 40px); margin: 12px 0 12px; }
.calc-teaser p { color: rgba(255,255,255,0.8); max-width: 62ch; margin: 0; }
@media (max-width: 760px) { .calc-teaser { grid-template-columns: 1fr; gap: 22px; } }

.calc { background: var(--coffee); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); box-shadow: 0 30px 70px -30px rgba(var(--carbon-rgb),0.55); display: grid; grid-template-columns: 0.9fr 1.1fr; overflow: hidden; }
.calc-input { padding: 44px 42px; border-right: 1px solid rgba(255,255,255,0.08); }
.calc-input h2 { color: #fff; font-size: 25px; margin: 8px 0 0; }
.calc-billval { font-family: 'Rajdhani', sans-serif; font-weight: 700; font-size: clamp(46px, 6.5vw, 70px); line-height: 1; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-variant-numeric: tabular-nums; margin: 18px 0 4px; }
.calc-sub { color: rgba(255,255,255,0.55); font-size: 13.5px; margin: 0 0 24px; }
.calc-slider { -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 999px; background: rgba(255,255,255,0.16); outline: none; margin: 0; }
.calc-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, var(--orange-bright), var(--gold)); cursor: pointer; border: 3px solid var(--coffee); box-shadow: 0 4px 12px -2px rgba(0,0,0,0.5); }
.calc-slider::-moz-range-thumb { width: 22px; height: 22px; border-radius: 50%; background: var(--orange); cursor: pointer; border: 3px solid var(--coffee); }
.calc-scale { display: flex; justify-content: space-between; color: rgba(255,255,255,0.4); font-size: 12px; margin-top: 11px; }

.calc-out { padding: 40px 42px; display: flex; flex-direction: column; }
.calc-out .cap { color: rgba(255,255,255,0.6); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.calc-out .bill { margin: 0 0 8px; }
.calc-out .bill .lbl { color: rgba(255,255,255,0.5); }
.calc-out .bill .was .num { color: rgba(255,255,255,0.55); }
.calc-sys { color: rgba(255,255,255,0.72); font-size: 14.5px; margin: 4px 0 0; }
.calc-sys b { color: #fff; }
.calc-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 24px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); }
.calc-fact .num { font-size: clamp(19px, 2.3vw, 25px); font-weight: 900; font-variant-numeric: tabular-nums; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.calc-fact .lbl { color: rgba(255,255,255,0.65); font-size: 10.5px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 5px; }
.calc-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.calc-note { color: rgba(255,255,255,0.4); font-size: 11.5px; line-height: 1.55; margin: 22px 0 0; }
@media (max-width: 820px) {
  .calc { grid-template-columns: 1fr; }
  .calc-input { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .calc-facts { gap: 12px; }
}

/* dark Q&A band (homepage-style teaser) */
.faq-band { background: var(--carbon); color: #fff; padding: 96px 0; }
.faq-band h2 { color: #fff; font-size: clamp(28px, 3vw, 40px); margin: 14px 0 30px; }
.faq-band .qa { border-top: 1px solid rgba(255,255,255,0.14); padding: 24px 0; }
.faq-band .qa:last-of-type { border-bottom: 1px solid rgba(255,255,255,0.14); }
.faq-band .qa h3 { color: var(--gold); font-size: 19px; margin: 0 0 8px; }
.faq-band .qa p { margin: 0; color: rgba(255,255,255,0.8); max-width: 72ch; }
.faq-band .more { margin-top: 28px; }

/* accordion (light, sections-blocks.js API) */
.block-accordion { border-top: 1px solid var(--line); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-trigger { display: flex; justify-content: space-between; align-items: center; gap: 18px; width: 100%; background: none; border: 0; text-align: left; font-family: inherit; font-size: 18px; font-weight: 900; color: var(--carbon); padding: 22px 4px; cursor: pointer; }
.acc-trigger::after { content: "+"; flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; border: 1.5px solid var(--orange-deep); color: var(--orange-deep); font-size: 18px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; transition: transform .25s; }
.acc-item[data-open="1"] .acc-trigger::after { content: "–"; background: var(--orange); color: #fff; }
.acc-panel { display: none; padding: 0 4px 24px; color: var(--ink-mid); max-width: 76ch; }
.acc-item[data-open="1"] .acc-panel { display: block; }
.acc-panel a { color: var(--orange-deep); }

/* tabs (sections-blocks.js API) */
.tab-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.tab-trigger { font-family: inherit; font-size: 15px; font-weight: 700; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 4px; padding: 12px 22px; cursor: pointer; transition: all .2s; }
.tab-trigger:hover { border-color: var(--orange); color: var(--orange-deep); }
.tab-trigger[aria-selected="true"] { background: var(--carbon); border-color: var(--carbon); color: #fff; }
.tab-panel { display: none; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px 32px; box-shadow: 0 14px 34px -22px rgba(var(--carbon-rgb),0.25); }
.tab-panel[data-active] { display: block; }
.tab-panel h4 { font-size: 20px; color: var(--carbon); margin: 0 0 12px; }
.tab-panel p { margin: 0; color: var(--ink-mid); }
.tab-panel a { color: var(--orange-deep); }

/* prose (long-form / story sections / blog / privacy) */
.prose { max-width: 76ch; }
.prose h2 { font-size: clamp(26px, 2.8vw, 36px); margin: 40px 0 16px; }
.prose h3 { font-size: 21px; margin: 32px 0 12px; }
.prose p { color: var(--ink); margin: 0 0 18px; }
.prose a { color: var(--orange-deep); }
.prose ul, .prose ol { color: var(--ink); padding-left: 24px; }
.prose li { margin-bottom: 8px; }
.pull { border-left: 3px solid var(--orange); padding: 6px 0 6px 22px; margin: 28px 0; font-size: 19px; font-weight: 700; font-style: italic; color: var(--carbon); max-width: 60ch; }

/* ============================================================
   BLOG — index (featured + chips) and post template (TOC + bio).
   Article body extends .prose with figure/callout/key-points/etc.
   ============================================================ */
.cat-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; }
.chip { font-size: 13px; font-weight: 700; color: var(--ink-mid); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; text-decoration: none; transition: border-color .2s, color .2s; }
.chip:hover { border-color: var(--orange); color: var(--orange-deep); }
.chip.active { background: var(--carbon); border-color: var(--carbon); color: #fff; }

.blog-featured { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 0; align-items: stretch; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: #fff; box-shadow: 0 24px 60px -34px rgba(var(--carbon-rgb),0.3); text-decoration: none; transition: border-color .25s, transform .25s; margin-bottom: 56px; }
.blog-featured:hover { border-color: var(--orange); transform: translateY(-2px); }
.blog-featured .photo { min-height: 320px; }
.blog-featured .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-featured .body { padding: 44px 46px; align-self: center; }
.blog-featured .cat { color: var(--orange-deep); font-size: 11.5px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.blog-featured h2 { font-size: clamp(26px, 3vw, 38px); margin: 14px 0 14px; }
.blog-featured p { color: var(--ink-mid); margin: 0 0 22px; }
.blog-featured .read { color: var(--orange-deep); font-weight: 900; font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.04em; }
@media (max-width: 860px) { .blog-featured { grid-template-columns: 1fr; } .blog-featured .photo { min-height: 220px; } .blog-featured .body { padding: 30px 26px; } }

/* post meta — avatar + name + date + read time */
.post-meta { display: inline-flex; align-items: center; gap: 11px; color: var(--ink-mid); font-size: 14px; flex-wrap: wrap; }
.post-meta .avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.post-meta b { color: var(--carbon); }
.post-meta .sep { color: var(--line); }

/* article header (centered) */
.post-header { max-width: 760px; margin: 0 auto; text-align: center; }
.post-header .cat { color: var(--orange-deep); font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.post-header h1 { font-size: clamp(32px, 4.4vw, 52px); margin: 16px 0 18px; }
.post-header .deck { color: var(--ink-mid); font-size: 19px; max-width: 60ch; margin: 0 auto 26px; }
.post-header .post-meta { justify-content: center; }
.post-figure { margin: 44px 0 0; border-radius: var(--r-lg); overflow: hidden; }
.post-figure img { width: 100%; height: clamp(260px, 42vw, 460px); object-fit: cover; display: block; }

/* layout: sticky TOC + article */
.post-layout { display: grid; grid-template-columns: 232px 1fr; gap: 56px; align-items: start; }
.toc { position: sticky; top: 96px; }
.toc h4 { font-size: 12px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid); margin: 0 0 14px; }
.toc ol { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.toc a { display: block; padding: 7px 0 7px 16px; margin-left: -1px; border-left: 2px solid transparent; color: var(--ink-mid); text-decoration: none; font-size: 14px; line-height: 1.4; transition: color .2s, border-color .2s; }
.toc a:hover { color: var(--orange-deep); border-left-color: var(--orange); }
@media (max-width: 920px) {
  .post-layout { grid-template-columns: 1fr; gap: 26px; }
  .toc { position: static; background: #faf6ef; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 22px; }
  .toc ol { border-left: 0; }
  .toc a { padding: 6px 0; border-left: 0; }
}

/* prose extensions for the post body */
.prose-lead { font-size: 21px; line-height: 1.6; color: var(--carbon); margin: 0 0 26px; }
.prose h2 { scroll-margin-top: 90px; }
.prose h4 { font-size: 17px; margin: 26px 0 10px; color: var(--carbon); font-weight: 700; }
.prose figure { margin: 34px 0; }
.prose figure img { width: 100%; border-radius: var(--r-lg); display: block; }
.prose figcaption { color: var(--ink-mid); font-size: 13.5px; margin-top: 10px; text-align: center; }
.prose blockquote { margin: 30px 0; padding: 22px 28px; background: #faf6ef; border-radius: var(--r-lg); color: var(--ink); font-size: 17px; }
.prose blockquote cite { display: block; margin-top: 10px; font-style: normal; font-weight: 700; font-size: 14px; color: var(--ink-mid); }
.callout { display: flex; gap: 16px; margin: 32px 0; padding: 22px 24px; background: rgba(var(--gold-rgb), 0.13); border: 1px solid rgba(var(--orange-deep-rgb), 0.28); border-radius: var(--r-lg); }
.callout .ic { flex: 0 0 auto; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--orange-bright), var(--gold)); color: var(--carbon); font-weight: 900; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.callout p { margin: 0; color: var(--ink); font-size: 15.5px; }
.key-points { margin: 34px 0; padding: 28px 30px; background: var(--carbon); border-radius: var(--r-lg); }
.key-points h4 { color: var(--gold); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 14px; }
.key-points ul { list-style: none; margin: 0; padding: 0; }
.key-points li { position: relative; padding-left: 26px; margin-bottom: 11px; color: rgba(255,255,255,0.86); }
.key-points li:last-child { margin-bottom: 0; }
.key-points li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 11px; height: 11px; border-radius: 50%; background: linear-gradient(135deg, var(--orange-bright), var(--gold)); }

/* author bio card */
.author-bio { display: flex; gap: 22px; align-items: flex-start; margin-top: 50px; padding: 30px 32px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 18px 44px -30px rgba(var(--carbon-rgb),0.3); }
.author-bio img { width: 78px; height: 78px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.author-bio .role { color: var(--orange-deep); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.06em; }
.author-bio .who { font-weight: 900; color: var(--carbon); font-size: 19px; margin: 4px 0 8px; }
.author-bio p { margin: 0; color: var(--ink-mid); font-size: 15px; }
.author-bio .author-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; color: var(--orange-deep); font-weight: 700; font-size: 14px; text-decoration: none; }
.author-bio .author-link:hover { color: var(--carbon); }
.author-bio .author-link svg { width: 16px; height: 16px; fill: currentColor; flex: 0 0 auto; }
@media (max-width: 560px) { .author-bio { flex-direction: column; gap: 16px; } }

/* CTA band */
.cta { position: relative; background: url('assets/residential-solar-oregon.webp') center/cover; padding: 110px 0; }
.cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(var(--orange-deep-rgb),0.92), rgba(var(--orange-rgb),0.85) 55%, rgba(var(--gold-rgb),0.55)); }
.cta .wrap { position: relative; }
.cta h2 { color: #fff; font-size: clamp(32px, 3.8vw, 50px); max-width: 18ch; }
.cta p { color: rgba(255,255,255,0.92); font-size: 18px; max-width: 54ch; margin: 16px 0 30px; }
.cta .actions { display: flex; gap: 14px; flex-wrap: wrap; }
.cta .eyebrow { color: #fff; }
.cta .eyebrow::before { background: #fff; }

/* forms */
.form { display: grid; gap: 16px; }
.form label { font-weight: 900; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--carbon); display: grid; gap: 6px; }
.form input, .form select, .form textarea { font-family: inherit; font-size: 16px; padding: 13px 14px; border: 1px solid var(--line); border-radius: var(--r); background: #fff; color: var(--ink); width: 100%; }
.form input:focus, .form select:focus, .form textarea:focus { outline: 2px solid var(--orange); outline-offset: 1px; }
.form .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form button.btn { border: 0; cursor: pointer; justify-content: center; }

/* blog cards */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: border-color .25s, transform .25s; }
.post-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.post-card .thumb { height: 188px; overflow: hidden; background: var(--line); }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.post-card:hover .thumb img { transform: scale(1.05); }
.post-card .body { padding: 24px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.post-card .cat { color: var(--orange-deep); font-size: 11.5px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.post-card h3 { font-size: 19px; }
.post-card p { margin: 0; color: var(--ink-mid); font-size: 15px; flex: 1; }
.post-card .read { color: var(--orange-deep); font-weight: 900; font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.04em; }

/* footer */
footer.site { position: relative; background: var(--carbon); color: rgba(255,255,255,0.8); padding: 72px 0 0; font-size: 15px; }
footer.site::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); }
footer.site .cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 48px; }
footer.site .cols > div > img { height: 34px; width: auto; margin-bottom: 16px; }
footer.site h4 { color: #fff; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 14px; }
footer.site ul { list-style: none; margin: 0; padding: 0; }
footer.site li { margin-bottom: 9px; }
footer.site a { color: rgba(255,255,255,0.8); text-decoration: none; }
footer.site a:hover { color: var(--gold); }
footer.site .legal { border-top: 1px solid rgba(255,255,255,0.12); padding: 20px 0; font-size: 13px; color: rgba(255,255,255,0.55); }
footer.site .socials { display: flex; gap: 10px; margin-top: 18px; }
footer.site .socials a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); display: inline-flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.8); transition: border-color .25s, color .25s; }
footer.site .socials a:hover { border-color: var(--gold); color: var(--gold); }
footer.site .socials svg { width: 17px; height: 17px; fill: currentColor; display: block; }

/* responsive */
@media (max-width: 900px) {
  .split, .steps, .steps.cols-2, .steps.cols-4, .masonry, .city-grid, .rev-grid, .post-grid { grid-template-columns: 1fr; }
  .proj, .proj.tall { height: 300px; }
  .statband .bar, .statbar { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .stat:nth-child(2) { border-right: 0; }
  .svc { grid-template-columns: 1fr; gap: 14px; }
  .svc .no { font-size: 64px; }
  .svc-thumb { aspect-ratio: 16 / 9; margin-top: 4px; }
  footer.site .cols { grid-template-columns: 1fr 1fr; }
  .split .photo img { height: 380px; }
}

/* Respect visitor motion preferences. The system's hover and slider effects
   are helpful affordances, not required content, so they must never prevent
   someone from reading or navigating the site comfortably. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
/* hamburger engages before the inline nav crowds (raised for the full-name CTA) */
@media (max-width: 1200px) {
  .nav-burger { display: flex; }
  .nav-menu { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 6px 0 12px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 26px 44px -26px rgba(var(--carbon-rgb),0.45); }
  .nav-toggle:checked ~ .nav-menu { display: flex; }
  .nav-menu .nav-links { flex-direction: column; align-items: stretch; width: 100%; gap: 0; }
  .nav-menu .nav-links a { padding: 13px 24px; min-height: 0; }
  .nav-menu .nav-links a.active::after { left: 24px; right: auto; width: 18px; bottom: 8px; }
  .nav-menu .nav-tel { padding: 13px 24px; }
  .nav-menu .btn { margin: 12px 24px 4px; justify-content: center; }
}
@media (max-width: 768px) {
  .hero { min-height: 560px; }
  .statband + .spacer { height: 220px; }
  .form .row2 { grid-template-columns: 1fr; }
  .ph { max-width: 100%; }
  .ph-strip { flex-direction: column; align-items: flex-start; gap: 8px; }
}

/* case studies — the bill, before and after.
   Homepage: a carbon slider band (.case-band + the sections-blocks.js
   .block-slider API), one slide per home: photo | story + numbers.
   case-studies.html: .case-row + .bill-panel. Both share the .bill
   figure: struck-through "was", gradient "now" (same clip as .stat). */
.case-band { background: var(--carbon); padding: 96px 0; }
.case-band .head-c h2 { color: #fff; }
.case-band .head-c p { color: rgba(255,255,255,0.7); }
.case-slider .slider-viewport { overflow: hidden; border-radius: var(--r-lg); box-shadow: 0 30px 70px -30px rgba(0,0,0,0.6); }
.case-slider .slider-track { display: flex; transition: transform .5s cubic-bezier(.4,0,.2,1); }
.case-slider .slide { flex: 0 0 100%; min-width: 100%; }
.cs-slide { display: grid; grid-template-columns: 0.85fr 1.15fr; background: var(--coffee-soft); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-lg); overflow: hidden; min-height: 460px; }
.cs-photo { position: relative; min-height: 100%; }
.cs-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cs-photo .ph, .photo-flag { position: absolute; left: 14px; top: 14px; z-index: 2; }
.case-row .photo { position: relative; }
.cs-quote { color: rgba(255,255,255,0.82); font-size: 15.5px; font-style: italic; margin: 0 0 6px; }
.cs-quote .stars { font-style: normal; font-size: 13px; letter-spacing: 2px; }
.cs-info { padding: 46px 48px 40px; display: flex; flex-direction: column; }
.cs-info h3 { color: #fff; font-size: 28px; margin: 12px 0 6px; }
.cs-line { color: rgba(255,255,255,0.75); font-size: 15px; margin: 0 0 6px; }
.case-band .bill .lbl { color: rgba(255,255,255,0.5); }
.case-band .bill .was .num { color: rgba(255,255,255,0.55); }
.cs-cap { color: rgba(255,255,255,0.6); font-size: 13px; }
.cs-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12); }
.cs-fact .num { font-size: 24px; font-weight: 900; font-variant-numeric: tabular-nums; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.cs-fact .lbl { color: rgba(255,255,255,0.65); font-size: 11.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 4px; }
.cs-more { color: var(--gold); font-weight: 700; font-size: 13.5px; text-transform: uppercase; letter-spacing: 0.04em; text-decoration: none; margin-top: auto; padding-top: 24px; }
.cs-more:hover { color: #fff; }
.slider-nav { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 30px; }
.slider-prev, .slider-next { width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.35); background: transparent; color: #fff; font-size: 17px; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: border-color .25s, color .25s; }
.slider-prev:hover, .slider-next:hover { border-color: var(--gold); color: var(--gold); }
.slider-dots { display: flex; gap: 8px; }
.slider-dot { width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0; background: rgba(255,255,255,0.25); cursor: pointer; transition: background .25s, transform .25s; }
.slider-dot.is-active { background: linear-gradient(90deg, var(--orange-bright), var(--gold)); transform: scale(1.3); }
.bill { display: flex; align-items: flex-end; gap: 18px; margin: 24px 0 6px; }
.bill .lbl { display: block; font-size: 10.5px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-mid); margin-bottom: 4px; }
.bill .was .num { display: block; font-size: 26px; font-weight: 700; line-height: 1; color: var(--ink-mid); text-decoration: line-through; text-decoration-color: rgba(var(--orange-rgb),0.85); text-decoration-thickness: 2.5px; font-variant-numeric: tabular-nums; }
.bill .arrow { color: var(--orange); font-weight: 900; font-size: 20px; padding-bottom: 2px; }
.bill .now .num { display: block; font-size: 46px; font-weight: 900; line-height: 0.95; font-variant-numeric: tabular-nums; background: linear-gradient(90deg, var(--orange-bright), var(--gold)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.bill .now .num small { font-size: 17px; font-weight: 900; }
.credit-chip { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; background: rgba(var(--gold-rgb),0.14); border: 1px solid rgba(var(--orange-deep-rgb),0.35); color: var(--carbon); font-size: 12px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; padding: 7px 13px; border-radius: 999px; margin-top: auto; }
.credit-chip svg { width: 13px; height: 13px; fill: var(--orange-deep); flex: 0 0 auto; }
.credit-chip.on-dark { background: rgba(var(--gold-rgb),0.12); border-color: rgba(var(--gold-rgb),0.4); color: #fff; }
.credit-chip.on-dark svg { fill: var(--gold); }
/* full case study rows (case-studies.html) */
.case-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 76px 0; border-top: 1px solid var(--line); }
.case-row:first-of-type { border-top: 0; padding-top: 0; }
.case-row h2 { font-size: clamp(26px, 3vw, 38px); margin: 14px 0 16px; }
.case-row .photo { border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 24px 60px -24px rgba(var(--carbon-rgb),0.35); margin-top: 24px; }
.case-row .photo img { width: 100%; height: 300px; object-fit: cover; }
.bill-panel { background: var(--coffee); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-lg); padding: 38px 36px; box-shadow: 0 30px 70px -30px rgba(var(--carbon-rgb),0.55); }
.bill-panel .cap { color: rgba(255,255,255,0.65); font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 18px; }
.bill-panel .bill { margin: 0 0 12px; }
.bill-panel .bill .lbl { color: rgba(255,255,255,0.5); }
.bill-panel .bill .was .num { color: rgba(255,255,255,0.55); }
.bill-panel .bill .now .num { font-size: 56px; }
.bill-panel .note { color: rgba(255,255,255,0.8); font-size: 14.5px; margin: 0 0 22px; }
.bill-panel .note b { color: var(--gold); }
@media (max-width: 900px) {
  .case-row, .cs-slide { grid-template-columns: 1fr; }
  .case-row { padding: 56px 0; gap: 36px; }
  .bill-panel .bill .now .num { font-size: 48px; }
  .cs-photo { min-height: 240px; }
  .cs-info { padding: 30px 24px 28px; }
  .cs-info h3 { font-size: 24px; }
}
/* nav: Savings Calculator utility link sits in the phone group, divided from the primary CTA */
.nav-div{width:1px;height:20px;background:var(--line);flex:0 0 auto}
.nav-menu .nav-div{display:none}
/* home hero — dream-outcome savings line under the brand headline */
.hero h1 .hero-num{display:block;text-transform:none;letter-spacing:0;font-size:.6em;margin-top:.14em;background:linear-gradient(90deg,var(--orange-bright),var(--gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
/* CTA band — named, stacked Solar Blueprint offer */
.offer-stack{list-style:none;margin:6px 0 24px;padding:0;display:grid;gap:12px;max-width:60ch}
.offer-stack li{position:relative;padding-left:32px;color:#fff;font-size:16.5px;line-height:1.5}
.offer-stack li::before{content:"\2713";position:absolute;left:0;top:1px;width:21px;height:21px;border-radius:50%;background:#fff;color:var(--orange-deep);font-size:12px;font-weight:900;display:flex;align-items:center;justify-content:center;line-height:1}
.offer-stack li strong{font-weight:800}
.offer-guar{display:inline-block;color:#fff;font-size:15px;line-height:1.55;max-width:58ch;margin:0 0 30px;padding:14px 18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);border-radius:var(--r-lg)}
.offer-guar strong{font-weight:800}
.nav-in .btn{white-space:nowrap}
@media (min-width:1201px){.nav-in{gap:20px}.nav-menu{gap:18px}.nav-links{gap:18px}}
