:root {
  color-scheme: light;
  --ink: #17251f;
  --forest: #24483c;
  --cream: #f3efe5;
  --paper: #fbf9f3;
  --lime: #d8ef79;
  --coral: #ee7459;
  --line: rgba(23, 37, 31, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.nav-shell { min-height: 78px; padding: 18px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand em { font-weight: 400; font-style: normal; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--paper); background: var(--forest); font-family: Georgia, serif; font-style: italic; }
.nav-link { font-size: 13px; text-transform: uppercase; letter-spacing: .12em; text-underline-offset: 5px; }
.hero { min-height: 690px; padding: 90px clamp(24px, 8vw, 132px) 70px; background: var(--forest); color: var(--paper); position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(216,239,121,.36); border-radius: 50%; right: -100px; top: -120px; box-shadow: 0 0 0 70px rgba(216,239,121,.05), 0 0 0 140px rgba(216,239,121,.035); }
.eyebrow, .section-index, .card-status { text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700; }
.eyebrow { color: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 950px; margin: 24px 0; font: 400 clamp(66px, 10vw, 146px)/.82 Georgia, serif; letter-spacing: -.065em; position: relative; z-index: 1; }
h1 span { color: var(--lime); font-style: italic; }
.hero-copy { max-width: 610px; font-size: clamp(18px, 2vw, 25px); line-height: 1.45; color: rgba(251,249,243,.78); }
.agent-preview { margin-top: 55px; width: min(690px, 100%); padding: 18px 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); backdrop-filter: blur(9px); position: relative; z-index: 1; }
.agent-preview p { margin: 5px 0 0; color: rgba(251,249,243,.64); font-size: 14px; }
.agent-orb { width: 38px; height: 38px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--lime), #6c9270); }
.agent-status { padding: 8px 10px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.promise, .how-it-works { display: grid; grid-template-columns: 1fr 3fr; gap: 50px; padding: 110px clamp(24px, 8vw, 132px); border-bottom: 1px solid var(--line); }
.section-index { color: #65756e; }
h2 { margin-bottom: 30px; font: 400 clamp(42px, 6vw, 78px)/.96 Georgia, serif; letter-spacing: -.045em; }
.promise > div > p { max-width: 750px; font-size: 21px; line-height: 1.55; color: #52615b; }
.network { padding: 110px clamp(24px, 5vw, 76px); background: var(--cream); }
.section-heading { max-width: 900px; margin-bottom: 55px; }
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.partner-card { background: var(--paper); min-width: 0; }
.partner-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.4fr 1fr; }
.partner-card img { display: block; width: 100%; height: 320px; object-fit: cover; }
.partner-card--wide img { height: 100%; min-height: 440px; }
.card-content { padding: 34px; }
.card-status { color: #79867f; }
.card-status--live { color: #4e6b10; }
.card-status--live::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #7a9f1f; }
h3 { margin-bottom: 16px; font: 400 36px/1 Georgia, serif; }
.card-content > p:not(.card-status) { color: #5c6a64; line-height: 1.55; }
.card-content a { display: inline-block; margin-top: 18px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; text-underline-offset: 5px; }
.how-it-works { background: var(--coral); }
.how-it-works ol { list-style: none; padding: 0; margin: 40px 0 0; border-top: 1px solid rgba(23,37,31,.25); }
.how-it-works li { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(23,37,31,.25); }
.how-it-works li span { text-transform: uppercase; font-size: 12px; letter-spacing: .12em; }
.how-it-works li strong { font-size: 19px; font-weight: 500; }
footer { padding: 30px clamp(24px, 5vw, 76px); display: flex; justify-content: space-between; gap: 20px; background: var(--ink); color: var(--paper); }
footer p { margin: 0; color: rgba(251,249,243,.6); }

@media (max-width: 760px) {
  .nav-link { display: none; }
  .hero { min-height: auto; padding-top: 65px; }
  h1 { font-size: clamp(58px, 19vw, 90px); }
  .agent-preview { grid-template-columns: auto 1fr; }
  .agent-status { grid-column: 2; justify-self: start; }
  .promise, .how-it-works { grid-template-columns: 1fr; padding-block: 75px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card--wide { grid-column: auto; display: block; }
  .partner-card--wide img, .partner-card img { height: 260px; min-height: 0; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
