/* Design-system chrome for the prebuilt SEO pages (emerald/slate, Space
   Grotesk headings, Inter body — self-hosted, no external fetches). Body copy
   markup is untouched; only chrome + typography here. Re-run
   scripts/build-seo-pages.mjs after edits (docs/seo-content-guide.md). */
@font-face{font-family:'Space Grotesk';font-weight:700;font-display:swap;src:url(/fonts/space-grotesk-latin-700-normal.woff2) format('woff2')}
@font-face{font-family:'Inter';font-weight:400;font-display:swap;src:url(/fonts/inter-latin-400-normal.woff2) format('woff2')}
@font-face{font-family:'Inter';font-weight:600;font-display:swap;src:url(/fonts/inter-latin-600-normal.woff2) format('woff2')}
*,*::before,*::after{box-sizing:border-box}
body{margin:0;font:16px/1.65 'Inter',ui-sans-serif,system-ui,sans-serif;color:#0f172a;background:#fff}
a{color:#059669}
a:hover{color:#047857}
main{max-width:760px;margin:0 auto;padding:0 20px 56px}
.site-header{display:flex;flex-wrap:wrap;gap:12px 24px;align-items:center;justify-content:space-between;max-width:1080px;margin:0 auto;padding:16px 20px;border-bottom:1px solid #e2e8f0}
.brand{display:flex;align-items:center;gap:10px;font-family:'Space Grotesk',ui-sans-serif,system-ui,sans-serif;font-weight:700;color:#0f172a;text-decoration:none;font-size:16px;letter-spacing:-0.01em}
.brand svg{flex:none}
.site-header nav{display:flex;flex-wrap:wrap;gap:18px;align-items:center}
.site-header nav a{color:#475569;text-decoration:none;font-size:14px}
.site-header nav a:hover{color:#0f172a}
.site-header nav a.nav-cta{background:#059669;color:#fff;font-weight:600;padding:8px 14px;border-radius:8px}
.site-header nav a.nav-cta:hover{background:#047857}
.crumbs{font-size:13px;color:#64748b;margin:14px 0 4px}
.crumbs a{color:#64748b}
.crumbs .sep{margin:0 2px}
h1,h2,h3{font-family:'Space Grotesk',ui-sans-serif,system-ui,sans-serif;letter-spacing:-0.01em}
h1{font-size:34px;line-height:1.2;margin:12px 0 16px}
h2{font-size:24px;margin:36px 0 10px}
h3{font-size:18px;margin:26px 0 8px}
.cta{margin:24px 0}
.cta-btn{display:inline-block;background:#059669;color:#fff;text-decoration:none;font-weight:600;padding:12px 22px;border-radius:10px}
.cta-btn:hover{background:#047857}
.quote{margin:28px 0;padding:4px 20px;border-left:4px solid #059669;background:#ecfdf5}
.quote blockquote{margin:12px 0}
.quote figcaption{font-size:14px;color:#475569;padding-bottom:12px}
.tldr{margin:24px 0;padding:6px 20px 14px;background:#f0fdf9;border:1px solid #a7f3d0;border-radius:12px}
.tldr h2{font-size:17px;margin:14px 0 8px;color:#065f46;text-transform:uppercase;letter-spacing:0.04em}
.tldr ul{margin:8px 0;padding-left:20px}
.tldr li{margin:6px 0}
figure.img{margin:24px 0}
figure.img img,figure.site-shot img,.gallery-card img{max-width:100%;height:auto;border-radius:10px;border:1px solid #e2e8f0;display:block}
figure.img figcaption,figure.site-shot figcaption{font-size:13.5px;color:#64748b;margin-top:8px}
figure.site-shot{margin:20px 0 28px}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;margin:28px 0;position:relative;left:50%;transform:translateX(-50%);width:min(1080px,calc(100vw - 40px))}
.gallery-card{display:flex;flex-direction:column}
.gallery-card img{aspect-ratio:3/2;object-fit:cover;object-position:top}
.gallery-meta{padding:10px 2px 0}
.gallery-name{margin:0;font-size:14.5px}
.gallery-note{margin:4px 0 0;font-size:13.5px;color:#475569}
.table-wrap{overflow-x:auto;margin:20px 0}
table{border-collapse:collapse;width:100%;font-size:15px}
th,td{border:1px solid #e2e8f0;padding:8px 12px;text-align:left;vertical-align:top}
th{background:#f8fafc}
.site-footer{border-top:1px solid #e2e8f0;margin-top:40px;padding:36px 20px;background:#f8fafc}
.foot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:24px;max-width:1080px;margin:0 auto}
.foot-col h4{margin:0 0 10px;font-size:14px;font-family:'Space Grotesk',ui-sans-serif,system-ui,sans-serif}
.foot-col ul{list-style:none;margin:0;padding:0}
.foot-col li{margin:6px 0}
.foot-col a{color:#475569;text-decoration:none;font-size:13.5px}
.foot-col a:hover{color:#059669}
.foot-legal{max-width:1080px;margin:28px auto 0;font-size:13px;color:#64748b}
