:root {
  color-scheme: light;
  --bone: #f3eee5;
  --paper: #fffdf8;
  --ink: #172019;
  --moss: #345b45;
  --moss-dark: #17382a;
  --moss-soft: #e7efe7;
  --clay: #b66a42;
  --line: #d8d0c4;
  --muted: #5f685f;
  --shadow: 0 24px 80px rgba(29, 43, 33, .11);
}
* { box-sizing: border-box; }
html { background: var(--bone); }
body {
  margin: 0;
  min-height: 100vh;
  padding: clamp(14px, 3vw, 36px);
  background:
    radial-gradient(circle at 88% 6%, rgba(182, 106, 66, .14), transparent 28rem),
    radial-gradient(circle at 4% 32%, rgba(52, 91, 69, .13), transparent 32rem),
    var(--bone);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
main {
  width: min(100%, 1120px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
main.is-pilot-ready { width: min(100%, 680px); padding-bottom: 34px; }
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(24px, 5vw, 58px);
  border-bottom: 1px solid rgba(216, 208, 196, .75);
}
.site-header > span {
  padding: 8px 12px;
  border: 1px solid #b8c8ba;
  border-radius: 999px;
  color: var(--moss);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.brand {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
}
.hero {
  max-width: 900px;
  padding: clamp(48px, 8vw, 96px) clamp(24px, 7vw, 78px) clamp(42px, 6vw, 70px);
}
.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--moss);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
h1,
h2,
.confirmation h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-weight: 500;
  letter-spacing: -.035em;
}
h1 {
  max-width: 850px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .99;
}
h2 {
  max-width: 760px;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.04;
}
h3 { margin: 0; font-size: 17px; line-height: 1.25; }
.lede {
  max-width: 830px;
  margin: 24px 0 0;
  color: #465149;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
}
.outcome-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.outcome-chips span {
  padding: 9px 12px;
  border: 1px solid #c5cec3;
  border-radius: 999px;
  background: #f8faf5;
  color: #344c3d;
  font-size: 13px;
  font-weight: 750;
}
.product-proof {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, .58fr);
  align-items: center;
  gap: clamp(30px, 6vw, 76px);
  margin: 0 clamp(14px, 3vw, 34px) clamp(18px, 3vw, 32px);
  padding: clamp(34px, 7vw, 74px);
  overflow: hidden;
  border: 1px solid #c9d4c9;
  border-radius: 25px;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 106, 66, .14), transparent 17rem),
    linear-gradient(135deg, #f5f7ef, #e7efe7);
}
.product-proof-copy { min-width: 0; }
.product-proof-lede {
  max-width: 650px;
  margin: 20px 0 0;
  color: #465149;
  font-size: 17px;
  line-height: 1.6;
}
.proof-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}
.proof-facts li {
  min-width: 0;
  padding: 15px 13px;
  border: 1px solid rgba(52, 91, 69, .2);
  border-radius: 14px;
  background: rgba(255, 253, 248, .72);
}
.proof-facts strong {
  display: block;
  color: var(--moss-dark);
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
.proof-facts span {
  display: block;
  margin-top: 7px;
  color: #536056;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}
.proof-caption {
  max-width: 620px;
  margin: 22px 0 0;
  color: #657067;
  font-size: 12px;
  line-height: 1.55;
}
.product-proof-device {
  justify-self: center;
  width: min(100%, 310px);
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(23, 56, 42, .16);
  border-radius: 39px;
  background: #172019;
  box-shadow: 0 28px 54px rgba(23, 32, 25, .24);
  transform: rotate(1.25deg);
}
.product-proof-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.walkthrough-proof {
  margin: 0 clamp(14px, 3vw, 34px);
  padding: clamp(32px, 6vw, 62px);
  border-radius: 25px;
  background: var(--moss-dark);
  color: #f8f4ea;
}
.walkthrough-proof .section-kicker { color: #b9d7c4; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 24px;
  padding: 0;
  list-style: none;
}
.process-grid li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 13px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background: rgba(255, 255, 255, .065);
}
.process-grid li > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #dfe9df;
  color: var(--moss-dark);
  font-size: 13px;
  font-weight: 900;
}
.process-grid p {
  margin: 8px 0 0;
  color: #cad7cd;
  font-size: 14px;
  line-height: 1.55;
}
.inspection-boundary {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid #d28a62;
  background: rgba(255, 255, 255, .06);
  color: #d6dfd8;
  font-size: 14px;
  line-height: 1.55;
}
.inspection-boundary strong { color: #fffaf0; }
.agency-value { padding: clamp(54px, 8vw, 88px) clamp(24px, 7vw, 78px); }
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 30px;
}
.value-grid article {
  min-height: 190px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.value-grid article:nth-child(2) { background: var(--moss-soft); }
.value-grid p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.pilot-invite {
  margin: 0 clamp(14px, 3vw, 34px);
  padding: clamp(32px, 6vw, 58px);
  border: 1px solid #ccbcae;
  border-radius: 25px;
  background: linear-gradient(135deg, #f4e8dc, #f9f5ed);
}
.pilot-invite p:not(.section-kicker) {
  max-width: 720px;
  margin: 18px 0 24px;
  color: #5f554d;
  font-size: 16px;
  line-height: 1.6;
}
.auth-actions { display: grid; gap: 10px; }
button {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--moss);
  border-radius: 14px;
  background: var(--moss);
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 780;
  transition: transform .16s ease, background .16s ease, box-shadow .16s ease;
}
button:hover:not(:disabled) {
  transform: translateY(-1px);
  background: #294d39;
  box-shadow: 0 8px 24px rgba(29, 63, 44, .16);
}
button:focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(182, 106, 66, .35);
  outline-offset: 3px;
}
button.secondary { background: transparent; color: var(--ink); }
button:disabled { cursor: wait; opacity: .55; }
.pilot-cta { max-width: 340px; font-size: 16px; }
.pilot-panel {
  margin: 18px clamp(14px, 3vw, 34px) 0;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: white;
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label:nth-child(4) { grid-column: 1 / -1; }
label { display: grid; gap: 7px; font-size: 14px; font-weight: 750; }
label span { color: var(--muted); font-size: 12px; font-weight: 500; }
input,
textarea {
  min-width: 0;
  width: 100%;
  border: 1px solid #aaa99f;
  border-radius: 12px;
  background: white;
  color: var(--ink);
  padding: 12px 13px;
  font: inherit;
}
input { min-height: 48px; }
textarea { resize: vertical; }
input:focus,
textarea:focus { border-color: var(--moss); outline: 3px solid rgba(63, 98, 77, .15); }
.consent {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  margin: 18px 2px;
  color: #4d554d;
  font-weight: 500;
  line-height: 1.4;
}
.consent input {
  width: 18px;
  min-height: 18px;
  margin: 1px 0 0;
  accent-color: var(--moss);
}
.confirmation h2 { margin-bottom: 8px; font-size: 34px; }
.confirmation p { margin: 0; color: var(--muted); line-height: 1.55; }
.sign-in {
  margin: 32px clamp(24px, 7vw, 78px) 0;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.sign-in summary { color: var(--moss); cursor: pointer; font-size: 14px; font-weight: 750; }
.sign-in[open] summary { margin-bottom: 16px; }
.pilot-ready-step {
  margin: 0 0 16px;
  padding: 13px 14px;
  border-radius: 12px;
  background: #edf3ed;
  color: #334b3b;
  font-size: 14px;
  line-height: 1.45;
}
.is-pilot-ready .hero { padding-bottom: 28px; }
.is-pilot-ready .sign-in {
  margin-top: 12px;
  padding: 20px;
  border: 1px solid var(--moss);
  border-radius: 18px;
  background: white;
}
.is-pilot-ready .sign-in summary {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 600;
}
.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  color: #7a8178;
  font-size: 13px;
}
.divider::before,
.divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
#email-auth-form label { display: block; margin: 0 0 8px; font-size: 14px; font-weight: 750; }
.email-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.email-row button { width: auto; padding: 0 18px; }
.email-help { margin: 9px 2px 0; color: #697067; font-size: 13px; line-height: 1.45; }
.status { min-height: 22px; margin: 16px 0 0; color: #7d3e2e; font-size: 14px; line-height: 1.4; }
.privacy-note {
  margin: 24px clamp(24px, 7vw, 78px) 0;
  color: #697168;
  font-size: 12px;
  line-height: 1.55;
}
.privacy-note strong { color: #455148; }
.legal-links {
  margin: 10px clamp(24px, 7vw, 78px) 28px;
  color: #747a72;
  font-size: 12px;
}
.legal-links a { color: #4a5d50; }
.optional-hint { color: #747a72; font-size: 11px; font-weight: 400; margin-left: 4px; }
[hidden] { display: none !important; }
@media (max-width: 820px) {
  .product-proof { grid-template-columns: 1fr; }
  .product-proof-device {
    grid-row: 1;
    width: min(72vw, 310px);
    transform: none;
  }
  .process-grid,
  .value-grid { grid-template-columns: 1fr; }
  .value-grid article { min-height: 0; }
  .process-grid li { padding: 18px; }
}
@media (max-width: 560px) {
  body { padding: 10px; }
  main { border-radius: 22px; }
  .site-header { align-items: flex-start; padding: 20px; }
  .site-header > span { max-width: 150px; text-align: center; line-height: 1.35; }
  .hero { padding: 42px 22px 38px; }
  h1 { font-size: clamp(39px, 12vw, 52px); }
  .lede { font-size: 17px; }
  .outcome-chips { align-items: flex-start; flex-direction: column; }
  .product-proof { margin-inline: 8px; padding: 30px 20px; border-radius: 19px; }
  .proof-facts { gap: 7px; }
  .proof-facts li { padding: 13px 10px; }
  .proof-facts strong { font-size: 24px; }
  .walkthrough-proof,
  .pilot-invite { margin-inline: 8px; padding: 28px 20px; border-radius: 19px; }
  .agency-value { padding: 50px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label:nth-child(4) { grid-column: auto; }
  .pilot-panel { margin-inline: 8px; padding: 20px; }
  .sign-in,
  .privacy-note,
  .legal-links { margin-inline: 22px; }
  .email-row { grid-template-columns: 1fr; }
  .email-row button { width: 100%; }
  .is-pilot-ready .sign-in { padding: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  button { transition: none; }
}
