:root {
  --paper: #f8f7f1; --sheet: #fffefa; --ink: #24392f; --ink-soft: #58675d; --rule: #d9ded3;
  --forest: #173d32; --navy: #245644; --lime: #d6ed9b;
  --pass: #2d6946; --warn: #845218; --fail: #a73529;
  --pass-bg: #e8f2e5; --warn-bg: #fff0d9; --fail-bg: #fcebe5;
  --sans: "Public Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.65; }
::selection { background: var(--lime); color: var(--forest); }
a { color: inherit; text-underline-offset: 4px; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid #8ba640; outline-offset: 5px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
h1, h2 { letter-spacing: -.045em; }
h2 { font-size: clamp(32px, 3.25vw, 44px); font-weight: 600; }
h2 em, h1 em { font-family: var(--serif); font-weight: 400; }
h3 { letter-spacing: -.025em; font-size: 20px; font-weight: 600; }
.wrap, header.site, footer.site { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.section-space { padding-block: 96px; }
.eyebrow { font: 500 10px/1.6 var(--mono); letter-spacing: .105em; margin-bottom: 22px; }
.mono { font-family: var(--mono); }
.status-dot, .status-light { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #5f8050; flex-shrink: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: absolute; z-index: 10; left: 20px; top: -80px; padding: 12px 20px; background: var(--forest); color: white; }
.skip-link:focus { top: 10px; }

/* Identity and navigation */
header.site { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid var(--rule); }
.brand { display: flex; gap: 10px; align-items: center; font-size: 17px; line-height: 1.15; font-weight: 800; letter-spacing: -.045em; text-decoration: none; }
.brand-second { display: block; }
.brand-period { color: #5f783f; }
.brand-symbol { height: 46px; width: 43px; display: grid; place-items: center; flex-shrink: 0; }
.mark { display: block; width: 100%; height: 100%; object-fit: contain; }
nav { display: flex; gap: 32px; margin-left: auto; margin-right: 35px; }
nav a { text-decoration: none; font-size: 12px; font-weight: 500; padding-block: 12px; }
nav a:hover { color: #56733e; }
.nav-cta { display: flex; gap: 26px; align-items: center; text-decoration: none; font-size: 12px; font-weight: 600; padding: 11px 17px; border: 1px solid #b8c5b4; border-radius: 5px; }
.nav-cta:hover { background: #eaf0e0; }
.nav-cta span { font-size: 19px; }

/* A human introduction and a useful first action */
.hero { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; column-gap: 72px; padding-top: 67px; padding-bottom: 62px; }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 27px; }
h1 { font-size: clamp(56px, 5.65vw, 78px); font-weight: 600; line-height: 1.035; margin-bottom: 27px; }
h1 em { color: #58783e; font-size: 1.055em; }
.lede { font-size: 16px; line-height: 1.85; color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 20px; border: 1px solid var(--forest); border-radius: 5px; background: var(--forest); color: white; font-weight: 600; font-size: 12px; line-height: 1.5; text-decoration: none; cursor: pointer; }
.button span { font-size: 19px; line-height: 1; }
.button:hover { background: #285743; border-color: #285743; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 12px; font-weight: 600; text-decoration-thickness: 1px; }
.text-link span { font-size: 17px; text-decoration: none; }
.hero-note { font-size: 10px; color: var(--ink-soft); margin-top: 25px; display: flex; align-items: center; gap: 7px; }
.hero-note > span { color: #537241; font-size: 13px; }
.hero-offer { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 7px 10px; max-width: 100%; margin-top: 20px; font-size: 11px; text-decoration: none; }
.hero-offer > span { background: #e7edda; border-radius: 3px; padding: 5px 7px; font: 500 8px var(--mono); letter-spacing: .04em; }
.hero-offer > i { font-style: normal; font-size: 17px; }
.hero-offer:hover { text-decoration: underline; text-underline-offset: 4px; }
.checker-wrap { position: relative; padding: 11px 11px 0 0; isolation: isolate; }
.checker-wrap::before { content: ""; position: absolute; inset: 0 0 44px 12px; border: 1px solid #becbb2; border-radius: 14px; background: #eaf0de; transform: rotate(2deg); z-index: -1; }
.checker-shell { overflow: hidden; border: 1px solid var(--forest); border-radius: 12px; background: var(--sheet); box-shadow: 0 14px 35px -22px #31432b55; }
.checker-topline { background: var(--forest); color: #c1d4bd; display: flex; align-items: center; justify-content: space-between; padding: 17px 28px 0; font-size: 9px; letter-spacing: .09em; }
.status-light { background: var(--lime); width: 6px; height: 6px; box-shadow: 0 0 0 4px #d6ed9b12; }
.checker-intro { position: relative; background: var(--forest); color: var(--paper); padding: 23px 28px 26px; }
.checker-icon { display: inline-flex; align-items: center; justify-content: center; height: 35px; width: 35px; border: 1px solid #78957e; border-radius: 8px; color: var(--lime); font-family: var(--serif); font-size: 25px; line-height: 1; margin-bottom: 18px; }
.free-label { position: absolute; right: 28px; top: 29px; font: 400 9px var(--mono); letter-spacing: .04em; padding: 5px 8px; border-radius: 3px; color: var(--lime); border: 1px solid #587652; }
.checker-intro h2 { font-size: 29px; letter-spacing: -.035em; font-weight: 500; line-height: 1.2; margin-bottom: 12px; }
.checker-intro p { max-width: 290px; color: #c2d0c4; font-size: 12px; line-height: 1.7; }
.check { padding: 25px 28px 23px; scroll-margin-top: 80px; }
.check label { display: block; font-size: 11px; font-weight: 600; margin-bottom: 9px; }
.check-row { display: grid; gap: 10px; }
.check input { width: 100%; min-width: 0; border: 1px solid #bcc8b7; border-radius: 4px; padding: 12px 13px; background: #fffefa; color: var(--ink); font-size: 14px; }
.check input::placeholder { color: #68735f; }
.check input[aria-invalid="true"] { border-color: var(--fail); }
#check-btn { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 12px 16px; border: 1px solid var(--forest); border-radius: 4px; background: var(--forest); color: white; font-size: 12px; font-weight: 600; cursor: pointer; }
#check-btn > span { font-size: 19px; line-height: 1; }
#check-btn:hover { background: #2c5846; }
#check-btn[disabled] { opacity: .7; cursor: progress; }
.check-example { font-size: 10px; margin-top: 11px; color: var(--ink-soft); }
.example-button { display: inline; color: var(--forest); background: none; border: 0; padding: 4px 0; text-decoration: underline; text-underline-offset: 3px; font-size: inherit; cursor: pointer; }
.example-button:hover { color: #597c40; }
.example-button:disabled { opacity: .6; cursor: progress; }
.check-coverage { display: flex; justify-content: space-between; gap: 10px; padding: 17px 0 14px; margin-top: 13px; border-top: 1px solid var(--rule); font: 400 9px var(--mono); color: var(--ink-soft); }
.check-coverage span { display: inline-flex; align-items: center; gap: 5px; }
.check-coverage i { width: 4px; height: 4px; border: 1px solid #778772; border-radius: 50%; }
.note { font-size: 10px; line-height: 1.7; color: var(--ink-soft); }
.checker-caption { font-family: var(--serif); font-style: italic; color: #586b4b; font-size: 14px; text-align: center; margin-top: 14px; }
.checker-caption span { font-style: normal; margin-right: 5px; }

/* Real DNS findings */
.sheet { grid-column: 1 / -1; margin-top: 35px; padding: 30px; background: var(--sheet); border: 1px solid var(--rule); border-top: 4px solid var(--forest); border-radius: 8px; scroll-margin-top: 25px; overflow-wrap: anywhere; }
.sheet[data-level="fail"] { border-top-color: var(--fail); }
.sheet[data-level="warn"] { border-top-color: var(--warn); }
.sheet[data-level="pass"] { border-top-color: var(--pass); }
.sheet-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; flex-wrap: wrap; padding-bottom: 14px; margin-bottom: 18px; border-bottom: 1px solid var(--rule); }
.sheet-head h2 { font-size: 24px; letter-spacing: -.035em; }
.sheet-head .when { font-size: 11px; color: var(--ink-soft); }
.verdict { font-size: 16px; font-weight: 500; margin-bottom: 18px; max-width: 78ch; }
.rows { list-style: none; margin: 0; padding: 0; }
.row { display: grid; grid-template-columns: 118px 1fr; gap: 20px; padding: 17px 0; border-top: 1px solid var(--rule); }
.badge { align-self: start; justify-self: start; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 4px; }
.badge.pass { background: var(--pass-bg); color: var(--pass); }
.badge.warn { background: var(--warn-bg); color: var(--warn); }
.badge.fail { background: var(--fail-bg); color: var(--fail); }
.badge.info { background: #eaf0e6; color: var(--forest); }
.row h3 { font-size: 15px; margin-bottom: 6px; }
.row p { font-size: 13px; margin-bottom: 8px; max-width: 85ch; }
.row code { display: block; font: 400 11px/1.7 var(--mono); color: var(--ink-soft); background: var(--paper); padding: 8px 10px; border-radius: 4px; overflow-wrap: anywhere; white-space: pre-wrap; }
.sheet-foot { margin-top: 14px; padding-top: 18px; border-top: 1px solid var(--rule); }
.sheet-foot p { font-size: 12px; margin-bottom: 12px; max-width: 85ch; }
.sheet-foot p:last-child { margin-bottom: 0; }
.error { color: var(--fail); font-weight: 500; }

/* Familiar tools, without inflated claims */
.trust-strip { border-block: 1px solid var(--rule); background: #f0f2e9; }
.trust-inner { min-height: 105px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.trust-inner > p { font-size: 11px; line-height: 1.7; color: var(--ink-soft); }
.trust-inner > p strong { color: var(--ink); font-weight: 500; }
.platform { display: flex; align-items: center; gap: 10px; font-size: 17px; letter-spacing: -.04em; color: #455444; font-weight: 500; white-space: nowrap; }
.microsoft-mark { display: grid; grid-template-columns: 1fr 1fr; width: 19px; height: 19px; gap: 2px; }
.microsoft-mark i { background: #748469; }
.google-mark { font-weight: 800; font-size: 27px; line-height: 1; }
.office-size { border-left: 1px solid #cbd3c2; padding-left: 35px; font-size: 11px; color: var(--ink-soft); line-height: 1.7; }
.office-size strong { font-size: 13px; color: var(--ink); }

/* Reasons to act */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 43px; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading > p { color: var(--ink-soft); font-size: 13px; max-width: 305px; margin-bottom: 3px; }
.why h2 { font-size: clamp(30px, 3vw, 41px); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 33px; }
.why-grid article { border-top: 1px solid #aeba9f; padding-top: 23px; }
.issue-number { display: block; font: 400 10px var(--mono); letter-spacing: .045em; color: #586b4b; margin-bottom: 25px; }
.why-grid h3 { font-size: 18px; margin-bottom: 12px; }
.why-grid p { font-size: 13px; color: var(--ink-soft); line-height: 1.8; }
.why-grid a { display: inline-flex; gap: 12px; font-size: 11px; font-weight: 600; margin-top: 22px; text-decoration: none; }
.why-grid a:hover { text-decoration: underline; }

/* Transparent service menu */
.services-section { background: #edf0e5; border-block: 1px solid #e1e5d9; }
.launch-offer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px 45px; padding: 30px 32px 22px; margin-bottom: 25px; background: #e1eacb; border: 1px solid #bdcca7; border-radius: 8px; scroll-margin-top: 30px; }
.launch-copy .eyebrow { margin-bottom: 12px; }
.launch-copy h3 { font-size: 27px; margin-bottom: 14px; }
.launch-copy > p:not(.eyebrow) { font-size: 13px; line-height: 1.8; max-width: 74ch; }
.launch-copy > p:last-child { margin-top: 10px; }
.launch-copy strong { font-weight: 600; }
.launch-stamp { align-self: center; display: flex; flex-direction: column; align-items: center; min-width: 140px; }
.launch-stamp > strong { font-size: 76px; font-weight: 500; line-height: 1; letter-spacing: -.07em; }
.launch-stamp > strong > span { font-size: 35px; vertical-align: top; line-height: 1.7; letter-spacing: -.04em; }
.launch-stamp > span { font: 500 9px var(--mono); letter-spacing: .05em; margin-top: 11px; }
.launch-terms { grid-column: 1 / -1; border-top: 1px solid #bdcca7; padding-top: 16px; font-size: 11px; line-height: 1.8; color: #405637; }
.services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { display: flex; flex-direction: column; background: var(--sheet); border: 1px solid #d3dacb; border-radius: 8px; padding: 29px 25px 25px; scroll-margin-top: 25px; }
.service-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; }
.service-index { border: 1px solid #d9dfd0; border-radius: 50%; width: 29px; height: 29px; display: grid; place-items: center; font: 400 10px var(--mono); }
.service-type { font: 400 9px var(--mono); letter-spacing: .065em; color: var(--ink-soft); }
.service-card h3 { font-size: 21px; margin-bottom: 12px; }
.service-summary { font-size: 12px; line-height: 1.75; color: var(--ink-soft); min-height: 63px; max-width: 30ch; }
.price { margin: 26px 0 27px; }
.price-original { display: flex; align-items: baseline; gap: 8px; color: var(--ink-soft); font-size: 10px; margin-bottom: 7px; }
.price-original del { font-size: 17px; text-decoration-thickness: 1px; }
.price-current { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 7px; }
.price-current > span { font-size: 10px; }
.price-current > strong { font-size: 37px; line-height: 1.2; letter-spacing: -.045em; font-weight: 500; }
.price-current > small { font-size: 11px; font-weight: 400; color: var(--ink-soft); }
.feature-list { padding: 23px 0 14px; margin: 0; border-top: 1px solid var(--rule); list-style: none; }
.feature-list li { font-size: 11px; line-height: 1.6; padding-left: 21px; position: relative; margin-bottom: 12px; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; color: #567441; }
.service-card .button { width: 100%; gap: 12px; font-size: 11px; padding: 12px 14px; margin-top: 14px; }
.button-outline { background: transparent; color: var(--forest); border-color: #c1cdb7; }
.button-outline:hover { background: #edf1e5; border-color: #7d966c; }
.service-featured { background: var(--forest); color: var(--paper); border-color: var(--forest); }
.service-featured .service-index { border-color: #5a7560; color: var(--lime); }
.service-featured .service-type { color: var(--lime); }
.service-featured .service-summary, .service-featured .price small { color: #c1d0c0; }
.service-featured .price-original { color: #c1d0c0; }
.service-featured .price-current > strong { color: var(--lime); }
.service-featured .feature-list { border-color: #476352; }
.service-featured .feature-list li::before { color: var(--lime); }
.service-scope { margin: auto 0 10px; padding-top: 17px; border-top: 1px solid var(--rule); }
.service-scope > div { margin-bottom: 13px; }
.service-scope dt { font-size: 10px; font-weight: 600; margin-bottom: 3px; }
.service-scope dd { margin: 0; font-size: 11px; line-height: 1.75; color: var(--ink-soft); }
.service-featured .service-scope { border-color: #476352; }
.service-featured .service-scope dt { color: var(--lime); }
.service-featured .service-scope dd { color: #c1d0c0; }
.pricing-note { font-size: 12px; color: var(--ink-soft); max-width: 86ch; margin-top: 21px; }
.extra-scope { display: block; font-size: 10px; line-height: 1.75; color: var(--ink-soft); margin-top: 10px; max-width: 38ch; }
.button-lime { background: var(--lime); color: var(--forest); border-color: var(--lime); }
.button-lime:hover { background: #e4f7b9; border-color: #e4f7b9; }
.additional-heading { display: flex; align-items: baseline; gap: 15px; margin-top: 39px; margin-bottom: 22px; }
.additional-heading h3 { font-size: 16px; }
.additional-heading p { font-size: 12px; color: var(--ink-soft); }
.additional-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.additional-services > a { border-top: 1px solid #cbd4c0; padding-top: 20px; display: flex; gap: 14px; justify-content: space-between; text-decoration: none; }
.additional-services strong { display: block; font-size: 13px; font-weight: 600; margin-bottom: 8px; }
.additional-services a > span > span { display: block; color: var(--ink-soft); font-size: 11px; line-height: 1.8; max-width: 33ch; }
.additional-services b { display: block; font-size: 12px; margin-top: 13px; font-weight: 500; }
.additional-services .additional-price { display: grid; gap: 5px; margin-top: 15px; }
.additional-price-original { display: block; color: var(--ink-soft); font-size: 10px; }
.additional-price-original del { font-size: 13px; text-decoration-thickness: 1px; }
.additional-price-current { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; color: var(--forest); font-size: 10px; }
.additional-price-current b { display: inline; margin: 0; font-size: 24px; letter-spacing: -.035em; }
.additional-price-current small { font-size: 10px; color: var(--ink-soft); }
.service-arrow { font-size: 18px; }
.additional-services > a:hover strong { text-decoration: underline; text-underline-offset: 4px; }

/* Linux baseline and custom policy services */
.compliance-jump { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: -12px 0 25px; padding-block: 14px; border-block: 1px solid #cbd4c0; font-size: 12px; font-weight: 500; text-decoration: none; }
.compliance-jump:hover { text-decoration: underline; text-underline-offset: 4px; }
.compliance-jump > span { flex-shrink: 0; font-size: 18px; }
.compliance-service { margin-top: 54px; padding-top: 45px; border-top: 1px solid #bdcca7; scroll-margin-top: 30px; }
.compliance-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; align-items: start; }
.compliance-heading .eyebrow { margin-bottom: 17px; }
.compliance-heading h3 { font-size: clamp(30px, 3vw, 40px); letter-spacing: -.04em; line-height: 1.15; }
.compliance-heading h3 em { font-family: var(--serif); font-weight: 400; }
.compliance-intro p { color: var(--ink-soft); font-size: 13px; line-height: 1.85; }
.compliance-intro p + p { margin-top: 14px; }
.compliance-intro strong { color: var(--forest); font-weight: 600; }
.compliance-capabilities { display: flex; flex-wrap: wrap; gap: 9px; margin-block: 25px; }
.compliance-capabilities > span { background: #e1e8d4; border: 1px solid #c8d3bb; border-radius: 4px; padding: 7px 11px; font-size: 10px; color: #405637; }
.scan-plan-title { font-size: 21px; font-weight: 600; line-height: 1.25; letter-spacing: -.025em; margin: 0 0 12px; min-height: 2.5em; }
.scan-plan-custom { border-color: #8da274; background: #f6f8ee; }
.scan-plan-custom .service-type { color: #405637; }
.scan-plan-note { margin-top: auto; padding-block: 15px 6px; border-top: 1px solid var(--rule); color: var(--ink-soft); font-size: 11px; line-height: 1.8; }
.compliance-footnotes { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 23px; }
.compliance-footnotes p { color: var(--ink-soft); font-size: 11px; line-height: 1.8; }
.compliance-footnotes strong { color: var(--forest); font-weight: 600; }
.compliance-comparison { margin-top: 24px; padding-top: 20px; border-top: 1px solid #cbd4c0; }
.compliance-comparison summary { cursor: pointer; font-size: 13px; font-weight: 600; }
.compliance-comparison summary::marker { color: #58783e; font-size: 11px; }
.compliance-comparison p { max-width: 100ch; margin-top: 14px; color: var(--ink-soft); font-size: 12px; line-height: 1.85; }

/* Questions about scope and access */
.questions { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; border-bottom: 1px solid var(--rule); align-items: start; }
.questions-intro > p:last-child { margin-top: 22px; max-width: 35ch; font-size: 13px; color: var(--ink-soft); }
.questions-list { min-width: 0; border-top: 1px solid var(--rule); }
.questions-list details { padding: 19px 0; border-bottom: 1px solid var(--rule); }
.questions-list summary { cursor: pointer; font-size: 14px; font-weight: 600; padding-right: 8px; }
.questions-list summary::marker { color: #58783e; font-size: 11px; }
.questions-list details[open] summary { margin-bottom: 14px; }
.questions-list details p { font-size: 13px; line-height: 1.85; color: var(--ink-soft); }
.questions-list details p + p { margin-top: 12px; }

/* Who this is for */
.for { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.for h2 { margin-bottom: 24px; }
.for > div > p:not(.eyebrow) { font-size: 13px; color: var(--ink-soft); max-width: 43ch; }
.for .local-note { margin-top: 28px; font-size: 10px !important; color: #526c45 !important; }
.office-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--rule); }
.office-list li { display: flex; align-items: center; gap: 26px; padding: 16px 0; border-bottom: 1px solid var(--rule); font-size: 13px; }
.office-list span { font: 400 9px var(--mono); color: #586b4b; }

/* A simple, visible process */
.how-section { background: var(--forest); color: var(--paper); }
.how-section .eyebrow { color: var(--lime); }
.how-section h2 em { color: #d3dfbd; }
.how-section .section-heading > p { color: #c0cebf; }
.steps { list-style: none; padding: 0; margin: 55px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps li { position: relative; padding-top: 24px; border-top: 1px solid #6c8266; }
.steps li::before { content: ""; position: absolute; width: 5px; height: 5px; top: -3px; left: 0; border-radius: 50%; background: var(--lime); }
.step-number { display: block; font: 400 11px var(--mono); color: var(--lime); margin-bottom: 33px; }
.steps h3 { font-size: 16px; font-weight: 500; margin-bottom: 13px; }
.steps p { font-size: 12px; line-height: 1.85; color: #c0cebf; }

/* The person behind the business */
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: center; }
.about-note { background: #e9eddf; border: 1px solid #d4ddc8; border-radius: 5px; padding: 34px; transform: rotate(-2deg); position: relative; }
.about-note::after { content: ""; width: 65px; height: 23px; background: #d3dbc0bb; position: absolute; top: -12px; left: calc(50% - 32px); transform: rotate(5deg); }
.about-note .eyebrow { color: #526448; font-size: 9px; }
.founder-monogram { font-family: var(--serif); font-style: italic; font-size: 125px; line-height: 1.1; letter-spacing: -.1em; padding: 9px 0 15px; }
.founder-monogram span { color: #749255; }
.signature { font-size: 20px; font-weight: 600; padding-bottom: 19px; border-bottom: 1px solid #c8d3bb; display: flex; justify-content: space-between; align-items: baseline; }
.signature > span { font: 400 10px var(--mono); color: #587047; }
.about-note-caption { color: #526448; font-family: var(--serif); font-style: italic; font-size: 17px; line-height: 1.5; padding-top: 19px; }
.about-copy h2 { margin-bottom: 24px; }
.about-copy > p:not(.eyebrow) { font-size: 13px; color: var(--ink-soft); margin-bottom: 15px; line-height: 1.85; max-width: 57ch; }
.about-promises { border-block: 1px solid var(--rule); padding: 18px 0; margin-top: 26px; margin-bottom: 24px; display: grid; gap: 8px; font-size: 11px; }
.about-promises i { font-style: normal; margin-right: 8px; color: #648048; }

/* Real client feedback can be added as it arrives */
.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-block: 50px 70px; border-top: 1px solid var(--rule); }
.testimonials .eyebrow { margin-bottom: 15px; }
.testimonials h2 { font-size: clamp(28px, 3vw, 39px); }
.testimonials-copy > p { font-size: 13px; line-height: 1.85; color: var(--ink-soft); }
.testimonials-copy .testimonial-note { font-size: 11px; margin-top: 14px; }
.testimonials-copy .text-link { margin-top: 19px; }

/* An approachable invitation */
.contact { background: #e7edda; border-block: 1px solid #d5dec5; padding-block: 68px; }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 65px; }
.contact h2 { margin-bottom: 20px; }
.contact .eyebrow { margin-bottom: 16px; }
.contact-inner > div > p:not(.eyebrow) { color: var(--ink-soft); max-width: 45ch; font-size: 12px; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; max-width: 300px; justify-self: end; width: 100%; }
.contact-actions .button { padding: 16px 20px; }
.contact-email { font-size: 12px; text-align: center; margin-top: 16px; }
.contact-phone { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 21px; padding: 15px 0; border-block: 1px solid #c0ccad; text-decoration: none; }
.contact-phone > span { font-size: 11px; }
.contact-phone > strong { font-size: 15px; font-weight: 600; white-space: nowrap; }
.contact-phone:hover > strong { text-decoration: underline; text-underline-offset: 4px; }
.contact-actions > p { text-align: center; font-size: 10px !important; margin-top: 10px; }
footer.site { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 108px; font-size: 10px; color: var(--ink-soft); }
.footer-brand { font-weight: 700; font-size: 13px; letter-spacing: -.045em; color: var(--ink); text-decoration: none; }
.footer-brand span { color: #5f783f; }
footer.site > a:last-child { padding-block: 12px; }

/* Privacy */
main.doc { width: min(720px, calc(100% - 48px)); margin-inline: auto; padding-block: 64px 80px; }
.doc h1 { font-size: 50px; margin-bottom: 24px; }
.doc h2 { font-size: 23px; margin: 35px 0 14px; letter-spacing: -.02em; }
.doc p { font-size: 15px; color: var(--ink-soft); margin-bottom: 16px; }
.doc + footer { border-top: 1px solid var(--rule); }

@media (min-width: 1440px) {
  .hero { column-gap: 100px; padding-block: 80px 75px; }
  .checker-wrap { max-width: 465px; justify-self: end; width: 100%; }
}
@media (max-width: 1100px) {
  .wrap, header.site, footer.site { width: calc(100% - 64px); }
  .hero { column-gap: 35px; }
  nav { gap: 24px; margin-right: 5px; }
  .hero-actions { gap: 16px; }
  .hero-actions .text-link { font-size: 11px; }
  .desktop-break { display: none; }
  .lede { max-width: 36ch; font-size: 15px; }
  .section-heading { gap: 30px; }
  .service-card { padding-inline: 20px; }
  .service-card h3 { font-size: 19px; }
  .service-card .button { padding-inline: 11px; }
  .for, .about { gap: 65px; }
  .questions { gap: 40px; }
  .trust-inner { gap: 20px; }
  .platform { font-size: 15px; }
  .office-size { padding-left: 20px; }
}
@media (max-width: 820px) {
  .wrap, header.site, footer.site { width: calc(100% - 48px); }
  header.site { min-height: 94px; gap: 20px; }
  nav { gap: 18px; }
  nav a { font-size: 11px; }
  .nav-cta { gap: 12px; font-size: 11px; padding: 9px 11px; }
  .brand { font-size: 15px; }
  .brand-symbol { width: 36px; height: 36px; }
  .hero { column-gap: 26px; padding-block: 48px; }
  h1 { font-size: 51px; }
  .hero .eyebrow { font-size: 8px; gap: 7px; }
  .lede { font-size: 13px; }
  .hero-actions { align-items: start; flex-direction: column; }
  .hero-note { max-width: 30ch; align-items: baseline; font-size: 9px; }
  .checker-topline { padding-inline: 20px; font-size: 8px; }
  .checker-intro { padding: 20px; }
  .checker-intro h2 { font-size: 25px; }
  .free-label { right: 20px; top: 25px; font-size: 8px; }
  .check { padding: 21px 20px; }
  .check-example { font-size: 9px; }
  .check-coverage { font-size: 8px; gap: 8px; }
  .check-coverage span { gap: 4px; }
  .checker-caption { font-size: 12px; }
  .trust-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 30px; padding-block: 24px; }
  .trust-inner > p { grid-row: 1; }
  .office-size { grid-row: 1; grid-column: 2; border-left: 0; padding-left: 0; }
  .platform { font-size: 17px; }
  .section-space { padding-block: 65px; }
  .questions { grid-template-columns: 1fr; gap: 28px; }
  .questions-intro > p:last-child { max-width: 55ch; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 55ch; margin-top: 22px; }
  .why-grid { gap: 23px; }
  .why-grid h3 { font-size: 16px; }
  .why-grid p { font-size: 12px; }
  .why-grid a { font-size: 10px; gap: 8px; }
  .services { gap: 12px; }
  .service-card { padding: 22px 15px 18px; }
  .service-top { margin-bottom: 24px; }
  .service-type { font-size: 7px; }
  .service-index { width: 23px; height: 23px; font-size: 8px; }
  .service-card h3 { font-size: 18px; min-height: 42px; }
  .service-summary { font-size: 11px; min-height: 77px; }
  .price-current > strong { font-size: 29px; }
  .price-current > span, .price-current > small { font-size: 9px; }
  .launch-offer { gap: 20px 24px; padding: 25px; }
  .launch-copy h3 { font-size: 24px; }
  .launch-stamp { min-width: 115px; }
  .launch-stamp > strong { font-size: 64px; }
  .testimonials { gap: 30px; }
  .feature-list li { font-size: 10px; padding-left: 15px; }
  .service-card .button { font-size: 10px; gap: 5px; }
  .service-card .button span { font-size: 15px; }
  .additional-services { gap: 20px; }
  .additional-services strong { font-size: 12px; }
  .compliance-heading { grid-template-columns: 1fr; gap: 22px; }
  .compliance-intro { max-width: 70ch; }
  .scan-plan-title { font-size: 18px; }
  .compliance-footnotes { gap: 24px; }
  .for { gap: 35px; }
  .office-list li { font-size: 11px; gap: 16px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 35px 30px; }
  .step-number { margin-bottom: 24px; }
  .about { gap: 40px; }
  .about-note { padding: 25px; }
  .signature { font-size: 18px; gap: 12px; }
  .signature > span { font-size: 8px; }
  .about-note .eyebrow { font-size: 8px; }
  .contact-inner { gap: 30px; }
  .contact-email { font-size: 10px; }
  footer.site > p { max-width: 25ch; text-align: center; }
}
@media (max-width: 640px) {
  .wrap, header.site, footer.site { width: calc(100% - 40px); }
  header.site { padding-block: 20px 15px; flex-wrap: wrap; gap: 17px; }
  .brand { font-size: 16px; }
  nav { order: 3; width: 100%; margin: 0; gap: 0; justify-content: space-between; border-top: 1px solid var(--rule); padding-top: 5px; }
  nav a { font-size: 12px; padding: 10px 0 0; }
  .nav-cta { margin-left: auto; font-size: 10px; gap: 12px; padding: 9px 11px; }
  .hero { grid-template-columns: 1fr; padding-top: 39px; padding-bottom: 38px; gap: 38px; }
  .hero .eyebrow { font-size: 9px; margin-bottom: 22px; }
  h1 { font-size: clamp(51px, 11.5vw, 72px); margin-bottom: 23px; }
  .lede { font-size: 15px; max-width: 37ch; }
  .hero-actions { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 25px; }
  .hero-actions .button { font-size: 11px; padding: 13px 15px; gap: 14px; }
  .hero-actions .text-link { font-size: 11px; gap: 10px; }
  .hero-note { max-width: none; font-size: 10px; margin-top: 22px; }
  .checker-wrap { width: 100%; max-width: 470px; justify-self: center; }
  .checker-topline { padding: 19px 24px 0; font-size: 9px; }
  .checker-intro { padding: 22px 24px 25px; }
  .checker-intro h2 { font-size: 30px; }
  .checker-intro p { font-size: 12px; max-width: 32ch; }
  .free-label { right: 24px; top: 27px; font-size: 9px; }
  .check { padding: 24px; }
  .check input { font-size: 16px; min-height: 48px; }
  #check-btn { min-height: 48px; font-size: 13px; }
  .check-example { font-size: 10px; }
  .check-coverage { font-size: 9px; }
  .checker-caption { font-size: 14px; }
  .sheet { margin-top: 0; padding: 23px 19px; }
  .sheet-head h2 { font-size: 22px; }
  .row { grid-template-columns: 1fr; gap: 8px; }
  .verdict { font-size: 14px; }
  .row h3 { font-size: 14px; }
  .trust-inner { gap: 23px 16px; }
  .platform { font-size: 13px; gap: 7px; }
  .microsoft-mark { width: 16px; height: 16px; }
  .google-mark { font-size: 24px; }
  .trust-inner > p, .office-size { font-size: 10px; }
  .section-space { padding-block: 57px; }
  h2, .why h2 { font-size: clamp(30px, 7.8vw, 38px); }
  .section-heading { margin-bottom: 30px; }
  .section-heading > p { font-size: 13px; margin-top: 19px; }
  .eyebrow { font-size: 9px; }
  .why-grid { grid-template-columns: 1fr; gap: 29px; }
  .why-grid article { padding-top: 19px; }
  .issue-number { margin-bottom: 16px; }
  .why-grid h3 { font-size: 20px; }
  .why-grid p { font-size: 13px; max-width: 45ch; }
  .why-grid a { font-size: 11px; margin-top: 16px; }
  .services { grid-template-columns: 1fr; gap: 18px; }
  .service-card { padding: 27px 25px; }
  .service-top { margin-bottom: 27px; }
  .service-index { width: 29px; height: 29px; font-size: 10px; }
  .service-type { font-size: 9px; }
  .service-card h3 { min-height: 0; font-size: 24px; }
  .service-summary { min-height: 0; max-width: 35ch; font-size: 13px; }
  .price { margin-block: 23px; }
  .price-current > strong { font-size: 40px; }
  .price-current > span, .price-current > small { font-size: 11px; }
  .price-original { font-size: 11px; }
  .launch-offer { grid-template-columns: 1fr; padding: 25px 22px 21px; }
  .launch-stamp { display: none; }
  .launch-copy h3 { font-size: 25px; }
  .testimonials { grid-template-columns: 1fr; gap: 24px; padding-block: 40px 50px; }
  .feature-list { padding-top: 23px; padding-bottom: 12px; }
  .feature-list li { font-size: 12px; padding-left: 23px; }
  .service-scope dt { font-size: 11px; }
  .service-scope dd { font-size: 12px; }
  .extra-scope { font-size: 11px; }
  .service-card .button { font-size: 12px; padding: 14px 17px; }
  .service-card .button span { font-size: 19px; }
  .additional-heading { display: block; margin-top: 33px; }
  .additional-heading p { margin-top: 8px; }
  .additional-services { grid-template-columns: 1fr; gap: 22px; }
  .additional-services strong { font-size: 15px; }
  .additional-services a > span > span { max-width: 42ch; font-size: 12px; }
  .additional-services b { font-size: 13px; }
  .compliance-jump { font-size: 11px; }
  .compliance-service { margin-top: 38px; padding-top: 30px; }
  .compliance-heading h3 { font-size: 32px; }
  .compliance-capabilities { gap: 7px; }
  .compliance-capabilities > span { font-size: 10px; padding: 6px 9px; }
  .scan-plan-title { font-size: 24px; min-height: 0; }
  .scan-plan-note { font-size: 12px; }
  .compliance-footnotes { grid-template-columns: 1fr; gap: 14px; }
  .for { grid-template-columns: 1fr; gap: 32px; }
  .for .local-note { max-width: none; }
  .office-list li { font-size: 12px; padding-block: 15px; }
  .steps { gap: 30px 24px; margin-top: 36px; }
  .steps h3 { font-size: 16px; }
  .steps p { font-size: 12px; }
  .step-number { margin-bottom: 22px; }
  .about { grid-template-columns: 1fr; gap: 41px; }
  .about-note { width: calc(100% - 14px); max-width: 355px; justify-self: center; padding: 29px; }
  .about-note .eyebrow { font-size: 9px; }
  .founder-monogram { font-size: 108px; }
  .signature { font-size: 21px; }
  .signature > span { font-size: 10px; }
  .about-copy > p:not(.eyebrow) { font-size: 14px; }
  .about-promises { font-size: 12px; }
  .contact { padding-block: 49px; }
  .contact-inner { grid-template-columns: 1fr; gap: 29px; }
  .contact-inner > div > p:not(.eyebrow) { font-size: 13px; }
  .contact-actions { justify-self: start; max-width: 340px; }
  .contact-email { font-size: 12px; }
  footer.site { padding-block: 26px; flex-wrap: wrap; gap: 15px; }
  footer.site > p { order: 3; max-width: none; width: 100%; text-align: left; }
  footer.site > a:last-child { margin-left: auto; padding-block: 3px; }
}
@media (max-width: 360px) {
  .wrap, header.site, footer.site { width: calc(100% - 32px); }
  .brand { font-size: 14px; gap: 7px; }
  .brand-symbol { width: 30px; height: 30px; border-radius: 8px; }
  .nav-cta { font-size: 9px; padding-inline: 8px; gap: 6px; }
  .hero .eyebrow { font-size: 8px; }
  h1 { font-size: 47px; }
  .checker-intro h2 { font-size: 27px; }
  .check, .checker-intro { padding-inline: 20px; }
  .checker-topline { padding-inline: 20px; font-size: 8px; }
  .check-example { font-size: 9px; }
  .platform { font-size: 11px; }
  .steps { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  a, button { transition: background-color .18s ease, border-color .18s ease, color .18s ease; }
  .sheet.enter { animation: reveal .3s ease-out; }
  @keyframes reveal { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
}
