/* v921: About keeps one coherent section, but the workflow now sits below the
   main practice card instead of competing in a side-by-side split. The former
   #process remains a deep-link target inside #about for backward compatibility. */
.about-practice-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.about-practice-stack > .panel { min-width: 0; }

#about .about-card {
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 24px 26px;
}

#about .about-card > div:first-child h2 {
  margin: 0;
  font-size: clamp(23px, 1.9vw, 31px);
  line-height: 1.12;
}

#about .about-text p {
  margin: 0 0 12px;
  font-size: 14.5px;
  line-height: 1.5;
}

#about .about-card .about-followup { margin: 0 0 14px; }
#about .credentials-strip {
  margin-top: 0;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#about .credential-item {
  min-height: 74px;
  padding: 12px 14px;
  border-radius: 15px;
}
#about .credential-item b {
  margin-bottom: 4px;
  font-size: 12.9px;
  line-height: 1.2;
}
#about .credential-item span {
  font-size: 11.1px;
  line-height: 1.3;
}

.about-process-panel {
  padding: 22px 24px;
  background:
    radial-gradient(circle at 94% 7%, rgba(246,179,33,.12), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,251,255,.92));
}

.about-process-heading { margin-bottom: 12px; }
.about-process-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(23px, 1.9vw, 31px);
  line-height: 1.1;
  letter-spacing: -.025em;
}
.about-process-heading p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 14.1px;
  line-height: 1.44;
  max-width: 70ch;
}

#about .about-process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

#about .about-process-steps .step-card {
  min-height: 148px !important;
  padding: 14px 52px 14px 14px !important;
  border-radius: 16px;
}

#about .about-process-steps .step-number {
  width: 31px;
  height: 31px;
  margin-bottom: 7px;
  font-size: 12px;
}

#about .about-process-steps .step-icon {
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 12px;
}
#about .about-process-steps .step-icon svg { width: 18px; height: 18px; }
#about .about-process-steps .step-card h3 {
  margin-bottom: 6px;
  font-size: 14.2px;
  line-height: 1.18;
}
#about .about-process-steps .step-card p {
  font-size: 12.4px;
  line-height: 1.33;
}
#about .about-process-steps .step-card-action {
  margin-top: 6px;
  font-size: 11.5px;
}

/* Keep the general service page crawlable, but present the internal link as a
   calm, text-level continuation of the situations section. */
.services-primary-cta {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.services-primary-cta .service-page-link-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 2px 0;
  border: 0;
  background: transparent;
  color: rgba(13, 59, 102, .9);
  font-size: 12.9px;
  line-height: 1.34;
  font-weight: 620;
  text-decoration: none;
  border-bottom: 1px solid rgba(216, 161, 58, .6);
}
.services-primary-cta .service-page-link-primary::after {
  content: '→';
  color: rgba(216, 161, 58, .92);
  font-size: 1.03em;
  line-height: 1;
}
.services-primary-cta .service-page-link-primary:hover,
.services-primary-cta .service-page-link-primary:focus-visible {
  background: transparent;
  color: var(--blue);
  border-bottom-color: rgba(216, 161, 58, .92);
  text-decoration: none;
}

@media (max-width: 1180px) and (min-width: 821px) {
  #about .about-card,
  .about-process-panel { padding: 20px 21px; }
  #about .about-text p { font-size: 13.7px; line-height: 1.44; }
  #about .credentials-strip { gap: 8px; }
  #about .credential-item { min-height: 68px; padding: 10px 11px; }
  #about .credential-item b { font-size: 12.1px; }
  #about .credential-item span { font-size: 10.6px; }
  .about-process-heading { margin-bottom: 10px; }
  .about-process-heading p { font-size: 13px; line-height: 1.36; }
  #about .about-process-steps { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 8px !important; }
  #about .about-process-steps .step-card { min-height: 121px !important; padding: 12px 50px 12px 13px !important; }
  #about .about-process-steps .step-icon { top: 12px; right: 12px; width: 32px; height: 32px; }
  #about .about-process-steps .step-card h3 { font-size: 13.6px; }
  #about .about-process-steps .step-card p { font-size: 11.9px; line-height: 1.3; }
}

@media (min-width: 821px) and (max-height: 800px) {
  #about .about-section-heading { margin-bottom: 10px !important; }
  #about .about-card,
  .about-process-panel { padding-top: 18px !important; padding-bottom: 18px !important; }
  #about .about-card > div:first-child h2 { font-size: clamp(21px, 1.72vw, 28px) !important; }
  #about .about-text p { margin-bottom: 10px !important; font-size: 13.2px !important; line-height: 1.39 !important; }
  #about .about-card .about-followup { margin-bottom: 11px !important; }
  #about .credentials-strip { gap: 8px !important; }
  #about .credential-item { min-height: 61px !important; padding: 9px 10px !important; }
  .about-process-heading { margin-bottom: 8px !important; }
  .about-process-heading h3 { font-size: clamp(21px, 1.76vw, 28px) !important; }
  .about-process-heading p { margin-top: 5px !important; font-size: 12.7px !important; line-height: 1.31 !important; }
  #about .about-process-steps { gap: 8px !important; }
  #about .about-process-steps .step-card { min-height: 106px !important; padding: 10px 44px 10px 12px !important; }
  #about .about-process-steps .step-number { width: 27px; height: 27px; margin-bottom: 5px; }
  #about .about-process-steps .step-icon { top: 10px; right: 10px; width: 28px; height: 28px; }
  #about .about-process-steps .step-card h3 { margin-bottom: 4px; font-size: 12.9px !important; }
  #about .about-process-steps .step-card p { font-size: 11.2px !important; line-height: 1.24 !important; }
  .services-primary-cta { margin-top: 8px; }
  .services-primary-cta .service-page-link-primary { font-size: 12px; }
}

html.anchor-focus-mode #about.anchor-focus-target .about-practice-stack { gap: 12px !important; }
html.anchor-focus-mode #about.anchor-focus-target .about-card,
html.anchor-focus-mode #about.anchor-focus-target .about-process-panel {
  padding: 17px 19px !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-card { gap: 9px !important; }
html.anchor-focus-mode #about.anchor-focus-target .about-text p {
  margin-bottom: 9px !important;
  font-size: 13.2px !important;
  line-height: 1.38 !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-card .about-followup { margin-bottom: 10px !important; }
html.anchor-focus-mode #about.anchor-focus-target .credentials-strip { margin-top: 0 !important; gap: 7px !important; }
html.anchor-focus-mode #about.anchor-focus-target .credential-item {
  min-height: 60px !important;
  padding: 8px 10px !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-process-heading { margin-bottom: 8px !important; }
html.anchor-focus-mode #about.anchor-focus-target .about-process-heading p {
  margin-top: 5px !important;
  font-size: 12.8px !important;
  line-height: 1.32 !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-process-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-card {
  min-height: 102px !important;
  padding: 10px 40px 10px 12px !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-icon {
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
}
html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-card h3 {
  margin-bottom: 4px;
  font-size: 12.8px !important;
}
html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-card p {
  font-size: 11.2px !important;
  line-height: 1.24 !important;
}
html.anchor-focus-mode #services.anchor-focus-target .services-primary-cta { margin-top: 7px !important; }
html.anchor-focus-mode #services.anchor-focus-target .services-primary-cta .service-page-link-primary {
  font-size: 12px !important;
}

@media (max-width: 820px) {
  .about-practice-stack { gap: 12px; }
  #about .about-card { padding: 18px 16px !important; gap: 10px !important; }
  #about .about-card > div:first-child h2 { font-size: 19px !important; }
  #about .about-text p { font-size: 13px !important; line-height: 1.42 !important; }
  #about .credentials-strip { grid-template-columns: 1fr !important; gap: 8px !important; }
  #about .credential-item {
    min-height: 0 !important;
    padding: 10px 12px !important;
    align-content: start !important;
  }
  #about .credential-item::before { display: none !important; }
  #about .credential-item b { font-size: 13.3px !important; line-height: 1.22 !important; }
  #about .credential-item span { font-size: 11.6px !important; line-height: 1.32 !important; }
  .about-process-panel { padding: 18px 16px; }
  .about-process-heading { margin-bottom: 10px; }
  .about-process-heading h3 { font-size: 20px; }
  .about-process-heading p { font-size: 13px; line-height: 1.38; }
  #about .about-process-steps { grid-template-columns: 1fr !important; gap: 8px !important; }
  #about .about-process-steps .step-card { min-height: 0 !important; padding: 13px 54px 13px 14px !important; }
  #about .about-process-steps .step-number { width: 30px; height: 30px; margin-bottom: 6px; }
  #about .about-process-steps .step-icon { top: 13px; right: 13px; width: 34px; height: 34px; }
  #about .about-process-steps .step-card h3 { font-size: 14px; }
  #about .about-process-steps .step-card p { font-size: 12.4px; line-height: 1.34; }
  .services-primary-cta { justify-content: flex-start; margin-top: 10px; }
  .services-primary-cta .service-page-link-primary { font-size: 12.4px; line-height: 1.36; }
}

/* v923 readability pass: typography on Home should not become materially
   smaller than neighboring sections merely to save vertical space. Standalone
   service/resource/legal pages already use a comfortable 16-17px body size. */
@media (min-width: 821px) {
  #about .about-section-heading .section-note {
    font-size: 15.5px !important;
    line-height: 1.48 !important;
  }
  #about .about-text p {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
  #about .credential-item b {
    font-size: 14px !important;
    line-height: 1.24 !important;
  }
  #about .credential-item span {
    font-size: 13px !important;
    line-height: 1.34 !important;
  }
  #about .about-process-heading p {
    font-size: 15px !important;
    line-height: 1.46 !important;
  }
  #about .about-process-steps .step-card h3 {
    font-size: 15.25px !important;
    line-height: 1.22 !important;
  }
  #about .about-process-steps .step-card p {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }
  .services-primary-cta .service-page-link-primary {
    font-size: 13.5px !important;
    line-height: 1.36 !important;
  }

  /* Low-height anchor mode still compacts spacing, but no longer shrinks copy
     to the old 11-12px range. */
  html.anchor-focus-mode #about.anchor-focus-target .about-text p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .credential-item b {
    font-size: 13.1px !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .credential-item span {
    font-size: 12.4px !important;
    line-height: 1.3 !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .about-process-heading p {
    font-size: 13.6px !important;
    line-height: 1.36 !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-card h3 {
    font-size: 13.8px !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-card p {
    font-size: 12.8px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 820px) {
  .section-note,
  .section-heading p,
  .about-section-heading p,
  .contact-section-heading .section-note {
    font-size: 14px !important;
    line-height: 1.42 !important;
  }

  #about .about-text p,
  #about .about-process-heading p {
    font-size: 14px !important;
    line-height: 1.44 !important;
  }
  #about .credential-item b {
    font-size: 14.25px !important;
    line-height: 1.24 !important;
  }
  #about .credential-item span {
    font-size: 13px !important;
    line-height: 1.36 !important;
  }
  #about .about-process-steps .step-card h3 {
    font-size: 15.5px !important;
    line-height: 1.22 !important;
  }
  #about .about-process-steps .step-card p {
    font-size: 13.5px !important;
    line-height: 1.38 !important;
  }

  #services .service-card h3,
  #pricing .price-card h3,
  #resources .resource-card h3 {
    font-size: 15.5px !important;
    line-height: 1.2 !important;
  }
  #services .service-card p,
  #pricing .price-card p:not(.price),
  #resources .resource-card p,
  #contact .contact-card p {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
  }
  #services .services-primary-cta .service-page-link-primary {
    font-size: 13.5px !important;
    line-height: 1.4 !important;
  }

  #faq .faq-accordion summary,
  #faq .faq-column summary {
    font-size: 14px !important;
    line-height: 1.28 !important;
  }
  #faq .faq-accordion p,
  #faq .faq-column p {
    font-size: 14px !important;
    line-height: 1.46 !important;
  }
  #pricing .price-factor-chip,
  #pricing .price-addons-copy p {
    font-size: 13.5px !important;
    line-height: 1.36 !important;
  }
  #resources .resource-card small {
    font-size: 12.5px !important;
    line-height: 1.28 !important;
  }
}

/* v923 final type floors after computed-style audit. */
@media (max-width: 820px) {
  #about .about-section-heading .section-note { font-size: 14px !important; line-height: 1.42 !important; }
  #services .service-card p,
  #pricing .price-card p:not(.price),
  #resources .resource-card p,
  #contact .contact-card p { font-size: 14px !important; line-height: 1.4 !important; }
}
@media (min-width: 821px) {
  #about .about-process-steps .step-card p { font-size: 14px !important; line-height: 1.38 !important; }
  html.anchor-focus-mode #about.anchor-focus-target .about-process-steps .step-card p { font-size: 13.2px !important; line-height: 1.32 !important; }
}

/* Preserve the desktop anchor-fit contract on short screens by compacting
   whitespace rather than shrinking the newly raised type sizes. */
@media (min-width: 821px) and (max-height: 800px) {
  html.anchor-focus-mode #about.anchor-focus-target .about-section-heading {
    width: min(100%, 1040px) !important;
    max-width: 1040px !important;
    margin-bottom: 6px !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .about-practice-stack {
    gap: 8px !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .about-card,
  html.anchor-focus-mode #about.anchor-focus-target .about-process-panel {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
  html.anchor-focus-mode #about.anchor-focus-target .about-process-heading {
    margin-bottom: 5px !important;
  }
}
