.audit-page { background: #f4f7f8; }
.audit-page .section-kicker, .audit-page .report-label, .audit-page .method-number { font-size: .875rem; }
.audit-page section[id], .audit-page aside[id] { scroll-margin-top: 1rem; }
.audit-hero { background: #edf3f5; color: #16202a; padding: 5rem 0 4rem; }
.audit-hero .hero-layout { grid-template-columns: 1.15fr 1fr; align-items: start; gap: 4rem; }
.audit-hero h1 { font-size: clamp(2.2rem, 3.5vw, 3.4rem); letter-spacing: -.025em; }
.audit-hero .lead { color: #475c68; max-width: 40rem; }
.audit-credential { margin-top: 2rem; font-weight: 700; }
.audit-credential span { display: block; font-size: .875rem; font-weight: 400; margin-top: .4rem; color: #475c68; }
.audit-finding { background: #12343e; color: white; padding: 2rem; border-top: 5px solid #d6aa45; box-shadow: 0 18px 35px #12343e20; }
.report-label { text-transform: uppercase; letter-spacing: .06em; font-weight: 700; }
.audit-finding .report-label { color: #e3c276; margin-bottom: 1rem; }
.audit-finding h2 { font-size: 1.8rem; }
.audit-finding dt { font-size: .875rem; color: #aedbd4; margin-top: 1rem; }
.audit-finding dd { margin: .3rem 0 0; line-height: 1.55; }
.finding-foot { border-top: 1px solid #507079; padding-top: 1rem; margin-top: 1.5rem; }
.finding-foot span { display: block; font-size: .875rem; color: #cbdde1; margin-top: .4rem; line-height: 1.5; }
.audit-jump-nav { background: white; border-bottom: 1px solid #cddbdd; }
.audit-jump-nav .container { display: flex; flex-wrap: wrap; gap: .75rem 2rem; padding-top: 1.1rem; padding-bottom: 1.1rem; }
.audit-jump-nav a { color: #174e58; font-weight: 650; text-underline-offset: .25em; }
.audit-deliverables dt { font-size: 1.1rem; margin-top: 1.25rem; }
.audit-deliverables dd { color: #475c68; line-height: 1.65; margin-top: .3rem; }
.audit-summary { padding: 2rem; background: #fff; border: 1px solid #c5d4d9; box-shadow: 8px 8px 0 #edf3f5; }
.report-masthead { display: flex; justify-content: space-between; gap: 1rem; font-size: .875rem; color: #4b616b; border-bottom: 2px solid #173b45; padding-bottom: 1rem; margin-bottom: 1.5rem; }
.audit-summary .report-label { color: #0f766e; }
.audit-summary h3 { font-size: 1.6rem; }
.summary-decisions { padding-left: 1.35rem; margin: 1.5rem 0; }
.summary-decisions li { padding-left: .35rem; }
.summary-decisions p { margin: .25rem 0 1rem; color: #475c68; }
.summary-outcome { background: #edf5f3; border-left: 3px solid #0f766e; padding: 1.2rem; margin-bottom: 1.5rem; }
.summary-outcome span { display: block; color: #385e5b; font-size: .875rem; margin-bottom: .4rem; }
.audit-method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.audit-method-grid article { border-top: 2px solid #7fa8ad; padding-top: 1.2rem; }
.method-number { display: block; color: #38616b; font-weight: 700; margin-bottom: 1rem; }
.audit-example { background: white; padding: 2rem; border-left: 4px solid #0f766e; margin-top: 2rem; }
.audit-example p { max-width: 65rem; }
.audit-section-heading { align-items: center; margin-bottom: 1rem; }
.audit-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem 2rem; }
.audit-scope-grid article { border-top: 1px solid #c5d4d9; padding-top: 1.3rem; }
.audit-scope-grid p { color: #475c68; }
.audit-scope-note { border-top: 1px solid #c5d4d9; padding-top: 1.5rem; margin: 1rem 0 0; color: #475c68; }
.audit-decision-list { margin: 0; }
.audit-decision-list dt { font-size: 1.15rem; padding-top: 1.3rem; border-top: 1px solid #527076; }
.audit-decision-list dd { color: #dae8e8; margin: .5rem 0 1.5rem; line-height: 1.6; }
.audit-software { grid-template-columns: .85fr 1.4fr; align-items: center; margin-top: 3rem; }
.audit-consultant { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; }
.audit-email { overflow-wrap: anywhere; }
.audit-page footer a { text-underline-offset: .2em; }
.audit-page .proof-band .section-kicker { color: #8cdbcb; }
@media (max-width: 991px) {
  .audit-hero { padding: 3rem 0; }
  .audit-hero .hero-layout, .audit-software, .audit-consultant { grid-template-columns: 1fr; gap: 2rem; }
  .audit-method-grid, .audit-scope-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .audit-method-grid, .audit-scope-grid { grid-template-columns: 1fr; gap: 1rem; }
  .audit-finding, .audit-summary, .audit-example { padding: 1.4rem; }
  .audit-hero .cta-buttons { align-items: stretch; flex-direction: column; }
  .audit-jump-nav .container { gap: .75rem 1rem; }
}
