/* ReproScout: plain CSS, shared by local files and hosted pages. */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  color-scheme: light;
  --background: #fff;
  --foreground: #20231f;
  --primary: #d8fa80;
  --primary-foreground: #20231f;
  --border: #e1e5df;
  --ring: #557922;
  --muted: #f4f6f1;
  --muted-foreground: #5a6157;
  --ink: #20231f;
  --lime: #d8fa80;
  --soft: #f4f6f1;
  --text-muted: #5a6157;
}
*, *::before, *::after { box-sizing: border-box; }
html { font-size: 100%; line-height: 1.5; -webkit-text-size-adjust: 100%; }
svg { display: block; vertical-align: middle; flex-shrink: 0; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--background); color: var(--ink); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--ring); outline-offset: 6px; border-radius: 3px; }
::selection { background: var(--lime); color: var(--ink); }
p, h1, h2, h3 { margin: 0; }
.shell { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: absolute; left: 1rem; top: -8rem; z-index: 20; padding: 1rem; background: var(--lime); }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--border); }
.nav-row { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 1.75rem; font-weight: 720; letter-spacing: -.08em; }
.brand>svg { width: 29px; height: 29px; stroke-width: 2; color: var(--ink); }
.brand-light { font-weight: 420; }
nav { display: flex; align-items: center; gap: 34px; font-size: .9375rem; font-weight: 500; }
nav>a { padding-block: 12px; }
nav>a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.nav-cta { display: flex; align-items: center; gap: 20px; }
.nav-cta svg { width: 18px; height: 18px; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 5%; align-items: center; padding-block: 88px 84px; }
.eyebrow { font-family: var(--font-mono); font-size: .8125rem; font-weight: 500; line-height: 1.7; letter-spacing: .075em; display: flex; gap: 10px; align-items: center; }
.status-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #729c32; box-shadow: 0 0 0 4px #edf4e2; }
h1 { font-size: clamp(2.8rem, 4.7vw, 4.25rem); font-weight: 580; line-height: 1.075; letter-spacing: -.065em; margin-top: 30px; }
h1>span { color: #567b29; }
.hero-description { color: var(--text-muted); font-size: 1.125rem; line-height: 1.7; max-width: 480px; margin-top: 27px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 54px; padding: 15px 21px; border: 1px solid transparent; border-radius: 5px; font-size: .9375rem; font-weight: 550; line-height: 1.5; transition: background .15s ease, transform .15s ease; }
.button svg { width: 18px; height: 18px; flex-shrink: 0; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: white; background: var(--ink); }
.button-dark:hover { background: #3b4434; }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-size: .875rem; font-weight: 500; }
.text-link svg { width: 15px; }
.hero-note { color: var(--text-muted); font-size: .8125rem; margin-top: 18px; }
.case-visual { background: #252b25; color: white; border-radius: 10px; padding: 24px; background-image: radial-gradient(#ffffff0c 1px, transparent 1px); background-size: 16px 16px; }
.visual-topline { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; font-family: var(--font-mono); font-size: .75rem; color: #c7d0c3; letter-spacing: .01em; }
.visual-topline>span:first-child { display: flex; gap: 8px; align-items: center; color: var(--lime); }
.complaint { padding: 23px 20px; margin-top: 26px; border: 1px solid #535b50; background: #30362f; border-radius: 5px; }
.mono { font-family: var(--font-mono); font-size: .75rem; color: #b6c3af; }
.complaint p { font-size: 1.2rem; font-weight: 450; line-height: 1.55; letter-spacing: -.02em; margin-top: 13px; }
.complaint-meta { display: block; color: #b6c3af; font-size: .75rem; margin-top: 14px; }
.connector { display: flex; align-items: center; justify-content: center; gap: 10px; height: 44px; color: var(--lime); }
.connector>span { height: 1px; width: 34px; background: #566247; }
.evidence-preview { background: white; color: var(--ink); border-radius: 5px; box-shadow: 0 10px 20px #10180a20; }
.report-top { display: flex; justify-content: space-between; align-items: center; padding: 14px 19px; border-bottom: 1px solid var(--border); }
.report-top>span:first-child { display: flex; align-items: center; gap: 8px; font-size: .8125rem; font-weight: 520; }
.sample-badge { font-size: .75rem; font-family: var(--font-mono); color: #4c652e; background: #edf4e2; padding: 4px 7px; border-radius: 3px; }
.evidence-preview h2 { font-size: 1.4rem; line-height: 1.3; letter-spacing: -.035em; font-weight: 600; padding: 19px 20px 0; }
.environment { padding: 14px 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.environment>span { font-size: .75rem; background: var(--soft); padding: 5px 7px; border-radius: 3px; }
.repro-steps { padding: 3px 20px 19px; display: grid; gap: 11px; }
.repro-steps p { font-size: .875rem; display: flex; gap: 11px; align-items: baseline; line-height: 1.45; }
.repro-steps b { color: #727b6b; font-size: .75rem; font-weight: 400; font-family: var(--font-mono); }
.evidence-bottom { display: flex; flex-wrap: wrap; gap: 14px; border-top: 1px solid var(--border); background: #f4f8ee; padding: 13px 19px; border-radius: 0 0 5px 5px; }
.evidence-bottom>span { display: inline-flex; align-items: center; gap: 5px; font-size: .75rem; color: #456726; }
.visual-footnote { font-size: .75rem; color: #c4cebe; margin-top: 19px; text-align: center; }
.principles { background: var(--soft); border-block: 1px solid var(--border); }
.principles-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 25px; }
.principles-inner>span { display: flex; align-items: center; gap: 11px; font-size: .875rem; font-weight: 500; }
.principles svg { width: 19px; height: 19px; color: #567b29; }
.contact-section { padding-block: 85px; }
.contact-section h2 { font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.1; font-weight: 550; letter-spacing: -.055em; margin-top: 22px; }
.contact-section>p:not(.eyebrow):not(.contact-note) { color: var(--text-muted); font-size: 1.125rem; line-height: 1.7; max-width: 550px; margin-top: 23px; }
.contact-button { margin-top: 30px; }
.contact-email { display: inline-block; margin-left: 22px; text-decoration: underline; text-underline-offset: 5px; }
.contact-note { margin-top: 20px; font-size: .875rem; line-height: 1.6; color: var(--text-muted); }
.site-footer { border-top: 1px solid var(--border); padding-block: 30px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.site-footer .brand { font-size: 1.375rem; }
.site-footer .brand>svg { width: 24px; height: 24px; }
.site-footer>p, .site-footer>span { color: var(--text-muted); font-size: .8125rem; }
@media (min-width: 1500px) { .hero { padding-block: 108px; } }
@media (max-width: 1100px) { .shell { width: calc(100% - 64px); } .hero { gap: 32px; padding-block: 65px; } .case-visual { padding: 20px; } .hero-actions { gap: 12px; } }
@media (max-width: 800px) { .shell { width: calc(100% - 40px); } .nav-row { min-height: 80px; } .hero { grid-template-columns: 1fr; padding-block: 55px; gap: 44px; } h1 { font-size: clamp(2.75rem, 8vw, 4rem); } .hero-description { max-width: 580px; } .case-visual { max-width: 580px; width: 100%; margin-inline: auto; padding: 24px; } .principles-inner { flex-wrap: wrap; justify-content: flex-start; gap: 20px 35px; } .contact-section { padding-block: 65px; } .site-footer { flex-wrap: wrap; } }
@media (max-width: 440px) { .brand { font-size: 1.5rem; } nav { gap: 18px; } nav>a:not(.nav-cta) { display: none; } .nav-cta { gap: 9px; } .eyebrow { font-size: .75rem; letter-spacing: .025em; } h1 { font-size: 2.8rem; } .case-visual { padding: 17px; } .complaint { padding: 18px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; } .principles-inner { flex-direction: column; align-items: flex-start; } .site-footer>p { width: 100%; order: 3; } .contact-email { display: block; margin: 22px 0 0; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
.process-section, .scope-section { padding-block: 88px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; }
.section-heading h2, .handoff-intro h2 { font-size: clamp(2rem, 3.35vw, 2.875rem); font-weight: 550; line-height: 1.13; letter-spacing: -.05em; margin-top: 20px; }
.section-heading>p { font-size: 1rem; line-height: 1.7; color: var(--text-muted); max-width: 340px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 45px; margin-top: 47px; }
.step-number { font-family: var(--font-mono); font-size: .875rem; display: flex; align-items: center; justify-content: space-between; color: #567b29; }
.step-number>span { font-family: Arial, sans-serif; color: var(--border); font-size: 1rem; letter-spacing: -.05em; }
.process-grid h3, .scope-grid h3 { font-size: 1.125rem; font-weight: 560; letter-spacing: -.03em; margin-top: 23px; }
.process-grid p, .scope-grid p { color: var(--text-muted); font-size: 1rem; line-height: 1.7; margin-top: 12px; }
.handoff-section { background: #252b25; color: white; padding-block: 76px; }
.handoff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.handoff-intro .eyebrow { color: var(--lime); }
.handoff-intro>p:not(.eyebrow) { color: #c5cfc0; font-size: 1rem; line-height: 1.7; max-width: 385px; margin-top: 24px; }
.outcome-note { margin-top: 43px; border-top: 1px solid #4b5447; padding-top: 26px; display: flex; gap: 15px; align-items: baseline; }
.outcome-note .status-dot { background: var(--lime); box-shadow: none; flex-shrink: 0; }
.outcome-note h3 { font-size: 1rem; font-weight: 500; }
.outcome-note p { font-size: .9375rem; line-height: 1.65; color: #c5cfc0; margin-top: 9px; max-width: 390px; }
.deliverables { list-style: none; padding: 0; margin: 0; }
.deliverables li { display: flex; gap: 19px; padding: 24px 0; border-bottom: 1px solid #4b5447; }
.deliverables li:first-child { padding-top: 0; }
.deliverables li:last-child { border-bottom: none; padding-bottom: 0; }
.deliverable-number { color: var(--lime); font-family: var(--font-mono); font-size: .75rem; line-height: 1.9; }
.deliverables h3 { font-size: 1.0625rem; font-weight: 520; letter-spacing: -.02em; }
.deliverables p { font-size: .9375rem; line-height: 1.65; color: #c5cfc0; margin-top: 7px; }
.scope-grid { margin-top: 43px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.scope-grid article { padding: 27px; border: 1px solid var(--border); border-radius: 5px; }
.scope-grid article>svg { width: 26px; height: 26px; color: #567b29; stroke-width: 1.5; }
.scope-grid h3 { margin-top: 22px; }
.scope-grid p { font-size: .9375rem; }
.scope-boundary { margin-top: 26px; font-size: .875rem; line-height: 1.75; color: var(--text-muted); max-width: 980px; }
.scope-boundary strong { color: var(--ink); font-weight: 550; }
.contact-wrap { background: #eaf6d6; }
.contact-section { position: relative; }
.contact-section .eyebrow { color: #476828; }
.contact-section .contact-note { max-width: 620px; }
.site-footer { border-top: none; }
@media (max-width: 1100px) { .process-grid { gap: 30px; } .scope-grid { gap: 18px; } .scope-grid article { padding: 22px; } }
@media (max-width: 800px) {
  .process-section, .scope-section { padding-block: 60px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 24px; }
  .section-heading>p { max-width: 520px; }
  .process-grid { gap: 23px; }
  .process-grid h3 { line-height: 1.4; }
  .handoff-grid { grid-template-columns: 1fr; gap: 40px; }
  .handoff-section { padding-block: 60px; }
  .handoff-intro>p:not(.eyebrow), .outcome-note p { max-width: 100%; }
  .outcome-note { margin-top: 28px; }
  .scope-grid { gap: 20px; grid-template-columns: 1fr; }
  .scope-grid article { padding: 25px; }
}
@media (max-width: 600px) {
  nav>a:not(.nav-cta) { display: none; }
  .process-grid { grid-template-columns: 1fr; gap: 30px; margin-top: 34px; }
  .process-grid h3 { margin-top: 13px; }
  .step-number>span { flex: 1; margin-left: 24px; height: 1px; background: var(--border); overflow: hidden; }
  .process-grid p { margin-top: 8px; }
}
