.audit-page { background: #f5f2e8; color: var(--ink); }
.audit-page * { box-sizing: border-box; }
.audit-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.audit-header { position: absolute; inset: 0 0 auto; z-index: 20; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.audit-nav { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.audit-nav .brand { justify-self: start; }
.audit-nav-proof { display: flex; align-items: baseline; gap: 8px; color: rgba(255,255,255,.58); font-size: 11px; }
.audit-nav-proof strong { color: var(--white); font: 700 13px var(--font-display); }
.audit-nav-cta { min-height: 42px; justify-self: end; padding: 0 15px 0 18px; display: inline-flex; align-items: center; gap: 24px; background: var(--acid); color: var(--ink); font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.audit-nav-cta:hover { transform: translateY(-2px); background: var(--acid-bright); }

.audit-hero { min-height: 880px; position: relative; overflow: hidden; padding: 142px 0 86px; color: var(--white); background: var(--ink); }
.audit-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.audit-hero-photo { position: absolute; inset: 0; }
.audit-hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,33,27,.99) 0%, rgba(16,33,27,.93) 45%, rgba(16,33,27,.72) 100%), linear-gradient(0deg, rgba(16,33,27,.96), transparent 54%); }
.audit-hero-photo img { width: 100%; height: 100%; object-fit: cover; opacity: .58; }
.audit-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 480px; gap: 78px; align-items: center; }
.audit-hero-copy { padding-top: 28px; }
.audit-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: rgba(255,255,255,.7); font: 700 10px/1 var(--font-display); letter-spacing: .18em; text-transform: uppercase; }
.audit-kicker span { width: 26px; height: 2px; background: var(--acid); }
.audit-kicker-dark { color: #63716b; }
.audit-kicker-dark span { background: #5e9638; }
.audit-hero h1 { max-width: 690px; margin: 0 0 26px; font-size: clamp(55px, 5.5vw, 82px); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
.audit-hero h1 em { color: var(--acid); }
.audit-hero-lede { max-width: 660px; margin-bottom: 28px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.66; }
.audit-hero-list { padding: 0; margin: 0 0 30px; list-style: none; }
.audit-hero-list li { display: flex; gap: 12px; align-items: center; margin: 12px 0; color: rgba(255,255,255,.82); font-size: 14px; }
.audit-hero-list span { width: 22px; height: 22px; flex: 0 0 22px; display: grid; place-items: center; border-radius: 50%; background: rgba(184,239,114,.14); color: var(--acid); font-size: 11px; }
.audit-inline-cta { min-height: 56px; padding: 0 22px; display: inline-flex; align-items: center; gap: 55px; background: var(--acid); color: var(--ink); font-weight: 700; transition: transform .2s, background .2s; }
.audit-inline-cta:hover { transform: translateY(-2px); background: var(--acid-bright); }
.audit-no-pressure { margin: 13px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }

.audit-form-card { position: relative; padding: 31px; background: #fbfaf5; color: var(--ink); box-shadow: 0 34px 100px rgba(0,0,0,.34); }
.audit-form-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: #5f7169; font: 700 9px var(--font-display); letter-spacing: .14em; }
.audit-form-head b { padding: 6px 9px; background: var(--acid); color: var(--ink); font-size: 9px; letter-spacing: .09em; }
.audit-form-card h2 { max-width: 390px; margin: 0 0 10px; font-size: 28px; line-height: 1.08; letter-spacing: -.045em; }
.audit-form-card > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.audit-form-card form { position: relative; }
.audit-form-card label { display: block; margin-bottom: 15px; color: #69766f; font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.audit-form-card label > span { font-weight: 500; text-transform: none; letter-spacing: 0; }
.audit-form-card input, .audit-form-card select { width: 100%; margin-top: 7px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(16,33,27,.2); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 13px; text-transform: none; }
.audit-form-card input:focus, .audit-form-card select:focus { border-color: #5e9638; }
.audit-form-card input::placeholder { color: #a0aaa5; }
.audit-form-card select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #5e9638 50%), linear-gradient(135deg, #5e9638 50%, transparent 50%); background-position: calc(100% - 10px) 53%, calc(100% - 5px) 53%; background-size: 5px 5px; background-repeat: no-repeat; }
.audit-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.audit-form-card button { width: 100%; min-height: 55px; margin-top: 3px; padding: 0 18px; border: 0; display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: var(--white); font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.audit-form-card button:hover { transform: translateY(-2px); background: #1b392f; }
.audit-form-card button:disabled { opacity: .64; cursor: wait; transform: none; }
.audit-form-note { margin: 10px 0 0; color: #8a9690; font-size: 9px; text-align: center; }
.audit-form-error { min-height: 15px; margin: 8px 0 0; color: #a33125; font-size: 10px; line-height: 1.4; text-align: center; }
.audit-form-trap { width: 1px; height: 1px; position: absolute; left: -10000px; overflow: hidden; }
.audit-form-success { display: none; position: absolute; inset: -2px 0 0; z-index: 5; padding: 35px; align-content: center; background: var(--ink); color: var(--white); text-align: center; }
.audit-form-success span { width: 58px; height: 58px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 24px; }
.audit-form-success strong { display: block; font: 700 25px var(--font-display); letter-spacing: -.03em; }
.audit-form-success p { max-width: 280px; margin: 12px auto 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.audit-form-card form.submitted .audit-form-success { display: grid; }

.audit-trust { background: #dff3cc; border-bottom: 1px solid rgba(16,33,27,.1); }
.audit-trust-grid { min-height: 156px; display: grid; grid-template-columns: 190px 1fr 2fr; gap: 38px; align-items: center; }
.audit-trust-grid > div:first-child { display: flex; align-items: flex-end; gap: 13px; }
.audit-trust-grid > div:first-child strong { color: #4e8b2e; font: 600 65px/.78 var(--font-display); letter-spacing: -.07em; }
.audit-trust-grid sup { font-size: 24px; }
.audit-trust-grid > div:first-child span { max-width: 72px; color: #587064; font-size: 10px; line-height: 1.35; text-transform: uppercase; }
.audit-trust-grid > p { margin: 0; padding-left: 35px; border-left: 1px solid rgba(16,33,27,.16); color: #4f635a; font-size: 13px; line-height: 1.6; }
.audit-client-reel { min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.audit-client-track { width: max-content; display: flex; animation: audit-client-scroll 48s linear infinite; }
.audit-client-reel:hover .audit-client-track { animation-play-state: paused; }
.audit-client-group { display: flex; flex-shrink: 0; gap: 12px; padding-right: 12px; }
.audit-client-group span { width: 150px; height: 72px; flex: 0 0 150px; display: grid; place-items: center; padding: 10px 13px; background: rgba(255,255,255,.4); border: 1px solid rgba(16,33,27,.1); }
.audit-client-group img { width: auto; max-width: 122px; height: auto; max-height: 36px; display: block; filter: grayscale(1); opacity: .62; transition: opacity .2s, transform .2s; }
.audit-client-group span:hover img { opacity: .9; transform: scale(1.025); }
.audit-client-group .audit-client-logo--darken img { filter: brightness(0); }
.audit-client-group .audit-client-logo--tall img { max-height: 48px; }
@keyframes audit-client-scroll { to { transform: translateX(-50%); } }

.audit-leak-section { padding: 118px 0 128px; background: #f5f2e8; }
.audit-section-heading { max-width: 850px; margin: 0 auto 65px; text-align: center; }
.audit-section-heading .audit-kicker { justify-content: center; }
.audit-section-heading h2, .audit-scope-intro h2, .audit-fit-copy h2, .audit-proof-copy h2, .audit-faq-grid h2 { margin: 0 0 22px; font-size: clamp(43px, 4.6vw, 65px); line-height: 1.03; letter-spacing: -.06em; }
.audit-section-heading h2 em, .audit-scope-intro h2 em { color: #5a9236; }
.audit-section-heading > p:last-child { max-width: 720px; margin: 0 auto; color: var(--muted); font-size: 16px; line-height: 1.7; }
.audit-journey { display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr; align-items: center; }
.audit-journey article { min-height: 300px; padding: 28px; position: relative; background: #fbfaf5; border: 1px solid var(--line); }
.audit-journey > i { color: #5f963b; font-style: normal; font-size: 25px; text-align: center; }
.audit-journey article > b { position: absolute; right: 24px; top: 22px; color: rgba(16,33,27,.23); font: 700 11px var(--font-display); }
.audit-journey small { color: #5f963b; font: 700 9px var(--font-display); letter-spacing: .13em; }
.audit-journey strong { max-width: 240px; display: block; margin: 55px 0 14px; font: 700 28px var(--font-display); letter-spacing: -.04em; }
.audit-journey p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.audit-status { position: absolute; left: 28px; bottom: 25px; padding: 6px 8px; background: #e5f3df; color: #4c7e31; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.audit-status-risk { background: #fff0e9; color: #a95738; }

.audit-scope-section { padding: 120px 0; background: var(--white); }
.audit-scope-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; margin-bottom: 60px; }
.audit-scope-intro > p { margin: 0 0 9px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.audit-scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.audit-scope-grid article { min-height: 480px; padding: 30px; background: #f6f5ef; border: 1px solid var(--line); }
.audit-scope-grid .audit-scope-featured { background: #dff3cc; }
.audit-scope-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 19px; border-bottom: 1px solid rgba(16,33,27,.14); }
.audit-scope-top span { color: rgba(16,33,27,.36); font: 700 10px var(--font-display); }
.audit-scope-top b { color: #588e35; font: 700 9px var(--font-display); letter-spacing: .12em; }
.audit-scope-grid h3 { margin: 50px 0 32px; font-size: 25px; line-height: 1.22; letter-spacing: -.035em; }
.audit-scope-grid ul { padding: 0; margin: 0; list-style: none; }
.audit-scope-grid li { padding: 13px 0 13px 20px; position: relative; border-top: 1px solid rgba(16,33,27,.11); color: #56665f; font-size: 12px; }
.audit-scope-grid li::before { content: "✓"; position: absolute; left: 0; color: #5a9236; font-weight: 700; }

.audit-deliverable-section { padding: 120px 0; overflow: hidden; background: var(--ink); color: var(--white); }
.audit-deliverable-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.audit-scorecard { padding: 29px; position: relative; background: #f7f9f5; color: var(--ink); box-shadow: 0 35px 90px rgba(0,0,0,.3); transform: rotate(-1.5deg); }
.audit-scorecard::after { content: ""; position: absolute; inset: -50px; z-index: -1; border: 1px solid rgba(184,239,114,.13); border-radius: 50%; }
.audit-scorecard-head { display: flex; justify-content: space-between; margin-bottom: 28px; padding-bottom: 17px; border-bottom: 1px solid var(--line); color: #69776f; font: 700 9px var(--font-display); letter-spacing: .12em; }
.audit-scorecard-head b { display: flex; align-items: center; gap: 8px; color: #527f38; }
.audit-scorecard-head i { width: 7px; height: 7px; border-radius: 50%; background: #70b744; box-shadow: 0 0 0 4px rgba(112,183,68,.15); }
.audit-score-row { display: grid; grid-template-columns: 1fr 38px; gap: 10px; align-items: center; margin-bottom: 22px; color: #5d6b64; font-size: 11px; }
.audit-score-row > strong { color: #4f8b2d; font: 700 18px var(--font-display); text-align: right; }
.audit-score-row > strong.audit-score-risk { color: #bb6847; }
.audit-score-row > i { grid-column: 1 / -1; height: 6px; background: #e3e8e2; }
.audit-score-row > i b { height: 100%; display: block; background: #76b64d; }
.audit-score-row > i b.risk { background: #e58a63; }
.audit-priority { margin-top: 30px; padding: 20px; background: #e3f2d6; }
.audit-priority small, .audit-priority strong { display: block; }
.audit-priority small { margin-bottom: 8px; color: #5c8a42; font: 700 8px var(--font-display); letter-spacing: .12em; }
.audit-priority strong { font: 700 14px/1.5 var(--font-display); }
.audit-deliverable-copy h2, .audit-next-grid h2, .audit-final-grid h2 { margin: 0 0 24px; font-size: clamp(44px, 4.6vw, 65px); line-height: 1.02; letter-spacing: -.06em; }
.audit-deliverable-copy > p:not(.audit-kicker) { color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.75; }
.audit-deliverable-list { margin-top: 34px; border-top: 1px solid rgba(255,255,255,.15); }
.audit-deliverable-list span { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.77); font-size: 13px; }
.audit-deliverable-list b { color: var(--acid); font: 700 10px var(--font-display); }

.audit-fit-section { padding: 120px 0; background: #dff3cc; }
.audit-fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.audit-fit-copy > p:last-child, .audit-proof-copy > p:last-child { color: #56685e; font-size: 15px; line-height: 1.75; }
.audit-fit-cards { border-top: 1px solid rgba(16,33,27,.16); }
.audit-fit-cards article { min-height: 130px; display: grid; grid-template-columns: 55px 1fr 1fr; gap: 24px; align-items: center; border-bottom: 1px solid rgba(16,33,27,.16); }
.audit-fit-cards article > span { color: #5f963a; font: 700 10px var(--font-display); }
.audit-fit-cards strong { font: 700 17px var(--font-display); }
.audit-fit-cards p { margin: 0; color: #597066; font-size: 12px; line-height: 1.55; }

.audit-proof-section { padding: 120px 0; background: #f5f2e8; }
.audit-proof-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: center; }
.audit-proof-section blockquote { margin: 0; padding: 42px; position: relative; background: var(--white); border: 1px solid var(--line); }
.audit-proof-section blockquote > span { color: #69a342; font: 600 78px/.7 Georgia, serif; }
.audit-proof-section blockquote > p { margin: 22px 0 32px; font: 500 20px/1.6 var(--font-display); letter-spacing: -.02em; }
.audit-proof-section blockquote footer { padding-top: 20px; border-top: 1px solid var(--line); }
.audit-proof-section blockquote strong, .audit-proof-section blockquote small { display: block; }
.audit-proof-section blockquote strong { font: 700 12px var(--font-display); }
.audit-proof-section blockquote small { margin-top: 4px; color: var(--muted); font-size: 10px; }

.audit-next-section { padding: 120px 0; background: var(--ink); color: var(--white); }
.audit-next-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.audit-next-grid h2 em { color: var(--acid); }
.audit-next-options article { padding: 24px 0; border-top: 1px solid rgba(255,255,255,.15); }
.audit-next-options article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.audit-next-options span, .audit-next-options strong { display: block; }
.audit-next-options span { margin-bottom: 9px; color: var(--acid); font: 700 8px var(--font-display); letter-spacing: .13em; }
.audit-next-options strong { font: 700 18px var(--font-display); }
.audit-next-options p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.6; }

.audit-faq-section { padding: 120px 0; background: var(--white); }
.audit-faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; align-items: start; }
.audit-faq-list { border-top: 1px solid var(--line); }
.audit-faq-list details { border-bottom: 1px solid var(--line); }
.audit-faq-list summary { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; font: 700 15px var(--font-display); list-style: none; }
.audit-faq-list summary::-webkit-details-marker { display: none; }
.audit-faq-list summary span { color: #5c9438; font-size: 22px; font-weight: 400; transition: transform .2s; }
.audit-faq-list details[open] summary span { transform: rotate(45deg); }
.audit-faq-list details p { max-width: 680px; margin: -4px 45px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.audit-final-section { padding: 105px 0; background: #5d9639; color: var(--white); }
.audit-final-grid { display: grid; grid-template-columns: 1fr 320px; gap: 100px; align-items: center; }
.audit-final-grid h2 { max-width: 800px; margin-bottom: 0; }
.audit-final-grid > div:last-child a { min-height: 58px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: var(--acid); color: var(--ink); font-weight: 700; transition: transform .2s, background .2s; }
.audit-final-grid > div:last-child a:hover { transform: translateY(-2px); background: var(--white); }
.audit-final-grid > div:last-child p { margin: 13px 0 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.5; }

.audit-footer { padding: 37px 0; background: #0d1c17; color: var(--white); }
.audit-footer .audit-shell { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; }
.audit-footer p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; text-align: center; }
.audit-footer .audit-shell > span { color: rgba(255,255,255,.38); font-size: 10px; text-align: right; }

@media (max-width: 1050px) {
  .audit-hero-grid { grid-template-columns: 1fr 430px; gap: 42px; }
  .audit-hero h1 { font-size: 58px; }
  .audit-trust-grid { grid-template-columns: 170px 1fr; }
  .audit-client-reel { grid-column: 1 / -1; margin-bottom: 25px; }
  .audit-scope-intro, .audit-deliverable-grid, .audit-fit-grid, .audit-proof-grid, .audit-next-grid, .audit-faq-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .audit-shell { width: min(100% - 34px, 680px); }
  .audit-nav { grid-template-columns: 1fr auto; }
  .audit-nav-proof { display: none; }
  .audit-hero { padding-top: 125px; }
  .audit-hero-grid { grid-template-columns: 1fr; }
  .audit-hero-copy { padding-top: 0; }
  .audit-form-card { scroll-margin-top: 18px; }
  .audit-trust-grid { padding: 32px 0; grid-template-columns: 1fr; gap: 24px; }
  .audit-trust-grid > p { padding: 0; border: 0; }
  .audit-client-reel { grid-column: auto; margin: 0; padding-top: 20px; border-top: 1px solid rgba(16,33,27,.14); }
  .audit-journey { grid-template-columns: 1fr; gap: 16px; }
  .audit-journey > i { transform: rotate(90deg); }
  .audit-journey article { min-height: 260px; }
  .audit-scope-intro, .audit-deliverable-grid, .audit-fit-grid, .audit-proof-grid, .audit-next-grid, .audit-faq-grid, .audit-final-grid { grid-template-columns: 1fr; gap: 45px; }
  .audit-scope-grid { grid-template-columns: 1fr; }
  .audit-scope-grid article { min-height: auto; }
  .audit-fit-cards article { grid-template-columns: 42px 1fr; padding: 20px 0; }
  .audit-fit-cards p { grid-column: 2; }
  .audit-final-grid { gap: 35px; }
  .audit-footer .audit-shell { grid-template-columns: 1fr auto; }
  .audit-footer p { display: none; }
}

@media (max-width: 560px) {
  .audit-shell { width: calc(100% - 28px); }
  .audit-header .brand { font-size: 16px; }
  .audit-nav-cta { min-height: 38px; gap: 12px; padding: 0 12px; font-size: 10px; }
  .audit-hero { padding: 112px 0 55px; }
  .audit-hero h1 { font-size: 47px; }
  .audit-hero-lede { font-size: 16px; }
  .audit-hero-list li { align-items: flex-start; line-height: 1.45; }
  .audit-inline-cta { width: 100%; justify-content: space-between; }
  .audit-form-card { padding: 24px 20px; }
  .audit-field-row { grid-template-columns: 1fr; gap: 0; }
  .audit-client-group span { width: 142px; height: 68px; flex-basis: 142px; }
  .audit-client-track { animation-duration: 42s; }
  .audit-leak-section, .audit-scope-section, .audit-deliverable-section, .audit-fit-section, .audit-proof-section, .audit-next-section, .audit-faq-section { padding: 86px 0; }
  .audit-section-heading h2, .audit-scope-intro h2, .audit-fit-copy h2, .audit-proof-copy h2, .audit-faq-grid h2, .audit-deliverable-copy h2, .audit-next-grid h2, .audit-final-grid h2 { font-size: 40px; }
  .audit-scope-intro { margin-bottom: 40px; }
  .audit-scope-grid article { padding: 24px; }
  .audit-scorecard { padding: 22px; }
  .audit-scorecard-head { font-size: 7px; }
  .audit-proof-section blockquote { padding: 30px; }
  .audit-proof-section blockquote > p { font-size: 17px; }
  .audit-final-section { padding: 80px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .audit-client-reel { overflow-x: auto; -webkit-mask-image: none; mask-image: none; scrollbar-width: thin; }
  .audit-client-track { animation: none; }
  .audit-client-group[aria-hidden="true"] { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
