:root {
  color-scheme: light;
  --ink: #10211f;
  --ink-soft: #314440;
  --paper: #f4efe4;
  --paper-light: #fffdf7;
  --line: #c9c2b3;
  --line-dark: #48605a;
  --accent: #b6381e;
  --accent-dark: #8f260f;
  --signal: #d5df77;
  --muted: #e8e2d6;
  --white: #ffffff;
  --radius-small: 0.45rem;
  --radius: 1rem;
  --shadow: 0 1.25rem 3.5rem rgb(16 33 31 / 12%);
  --content: 74rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input,
textarea {
  font: inherit;
}

button,
.button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--ink);
}

::selection {
  background: var(--signal);
  color: var(--ink);
}

h1,
h2,
h3,
p,
blockquote,
dl,
dd {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.8rem, 7vw, 6.7rem);
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.15rem, 4.4vw, 4.25rem);
}

h3 {
  line-height: 1.25;
}

p,
li,
dd,
summary,
label {
  overflow-wrap: anywhere;
}

.shell {
  width: min(calc(100% - 2rem), var(--content));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  border-radius: var(--radius-small);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgb(255 255 255 / 18%);
  background: var(--ink);
  color: var(--white);
}

.header-inner {
  display: flex;
  min-height: 5rem;
  align-items: center;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid var(--signal);
  border-radius: 50%;
  color: var(--signal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.brand strong {
  color: var(--signal);
  font-weight: 700;
}

.nav-list {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 1.4rem;
  list-style: none;
}

.nav-list a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: #dbe3df;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-list a:hover {
  color: var(--signal);
}

.header-status {
  margin-left: auto;
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--line-dark);
  border-radius: 99rem;
  color: var(--signal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero::after {
  position: absolute;
  right: -8rem;
  bottom: -13rem;
  width: 32rem;
  height: 32rem;
  border: 1px solid rgb(213 223 119 / 28%);
  border-radius: 50%;
  box-shadow: 0 0 0 5rem rgb(213 223 119 / 4%), 0 0 0 10rem rgb(213 223 119 / 3%);
  content: "";
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 5rem);
  min-height: calc(100svh - 5rem);
  padding-block: clamp(4rem, 9vw, 8rem);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 1.45fr) minmax(17rem, 0.55fr);
}

.eyebrow,
.section-kicker,
.card-label,
.proof-state,
.price-label,
.panel-index {
  margin-bottom: 1rem;
  color: var(--accent);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow,
.hero .panel-index {
  color: var(--signal);
}

.pricing-section .section-kicker,
.pricing-section .card-label,
.founder-section .section-kicker {
  color: var(--signal);
}

.agent-card-accent .card-label,
.proof-empty .proof-state,
.price-card:not(.price-card-featured) .price-label {
  color: var(--signal);
}

.hero-lead {
  max-width: 46rem;
  margin-bottom: 2rem;
  color: #d9e2de;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button {
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: var(--radius-small);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.button-primary {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--white);
}

a.button-primary:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--ink);
}

.button-secondary {
  border-color: var(--line-dark);
  background: transparent;
  color: #c5cfcb;
}

.button-paused {
  border-color: var(--line-dark);
  background: #243734;
  color: #d9e2de;
}

.button-light {
  border-color: #78908a;
  background: transparent;
  color: #d9e2de;
}

button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
}

.availability-note {
  max-width: 43rem;
  margin: 1rem 0 0;
  color: #aebdb8;
  font-size: 0.88rem;
}

.hero-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line-dark);
  border-top: 5px solid var(--signal);
  background: rgb(255 255 255 / 4%);
  box-shadow: var(--shadow);
}

.hero-statement {
  margin-bottom: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
}

.status-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  padding-block: 0.9rem;
  border-top: 1px solid var(--line-dark);
  color: #d9e2de;
}

.status-list li::before {
  margin-right: 0.7rem;
  color: var(--signal);
  content: "→";
}

.panel-footnote {
  margin: 1.3rem 0 0;
  color: #9fb0aa;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  scroll-margin-top: 1rem;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.section-heading-wide {
  max-width: 56rem;
}

.section-heading > p:last-child,
.pricing-intro > p:last-child,
.faq-heading > p:last-child,
.application-intro > p:not(.section-kicker) {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.split-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.large-copy {
  margin-bottom: 2.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  line-height: 1.4;
}

.fragment-grid {
  display: grid;
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fragment-grid p {
  min-width: 0;
  margin: 0;
  padding: 1.25rem 1.25rem 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.fragment-grid p:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.fragment-grid p:nth-child(even) {
  padding-left: 1.25rem;
}

.fragment-grid span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.model-section,
.proof-section,
.faq-section {
  background: var(--paper-light);
}

.promise {
  max-width: 61rem;
  margin: 0 0 clamp(3rem, 7vw, 6rem);
  padding-left: clamp(1.25rem, 3vw, 2.5rem);
  border-left: 5px solid var(--accent);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3.5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.18;
}

.promise footer {
  margin-top: 1.25rem;
  color: var(--ink-soft);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.agent-grid,
.fit-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agent-card,
.fit-grid article {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.agent-card-accent {
  border-color: var(--accent);
  background: var(--ink);
  color: var(--white);
}

.agent-card h3 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.agent-card-accent p:not(.card-label) {
  color: #d9e2de;
}

.card-boundary {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  font-weight: 750;
}

.pilot-section {
  background: var(--muted);
}

.step-grid {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 1px;
  background: var(--line);
  list-style: none;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.step-grid li {
  min-width: 0;
  padding: 1.5rem;
  background: var(--paper-light);
}

.step-grid span {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 850;
}

.step-grid h3 {
  margin-bottom: 0.7rem;
}

.step-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.proof-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.proof-grid article {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-grid h3 {
  max-width: 25ch;
  margin-bottom: 0.75rem;
  font-size: clamp(1.2rem, 2.2vw, 1.65rem);
}

.proof-grid p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.proof-empty {
  background: var(--ink);
  color: var(--white);
}

.proof-empty p:last-child {
  color: #c6d0cc;
}

.pricing-section {
  background: var(--ink);
  color: var(--white);
}

.pricing-layout {
  display: grid;
  align-items: start;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-intro {
  padding-right: clamp(0rem, 4vw, 4rem);
}

.pricing-intro p:last-child {
  color: #c6d0cc;
}

.price-card {
  min-height: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line-dark);
}

.price-card-featured {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--ink);
}

.price-card-featured .price-label {
  color: var(--accent-dark);
}

.price {
  margin-bottom: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 6vw, 5rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.price span,
.price small {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
}

.pricing-terms {
  display: grid;
  grid-column: 1 / -1;
  gap: 1px;
  background: var(--line-dark);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-terms p {
  margin: 0;
  padding: 1.25rem;
  background: #172b28;
  text-align: center;
}

.guarantee-card {
  margin-top: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border-left: 5px solid var(--accent);
  background: #172b28;
  grid-column: 1 / -1;
}

.guarantee-card h3 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.guarantee-card p:not(.card-label) {
  max-width: 68rem;
  color: #d6dfdb;
}

.guarantee-card p:last-child {
  margin-bottom: 0;
}

.fit-grid article:first-child {
  border-color: var(--accent);
}

.fit-grid h3 {
  margin-bottom: 1.5rem;
  font-size: 1.35rem;
}

.check-list,
.cross-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.cross-list li {
  position: relative;
  padding: 0.8rem 0 0.8rem 2rem;
  border-top: 1px solid var(--line);
}

.check-list li::before,
.cross-list li::before {
  position: absolute;
  left: 0;
  color: var(--accent-dark);
  font-weight: 900;
}

.check-list li::before {
  content: "+";
}

.cross-list li::before {
  content: "—";
}

.fit-note {
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
  font-weight: 750;
}

.faq-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 7rem);
  grid-template-columns: minmax(15rem, 0.65fr) minmax(0, 1.35fr);
}

.faq-heading {
  position: sticky;
  top: 2rem;
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 4rem;
  padding: 1.25rem 3rem 1.25rem 0;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 800;
}

.faq-list details[open] summary {
  color: var(--accent-dark);
}

.faq-list details p {
  max-width: 48rem;
  margin: 0;
  padding: 0 2rem 1.5rem 0;
  color: var(--ink-soft);
}

.application-section {
  background: var(--muted);
}

.application-layout {
  display: grid;
  align-items: start;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(15rem, 0.7fr) minmax(0, 1.3fr);
}

.cta-state {
  margin-top: 1.5rem;
  padding: 1rem;
  border-left: 4px solid var(--accent);
  background: var(--paper-light);
}

.cta-state-copy {
  margin: 0;
  font-weight: 800;
}

.cta-open,
.cta-state-copy-live,
.application-live,
.form-fallback {
  display: none;
}

body[data-cta-state="live"] .cta-paused,
body[data-cta-state="live"] .cta-state-copy-paused {
  display: none;
}

body[data-cta-state="live"] .cta-open {
  display: inline-flex;
}

body[data-cta-state="live"] .cta-state-copy-live,
body[data-cta-state="live"] .application-live,
body[data-cta-state="live"] .form-fallback {
  display: block;
}

.application-preview {
  min-width: 0;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-light);
  box-shadow: var(--shadow);
}

.embed-status {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border-left: 4px solid var(--line-dark);
  background: var(--paper);
  color: var(--ink-soft);
  font-size: 0.83rem;
  font-weight: 700;
}

.embed-status:not([data-state]) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip-path: inset(50%);
  white-space: nowrap;
}

.embed-status[data-state="failure"] {
  border-left-color: var(--accent);
}

.embed-status[data-state="submitted"] {
  border-left-color: var(--ink);
  background: var(--signal);
  color: var(--ink);
}

.tally-embed {
  display: block;
  width: 100%;
  margin-top: 1rem;
  max-width: 100%;
  border: 0;
  background: var(--white);
}

.tally-embed[hidden] {
  display: none;
}

.form-fallback,
.noscript-note {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.form-fallback a {
  color: var(--accent-dark);
  font-weight: 800;
}

.form-fallback a:hover {
  color: var(--accent);
}

.noscript-note {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  font-weight: 700;
}

.privacy-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  background: var(--paper-light);
  grid-column: 1 / -1;
}

.privacy-card h3 {
  max-width: 32ch;
  margin-bottom: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.3rem);
}

.privacy-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.privacy-list div {
  min-width: 0;
  padding: 1.25rem;
  background: var(--paper-light);
}

.privacy-list dt {
  margin-bottom: 0.4rem;
  font-weight: 850;
}

.privacy-list dd {
  margin: 0;
  color: var(--ink-soft);
}

.privacy-gate {
  margin: 1.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  font-weight: 750;
}

.founder-section {
  background: var(--ink);
  color: var(--white);
}

.founder-layout {
  display: grid;
  align-items: end;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(14rem, 0.6fr);
}

.founder-layout h2 {
  max-width: 18ch;
}

.founder-layout p:not(.section-kicker) {
  max-width: 48rem;
  color: #c6d0cc;
}

.founder-action {
  padding: 1.5rem;
  border: 1px solid var(--line-dark);
}

.founder-action .button {
  width: 100%;
}

.founder-action p {
  margin: 0.75rem 0 0;
  font-size: 0.83rem;
  text-align: center;
}

.final-privacy-note {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-dark);
  color: #c6d0cc;
  font-size: 0.88rem;
}

.site-footer {
  border-top: 1px solid #324642;
  background: #091715;
  color: #9fb0aa;
}

.footer-inner {
  display: flex;
  min-height: 5rem;
  padding-block: 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 64rem) {
  .hero-grid {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    max-width: 36rem;
  }

  .step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-grid li:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 48rem) {
  .site-header nav {
    display: none;
  }

  .header-inner {
    gap: 1rem;
  }

  .brand > span:last-child {
    font-size: 0.9rem;
  }

  .split-layout,
  .faq-layout,
  .application-layout,
  .founder-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .faq-heading {
    position: static;
  }

  .agent-grid,
  .fit-grid,
  .pricing-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-terms,
  .privacy-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .pricing-terms,
  .guarantee-card {
    grid-column: auto;
  }

  .privacy-card {
    grid-column: auto;
  }

}

@media (max-width: 36rem) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--content));
  }

  .header-status {
    padding-inline: 0.55rem;
    font-size: 0.65rem;
  }

  .brand strong {
    display: block;
  }

  .cta-group,
  .cta-group .button,
  .founder-action .button {
    width: 100%;
  }

  .fragment-grid,
  .proof-grid,
  .step-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fragment-grid p:nth-child(odd) {
    border-right: 0;
  }

  .fragment-grid p:nth-child(even) {
    padding-left: 0;
  }

  .step-grid li:last-child {
    grid-column: auto;
  }

  .price {
    white-space: normal;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
}

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