.nd-about { font-family: Inter, "Segoe UI", Arial, sans-serif; color: var(--nd-ink); background: #fff; }
.nd-about *, .nd-about *::before, .nd-about *::after { box-sizing: border-box; }
.nd-about h1, .nd-about h2, .nd-about h3 { color: var(--nd-ink); font-weight: 600; letter-spacing: -.035em; }
.nd-about h2 { font-size: clamp(30px, 3.2vw, 43px); line-height: 1.15; margin: 0; }
.nd-about p { line-height: 1.72; }
.nd-about a { text-decoration: none; }
.nd-about .nd-eyebrow { margin-bottom: 20px; }
.nd-about-hero { background: var(--nd-paper); padding: 80px 0; }
.nd-about-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.nd-about-hero h1 { font-size: clamp(43px, 4.6vw, 66px); line-height: 1.08; letter-spacing: -.055em; margin: 0 0 25px; max-width: 770px; }
.nd-about-lead { color: var(--nd-muted); font-size: 17px; max-width: 680px; margin: 0 0 30px; }
.nd-about-facts { background: #17392b; color: #c9dacd; padding: 32px 36px; border-radius: 8px; box-shadow: 0 22px 45px #1b382519; }
.nd-about-facts-label, .nd-about-customer-note > span { display: block; color: #a9c6af; font: 11px Consolas, monospace; letter-spacing: .09em; margin-bottom: 24px; }
.nd-about-facts div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid #436251; }
.nd-about-facts strong { color: #f3f7ee; font-size: 25px; font-weight: 600; white-space: nowrap; }
.nd-about-facts div span { font-size: 12px; text-align: right; }
.nd-about-facts p { border-top: 1px solid #436251; padding-top: 19px; margin: 0; font-size: 13px; }
.nd-about-section { padding: 88px 0; }
.nd-about-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 30px; }
.nd-about-heading > p { color: var(--nd-muted); font-size: 15px; max-width: 400px; margin: 0; }
.nd-about-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--nd-line); border-radius: 7px; overflow: hidden; }
.nd-about-card { padding: 27px; border-right: 1px solid var(--nd-line); display: flex; flex-direction: column; }
.nd-about-card:last-child { border-right: 0; }
.nd-about-card > span { color: #6b8368; font: 11px Consolas, monospace; letter-spacing: .07em; margin-bottom: 46px; }
.nd-about-card h3 { font-size: 21px; margin: 0 0 12px; }
.nd-about-card p { color: var(--nd-muted); font-size: 14px; margin: 0 0 25px; }
.nd-about-card a, .nd-about-link { color: var(--nd-green); font-size: 13px; font-weight: 700; }
.nd-about-card a { margin-top: auto; }
.nd-about-card a:hover, .nd-about-link:hover { color: #123b28; text-decoration: underline; text-underline-offset: 4px; }
.nd-about-story { background: #f1f5ee; border-block: 1px solid var(--nd-line); padding: 84px 0; }
.nd-about-story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.nd-about-story-grid > div:last-child { max-width: 620px; }
.nd-about-story p:not(.nd-eyebrow) { color: var(--nd-muted); font-size: 16px; margin: 0 0 18px; }
.nd-about-customers-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 120px; }
.nd-about-customers p:not(.nd-eyebrow) { color: var(--nd-muted); font-size: 16px; margin: 20px 0 22px; max-width: 590px; }
.nd-about-customer-note { border: 1px solid var(--nd-line); border-radius: 7px; background: #fbfcfa; padding: 34px 38px; }
.nd-about-customer-note > span { color: #6b8368; margin-bottom: 15px; }
.nd-about-customer-note ol { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.nd-about-customer-note li { counter-increment: steps; padding: 18px 0; border-top: 1px solid var(--nd-line); font-size: 17px; }
.nd-about-customer-note li::before { content: '0' counter(steps); display: inline-block; width: 48px; color: var(--nd-green); font: 12px Consolas, monospace; }
.nd-about-cta { background: #193e2c; padding: 64px 0; }
.nd-about-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.nd-about-cta .nd-eyebrow { color: #b1ceaa; }
.nd-about-cta h2 { color: #f4f7ed; margin-bottom: 15px; }
.nd-about-cta p:not(.nd-eyebrow) { color: #c0d2c5; font-size: 15px; margin: 0; max-width: 670px; }
.nd-about-cta .nd-button { flex-shrink: 0; }
@media (max-width: 960px) {
    .nd-about-hero-grid, .nd-about-story-grid, .nd-about-customers-grid { grid-template-columns: 1fr; gap: 36px; }
    .nd-about-heading { gap: 28px; }
    .nd-about-grid { grid-template-columns: repeat(2, 1fr); }
    .nd-about-card:nth-child(2) { border-right: 0; }
    .nd-about-card:nth-child(-n+2) { border-bottom: 1px solid var(--nd-line); }
}
@media (max-width: 620px) {
    .nd-about-hero, .nd-about-section, .nd-about-story { padding: 54px 0; }
    .nd-about-heading { grid-template-columns: 1fr; }
    .nd-about-grid { grid-template-columns: 1fr; }
    .nd-about-card, .nd-about-card:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--nd-line); }
    .nd-about-card:last-child { border-bottom: 0; }
    .nd-about-card > span { margin-bottom: 22px; }
    .nd-about-cta-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
    .nd-about-cta { padding: 52px 0; }
}
