.page-hero { padding: 64px 0 32px; }
.page-hero-dark { padding-bottom: 48px; }
/* contact page hero: keep 64px top, slightly deeper 48px bottom than .page-hero's 32px */
.detail-list { list-style: none; display: grid; gap: 8px; margin: 12px 0 16px; }
.detail-list li { padding-left: 1.35em; text-indent: -1.35em; }
.detail-list li::before { content: "→ "; color: var(--gold-ink); font-weight: 700; }
.svc-section { border-top: 1px solid var(--line); padding: 56px 0; display: grid;
  grid-template-columns: 1fr 2fr; gap: 40px; }
.svc-section h2 { font-size: clamp(24px,3vw,34px); }
/* Stack variant: the heading spans the full width so the block below it starts
   under the heading instead of beside it. Used by the team section, where the
   author box (photo left, bio right) should read as belonging to the heading. */
.svc-section--stack { grid-template-columns: 1fr; gap: 24px; }
.stat-trio { display: grid; gap: 12px; margin-top: 24px; }
.stat-trio .card { padding: 16px; }
.stat-trio .stat-num { font-size: 30px; }
.stat-src { margin: 6px 0 0; font-size: 12px; line-height: 1.4; font-weight: 500; color: var(--ink-2); }
@media (max-width: 860px) { .svc-section { grid-template-columns: 1fr; gap: 16px; } }
.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 40px 0 64px; }
.work-card { text-decoration: none; color: inherit; background: #fff; border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 24px; transition: transform .15s, border-color .15s; }
.work-card:hover { transform: translateY(-2px); border-color: var(--gold); }
.work-card img { border-radius: var(--r-sm); margin-bottom: 12px; }
.work-card h3 { font-size: 20px; }
.work-card p { font-size: 14px; }
.work-cta { display: inline-block; margin-top: 8px; font-weight: 700; font-size: 14px;
  color: var(--orange-ink); text-decoration: none; }
.work-cta:hover { box-shadow: inset 0 -2px 0 0 var(--orange); }
@media (max-width: 1000px) { .work-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .work-grid { grid-template-columns: 1fr; } }
.calendly-shell { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; margin-top: 32px; }
.calendly-inline-widget { min-width: 320px; height: 700px; }
.two-col { grid-template-columns: 1fr 1fr; }
@media (max-width: 860px) { .two-col { grid-template-columns: 1fr; } }
.legal { max-width: 720px; margin: 0 auto; padding: 24px 0 32px; }
.leadmagnet-box .report-mock,
.leadmagnet-box .report-caption { grid-column: 1 / -1; }
.report-mock { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 24px; }
.report-mock-label { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-ink); margin: 0; }
.report-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 16px; align-items: baseline; }
.report-name { font-weight: 400; color: var(--ink); font-size: 15px; }
.report-value { font-family: var(--font-d); font-weight: 900; font-size: 20px; }
.report-value small { font-size: 12px; font-weight: 600; color: var(--ink-2); }
.report-meter { grid-column: 1 / -1; height: 8px; border-radius: 999px; background: var(--cream); overflow: hidden; }
.report-meter i { display: block; height: 100%; background: var(--gold); border-radius: 999px; }
.report-head { display: flex; justify-content: space-between; gap: 8px 16px; align-items: baseline;
  padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.report-biz { font-weight: 700; color: var(--ink); font-size: 15px; }
.report-date { font-size: 13px; color: var(--ink-2); }
.report-sub { margin: 4px 0 0; font-size: 12px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold-ink); }
.report-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr;
  gap: 6px 20px; font-size: 14px; color: var(--ink-2); }
.report-list li { padding-left: 1.5em; text-indent: -1.5em; }
.report-list .ok::before { content: "✓ "; color: var(--gold-ink); font-weight: 700; }
.report-list .bad::before { content: "✗ "; color: var(--orange-ink); font-weight: 700; }
.report-steps { margin: 0; padding-left: 1.4em; font-size: 14px; color: var(--ink-2);
  display: grid; gap: 6px; }
.report-note { margin: 0; font-size: 13px; color: var(--ink-2); border-top: 1px solid var(--line);
  padding-top: 10px; }
.report-summary { display: flex; justify-content: space-between; align-items: center; gap: 12px;
  cursor: pointer; list-style: none; }
.report-summary::-webkit-details-marker { display: none; }
.report-cue { font-size: 14px; font-weight: 600; color: var(--gold-ink); white-space: nowrap; }
.report-chevron { display: inline-block; margin-left: 6px; border-left: 6px solid var(--gold-ink);
  border-top: 5px solid transparent; border-bottom: 5px solid transparent;
  transition: transform var(--dur-fast); }
.report-mock[open] .report-chevron { transform: rotate(90deg); }
.report-mock[open] .cue-open { display: none; }
.report-mock:not([open]) .cue-close { display: none; }
.report-mock-body { display: grid; gap: 14px; margin-top: 18px; }
@media (max-width: 640px) { .report-list { grid-template-columns: 1fr; } }
.report-caption { margin: 0; font-size: 14px; color: var(--ink-2); }
.audit-hero { padding-top: 64px; }
.page-disclaimer { grid-column: 1 / -1; margin: 0; font-size: 13px; color: var(--ink-2); }
.step-indicator { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin: 0 0 24px; }
.step-dot { font-size: 14px; font-weight: 600; color: var(--ink-2); padding: 6px 14px;
  border: 1px solid var(--line); border-radius: 999px; }
.step-dot.active { border-color: var(--gold); color: var(--gold-ink); background: #fff; }
.step-dot.done { border-color: var(--green); color: var(--green); background: #fff; }
.step-dot.done::before { content: "✓ "; }
.step-arrow { color: var(--ink-2); }
.step-panel .btn { margin-top: 20px; }
.step-panel .form-status { margin-top: 12px; }
.sms-disclosure { font-size: 12px; color: var(--ink-2); line-height: 1.5; margin: 10px 0;
  padding: 10px 12px; background: var(--cream); border-radius: var(--r-sm); }
.optional { font-weight: 400; color: var(--ink-2); }
.candidate-card { display: block; width: 100%; text-align: left; background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-sm); padding: 14px 16px; margin-bottom: 10px;
  cursor: pointer; font: inherit; transition: border-color .15s, transform .15s; }
.candidate-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.candidate-card.selected { border-color: var(--green); box-shadow: 0 0 0 2px var(--green) inset; }
.candidate-card.selected::after { content: " ✓"; color: var(--green); font-weight: 700; }
.cand-name { display: block; font-weight: 700; color: var(--ink); }
.cand-address { display: block; font-size: 14px; color: var(--ink-2); margin-top: 2px; }
.cand-rating { display: inline-block; margin-top: 6px; font-size: 14px; font-weight: 700; color: var(--gold-ink); }
.no-results { color: var(--ink-2); padding: 12px 0; }
.link-try-again { background: none; border: 0; color: var(--gold-ink); font: inherit;
  font-weight: 600; cursor: pointer; text-decoration: underline; padding: 0; }
.link-try-again:hover { box-shadow: inset 0 -2px 0 0 var(--gold); }
.cf-turnstile { margin-top: 16px; }
#score-hero { margin-top: 24px; }
.score-number { text-align: center; padding: 12px 0 4px; }
.score-max { font-size: 20px; font-weight: 600; color: var(--ink-2); margin-left: 4px; }
.insufficient-data { background: var(--cream); color: var(--orange-ink);
  border-radius: var(--r-sm); padding: 20px; text-align: center; }
.insufficient-data .score-label { font-size: 18px; font-weight: 700; color: var(--orange-ink); }
.insufficient-data .score-message { margin-top: 6px; color: var(--orange-ink); }
#coverage-section { margin-top: 24px; }
.coverage-bar { height: 8px; border-radius: 999px; background: var(--cream); overflow: hidden; }
.coverage-fill { height: 100%; background: var(--green); border-radius: 999px; transition: width var(--dur-base); }
.coverage-pct { margin-top: 8px; }
.provenance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.chip-api { border-color: var(--green); color: var(--green); }
.chip-llm { border-color: var(--gold-ink); color: var(--gold-ink); }
.chip-missing { border-color: var(--ink-2); color: var(--ink-2); }
#contributions-section { margin-top: 24px; }
.contributions { list-style: none; }
.contribution { display: flex; align-items: center; gap: 10px; padding: 10px 0;
  border-bottom: 1px solid var(--line); font-size: 15px; }
.contribution:last-child { border-bottom: 0; }
.contrib-label { flex: 1; color: var(--ink); }
.contrib-value { color: var(--ink); font-weight: 700; }
.not-found { color: var(--ink-2); font-style: italic; }
.source-badge { display: inline-block; padding: 2px 10px; border-radius: 999px;
  border: 1px solid var(--line); font-size: 12px; font-weight: 600; text-transform: uppercase; color: var(--ink-2); }
#error { margin-top: 16px; background: var(--cream); border-radius: var(--r-sm); padding: 16px; }
.error-title { font-weight: 700; color: var(--orange-ink); margin-bottom: 6px; }
#error ul { padding-left: 20px; }
#error li { color: var(--ink-2); margin-bottom: 4px; }
#actions { margin-top: 20px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.email-note { margin-top: 10px; font-size: 14px; font-weight: 600; color: var(--ink-2); }
#actions .email-note { margin-top: 0; }
.email-note-quiet { flex: 1 1 100%; margin-top: 8px; font-weight: 400; font-size: 14px; }
.email-fail { flex: 1 1 100%; background: var(--cream); border-radius: var(--r-sm); padding: 16px; }
.email-fail .email-note { margin-top: 6px; }
.email-fail-actions { display: flex; align-items: center; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.email-fail-actions .btn { margin-top: 0; }
@media (max-width: 640px) { .contribution { flex-wrap: wrap; } }
.score-band { margin: 6px 0 0; text-align: center; font-size: 15px; font-weight: 700; }
.band-strong { color: var(--green); }
.band-needs-work { color: var(--gold-ink); }
.band-at-risk { color: var(--orange-ink); }
.chip-site { border-color: var(--gold); color: var(--gold-ink); }
.chip-manual { border-color: var(--ink-2); color: var(--ink-2); }
.contrib-value small { font-size: 12px; font-weight: 600; color: var(--ink-2); }
/* Breadcrumbs (subpages; homepage has none) */
.breadcrumbs { padding: 20px 0 0; font-size: 13px; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.breadcrumbs li { display: flex; align-items: center; gap: 6px; color: var(--ink-2); }
.breadcrumbs li + li::before { content: "/"; color: var(--line); }
.breadcrumbs a { color: var(--ink-2); text-decoration: none; }
.breadcrumbs a:hover { color: var(--ink); box-shadow: inset 0 -2px 0 0 var(--gold); }
.breadcrumbs [aria-current="page"] { color: var(--ink); font-weight: 600; }
.next-steps { grid-column: 1 / -1; }
.next-steps-title { font-size: clamp(22px, 2.4vw, 30px); margin-top: 4px; }
.next-steps .process-list { grid-template-columns: repeat(3, 1fr); }
.audit-proof { margin: 16px 0 0; font-size: 14px; font-weight: 600; }
@media (max-width: 1000px) { .next-steps .process-list { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .next-steps .process-list { grid-template-columns: 1fr; } }
.svc-links { font-size: 14px; margin-top: 8px; }
.price-list { list-style: none; display: grid; gap: 10px; margin: 24px 0; max-width: 640px; }
.price-list li { color: rgba(250,250,248,.72); font-size: 17px; }
.price-list strong { color: var(--paper); }
.pricing-compare { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 15px; }
.pricing-compare caption { text-align: left; font-weight: 600; margin-bottom: .5rem; }
.pricing-compare th, .pricing-compare td { padding: .6rem .75rem; border-bottom: 1px solid var(--line); text-align: left; }
.pricing-compare thead th { border-bottom: 2px solid var(--ink); }
.pricing-compare tbody th { font-weight: 500; }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }
.contact-alt { margin-top: 16px; }
.contact-block { margin-top: 24px; }
.contact-h2 { margin-top: 32px; font-size: 24px; }
.contact-cta-link { margin-top: 16px; }
.calendly-title { font-size: clamp(22px, 2.4vw, 30px); margin-bottom: 0; }
.calendly-title + .calendly-shell { margin-top: 16px; }
.calendly-fallback { margin-top: 12px; font-size: 14px; }
