/* AZWork Quiet Motion: shared foundations, navigation and reading surfaces. */
* { box-sizing: border-box; }
:root { color-scheme: light; --ink: #171b1a; --muted: #59625c; --green: #168c6d; --deep-green: #086e51; --orange: #9f521c; --line: #dfe5e0; --surface: #f5f7f4; --accent-dark: var(--deep-green); }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.9; letter-spacing: 0; -webkit-font-smoothing: antialiased; overflow-wrap: anywhere; }
body, button, input, textarea, select { letter-spacing: 0; }
button, input, textarea, select { font: inherit; color: inherit; }
button, summary { cursor: pointer; }
a { color: inherit; text-decoration: none; text-underline-offset: .25em; }
a:hover { color: var(--deep-green); }
img { display: block; max-width: 100%; height: auto; }
svg { display: block; }
p, h1, h2, h3, h4, figure, blockquote { margin: 0; }
h1, h2, h3, h4 { font-weight: 700; line-height: 1.5; text-wrap: pretty; }
h1 { font-size: 44px; } h2 { font-size: 32px; } h3 { font-size: 21px; } h4 { font-size: 17px; }
em { color: inherit; font-style: normal; }
p + p { margin-top: 18px; }
ul, ol { padding-left: 1.3em; }
li + li { margin-top: 6px; }
dl, dd { margin: 0; }
[hidden] { display: none !important; }
:is(a, button, input, select, textarea, summary, [tabindex]):focus-visible { outline: 2px solid var(--deep-green); outline-offset: 4px; }
::selection { background: #cde8db; color: #142820; }
.sr-only, .skip-link:not(:focus), .contact-honeypot { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 100; top: 8px; left: 12px; padding: 12px; background: #fff; }
.container, .section-width, .footer-inner, .footer-bottom { width: calc(100% - 96px); max-width: 1080px; margin-inline: auto; }
.container .container { width: 100%; }
.section { padding-block: 80px; }
.surface, .section-surface, .section-light { background: var(--surface); }
.eyebrow, .small-label { margin-bottom: 16px; font-size: 12px; font-weight: 600; color: var(--deep-green); line-height: 1.6; }
.section-heading, .scsr-head, .advisor-section-head, .advisor-pricing-intro, .knowledge-feature-head, .knowledge-library-head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,.75fr); align-items: end; gap: 56px; margin-bottom: 40px; }
.section-heading > p, .scsr-head > p, .advisor-section-head > p, .advisor-pricing-intro > p, .knowledge-feature-head > p, .knowledge-library-head > p { font-size: 14px; color: var(--muted); }
.section-heading > a { justify-self: end; }
.section-intro { max-width: 720px; color: var(--muted); margin: 20px 0 36px; }
.text-link, .profile-link, .knowledge-arrow { display: inline-block; color: var(--deep-green); font-size: 14px; font-weight: 600; padding-block: 8px; }
.text-link:hover, .profile-link:hover { text-decoration: underline; }
.button, .primary-link { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 48px; padding: 11px 21px; border: 1px solid var(--deep-green); border-radius: 5px; background: var(--deep-green); color: #fff; font-size: 14px; font-weight: 600; line-height: 1.7; text-align: center; transition: background .18s; }
.button:hover, .primary-link:hover { background: #04543e; color: #fff; }
.button.secondary { background: #fff; color: var(--ink); border-color: #b8c4bc; }
.button.secondary:hover { background: #edf4ef; }
.secondary-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font-size: 14px; font-weight: 600; }
.ui-icon { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.az-icon { display: inline-flex; width: 44px; height: 44px; flex-shrink: 0; }
.az-icon-sm { width: 34px; height: 34px; }
.az-icon-svg { width: 100%; height: 100%; fill: none; stroke: none; }
.site-header { position: relative; z-index: 20; background: #fff; }
.header-inner { max-width: 1180px; width: calc(100% - 96px); min-height: 82px; margin-inline: auto; display: flex; align-items: center; gap: 26px; }
.brand { flex-shrink: 0; margin-right: auto; }
.brand-logo { width: 112px; height: auto; }
.global-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; }
.global-nav a { padding-block: 12px; position: relative; }
.global-nav a[aria-current='page']::after { content: ''; position: absolute; bottom: 6px; left: 0; right: 0; height: 2px; background: var(--green); }
.header-contact { flex-shrink: 0; padding: 9px 18px; min-height: 40px; border: 1px solid var(--line); border-radius: 5px; font-size: 13px; font-weight: 600; }
.header-contact:hover { background: var(--surface); }
.menu-button { display: none; background: none; border: 0; padding: 10px; width: 44px; height: 44px; flex-shrink: 0; }
.menu-button .menu-close { display: none; }
.menu-button[aria-expanded='true'] .menu-open-icon { display: none; }
.menu-button[aria-expanded='true'] .menu-close { display: block; }
.site-footer { border-top: 1px solid var(--line); background: #fff; padding-top: 56px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding-bottom: 44px; }
.footer-logo { width: 118px; margin-bottom: 20px; }
.footer-copy { font-size: 14px; margin-bottom: 18px; }
.footer-company-meta { font-style: normal; font-size: 12px; line-height: 2; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; align-content: start; }
.footer-links a { padding: 8px 0; font-size: 13px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; min-height: 72px; padding-block: 16px; color: var(--muted); }
.footer-bottom small { font-size: 12px; }
.footer-settings { background: none; border: 0; padding: 8px 0; font-size: 12px; text-decoration: underline; }
/* Subpage introductions share the homepage's centered, unframed composition. */
.subhero, .works-hero, .advisor-hero, .scsr-hero { padding: 70px 0 58px; border-bottom: 1px solid var(--line); }
.subhero > .container, .works-hero > .container, .advisor-hero > .container, .scsr-hero > .container { max-width: 920px; text-align: center; }
.page-name { font-size: 14px; color: var(--deep-green); font-weight: 500; margin-bottom: 22px; }
.page-statement { font-size: 44px; font-weight: 700; line-height: 1.5; text-wrap: pretty; }
.subhero-lead, .hero-lead, .advisor-hero-lead, .scsr-lead { max-width: 710px; margin: 24px auto 0; color: var(--muted); font-size: 16px; }
.subhero-note, .company-stance, .hero-note { margin: 36px auto 0; padding-top: 24px; border-top: 1px solid var(--line); max-width: 660px; text-align: left; }
.subhero-note h2, .company-stance h2, .hero-note strong { font-size: 17px; font-weight: 600; }
.subhero-note p, .company-stance p, .hero-note p { margin-top: 10px; font-size: 14px; color: var(--muted); }
.advisor-hero-actions, .scsr-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 26px; }
.advisor-hero-note, .scsr-note { max-width: 700px; margin: 20px auto 0; font-size: 12px; color: var(--muted); }
.cta { background: var(--surface); border-top: 1px solid var(--line); }
.cta-box { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.cta-box > div { max-width: 760px; }
.cta-box h2 { font-size: 28px; }
.cta-box p:not(.eyebrow) { margin-top: 18px; font-size: 14px; color: var(--muted); }
.cta-box > a { flex-shrink: 0; }
.two-column, .related-panel, .capability-layout, .note-about-grid, .advisor-answer-grid, .advisor-onboarding-grid, .scsr-two { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 80px; }
.two-column > div > p:not(.eyebrow), .capability-intro > p:not(.eyebrow) { margin-top: 22px; }
.message-copy, .related-copy, .advisor-answer-copy, .scsr-copy, .note-about-grid > div + div { color: var(--muted); }
.message-principle { color: var(--muted); max-width: 330px; font-size: 14px; }
.honesty-note, .small-note, .field-note, .feed-status { font-size: 12px; color: var(--muted); margin-top: 24px; }
.profile-summary-row { display: grid; grid-template-columns: 125px minmax(0,1fr); gap: 24px; padding: 24px 0; border-top: 1px solid var(--line); }
.profile-summary-row > span { font-size: 12px; color: var(--orange); }
.profile-summary-row p { font-size: 14px; color: var(--muted); }
.profile-summary-row strong { display: block; font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.mvv-lead { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; padding: 34px 0 42px; border-top: 1px solid var(--line); }
.mvv-lead span, .value-item > span, .mvv-lead > article > p:first-child { color: var(--deep-green); font-size: 12px; font-weight: 600; }
.mvv-lead h3 { margin-top: 20px; font-size: 26px; }
.value-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 64px; }
.value-item { padding: 28px 0; border-top: 1px solid var(--line); }
.value-item h3 { font-size: 19px; margin: 12px 0 10px; }
.value-item p { font-size: 14px; color: var(--muted); }
.company-table { max-width: 850px; }
.company-table > div, .capability-row { display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 32px; border-top: 1px solid var(--line); padding: 23px 0; }
.company-table dt { font-size: 14px; color: var(--muted); }
.company-table dd { font-size: 15px; }
.company-table dd ul { margin-top: 0; }
.capability-row { grid-template-columns: 100px minmax(0,1fr); gap: 24px; }
.capability-row dt { font-size: 12px; color: var(--orange); }
.capability-row p { margin-top: 8px; font-size: 14px; color: var(--muted); }
.proof-grid, .deliverable-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 32px; }
.proof-strip { padding-block: 34px; border-bottom: 1px solid var(--line); }
.proof-grid span { font-size: 11px; color: var(--deep-green); display: block; }
.proof-grid strong { font-size: 20px; display: block; margin: 8px 0; }
.proof-grid p { font-size: 12px; color: var(--muted); }
.case-story { padding: 40px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 50px; }
.case-index span { display: block; color: var(--orange); font-size: 11px; margin-bottom: 12px; }
.case-index strong { font-size: 17px; line-height: 1.8; display: block; }
.case-body h3 { font-size: 25px; }
.case-summary { font-size: 15px; color: var(--muted); margin-top: 16px; }
.case-flow { margin-top: 28px; }
.case-flow article { display: grid; grid-template-columns: 115px minmax(0,1fr); gap: 8px 22px; border-top: 1px solid var(--line); padding: 20px 0; }
.case-flow b { grid-row: span 2; font-size: 11px; color: var(--deep-green); padding-top: 4px; }
.case-flow p { font-size: 14px; color: var(--muted); }
.case-tags { display: flex; flex-wrap: wrap; gap: 8px 20px; color: var(--muted); font-size: 11px; padding-top: 16px; }
.deliverable-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.deliverable-grid span { font-size: 12px; color: var(--orange); }
.deliverable-grid h3 { font-size: 18px; margin: 10px 0; }
.deliverable-grid p { font-size: 13px; color: var(--muted); }
/* Forms, native disclosures and policy documents. */
.contact-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 80px; }
.contact-info h2 { font-size: 28px; }
.contact-info > p:not(.eyebrow) { margin-top: 20px; color: var(--muted); font-size: 14px; }
.contact-direct { padding-block: 24px; margin-top: 28px; border-block: 1px solid var(--line); }
.contact-direct span, .contact-direct small { display: block; color: var(--muted); font-size: 12px; }
.contact-direct a { font-size: 21px; font-weight: 600; }
.contact-form { min-width: 0; }
.form-row { margin-bottom: 24px; }
.form-row label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.form-row label span { font-size: 12px; color: var(--deep-green); margin-left: 10px; }
.form-row :is(input, select, textarea), .knowledge-search input { display: block; width: 100%; min-width: 0; min-height: 48px; border: 1px solid #adb9b0; border-radius: 5px; background: #fff; padding: 11px 13px; font-size: 16px; line-height: 1.7; }
.form-row textarea { resize: vertical; min-height: 200px; }
.form-row :is(input, select, textarea):focus, .knowledge-search input:focus { border-color: var(--deep-green); }
.form-row .field-note { margin-top: 6px; }
.check-row { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; margin-block: 24px; }
.check-row input { margin: 5px 0 0; width: 18px; height: 18px; accent-color: var(--deep-green); flex-shrink: 0; }
.check-row a, .form-help a { text-decoration: underline; }
.turnstile-wrap { margin-block: 24px; min-height: 65px; max-width: 100%; }
.form-submit { width: 100%; }
.form-submit:disabled { opacity: .65; cursor: wait; }
.form-status { font-size: 14px; margin-top: 16px; }
.form-status:empty { display: none; }
.form-status.is-error { color: #a42b24; }
.form-help { margin-top: 24px; font-size: 12px; color: var(--muted); }
.contact-success-panel { padding: 40px 28px; background: #edf6ef; border-top: 3px solid var(--green); scroll-margin-top: 28px; }
.contact-success-mark { font-size: 32px; color: var(--deep-green); margin-bottom: 22px; }
.contact-success-kicker { color: var(--deep-green); font-size: 13px; margin-bottom: 12px; }
.contact-success-panel h2 { font-size: 28px; line-height: 1.65; }
.contact-success-panel h2 span { display: block; }
.contact-success-message { font-size: 16px; margin-top: 22px; color: var(--muted); }
.faq-layout, .advisor-faq-layout, .scsr-faq { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: 80px; }
details { border-bottom: 1px solid var(--line); }
details:first-child { border-top: 1px solid var(--line); }
summary { position: relative; list-style: none; padding: 23px 36px 23px 0; font-size: 16px; line-height: 1.8; font-weight: 500; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; top: 22px; right: 4px; font-size: 22px; font-weight: 400; color: var(--deep-green); }
details[open] > summary::after { content: '\2212'; }
details > :not(summary) { margin: 0; padding: 0 32px 24px 0; color: var(--muted); font-size: 14px; }
details a { color: var(--deep-green); text-decoration: underline; }
.policy { max-width: 760px; }
.policy h2 { font-size: 23px; margin: 42px 0 16px; padding-top: 25px; border-top: 1px solid var(--line); }
.policy p, .policy ul, .policy ol { color: var(--muted); }
.policy a { color: var(--deep-green); text-decoration: underline; }
.policy-date { font-size: 13px; margin-top: 30px; }
.error-page { min-height: 55vh; text-align: center; }
.error-code { font-size: 80px; font-weight: 600; color: var(--green); }
.error-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: 30px; }
.analytics-consent { position: fixed; z-index: 80; bottom: 20px; left: 50%; transform: translateX(-50%); width: min(900px,calc(100% - 32px)); max-height: calc(100dvh - 40px); overflow: auto; background: #fff; border: 1px solid #b4c5b8; border-radius: 8px; box-shadow: 0 8px 40px #162c1a1c; padding: 24px; }
.analytics-consent-inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; }
.analytics-consent h2 { font-size: 19px; margin-bottom: 10px; }
.analytics-consent p:not(.analytics-consent-kicker), .analytics-consent a { font-size: 12px; color: var(--muted); }
.analytics-consent-kicker { font-size: 11px; color: var(--deep-green); margin-bottom: 10px; }
.analytics-consent a { text-decoration: underline; }
.analytics-consent-actions { display: flex; gap: 10px; }
.analytics-consent .button { min-height: 44px; padding: 10px 14px; font-size: 13px; }
@media (max-width: 1000px) {
  .header-inner { width: calc(100% - 48px); gap: 18px; }
  .global-nav { gap: 18px; font-size: 12px; }
  .container, .section-width, .footer-inner, .footer-bottom { width: calc(100% - 64px); }
  .two-column, .contact-layout, .faq-layout, .related-panel, .capability-layout, .advisor-answer-grid, .advisor-onboarding-grid, .advisor-faq-layout, .scsr-two, .scsr-faq { gap: 40px; }
  .case-story { grid-template-columns: 185px minmax(0,1fr); gap: 32px; }
  .proof-grid, .deliverable-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .analytics-consent-inner { grid-template-columns: minmax(0,1fr); gap: 18px; }
}
@media (max-width: 760px) {
  body { font-size: 15px; }
  h1 { font-size: 32px; } h2 { font-size: 27px; } h3 { font-size: 20px; }
  .header-inner { width: calc(100% - 36px); min-height: 68px; gap: 12px; flex-wrap: wrap; }
  .brand-logo { width: 103px; }
  .header-contact { font-size: 12px; padding: 8px 12px; margin-left: auto; }
  .menu-button { display: flex; justify-content: center; align-items: center; }
  .global-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; padding: 14px 24px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 16px #192c1710; }
  .global-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .global-nav a { font-size: 15px; padding-block: 14px; }
  .global-nav a[aria-current='page']::after { right: auto; width: 28px; }
  .no-js .global-nav { position: static; display: flex; flex-wrap: wrap; order: 5; padding: 0 0 12px; width: 100%; box-shadow: none; }
  .no-js .global-nav a { font-size: 12px; padding: 6px 10px 6px 0; }
  .no-js .menu-button { display: none; }
  .container, .section-width, .footer-inner, .footer-bottom { width: calc(100% - 44px); }
  .section { padding-block: 48px; }
  .section-heading, .scsr-head, .advisor-section-head, .advisor-pricing-intro, .knowledge-feature-head, .knowledge-library-head { grid-template-columns: minmax(0,1fr); gap: 20px; margin-bottom: 30px; }
  .section-heading > a { justify-self: start; }
  .subhero, .works-hero, .advisor-hero, .scsr-hero { padding: 40px 0; }
  .page-name { font-size: 13px; margin-bottom: 18px; }
  .page-statement { font-size: 30px; line-height: 1.65; }
  .subhero-lead, .hero-lead, .advisor-hero-lead, .scsr-lead { text-align: left; font-size: 14px; margin-top: 22px; }
  .subhero-note, .company-stance, .hero-note { margin-top: 28px; }
  .two-column, .related-panel, .capability-layout, .note-about-grid, .advisor-answer-grid, .advisor-onboarding-grid, .scsr-two, .contact-layout, .faq-layout, .advisor-faq-layout, .scsr-faq { grid-template-columns: minmax(0,1fr); gap: 32px; }
  .mvv-lead { grid-template-columns: minmax(0,1fr); gap: 32px; padding-block: 24px 32px; }
  .mvv-lead h3 { font-size: 24px; margin-top: 12px; }
  .value-list { grid-template-columns: minmax(0,1fr); }
  .company-table > div { grid-template-columns: minmax(0,1fr); gap: 10px; padding-block: 20px; }
  .profile-summary-row { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .case-story { grid-template-columns: minmax(0,1fr); gap: 24px; padding-block: 30px; }
  .case-index strong br { display: none; }
  .case-body h3 { font-size: 23px; }
  .case-flow article { grid-template-columns: minmax(0,1fr); gap: 10px; }
  .case-flow b { grid-row: auto; }
  .proof-grid { gap: 24px; }
  .proof-grid strong { font-size: 17px; }
  .deliverable-grid { gap: 28px 22px; }
  .deliverable-grid h3 { font-size: 17px; }
  .capability-row { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .cta-box { flex-direction: column; align-items: flex-start; gap: 26px; }
  .cta-box h2 { font-size: 25px; }
  .contact-info h2 { font-size: 25px; }
  .contact-success-panel { padding: 28px 20px; }
  .contact-success-panel h2 { font-size: 24px; }
  .contact-success-message { font-size: 15px; }
  summary { font-size: 15px; }
  .policy h2 { font-size: 21px; }
  .site-footer { padding-top: 36px; }
  .footer-inner { grid-template-columns: minmax(0,1fr); gap: 28px; padding-bottom: 28px; }
  .footer-links { column-gap: 18px; }
  .footer-links a { font-size: 12px; padding-block: 10px; }
  .analytics-consent { bottom: 12px; padding: 20px; }
  .analytics-consent h2 { font-size: 17px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 359px) { .page-statement { font-size: 27px; } .button { font-size: 13px; padding-inline: 16px; } .deliverable-grid { grid-template-columns: minmax(0,1fr); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }


/* Integrated: Link semantics and long-page navigation. */
/* AZWork link semantics and long-page navigation. */
a[data-az-link-kind="internal"] .az-link-icon {
  transition: transform .18s ease, opacity .18s ease;
}
a[data-az-link-kind="internal"]:hover .az-link-icon {
  transform: translateX(3px);
}
a[data-az-link-kind="external"] .az-link-icon {
  width: 16px;
  height: 16px;
  margin-left: .18em;
  opacity: .7;
  vertical-align: -.15em;
  transition: transform .18s ease, opacity .18s ease;
}
a[data-az-link-kind="external"]:hover .az-link-icon {
  transform: translate(1px, -1px);
  opacity: 1;
}
a[data-az-link-kind="external"].az-inline-link {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-decoration-color: #aeb8b1;
  text-underline-offset: .3em;
}
a[data-az-link-kind="external"].az-inline-link:hover {
  text-decoration-style: solid;
  text-decoration-color: currentColor;
}
.note-arrow .az-link-icon {
  margin-left: 0;
}
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 18;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d7ded9;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: #39433d;
  box-shadow: 0 6px 20px rgba(17, 36, 27, .08);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease, color .18s ease, background .18s ease;
}
.back-to-top .ui-icon {
  width: 19px;
  height: 19px;
  stroke-width: 1.65;
}
.back-to-top.is-visible {
  opacity: .82;
  transform: translateY(0);
  pointer-events: auto;
}
.back-to-top:hover,
.back-to-top:focus-visible {
  opacity: 1;
  color: var(--deep-green, #086e51);
  border-color: #a9bbb0;
  background: #fff;
}
body.menu-open .back-to-top,
body.analytics-consent-open .back-to-top {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 760px) {
  .back-to-top {
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom, 0px));
    width: 46px;
    height: 46px;
    box-shadow: 0 6px 18px rgba(17, 36, 27, .1);
  }
  .back-to-top.is-visible { opacity: .96; }
}
@media (prefers-reduced-motion: reduce) {
  a[data-az-link-kind] .az-link-icon,
  .back-to-top { transition: none; }
}


/* Integrated: Problem-led service refinements. */
/* SCS-inspired icon rhythm for the problem-led service LPs. Icons support meaning; they do not become decorative cards. */
.lp-page .lp-brief-head { display: flex; align-items: center; gap: 16px; }
.lp-page .lp-brief-head > .az-icon { width: 44px; height: 44px; flex: 0 0 44px; }
.lp-page .lp-brief-head h2 { min-width: 0; }

.lp-page .lp-problems { counter-reset: none; }
.lp-page .lp-problems li { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 16px; align-items: center; padding: 20px 0; counter-increment: none; }
.lp-page .lp-problems li::before { content: none; display: none; }
.lp-page .lp-problems li > .az-icon { width: 34px; height: 34px; align-self: center; }
.lp-page .lp-problem-copy { min-width: 0; }

.lp-page .lp-support-row { grid-template-columns: minmax(0,.9fr) minmax(0,1.15fr); gap: 40px; align-items: start; }
.lp-page .lp-support-heading { display: flex; gap: 16px; align-items: flex-start; min-width: 0; }
.lp-page .lp-support-heading > .az-icon { width: 40px; height: 40px; flex: 0 0 40px; }
.lp-page .lp-support-title { min-width: 0; }
.lp-page .lp-support-number { display: block; padding: 0; color: var(--orange); font-size: 11px; line-height: 1.4; margin-bottom: 5px; }
.lp-page .lp-support-heading h3 { margin: 0; }
.lp-page .lp-support-row > p { grid-column: auto; }

/* The left-accent callout motif is intentionally avoided on service and contact pages. */
.lp-page .lp-deliverables { margin-top: 30px; padding: 20px 0; border-left: 0; border-block: 1px solid var(--line); }
.contact-page .consult-ease { margin: 24px auto 0; max-width: 680px; padding: 18px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; text-align: left; font-size: 13px; color: var(--muted); }

@media (max-width: 760px) {
  .lp-page .lp-brief-head { gap: 13px; }
  .lp-page .lp-brief-head > .az-icon { width: 38px; height: 38px; flex-basis: 38px; }
  .lp-page .lp-problems li { grid-template-columns: 34px minmax(0,1fr); gap: 14px; padding: 18px 0; }
  .lp-page .lp-problems li > .az-icon { width: 32px; height: 32px; }
  .lp-page .lp-support-row { grid-template-columns: minmax(0,1fr); gap: 12px; padding-block: 22px; }
  .lp-page .lp-support-heading { gap: 14px; }
  .lp-page .lp-support-heading > .az-icon { width: 36px; height: 36px; flex-basis: 36px; }
  .lp-page .lp-support-row > p { grid-column: auto; padding-left: 50px; }
  .lp-page .lp-deliverables { padding-block: 18px; }
  .contact-page .consult-ease { padding-top: 16px; font-size: 12px; }
}

@media (max-width: 359px) {
  .lp-page .lp-support-row > p { padding-left: 0; }
}
