:root {
  --ink: #101b1a;
  --ink-soft: #34403d;
  --cream: #f3efe5;
  --paper: #fbf8f0;
  --line: #c9c5b9;
  --orange: #e65f31;
  --orange-dark: #b63d18;
  --mint: #b9d6c6;
  --white: #fffdf7;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(16, 27, 26, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
svg { display: block; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 99; padding: 10px 14px; color: var(--white); background: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: absolute; z-index: 10; inset: 0 0 auto; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; letter-spacing: -.04em; text-decoration: none; }
.brand > span > span { color: var(--orange); }
.brand-mark { width: 34px; height: 34px; fill: currentColor; }
nav { display: flex; align-items: center; gap: 34px; }
nav a { font-size: 13px; font-weight: 700; text-decoration: none; letter-spacing: .02em; }
nav a:hover { color: var(--mint); }
.pilot-chip { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 100px; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pilot-chip i { width: 7px; height: 7px; border-radius: 50%; background: #ec8a64; box-shadow: 0 0 0 4px rgba(230,95,49,.17); }

.hero { position: relative; overflow: hidden; padding: 156px 0 0; color: var(--white); background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, black, transparent 84%); }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -240px; top: 50px; border: 1px solid rgba(185,214,198,.18); border-radius: 50%; box-shadow: 0 0 0 75px rgba(185,214,198,.025), 0 0 0 150px rgba(185,214,198,.02); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .82fr; align-items: center; gap: 80px; padding-bottom: 76px; }
.eyebrow { margin: 0 0 20px; font-size: 11px; line-height: 1; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: #51605c; }
.eyebrow span { display: inline-block; margin-right: 10px; color: var(--orange-dark); }
.eyebrow.light { color: #9bb0a8; }
.hero .eyebrow { color: var(--mint); }
.hero .eyebrow span, .process .eyebrow span, .closing .eyebrow span { color: var(--orange); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.045em; text-wrap: balance; }
h1 { max-width: 740px; font-size: clamp(48px, 6.1vw, 84px); }
h1 em { color: var(--mint); font-weight: 400; }
.hero-lede { max-width: 670px; margin: 30px 0 0; color: #c9d3cf; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 22px; border-radius: 2px; font-size: 13px; font-weight: 800; letter-spacing: .015em; text-decoration: none; }
.button-primary { color: var(--white); background: var(--orange); cursor: default; }
.button-quiet { color: var(--white); border: 1px solid rgba(255,255,255,.32); }
.button-quiet:hover { border-color: var(--mint); color: var(--mint); }
.no-form { margin: 14px 0 0; color: #80918b; font-size: 12px; }

.research-panel { position: relative; color: var(--ink); background: var(--paper); border: 1px solid rgba(255,255,255,.3); box-shadow: var(--shadow); transform: rotate(1.4deg); }
.research-panel::before { content: ""; position: absolute; inset: 12px -14px -14px 12px; z-index: -1; border: 1px solid rgba(185,214,198,.38); }
.panel-top { height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-pill { padding: 5px 8px; color: #714326; background: #f5dfcf; border-radius: 20px; font-size: 9px; }
.parcel-map { position: relative; height: 220px; overflow: hidden; background: #dce2da; background-image: linear-gradient(28deg, transparent 46%, rgba(16,27,26,.09) 47%, rgba(16,27,26,.09) 48%, transparent 49%), linear-gradient(104deg, transparent 47%, rgba(16,27,26,.08) 48%, rgba(16,27,26,.08) 49%, transparent 50%); background-size: 94px 88px, 117px 106px; }
.parcel-map::after { content: "PUBLIC RECORD CONTEXT"; position: absolute; right: 10px; bottom: 7px; color: rgba(16,27,26,.45); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.parcel-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(255,255,255,.8); stroke-width: 6; }
.parcel-map svg .dashed { stroke: rgba(16,27,26,.42); stroke-width: 2; stroke-dasharray: 7 7; }
.parcel { position: absolute; background: rgba(185,214,198,.42); border: 1px solid rgba(16,27,26,.11); }
.parcel-a { inset: 24px 60% 112px 14px; transform: skew(-12deg); }
.parcel-b { inset: 35px 9px 123px 55%; transform: skew(8deg); }
.parcel-c { inset: 126px 39% 14px 24%; transform: skew(-5deg); }
.pin { position: absolute; width: 26px; height: 26px; display: grid; place-items: center; color: var(--white); background: var(--orange); border: 4px solid var(--paper); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); box-shadow: 0 4px 12px rgba(16,27,26,.24); }
.pin span { font-size: 7px; font-weight: 900; transform: rotate(45deg); }
.pin-one { left: 25%; top: 29%; }.pin-two { left: 62%; top: 43%; }.pin-three { left: 45%; top: 71%; }
.signal-list { padding: 5px 18px; }
.signal-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; min-height: 59px; border-bottom: 1px solid #dedbd1; }
.signal-icon { width: 27px; height: 27px; display: grid; place-items: center; color: var(--ink); background: #e2e8e0; border-radius: 50%; font-size: 10px; font-weight: 900; }
.signal-list p { margin: 0; line-height: 1.2; }
.signal-list b { display: block; font-size: 11px; }
.signal-list small { color: #5f6966; font-size: 9px; }
.signal-list i { color: #5f6966; font-size: 8px; font-weight: 800; font-style: normal; text-transform: uppercase; letter-spacing: .07em; }
.panel-foot { display: flex; justify-content: space-between; align-items: center; padding: 12px 18px; color: var(--ink-soft); background: #e9e5d9; font-size: 10px; }
.hero-foot { position: relative; z-index: 1; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-foot p { margin: 0; color: #778a84; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero-foot ul { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; color: #a9b7b2; font-size: 11px; font-weight: 700; }
.hero-foot li::before { content: "✦"; margin-right: 8px; color: var(--orange); }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.45fr .75fr; align-items: end; gap: 40px; margin-bottom: 60px; }
.section-heading .eyebrow { align-self: start; }
h2 { font-size: clamp(42px, 5vw, 66px); }
.section-heading > p:last-child { margin: 0; color: #5c6864; font-size: 14px; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 390px; padding: 34px; background: var(--paper); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card.featured { background: #e5ebe3; }
.card-number { position: absolute; right: 25px; top: 20px; color: #78837e; font-family: Georgia, serif; font-size: 28px; font-style: italic; }
.capability-card svg { width: 58px; height: 58px; margin: 35px 0 48px; fill: none; stroke: var(--orange); stroke-width: 1.7; }
.capability-card h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; letter-spacing: -.02em; }
.capability-card p { margin: 0; color: #5f6966; font-size: 14px; }
.capability-card > span { position: absolute; bottom: 27px; left: 34px; padding-top: 10px; border-top: 2px solid var(--orange); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.use-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 36px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.use-case-grid article { min-height: 275px; padding: 30px 32px; background: transparent; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mini-label { margin: 0 0 28px; color: var(--orange-dark); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.use-case-grid h3 { max-width: 310px; margin: 0 0 15px; font-family: Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1.15; letter-spacing: -.025em; }
.use-case-grid article > p:last-child { margin: 0; color: #5f6966; font-size: 13px; }

.process { color: var(--white); background: #162725; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.process-intro h2 { max-width: 540px; }
.process-intro > p:not(.eyebrow) { max-width: 490px; margin: 25px 0 0; color: #a9b7b2; }
.pilot-note { display: flex; gap: 17px; margin-top: 54px; padding: 22px; border: 1px solid rgba(185,214,198,.24); background: rgba(255,255,255,.025); }
.pulse { flex: none; width: 10px; height: 10px; margin-top: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(230,95,49,.14); }
.pilot-note b { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; }
.pilot-note p { margin: 5px 0 0; color: #9dafaa; font-size: 12px; line-height: 1.5; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > span { color: var(--orange); font-family: Georgia, serif; font-size: 24px; font-style: italic; }
.steps h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.steps p { margin: 0; color: #9dafaa; font-size: 13px; }

.trust { background: var(--paper); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
.trust-copy > p:not(.eyebrow):not(.operator) { max-width: 570px; margin: 27px 0 0; color: #56625e; }
.operator { margin-top: 50px; padding-top: 19px; border-top: 1px solid var(--line); font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }
.trust-list { border-top: 1px solid var(--line); }
.trust-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.trust-list article > span { color: var(--orange-dark); font-family: Georgia, serif; font-style: italic; }
.trust-list h3 { margin: 0 0 6px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.trust-list p { margin: 0; color: #65706c; font-size: 13px; }

.name-story { padding: 88px 0; background: #e5ebe3; border-top: 1px solid var(--line); }
.name-story-inner { display: grid; grid-template-columns: .55fr 1.05fr .9fr; align-items: start; gap: 48px; }
.name-story h2 { max-width: 560px; font-size: clamp(38px, 4.4vw, 58px); }
.name-story-inner > p:last-child { margin: 5px 0 0; color: #4c5a56; font-size: 15px; }

.contact { background: var(--paper); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 90px; }
.contact-intro { position: sticky; top: 40px; }
.contact-intro h2 { max-width: 580px; font-size: clamp(46px, 5.2vw, 70px); }
.contact-intro > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 0; color: #56625e; }
.contact-email { color: var(--orange-dark); font-weight: 800; text-underline-offset: 4px; overflow-wrap: anywhere; }
.lead-form { padding: 38px; background: var(--cream); border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(16,27,26,.08); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 20px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; letter-spacing: .025em; }
.optional { color: #64716d; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #a8aaa1; border-radius: 2px; font: inherit; font-size: 16px; }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field select { cursor: pointer; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: #6b716c; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--orange-dark); outline: 3px solid rgba(230,95,49,.22); outline-offset: 1px; }
.form-note { margin: 20px 0 0; color: #56625e; font-size: 12px; line-height: 1.55; }
.form-submit { width: 100%; margin-top: 22px; color: var(--white); background: var(--orange-dark); border: 0; cursor: pointer; }
.form-submit:hover { background: var(--ink); }

.closing { padding: 92px 0; color: var(--white); background: var(--orange); }
.closing-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.closing .eyebrow { color: var(--ink); }
.closing h2 { font-size: clamp(50px, 6vw, 78px); }
.closing-action { text-align: right; }
.closing-action p { margin: 0 0 24px; color: var(--ink); font-size: 13px; font-weight: 700; }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--ink); color: var(--white); }

footer { padding: 48px 0; color: #bfccc7; background: #0b1312; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; align-items: start; gap: 40px; }
.footer-brand { color: var(--white); }
footer p { margin: 0; font-size: 11px; line-height: 1.7; }
footer span { color: #72817c; }
.domains a { color: var(--white); text-decoration-color: #586762; text-underline-offset: 4px; }
.copyright a { color: var(--white); text-underline-offset: 3px; }
.copyright { text-align: right; }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 750px; }
  .research-panel { width: min(100%, 560px); justify-self: center; transform: rotate(.6deg); }
  .section-heading { grid-template-columns: 1fr 1.5fr; }
  .section-heading > p:last-child { grid-column: 2; }
  .process-grid, .trust-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .contact-intro { position: static; }
  .name-story-inner { grid-template-columns: 1fr 1.5fr; }
  .name-story-inner > p:last-child { grid-column: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 700px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .site-header nav { display: none; }
  .nav-wrap { min-height: 68px; }
  .pilot-chip { font-size: 9px; }
  .hero { padding-top: 122px; }
  .hero-grid { gap: 46px; padding-bottom: 54px; }
  h1 { font-size: clamp(45px, 14vw, 64px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .research-panel::before { display: none; }
  .hero-foot { padding: 22px 0; align-items: flex-start; flex-direction: column; }
  .hero-foot ul { flex-wrap: wrap; gap: 8px 18px; }
  .section { padding: 82px 0; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading h2 { margin-bottom: 23px; }
  .card-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; padding-bottom: 34px; }
  .capability-card > span { position: static; display: inline-block; margin-top: 30px; }
  .use-case-grid { grid-template-columns: 1fr; }
  .use-case-grid article { min-height: 0; }
  .process-grid, .trust-grid { gap: 50px; }
  .name-story { padding: 70px 0; }
  .name-story-inner { display: block; }
  .name-story h2 { margin-bottom: 24px; }
  .contact-grid { gap: 42px; }
  .lead-form { padding: 24px; }
  .field-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .steps li { grid-template-columns: 50px 1fr; gap: 14px; }
  .closing-inner { align-items: stretch; flex-direction: column; }
  .closing-action { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .parcel-map { height: 190px; }
  .signal-list small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
