:root {
  --ink: #1d211f;
  --muted: #626962;
  --paper: #f7f6f1;
  --white: #fffefa;
  --line: #d9ddd6;
  --sage: #dfe7de;
  --green: #255b4e;
  --orange: #be6242;
  --orange-dark: #984a31;
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
a { color: inherit; }
.section-wrap { width: min(var(--max-width), calc(100% - 48px)); margin: 0 auto; }
.site-header {
  width: min(var(--max-width), calc(100% - 48px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand, .nav, .hero-actions, .trust-row, .proof-topline, .proof-caption, .footer-contact { display: flex; align-items: center; }
.brand { gap: 10px; text-decoration: none; font-size: 15px; font-weight: 750; letter-spacing: 0; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--green); color: var(--green); font-size: 10px; letter-spacing: 0; }
.nav { gap: 26px; color: var(--muted); font-size: 13px; }
.nav a { text-decoration: none; }
.nav a:hover, .text-link:hover, .footer-contact a:hover { color: var(--orange-dark); }
.nav-cta { padding: 9px 12px; border: 1px solid var(--ink); color: var(--ink); }
.hero {
  min-height: 650px;
  padding: 84px 0 76px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(48px, 8vw, 112px);
}
.eyebrow { margin: 0 0 15px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; line-height: 1.25; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: 0; }
h1 { max-width: 720px; margin-bottom: 23px; font-size: clamp(48px, 5.5vw, 74px); line-height: 0.98; }
.hero-lede { max-width: 610px; margin-bottom: 21px; color: #414842; font-size: 19px; line-height: 1.48; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-bottom: 29px; color: var(--muted); font-size: 13px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.hero-actions { flex-wrap: wrap; gap: 12px; margin-bottom: 31px; }
.button { display: inline-flex; align-items: center; gap: 13px; min-height: 46px; padding: 11px 15px; text-decoration: none; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--green); color: var(--white); }
.button-primary:hover { background: #1d4d42; }
.button-secondary { border: 1px solid var(--line); background: transparent; }
.button-secondary:hover { border-color: var(--ink); }
.trust-row { flex-wrap: wrap; gap: 10px 18px; color: var(--muted); font-size: 12px; }
.trust-row span::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 7px 2px 0; border-radius: 50%; background: var(--orange); }
.hero-proof { width: min(100%, 420px); justify-self: end; padding: 14px; border: 1px solid var(--line); background: var(--white); box-shadow: 12px 12px 0 var(--sage); }
.proof-topline, .proof-caption { justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: 0.08em; line-height: 1.2; text-transform: uppercase; }
.proof-topline { padding: 2px 2px 11px; }
.document-frame { overflow: hidden; aspect-ratio: 8.5 / 11; border: 1px solid #e4e6e0; background: #ecebe6; }
.document-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.proof-caption { padding: 11px 2px 1px; color: var(--green); }
.signal-band { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.signal-grid { min-height: 128px; display: grid; grid-template-columns: 0.75fr 1.25fr; align-items: center; gap: 44px; }
.signal-grid p { margin: 0; color: #484f49; font-size: 16px; }
.signal-grid .signal-label { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 22px; line-height: 1.25; }
.content-section { padding: 105px 0; }
.section-heading { max-width: 620px; margin-bottom: 47px; }
.section-heading h2, .test-section h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 53px); line-height: 1.04; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.step { min-height: 230px; padding: 24px 28px 15px 0; border-right: 1px solid var(--line); }
.step:not(:first-child) { padding-left: 28px; }
.step:last-child { border-right: 0; }
.step-number { color: var(--orange); font-size: 12px; font-weight: 800; }
.step h3 { margin: 45px 0 10px; font-size: 19px; }
.step p { max-width: 290px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.deliverables-section { padding-top: 0; }
.compact-heading { margin-bottom: 35px; }
.deliverables-layout { display: grid; grid-template-columns: 1fr 0.8fr; gap: 80px; align-items: start; }
.deliverables-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.deliverables-list li { min-height: 74px; padding: 20px 28px 20px 0; border-bottom: 1px solid var(--line); color: #424942; font-size: 14px; }
.deliverables-list li:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line); }
.deliverables-list li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 10px 1px 0; background: var(--orange); }
.review-note { padding: 25px 27px; border: 1px solid var(--line); background: var(--sage); }
.review-label { margin-bottom: 18px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.review-note p:last-child { margin: 0; color: #3e4841; font-size: 14px; }
.test-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--green); color: var(--white); }
.test-layout { min-height: 315px; display: grid; grid-template-columns: 0.95fr 1.05fr; align-items: center; gap: 90px; }
.test-section .eyebrow { color: #b9d6c9; }
.test-section h2 { max-width: 470px; }
.test-copy p { max-width: 540px; margin-bottom: 24px; color: #dce9e1; font-size: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-size: 14px; font-weight: 800; text-decoration: none; }
.site-footer { padding: 44px 0 48px; background: var(--ink); color: #d8ded9; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 80px; }
.footer-profile { display: flex; align-items: center; gap: 16px; }
.footer-profile img { width: 58px; height: 58px; flex: 0 0 auto; border-radius: 50%; object-fit: cover; object-position: center 27%; filter: saturate(0.9); }
.footer-grid p { max-width: 470px; margin-bottom: 0; color: #aeb8b1; font-size: 13px; }
.footer-grid .footer-brand { margin-bottom: 9px; color: var(--white); font-size: 15px; font-weight: 750; }
.footer-contact { flex-wrap: wrap; align-content: center; justify-content: flex-end; gap: 8px 18px; font-size: 13px; }
.footer-contact a { color: var(--white); text-decoration: none; }
@media (max-width: 880px) {
  .hero { grid-template-columns: 1fr; gap: 55px; padding-top: 65px; }
  .hero-proof { justify-self: start; }
  .signal-grid, .test-layout { grid-template-columns: 1fr; gap: 20px; }
  .signal-grid { padding: 30px 0; }
  .test-layout { padding: 54px 0 60px; }
  .deliverables-layout { gap: 40px; }
}
@media (max-width: 680px) {
  .section-wrap, .site-header { width: min(var(--max-width), calc(100% - 32px)); }
  .site-header { min-height: 70px; }
  .nav a:not(.nav-cta) { display: none; }
  .nav { gap: 0; }
  h1 { font-size: 54px; }
  .hero-lede { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { justify-content: space-between; }
  .content-section { padding: 76px 0; }
  .steps-grid, .deliverables-layout, .deliverables-list, .footer-grid { grid-template-columns: 1fr; }
  .step, .step:not(:first-child) { min-height: 0; padding: 22px 0 25px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step h3 { margin-top: 23px; }
  .deliverables-list li, .deliverables-list li:nth-child(even) { min-height: 0; padding: 18px 0; border-left: 0; }
  .review-note { margin-top: 14px; }
  .footer-grid { gap: 28px; }
  .footer-profile { align-items: flex-start; }
  .footer-contact { justify-content: flex-start; }
}
