:root {
	--paper: #faf7ef;
	--ink: #263e31;
	--body: #4e5b50;
	--green: #466348;
	--line: #d6dbca;
	--wash: #edf0e3;
	--ochre: #b66b32;
	--serif: 'Fraunces', Georgia, serif;
	--sans: 'Source Sans 3', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1.125rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
::selection { background: #e1d695; color: var(--ink); }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--ochre); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h1, h2 { letter-spacing: -.045em; line-height: 1.1; }
h2 { font-size: clamp(2.4rem, 3.7vw, 3.75rem); }
h3 { font-size: 1.6rem; letter-spacing: -.025em; line-height: 1.3; }
em { font-style: normal; color: var(--green); }
p { color: var(--body); }
.wrap { max-width: 1328px; margin-inline: auto; padding-inline: 64px; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 108px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; font-family: var(--serif); font-size: 1.85rem; font-weight: 500; letter-spacing: -.065em; text-decoration: none; line-height: 1.2; }
.brand-period { color: var(--ochre); }
.brand-mark { width: 30px; height: 30px; margin-right: 9px; }
.brand-mark svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 1rem; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.nav-contact { border: 1px solid var(--ink); padding: 9px 21px; border-radius: 5px; }
.nav-contact span { margin-left: 18px; }
.hero { padding-top: 42px; padding-bottom: 44px; }
.hero-intro { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 64px; }
.hero-details { padding-top: 2px; }
.eyebrow { color: var(--green); font-size: .8rem; font-weight: 600; letter-spacing: .105em; text-transform: uppercase; line-height: 1.5; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.small-rule { width: 25px; height: 1px; background: var(--ochre); }
h1 { font-size: clamp(3.2rem, 4.5vw, 4.6rem); }
.hero-description { max-width: 465px; font-size: 1.18rem; line-height: 1.6; margin-top: 0; }
.button { display: inline-flex; gap: 26px; align-items: center; min-height: 52px; margin-top: 30px; padding: 13px 23px; background: var(--ink); color: var(--paper); border-radius: 5px; text-decoration: none; font-size: 1rem; transition: background .2s, transform .2s; }
.button:hover { background: #3f5b41; transform: translateY(-2px); }
.hero-note { font-size: .875rem; margin-top: 16px; }
.hero-art { margin: 44px 28px 0; padding: 28px; background: #fffefa; border: 1px solid #eeeade; border-radius: 4px; }
.hero-art img { width: 100%; height: auto; object-fit: contain; border-radius: 2px; }
.hero-art figcaption { display: flex; align-items: center; gap: 12px; font-size: .875rem; margin-top: 18px; color: var(--green); }
.caption-line { width: 28px; height: 1px; background: #87977e; }
.caption-index { margin-left: auto; font-size: .7rem; letter-spacing: .08em; }
.intro-strip { background: var(--wash); border-block: 1px solid var(--line); }
.strip-inner { min-height: 135px; display: flex; align-items: center; gap: 85px; }
.strip-inner>p:first-child { font-family: var(--serif); font-size: 1.38rem; line-height: 1.35; letter-spacing: -.015em; color: var(--ink); }
.strip-inner strong { font-weight: 400; }
.strip-inner>p:nth-child(2) { font-size: 1rem; }
.strip-mark { margin-left: auto; font-family: var(--serif); font-weight: 400; font-size: 2.2rem; color: #778765; }
.section { padding-block: 95px; }
.section-heading { max-width: 630px; }
.section-heading h2, .teams-heading h2 { margin-top: 19px; }
.section-heading>p:last-child { margin-top: 20px; max-width: 445px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; margin-top: 52px; }
.step { border-top: 1px solid #bcc6b2; padding-top: 20px; }
.step-number { display: inline-block; font-size: .9rem; color: var(--ochre); margin-bottom: 25px; }
.step h3 { margin-bottom: 14px; }
.step p { font-size: 1.05rem; max-width: 325px; }
.benefits-section { background: #f0f0e5; border-block: 1px solid #e1e3d6; }
.benefits-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; padding-block: 78px; }
.benefits-art h2 { margin-top: 20px; }
.benefits-art img { width: 350px; margin: 16px auto -15px; mix-blend-mode: multiply; aspect-ratio: 1; object-fit: contain; }
.benefit-list { padding-top: 20px; }
.benefit-list article { display: flex; gap: 22px; padding-block: 25px; border-bottom: 1px solid #d7dccb; }
.benefit-symbol { font-size: .8rem; line-height: 2.5; color: var(--ochre); }
.benefit-list h3 { font-size: 1.48rem; }
.benefit-list article p { margin-top: 9px; font-size: 1.05rem; }
.quiet-note { font-size: .875rem; margin: 24px 0 0 39px; }
.teams-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; margin-top: 43px; }
.teams-grid article { border-left: 1px solid #c9d1bf; padding: 4px 0 6px 24px; }
.team-label { display: block; font-size: .85rem; color: var(--green); margin-bottom: 16px; }
.teams-grid h3 { margin-bottom: 14px; }
.teams-grid p { font-size: 1.05rem; }
.platform-note { display: flex; align-items: center; gap: 30px; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); }
.platform-label { font-weight: 600; font-size: 1rem; white-space: nowrap; }
.platform-note p { font-size: 1rem; }
.contact-section { background: var(--ink); color: var(--paper); }
.contact-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 55px; padding-block: 76px; align-items: center; }
.contact-section .eyebrow { color: #c9d8ab; }
.contact-section h2 { margin-top: 20px; }
.contact-section p:not(.eyebrow) { color: #d8decc; max-width: 430px; margin-top: 21px; }
.contact-email { display: flex; gap: 18px; justify-content: space-between; align-items: center; padding-bottom: 13px; border-bottom: 1px solid #8d9d7d; font-size: clamp(1.15rem, 2vw, 1.65rem); text-decoration: none; }
.contact-email:hover { color: #d2dda7; }
.contact-action p { font-size: .95rem; }
.site-footer { display: flex; justify-content: space-between; gap: 30px; padding-block: 44px; }
.site-footer .wordmark { font-size: 1.6rem; }
.site-footer p { margin-top: 12px; font-size: .875rem; }
.footer-right { text-align: right; }
.footer-right nav { display: flex; gap: 25px; font-size: .9rem; }
.footer-right a { text-decoration: none; }
.footer-right a:hover { text-decoration: underline; }
.legal-main { max-width: 890px; padding-top: 65px; padding-bottom: 90px; }
.legal-main h1 { margin-top: 20px; font-size: clamp(2.75rem, 5vw, 4rem); }
.legal-main .legal-intro { font-size: 1.25rem; margin-block: 24px; }
.legal-main .updated { font-size: .875rem; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.legal-main h2 { font-size: 1.8rem; margin-block: 38px 14px; letter-spacing: -.025em; }
.legal-main p+p { margin-top: 16px; }
.legal-main li { margin-block: 9px; color: var(--body); }
.legal-main ul { padding-left: 24px; }
.legal-footer { border-top: 1px solid var(--line); }
@media (min-width: 1450px) {
	.hero { padding-top: 58px; padding-bottom: 52px; }
	.hero-art { margin-inline: 36px; padding: 36px; }
}
@media (max-width: 1050px) {
	.wrap { padding-inline: 36px; }
	.hero-intro { grid-template-columns: 1.1fr 1fr; gap: 32px; }
	.hero-art { margin-inline: 20px; padding: 22px; }
	.caption-index { display: none; }
	.benefits-layout { gap: 45px; }
	.strip-inner { gap: 50px; }
	.contact-inner { gap: 35px; }
	.teams-grid { gap: 24px; }
}
@media (max-width: 760px) {
	.wrap { padding-inline: 24px; }
	.site-header { min-height: 88px; }
	.wordmark { font-size: 1.6rem; }
	.brand-mark { width: 26px; height: 26px; }
	.site-header nav { gap: 0; }
	.site-header nav>a:not(.nav-contact) { display: none; }
	.nav-contact { padding: 7px 13px; font-size: .9rem; }
	.nav-contact span { margin-left: 9px; }
	.hero { padding-top: 34px; padding-bottom: 28px; }
	.hero-intro { grid-template-columns: 1fr; gap: 23px; }
	h1 { font-size: clamp(3rem, 8.5vw, 4.3rem); }
	.hero-description { max-width: 520px; }
	.hero-art { margin: 32px 12px 0; padding: 16px; }
	.hero-art figcaption { margin-top: 12px; gap: 8px; font-size: .8rem; }
	.caption-index { display: none; }
	.strip-inner { min-height: 0; padding-block: 28px; gap: 20px; flex-direction: column; align-items: flex-start; }
	.strip-mark { display: none; }
	.strip-inner br { display: none; }
	.section { padding-block: 64px; }
	.steps { grid-template-columns: 1fr; gap: 28px; margin-top: 35px; }
	.step { display: grid; grid-template-columns: 30px 1fr; column-gap: 18px; }
	.step-number { grid-row: span 2; margin: 4px 0 0; }
	.step h3 { margin-bottom: 10px; }
	.step p { max-width: none; }
	.benefits-layout { grid-template-columns: 1fr; gap: 10px; padding-block: 60px; }
	.benefits-art img { width: 280px; margin-top: 0; }
	.benefit-list { padding-top: 0; }
	.teams-grid { grid-template-columns: 1fr; gap: 30px; }
	.team-label { margin-bottom: 8px; }
	.teams-grid h3 { margin-bottom: 8px; }
	.platform-note { flex-direction: column; align-items: flex-start; gap: 8px; margin-top: 35px; }
	.platform-label { white-space: normal; }
	.contact-inner { grid-template-columns: 1fr; gap: 37px; padding-block: 60px; }
	.contact-action { max-width: 460px; }
	.contact-email { font-size: 1.4rem; }
	.site-footer { flex-direction: column; gap: 28px; padding-block: 36px; }
	.footer-right { text-align: left; }
	.footer-right nav { flex-wrap: wrap; gap: 16px 25px; }
	.legal-main { padding-top: 38px; }
}
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { transition: none !important; animation: none !important; }
}

/* The three robin poses belong to the three workflow stages. */
.hero h1 { margin-top: 0; }
.site-header nav { gap: 25px; }
.nav-why { white-space: nowrap; }
.nav-why span { display: inline-block; margin-left: 5px; }
.workflow-steps { list-style: none; padding: 0; margin-bottom: 0; }
.workflow-steps .step { border: 0; padding-top: 0; display: block; }
.step-top { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid #bcc6b2; margin-bottom: 25px; min-height: 128px; }
.step-top .step-number { font-family: var(--serif); font-size: 2.4rem; line-height: 1; color: var(--ink); margin-bottom: 15px; }
.step-robin { width: 120px; height: 120px; object-fit: contain; flex-shrink: 0; }
.workflow-steps .step p { max-width: none; }
.coverage-section { background: #f1efdf; border-block: 1px solid var(--line); }
.coverage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 60px; margin-top: 42px; }
.coverage-grid article { border-top: 1px solid #bcc6b2; padding-top: 24px; }
.coverage-grid h3 { margin-bottom: 13px; }
.coverage-grid p { max-width: 440px; font-size: 1.05rem; }
.coverage-grid ul { padding-left: 20px; margin: 18px 0 0; color: var(--body); font-size: 1rem; }
.coverage-grid li { padding-left: 3px; margin-top: 5px; }
.coverage-note { max-width: 860px; margin-top: 36px; font-size: .95rem; }
.benefits-art h2 { margin-top: 0; }
.teams-heading h2 { margin-top: 0; }
.reading-link { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 40px; border-bottom: 1px solid var(--line); }
.reading-link h2 { font-size: 2rem; flex-shrink: 0; }
.text-link { display: inline-flex; align-items: baseline; gap: 14px; font-size: 1.05rem; line-height: 1.5; }
.text-link span { flex-shrink: 0; }
.contact-section h2 { margin-top: 0; }
.footer-right nav { flex-wrap: wrap; justify-content: flex-end; gap: 12px 23px; }
.error-copy { font-size: 1.2rem; margin-block: 24px; }
/* Shared article layout: reading column, local contents, and scrollable data tables. */
.article-main { padding-top: 44px; padding-bottom: 90px; }
.article-header { padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.article-header h1 { margin: 30px 0 24px; font-size: clamp(2.8rem, 5.5vw, 5rem); max-width: 1000px; }
.article-meta { font-size: .95rem; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 70px; padding-top: 50px; }
.article-toc { align-self: start; position: sticky; top: 30px; display: flex; flex-direction: column; gap: 15px; font-size: .95rem; }
.article-toc strong { font-weight: 600; margin-bottom: 4px; }
.article-toc a { color: var(--body); text-decoration: none; }
.article-toc a:hover { color: var(--ink); text-decoration: underline; }
.article-body { max-width: 780px; min-width: 0; }
.article-body section { margin-bottom: 55px; scroll-margin-top: 32px; }
.article-body section:last-child { margin-bottom: 0; }
.article-body h2 { font-size: clamp(1.8rem, 2.7vw, 2.4rem); letter-spacing: -.025em; line-height: 1.2; margin-bottom: 22px; }
.article-body p { line-height: 1.8; margin-block: 18px; }
.article-body h3 { font-size: 1.45rem; margin-bottom: 14px; }
.article-body strong { color: var(--ink); font-weight: 600; }
.article-body ul, .article-body ol { color: var(--body); padding-left: 24px; margin-block: 20px; }
.article-body li { padding-left: 5px; margin-block: 13px; line-height: 1.75; }
.table-scroll { width: 100%; overflow-x: auto; margin-block: 26px; }
.table-scroll:focus-visible { outline: 3px solid var(--ochre); outline-offset: 4px; }
.article-body table { width: 100%; min-width: 570px; border-collapse: collapse; font-size: 1rem; line-height: 1.55; text-align: left; }
.article-body caption { text-align: left; font-weight: 600; margin-bottom: 16px; }
.article-body th, .article-body td { vertical-align: top; padding: 17px 14px; border-bottom: 1px solid var(--line); }
.article-body thead { background: var(--wash); }
.article-body th { font-weight: 600; color: var(--ink); }
.article-body td { color: var(--body); }
.article-body tbody th { width: 31%; }
.article-example { background: var(--wash); border-left: 3px solid #8c9c77; padding: 25px 28px; margin-block: 28px; }
.article-example p { margin-bottom: 0; }
.article-home-link { margin-top: 12px; }
@media (max-width: 1050px) {
	.article-layout { grid-template-columns: 170px minmax(0, 1fr); gap: 35px; }
	.site-header nav { gap: 17px; }
}
@media (max-width: 760px) {
	.site-header nav { gap: 18px; }
	.site-header nav>a.nav-why { display: inline; font-size: .95rem; }
	.workflow-steps { gap: 35px; }
	.step-top { min-height: 95px; margin-bottom: 20px; }
	.step-robin { width: 100px; height: 100px; }
	.coverage-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 30px; }
	.reading-link { align-items: flex-start; flex-direction: column; gap: 17px; padding-block: 32px; }
	.article-main { padding-top: 28px; padding-bottom: 60px; }
	.article-header { padding-bottom: 28px; }
	.article-header h1 { margin-top: 24px; }
	.article-layout { grid-template-columns: 1fr; gap: 35px; padding-top: 28px; }
	.article-toc { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 13px 20px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
	.article-toc strong { grid-column: 1 / -1; }
	.article-body section { margin-bottom: 40px; }
	.article-example { padding: 22px; }
	.footer-right nav { justify-content: flex-start; }
}
@media (max-width: 480px) {
	.site-header { flex-wrap: wrap; padding-block: 20px; row-gap: 16px; }
	.site-header nav { width: 100%; justify-content: space-between; }
	.article-toc { grid-template-columns: 1fr; }
}
