:root {
  --paper: #f7f7f0;
  --ink: #203b30;
  --green: #2f5b43;
  --muted: #626d61;
  --line: #dce0d4;
  --lime: #d9e5b9;
  --white: #fffef9;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
a {
  color: inherit;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a35a33;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
a {
  text-underline-offset: 4px;
}
button {
  border: 0;
}
svg {
  display: block;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  transform: translateY(-180%);
  background: var(--ink);
  color: white;
  padding: 15px;
}
.skip-link:focus {
  transform: none;
}
.header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font:
    38px/1 Georgia,
    serif;
  letter-spacing: -2px;
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span {
  color: #829860;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 13px;
}
.header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.header nav a:hover {
  text-decoration: underline;
}
.nav-cta {
  gap: 24px;
  border-bottom: 1px solid var(--ink);
}
.nav-cta span {
  font-size: 23px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
  padding-block: 68px 62px;
}
.hero-copy {
  padding-block: 20px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  line-height: 1.7;
  font-weight: 650;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 29px;
}
.small-rule {
  width: 27px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
h1 {
  font:
    clamp(44px, 4.45vw, 66px) / 1.065 Georgia,
    serif;
  letter-spacing: -2.8px;
  font-weight: 400;
}
em {
  font-weight: 400;
  color: #6a8150;
}
.hero-description {
  font-size: 19px;
  line-height: 1.55;
  max-width: 390px;
  margin-top: 27px;
}
.hero-detail {
  font-size: 14px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 400px;
  margin-top: 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 52px;
  padding: 15px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 550;
  border: 1px solid transparent;
  transition: background 0.15s;
}
.primary {
  background: var(--ink);
  color: var(--white);
}
.primary:hover {
  background: var(--green);
}
.button span {
  font-size: 21px;
  line-height: 1;
}
.hero-cta {
  margin-top: 29px;
}
.microcopy {
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
}
.hero-bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 43px;
}
.asterisk {
  font-size: 42px;
  line-height: 1;
  color: #87996a;
}
.hero-bottom p {
  font:
    italic 15px/1.45 Georgia,
    serif;
  color: var(--muted);
}
.chat-stage {
  position: relative;
  min-width: 0;
  padding: 20px 23px 19px;
  background: #e8ecdf;
  border: 1px solid #e1e6d6;
  border-radius: 8px;
}
.chat-caption {
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.5px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
  color: #58674b;
}
.chat {
  scroll-margin-top: 24px;
  background: var(--white);
  border: 1px solid #d4dcc9;
  border-radius: 7px;
  box-shadow: 0 12px 24px #203b3009;
  overflow: hidden;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-bottom: 1px solid var(--line);
}
.agent-avatar {
  width: 41px;
  height: 41px;
  background: var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  font:
    29px Georgia,
    serif;
  flex-shrink: 0;
}
.agent-avatar span {
  font-size: 22px;
  align-self: flex-start;
  margin-top: 7px;
}
.chat-header h2 {
  font:
    21px Georgia,
    serif;
  letter-spacing: -0.5px;
}
.chat-header p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.demo-label {
  margin-left: auto;
  background: #edf1e5;
  padding: 6px 7px;
  color: #58674b;
  font-size: 8px;
  letter-spacing: 1px;
}
.chat-content {
  height: 345px;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #bbc5af transparent;
  padding: 20px 19px;
}
.welcome {
  text-align: center;
  padding: 0 10px;
}
.chat-date {
  font-size: 8px;
  letter-spacing: 1.4px;
  color: var(--muted);
  margin-bottom: 26px;
}
.welcome-mark {
  font-size: 37px;
  line-height: 1;
  color: #809564;
  margin-bottom: 14px;
}
.welcome h3 {
  font:
    30px/1.12 Georgia,
    serif;
  letter-spacing: -0.6px;
}
.welcome > p:not(.chat-date) {
  font-size: 12px;
  line-height: 1.75;
  max-width: 275px;
  margin: 14px auto 17px;
  color: var(--muted);
}
.welcome .button {
  min-height: 45px;
  font-size: 12px;
  padding: 11px 17px;
  gap: 27px;
}
.welcome > p.welcome-note {
  font-size: 10px;
  margin: 10px auto 0;
}
.chat-feedback {
  padding: 10px 18px 0;
  min-height: 44px;
  font-size: 11px;
  color: var(--muted);
  line-height: 1.55;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 10px;
  border-top: 1px solid #eef0e6;
}
.chat-feedback[data-error="true"] {
  color: #92441e;
}
.composer {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  padding: 12px 15px;
  margin: 10px 14px 0;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #f8f9f3;
}
.composer:focus-within {
  border-color: #738660;
}
.composer textarea {
  width: 100%;
  resize: none;
  background: transparent;
  border: 0;
  min-height: 42px;
  max-height: 110px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink);
  outline-offset: 6px;
}
.composer textarea::placeholder {
  color: #737d6c;
}
.composer button {
  width: 37px;
  height: 37px;
  border-radius: 4px;
  background: var(--ink);
  color: white;
  font-size: 24px;
  flex-shrink: 0;
}
.chat-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 16px;
  min-height: 43px;
  gap: 10px;
  font-size: 9px;
  color: var(--muted);
}
.text-button {
  background: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 10px 2px;
  font-size: 11px;
  min-height: 36px;
}
.text-button:hover {
  color: var(--ink);
}
.privacy-note {
  font-size: 10px;
  line-height: 1.65;
  color: #617054;
  margin: 13px 1px 0;
  max-width: 400px;
}
.no-script {
  font-size: 12px;
  padding: 12px;
  background: #f7e8d8;
}
.message {
  margin-bottom: 19px;
  max-width: 92%;
  overflow-wrap: anywhere;
}
.message.contact {
  margin-left: auto;
}
.message .bubble {
  padding: 12px 14px;
  border: 1px solid #e2e7d9;
  border-radius: 0 9px 9px 9px;
  background: #eff3e7;
  font-size: 12px;
  line-height: 1.8;
  white-space: pre-wrap;
}
.message.contact .bubble {
  background: #fff;
  border-radius: 9px 0 9px 9px;
}
.message.human .bubble {
  background: #f9eddb;
}
.message .meta {
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.message.contact .meta {
  text-align: right;
}
.older {
  display: block;
  margin: 0 auto 16px;
}
.possibilities {
  border-block: 1px solid var(--line);
}
.possibilities-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 110px;
}
.possibilities p {
  font-size: 9px;
  letter-spacing: 1.6px;
  line-height: 1.7;
  color: var(--muted);
}
.possibilities span {
  font:
    21px Georgia,
    serif;
  display: flex;
  align-items: center;
  gap: 20px;
}
.possibilities span:before {
  content: "✳";
  font:
    19px Georgia,
    serif;
  color: #81976a;
}
.process {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  padding-block: 100px 90px;
}
.section-intro h2,
.faq h2 {
  font:
    44px/1.13 Georgia,
    serif;
  letter-spacing: -1.5px;
  margin-top: 20px;
}
.section-intro > p:last-child {
  font-size: 14px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 360px;
  margin-top: 23px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 30px;
  border-top: 1px solid var(--line);
  padding: 26px 0 28px;
}
.step-number {
  font:
    italic 22px Georgia,
    serif;
  color: #83986b;
}
.steps h3 {
  font:
    23px/1.25 Georgia,
    serif;
  letter-spacing: -0.4px;
}
.steps p {
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 12px;
  max-width: 370px;
}
.human-section {
  background: var(--ink);
  color: var(--paper);
  padding: 48px;
  display: grid;
  grid-template-columns: 90px 1.3fr 1fr;
  gap: 35px;
  align-items: center;
  border-radius: 5px;
}
.human-mark {
  font:
    100px/1 Georgia,
    serif;
  letter-spacing: -13px;
  color: var(--lime);
}
.human-mark span {
  font-size: 70px;
  vertical-align: top;
}
.human-section .eyebrow {
  color: #bac9ab;
  font-size: 9px;
}
.human-section h2 {
  font:
    31px/1.23 Georgia,
    serif;
  letter-spacing: -0.5px;
  margin-top: 15px;
}
.human-section em {
  color: var(--lime);
}
.human-section > p {
  font-size: 13px;
  line-height: 1.9;
  color: #d3decf;
}
.faq {
  padding-block: 100px 70px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
}
.faq h2 {
  font-size: 38px;
}
.questions details {
  border-bottom: 1px solid var(--line);
}
.questions details:first-child {
  border-top: 1px solid var(--line);
}
.questions summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 24px 0;
  font-size: 14px;
  line-height: 1.6;
}
.questions summary::-webkit-details-marker {
  display: none;
}
.questions summary span {
  font-size: 21px;
  line-height: 1;
  flex-shrink: 0;
  font-weight: 300;
}
.questions details[open] summary span {
  transform: rotate(45deg);
}
.questions details p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  padding-bottom: 25px;
  max-width: 520px;
}
.closing {
  border-block: 1px solid var(--line);
  padding-block: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.closing > p {
  font:
    30px/1.25 Georgia,
    serif;
  letter-spacing: -0.6px;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding-block: 40px;
}
.footer .wordmark {
  font-size: 31px;
}
.footer p {
  font-size: 11px;
  color: var(--muted);
}
.footer > span {
  font-size: 8px;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.error-page {
  padding-block: 90px;
  display: grid;
  justify-items: start;
  gap: 30px;
}
@media (min-width: 1600px) {
  .hero {
    gap: 105px;
    padding-block: 80px;
  }
  .hero-copy {
    padding-block: 30px;
  }
  .chat-content {
    height: 375px;
  }
  .welcome {
    padding-top: 15px;
  }
  h1 {
    font-size: 68px;
  }
}
@media (max-width: 1150px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 35px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2px;
  }
  .chat-stage {
    padding: 16px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .chat-header {
    padding: 15px;
  }
  .process {
    gap: 55px;
  }
  .possibilities span {
    font-size: 18px;
    gap: 10px;
  }
  .human-section {
    grid-template-columns: 65px 1.2fr 1fr;
    padding: 35px;
    gap: 25px;
  }
  .human-mark {
    font-size: 75px;
  }
  .human-section h2 {
    font-size: 27px;
  }
  .faq {
    gap: 55px;
  }
}
@media (max-width: 850px) {
  .header {
    height: 90px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 40px 48px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(46px, 7.8vw, 67px);
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 22px;
  }
  .hero-description {
    max-width: 500px;
  }
  .hero-detail {
    max-width: 500px;
  }
  .hero-bottom {
    display: none;
  }
  .chat-stage {
    width: 100%;
    max-width: 600px;
    justify-self: center;
    padding: 21px;
  }
  .chat-content {
    height: 350px;
  }
  .welcome {
    padding-top: 5px;
  }
  .hero-cta {
    margin-top: 22px;
  }
  .possibilities-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-block: 26px;
    gap: 22px 32px;
  }
  .possibilities p {
    width: 100%;
    font-size: 9px;
  }
  .possibilities p br {
    display: none;
  }
  .possibilities p br:after {
    content: " ";
  }
  .possibilities span {
    font-size: 17px;
  }
  .process {
    padding-block: 65px;
    gap: 35px;
  }
  .section-intro h2 {
    font-size: 36px;
  }
  .steps li {
    gap: 18px;
  }
  .steps h3 {
    font-size: 21px;
  }
  .human-section {
    grid-template-columns: 60px 1fr;
  }
  .human-section > p {
    grid-column: 2;
  }
  .faq {
    gap: 35px;
    padding-block: 65px;
  }
  .faq h2 {
    font-size: 33px;
  }
  .closing > p {
    font-size: 25px;
  }
  .footer p {
    max-width: 200px;
    line-height: 1.6;
  }
  .chat-footer .text-button {
    min-height: 44px;
  }
  .composer button {
    height: 44px;
    width: 44px;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .header {
    height: 80px;
  }
  .wordmark {
    font-size: 34px;
  }
  .header nav {
    gap: 20px;
  }
  .nav-about {
    display: none !important;
  }
  .nav-cta {
    gap: 18px;
    font-size: 12px;
  }
  .hero {
    padding-top: 34px;
    gap: 31px;
  }
  .hero h1 {
    font-size: clamp(36px, 10.5vw, 44px);
    letter-spacing: -1.7px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.3px;
    gap: 9px;
  }
  .small-rule {
    width: 18px;
  }
  .hero-description {
    font-size: 17px;
    margin-top: 23px;
    max-width: 300px;
  }
  .hero-detail {
    font-size: 13px;
    line-height: 1.8;
  }
  .hero-cta {
    min-height: 50px;
  }
  .chat-stage {
    padding: 13px 10px 14px;
    border-radius: 6px;
  }
  .chat-caption {
    font-size: 7px;
    letter-spacing: 1px;
    padding-inline: 2px;
    margin-bottom: 12px;
  }
  .chat-header {
    gap: 9px;
    padding: 14px 11px;
  }
  .chat-header p {
    font-size: 9px;
  }
  .demo-label {
    font-size: 7px;
    padding: 5px;
  }
  .chat-content {
    padding: 18px 12px;
    height: 345px;
  }
  .welcome {
    padding-inline: 5px;
  }
  .welcome h3 {
    font-size: 30px;
  }
  .chat-date {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .composer {
    margin-inline: 10px;
    gap: 8px;
    padding: 10px;
  }
  .composer textarea {
    font-size: 16px;
  }
  .chat-feedback {
    padding-inline: 12px;
  }
  .privacy-note {
    font-size: 9px;
    margin-inline: 3px;
  }
  .possibilities-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .possibilities span {
    font-size: 20px;
    gap: 17px;
  }
  .process {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 55px;
  }
  .section-intro h2 {
    font-size: 38px;
  }
  .steps li {
    padding-block: 23px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .human-section {
    padding: 27px 23px;
    gap: 18px;
    grid-template-columns: 40px 1fr;
  }
  .human-mark {
    font-size: 60px;
    letter-spacing: -8px;
  }
  .human-mark span {
    font-size: 45px;
  }
  .human-section .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .human-section h2 {
    font-size: 25px;
  }
  .human-section > p {
    grid-column: 1/-1;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 55px;
  }
  .faq h2 {
    font-size: 36px;
  }
  .questions summary {
    font-size: 14px;
    padding-block: 21px;
  }
  .closing {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 33px;
    gap: 24px;
  }
  .closing > p {
    font-size: 27px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-block: 30px;
  }
  .footer p {
    margin-left: auto;
    max-width: 175px;
    font-size: 10px;
    text-align: right;
  }
  .footer > span {
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  .message .bubble {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
