:root {
  --forest: #143f32;
  --forest-dark: #0b2d24;
  --moss: #285f4c;
  --amber: #c78321;
  --amber-soft: #e2ad59;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --ink: #18312a;
  --muted: #61736d;
  --line: rgba(20, 63, 50, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .13;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E");
}
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  width: min(1280px, calc(100% - 40px));
  height: 86px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; font-size: 19px; }
.brand img { display: block; object-fit: contain; }
.site-header nav { display: flex; gap: 34px; color: #3e5650; font-size: 14px; font-weight: 600; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: var(--amber); }
.header-cta { border: 1px solid var(--forest); padding: 11px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; }
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 70px;
  padding-block: 88px 105px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 27px; height: 2px; background: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-family: var(--serif); font-size: clamp(56px, 6.1vw, 91px); line-height: .96; letter-spacing: -.055em; }
h1 em { color: var(--amber); font-style: italic; font-weight: 600; }
.hero-lede { max-width: 600px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin: 34px 0 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 4px; font-weight: 700; font-size: 14px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); box-shadow: 0 12px 30px rgba(20, 63, 50, .16); }
.text-link { color: var(--forest); font-weight: 700; font-size: 14px; }
.text-link span { color: var(--amber); margin-left: 5px; }
.small-note { color: #84918d; font-size: 12px; }
.hero-stage { position: relative; min-height: 500px; isolation: isolate; }
.stage-orbit { position: absolute; border: 1px solid rgba(199, 131, 33, .23); border-radius: 50%; z-index: -2; }
.orbit-one { width: 430px; height: 430px; right: 20px; top: 10px; }
.orbit-two { width: 330px; height: 330px; right: 70px; top: 60px; }
.proof-card { background: var(--paper); border: 1px solid rgba(20, 63, 50, .1); box-shadow: 0 30px 70px rgba(38, 51, 44, .14); }
.proof-card-main { position: absolute; width: min(440px, 90%); top: 95px; right: 34px; padding: 34px; transform: rotate(-1.8deg); }
.proof-card-top { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.sample-label { padding: 6px 9px; color: var(--moss); background: #e7efe9; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.stars { color: var(--amber); letter-spacing: 2px; font-size: 13px; }
blockquote { margin: 32px 0; font-family: var(--serif); font-size: 30px; line-height: 1.28; letter-spacing: -.025em; }
.person-row { display: flex; align-items: center; gap: 12px; }
.avatar-placeholder { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: white; background: var(--forest); font-size: 11px; font-weight: 700; }
.person-row strong, .person-row small { display: block; }
.person-row strong { font-size: 13px; }
.person-row small { color: #82908c; font-size: 11px; margin-top: 2px; }
.verified-mark { margin-left: auto; display: grid; place-items: center; width: 25px; height: 25px; color: white; background: var(--amber); border-radius: 50%; font-size: 12px; }
.mini-proof { position: absolute; display: flex; align-items: center; gap: 10px; padding: 14px 17px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 14px 35px rgba(38, 51, 44, .1); font-size: 12px; font-weight: 700; }
.mini-proof-one { left: -5px; top: 62px; transform: rotate(4deg); }
.mini-proof-two { right: -2px; bottom: 74px; transform: rotate(3deg); }
.quote-mark { color: var(--amber); font-family: var(--serif); font-size: 27px; line-height: 1; }
.cedar-seal { position: absolute; left: 16px; bottom: 75px; width: 104px; height: 104px; display: grid; place-items: center; background: var(--forest); border-radius: 50%; box-shadow: 0 18px 40px rgba(20, 63, 50, .23); }
.cedar-seal img { width: 72px; height: 72px; object-fit: contain; }
.trust-strip { display: flex; align-items: center; justify-content: center; gap: 25px; padding: 25px; color: #dbe7e1; background: var(--forest); font-family: var(--serif); font-size: 16px; }
.trust-strip p { margin: 0; }
.trust-strip span { width: 5px; height: 5px; background: var(--amber-soft); transform: rotate(45deg); }
.workflow { padding-block: 130px; }
.section-heading { max-width: 730px; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 17px; font-family: var(--serif); font-size: clamp(42px, 5vw, 67px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.6; }
.workflow-panel { display: grid; grid-template-columns: 330px 1fr; min-height: 570px; background: var(--paper); border: 1px solid var(--line); }
.step-list { padding: 28px; border-right: 1px solid var(--line); }
.step-button { width: 100%; display: grid; grid-template-columns: 38px 1fr; gap: 2px 12px; padding: 22px 10px; color: #6e7e78; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; cursor: pointer; }
.step-button > span { grid-row: 1 / 3; color: var(--amber); font-family: var(--serif); font-size: 16px; }
.step-button strong { color: inherit; font-family: var(--serif); font-size: 22px; }
.step-button small { color: #84918d; font-size: 11px; }
.step-button.active { color: var(--forest); background: #f3eee3; }
.workflow-demo { padding: 48px 55px; }
.demo-kicker { margin-bottom: 10px; color: var(--amber); font-size: 10px; letter-spacing: .16em; font-weight: 700; }
.workflow-demo h3 { margin-bottom: 13px; font-family: var(--serif); font-size: 33px; letter-spacing: -.025em; }
.workflow-demo > p:not(.demo-kicker):not(.demo-disclaimer) { max-width: 610px; color: var(--muted); line-height: 1.6; }
.demo-window { margin-top: 32px; border: 1px solid var(--line); background: #f4f0e7; box-shadow: 0 20px 45px rgba(31, 55, 46, .09); }
.window-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 14px; background: var(--forest); }
.window-bar i { width: 7px; height: 7px; background: #d8af6a; border-radius: 50%; opacity: .8; }
.window-bar span { margin-left: 7px; color: #c8d4cf; font-size: 9px; }
.request-card { width: min(400px, calc(100% - 40px)); margin: 28px auto; padding: 27px; background: white; border: 1px solid var(--line); }
.request-icon { color: var(--amber); font-family: var(--serif); font-size: 40px; }
.request-card strong { display: block; margin: -8px 0 24px; font-family: var(--serif); font-size: 19px; }
.field-line { height: 8px; width: 72%; margin: 11px 0; background: #e5e4dc; border-radius: 10px; }
.field-line.long { width: 100%; }
.request-card button { margin-top: 22px; padding: 10px 13px; color: white; background: var(--forest); border: 0; border-radius: 3px; font-size: 10px; }
.demo-disclaimer { margin: 15px 0 0; color: #8b9692; font-size: 10px; }
.features { padding-block: 120px; color: #ecf3ef; background: var(--forest-dark); }
.section-heading.light { color: white; }
.section-heading.light .eyebrow { color: #d7e2dd; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.feature-card { min-height: 260px; padding: 38px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.feature-number { color: var(--amber-soft); font-family: var(--serif); }
.feature-card h3 { margin: 54px 0 12px; color: white; font-family: var(--serif); font-size: 28px; }
.feature-card p { max-width: 460px; margin: 0; color: #aebfb8; line-height: 1.65; }
.questions { padding-block: 130px 90px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-family: var(--serif); font-size: 21px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--amber); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding: 0 38px 24px 0; color: var(--muted); line-height: 1.65; }
.contact { margin-bottom: 95px; min-height: 315px; padding: 58px; display: flex; align-items: center; justify-content: space-between; gap: 50px; color: white; background: var(--forest); position: relative; overflow: hidden; }
.contact::after { content: ""; position: absolute; width: 340px; height: 340px; right: -110px; top: -150px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.contact > * { position: relative; z-index: 1; }
.contact h2 { max-width: 650px; margin: 0 0 12px; font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); line-height: 1.05; }
.contact p:last-child { margin: 0; color: #c0d0c9; }
.button-cream { flex-shrink: 0; color: var(--forest); background: var(--cream); }
.site-footer { min-height: 120px; display: flex; align-items: center; gap: 30px; color: #65766f; border-top: 1px solid var(--line); font-size: 12px; }
.site-footer .brand { color: var(--ink); font-size: 16px; }
.site-footer p { margin: 0; }
.site-footer > span { margin-left: auto; }
.site-footer > a:not(.brand):hover { color: var(--amber); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 70px; }
  .hero-copy { max-width: 720px; }
  .hero-stage { min-height: 520px; }
  .workflow-panel { grid-template-columns: 1fr; }
  .step-list { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-button { grid-template-columns: 1fr; padding: 18px; border-right: 1px solid var(--line); border-bottom: 0; }
  .step-button > span { grid-row: auto; }
  .questions { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 640px) {
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { width: calc(100% - 28px); height: 72px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-block: 58px 70px; }
  h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stage { min-height: 440px; }
  .proof-card-main { width: 94%; top: 70px; right: 2%; padding: 25px; }
  blockquote { font-size: 25px; }
  .mini-proof-one { left: 2px; top: 25px; }
  .mini-proof-two { bottom: 22px; }
  .cedar-seal { left: 3px; bottom: 35px; width: 78px; height: 78px; }
  .cedar-seal img { width: 55px; height: 55px; }
  .trust-strip { align-items: flex-start; flex-direction: column; gap: 12px; font-size: 15px; }
  .trust-strip span { display: none; }
  .workflow, .features, .questions { padding-block: 85px; }
  .step-list { grid-template-columns: 1fr; }
  .step-button { grid-template-columns: 35px 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-button > span { grid-row: 1 / 3; }
  .workflow-demo { padding: 34px 20px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 230px; padding: 30px; }
  .contact { margin-bottom: 60px; padding: 42px 27px; align-items: flex-start; flex-direction: column; }
  .site-footer { padding-block: 30px; align-items: flex-start; flex-direction: column; gap: 14px; }
  .site-footer > span { margin-left: 0; }
}

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