:root {
  --paper: #f2efe7;
  --paper-deep: #e8e3d8;
  --ink: #171a17;
  --muted: #62675f;
  --line: #c9c6bd;
  --green: #234c3b;
  --green-light: #dce5d9;
  --white: #faf9f5;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #628b78; outline-offset: 4px; }
h1,h2,h3,p,blockquote { margin-top: 0; }
.page { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.skip-link { position: fixed; z-index: 100; top: -80px; left: 20px; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 20px; }

.site-header { border-bottom: 1px solid var(--line); }
.nav-row { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.wordmark { justify-self: start; font-size: .86rem; font-weight: 800; letter-spacing: .16em; }
nav { display: flex; gap: 30px; color: var(--muted); font-size: .82rem; }
nav a:hover,.footer-links a:hover { color: var(--ink); }
.demo-link { justify-self: end; padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: .82rem; font-weight: 700; }
.demo-link span { margin-left: 5px; }

.hero { padding: 100px 0 76px; }
.hero-marker,.section-number { color: var(--green); font-family: "Courier New", monospace; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-marker { margin-bottom: 35px; }
h1 { max-width: 1120px; margin-bottom: 64px; font-size: clamp(4rem, 8.1vw, 7.8rem); font-weight: 400; line-height: .94; letter-spacing: -.065em; }
h1 em { color: var(--green); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-bottom { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.6fr); gap: 100px; align-items: end; border-top: 1px solid var(--line); padding-top: 27px; }
.hero-bottom > p { max-width: 670px; margin: 0; color: #3e443e; font-size: 1.28rem; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--green); background: var(--green); color: white; font-size: .84rem; font-weight: 700; }
.button:hover { background: #193b2e; }
.underlined { padding-bottom: 3px; border-bottom: 1px solid var(--ink); font-size: .84rem; font-weight: 700; }

.engine-band { border-block: 1px solid var(--line); background: var(--paper-deep); }
.engine-row { min-height: 84px; display: grid; grid-template-columns: repeat(6,auto); align-items: center; justify-content: space-between; gap: 20px; color: #666b64; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; }

.intro { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; padding: 130px 0 75px; border-bottom: 1px solid var(--line); }
.intro-copy { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
h2 { font-size: clamp(3rem, 5.3vw, 5.2rem); font-weight: 400; line-height: 1; letter-spacing: -.06em; }
.intro h2 { margin-bottom: 0; }
.intro-copy p { margin: 0 0 7px; color: var(--muted); font-size: 1.02rem; }

.jobs { display: grid; grid-template-columns: repeat(3,1fr); padding-bottom: 125px; }
.jobs article { min-height: 430px; padding: 35px 34px 34px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.jobs article + article { padding-left: 34px; }
.jobs article:last-child { padding-right: 0; border-right: 0; }
.job-head { display: flex; align-items: baseline; gap: 20px; margin-bottom: 86px; }
.job-head span { color: var(--green); font-family: "Courier New", monospace; font-size: .68rem; }
.job-head h3 { margin: 0; font-size: 1.48rem; font-weight: 500; letter-spacing: -.035em; }
.jobs article > p { min-height: 100px; color: var(--muted); }
.jobs ul { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.jobs li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }

.statement { background: var(--green); color: white; }
.statement-grid { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; padding: 110px 0; }
.statement .section-number { color: #a8bdae; }
blockquote { max-width: 950px; margin-bottom: 0; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1.05; letter-spacing: -.055em; }
blockquote em { color: #cadbce; font-family: Georgia, serif; }

.agency { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; padding: 135px 0; }
.agency-main h2 { max-width: 980px; }
.agency-intro { max-width: 630px; margin: 35px 0 75px; color: var(--muted); font-size: 1.04rem; }
.agency-list { border-top: 1px solid var(--line); }
.agency-list > div { display: grid; grid-template-columns: 60px .8fr 1fr; gap: 30px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line); }
.agency-list span { color: var(--green); font-family: "Courier New", monospace; font-size: .72rem; }
.agency-list h3 { margin: 0; font-size: 1rem; font-weight: 600; }
.agency-list p { margin: 0; color: var(--muted); font-size: .88rem; }

.proof { border-block: 1px solid var(--line); background: var(--white); }
.proof-inner { min-height: 158px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.proof p { margin: 0; color: var(--muted); font-size: 1rem; }
.proof-inner > div { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
.proof strong { color: var(--ink); font-size: clamp(1.4rem,2.5vw,2.3rem); font-weight: 500; letter-spacing: -.04em; }

.approach { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; padding: 135px 0; }
.approach-content > h2 { margin-bottom: 65px; }
.approach ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.approach li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.approach li > span { color: var(--green); font-family: "Courier New", monospace; font-size: .72rem; }
.approach h3 { margin-bottom: 7px; font-size: 1.05rem; font-weight: 600; }
.approach li p { max-width: 670px; margin: 0; color: var(--muted); font-size: .88rem; }

.demo { background: var(--green-light); border-top: 1px solid #bdc9ba; }
.demo-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 100px; align-items: end; padding: 110px 0; }
.demo .section-number { margin-bottom: 32px; }
.demo h2 { margin-bottom: 0; }
.demo-copy > p { margin-bottom: 27px; color: #4d594f; }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-dark:hover { background: #2a2d2a; }
.demo-copy small { display: block; margin-top: 10px; color: #6e776e; font-size: .7rem; }

footer { padding: 43px 0; background: var(--ink); color: white; }
.footer-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: start; }
.footer-row p { margin: 8px 0 0; color: #8e958e; font-size: .74rem; }
.footer-links { display: flex; gap: 26px; color: #b8bdb8; font-size: .75rem; }
.footer-domain { justify-self: end; color: #b8bdb8; font-size: .75rem; }

@media (max-width: 900px) {
  .page { width: min(100% - 36px,1240px); }
  .nav-row { grid-template-columns: 1fr 1fr; }.nav-row nav { display: none; }
  .hero { padding-top: 72px; }.hero-bottom,.intro,.intro-copy,.statement-grid,.agency,.proof-inner,.approach,.demo-grid { grid-template-columns: 1fr;gap: 36px }.hero-actions { justify-content: flex-start }.hero-bottom { gap: 35px }
  .engine-row { grid-template-columns: repeat(3,1fr);gap:20px 30px;padding:22px 0 }
  .intro { padding-top:95px }.intro-copy { gap:30px }
  .jobs { grid-template-columns:1fr }.jobs article,.jobs article + article { min-height:0;padding:32px 0;border-right:0 }.job-head { margin-bottom:35px }.jobs article > p { min-height:0 }
  .statement-grid,.agency,.approach { padding:90px 0 }
  .agency-list > div { grid-template-columns:50px 1fr }.agency-list p { grid-column:2 }
  .proof-inner { padding:38px 0 }.proof-inner > div { flex-wrap:wrap;justify-content:flex-start }
  .demo-grid { padding:80px 0 }.footer-row { grid-template-columns:1fr;gap:28px }.footer-domain { justify-self:start }
}
@media (max-width: 520px) {
  .page { width:min(100% - 28px,1240px) }.nav-row { min-height:66px }.demo-link { font-size:.76rem }
  .hero { padding:58px 0 }.hero-marker { margin-bottom:25px }h1 { font-size:clamp(3.4rem,16vw,5rem);margin-bottom:45px }.hero-bottom > p { font-size:1.08rem }.hero-actions { gap:16px }
  .engine-row { grid-template-columns:1fr 1fr;font-size:.66rem }
  h2 { font-size:3rem }.intro { padding-bottom:55px }.jobs { padding-bottom:80px }
  blockquote { font-size:2.8rem }.agency-intro { margin-bottom:50px }.agency-list > div { grid-template-columns:35px 1fr;gap:15px }.approach li { grid-template-columns:45px 1fr }
  .proof-inner { text-align:center }.proof-inner > div { justify-content:center;gap:20px 30px }.proof strong { font-size:1.35rem }
  .footer-links { flex-wrap:wrap }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior:auto } }
