:root {
  --ink: #1f2a30;
  --ink-soft: #354248;
  --muted: #5e6a70;
  --cream: #f7f4ee;
  --cream-strong: #efe7dc;
  --paper: #fffdf8;
  --line: #ddd3c4;
  --amber: #b8742d;
  --amber-dark: #8f551f;
  --green: #4f7a63;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(31, 42, 48, 0.13);
  --radius: 8px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 660px;
  font-size: clamp(3rem, 5.4vw, 4.35rem);
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.2rem);
  margin-bottom: 20px;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.22;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-break {
  display: none;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section-pad {
  padding: 112px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 max(20px, calc((100vw - var(--container)) / 2));
  background: rgba(247, 244, 238, 0.9);
  border-bottom: 1px solid rgba(221, 211, 196, 0.72);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: 26px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav a,
.text-link,
.direct-contact a,
.site-footer nav a {
  text-underline-offset: 5px;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.text-link:hover,
.text-link:focus-visible,
.direct-contact a:hover,
.direct-contact a:focus-visible,
.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  text-decoration: underline;
}

.header-cta,
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.header-cta {
  min-height: 42px;
  padding: 0 18px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.92rem;
}

.btn {
  padding: 0 22px;
}

.btn-primary {
  background: var(--amber);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(184, 116, 45, 0.22);
}

.btn-secondary {
  background: var(--paper);
  border-color: var(--line);
  color: var(--ink);
}

.btn:hover,
.btn:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--amber-dark);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 10px;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(760px, calc(100vh - 78px));
  display: grid;
  align-items: center;
  padding-top: 96px;
  padding-bottom: 72px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.98), rgba(247, 244, 238, 0.78)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
  gap: 56px;
  align-items: center;
}

.hero-copy,
.hero-visual {
  min-width: 0;
}

.hero-copy p,
.hero-copy h1 {
  overflow-wrap: anywhere;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--amber-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-lede {
  max-width: 680px;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 18px;
}

.text-link {
  display: inline-flex;
  color: var(--ink);
  font-weight: 700;
}

.text-link::after {
  content: "->";
  margin-left: 8px;
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.trust-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-visual {
  min-width: 0;
}

.grain-card {
  padding: 18px;
  border: 1px solid rgba(221, 211, 196, 0.9);
  border-radius: 8px;
  background: linear-gradient(145deg, #fffdf8, #eadfce);
  box-shadow: var(--shadow);
}

.mock-browser {
  overflow: hidden;
  border: 1px solid #c9bea9;
  border-radius: 8px;
  background: var(--paper);
}

.mock-topbar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: #f3ede3;
}

.mock-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #bea98e;
}

.mock-topbar strong {
  margin-left: 10px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.mock-layout {
  display: grid;
  grid-template-columns: 54px 1fr;
  min-height: 520px;
}

.mock-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  padding-top: 22px;
  border-right: 1px solid var(--line);
  background: #f5efe5;
}

.mock-sidebar span {
  width: 25px;
  height: 25px;
  border-radius: 7px;
  background: #ddd1be;
}

.mock-sidebar .active {
  background: var(--amber);
}

.mock-content {
  padding: 24px;
}

.mock-heading {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

.mock-heading div,
.mock-note,
.table-row,
.production-flow span {
  border: 1px solid var(--line);
  background: var(--white);
}

.mock-heading div {
  padding: 14px;
  border-radius: 8px;
}

.mock-heading small {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.mock-heading strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: 1.1rem;
}

.production-flow {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.production-flow span {
  flex: 1;
  min-width: 0;
  padding: 9px 8px;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.mock-table {
  display: grid;
  gap: 8px;
}

.table-row {
  display: grid;
  grid-template-columns: 1.3fr 0.55fr 1fr 0.75fr;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 0 12px;
  border-radius: 8px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 700;
}

.table-head {
  min-height: 34px;
  background: #f6f0e7;
  color: var(--muted);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.mock-note {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 14px;
  border-radius: 8px;
}

.mock-note span {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(79, 122, 99, 0.18);
}

.mock-note p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 62px;
  align-items: start;
}

.problem {
  background: var(--paper);
}

.split-section > div:first-child {
  position: sticky;
  top: 112px;
}

.pain-grid,
.feature-grid,
.steps-grid,
.audience-grid {
  display: grid;
  gap: 16px;
}

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

.pain-card,
.feature-card,
.steps-grid article,
.audience-grid article,
.outcome-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
}

.pain-card {
  min-height: 220px;
  padding: 28px;
}

.pain-card > span {
  display: block;
  width: 38px;
  height: 38px;
  margin-bottom: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(184, 116, 45, 0.24), rgba(79, 122, 99, 0.2));
}

.section-heading {
  max-width: 860px;
  margin-bottom: 44px;
}

.section-heading.narrow {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.solution {
  background: var(--cream);
}

.flow-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.flow-strip span {
  position: relative;
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7f1e8;
  color: var(--ink-soft);
  font-weight: 800;
  text-align: center;
}

.flow-strip span:not(:last-child)::after {
  content: "->";
  position: absolute;
  right: -15px;
  z-index: 1;
  color: var(--amber);
}

.steps-grid {
  grid-template-columns: repeat(4, 1fr);
}

.steps-grid article {
  padding: 24px;
}

.steps-grid span {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--amber-dark);
  font-family: Manrope, Inter, sans-serif;
  font-weight: 800;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.feature-card {
  min-height: 238px;
  padding: 24px;
}

.feature-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 32px;
  padding: 8px;
  border: 1px solid rgba(184, 116, 45, 0.38);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(184, 116, 45, 0.12), rgba(79, 122, 99, 0.1));
  color: var(--amber-dark);
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.outcomes {
  background: var(--ink);
}

.outcomes h2,
.outcomes h3 {
  color: var(--cream);
}

.outcomes .eyebrow {
  color: #f0b16a;
}

.outcomes p {
  color: rgba(247, 244, 238, 0.72);
}

.outcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 48px;
  align-items: start;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.outcome-grid article {
  min-height: 230px;
  padding: 28px;
  border-color: rgba(247, 244, 238, 0.16);
  background: rgba(247, 244, 238, 0.06);
}

.audience-grid {
  grid-template-columns: repeat(4, 1fr);
}

.audience-grid article {
  min-height: 210px;
  padding: 26px;
}

.early-access {
  background:
    linear-gradient(rgba(247, 244, 238, 0.86), rgba(247, 244, 238, 0.86)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='160' viewBox='0 0 220 160'%3E%3Cg fill='none' stroke='%23cdbda7' stroke-width='1'%3E%3Cpath d='M-20 30 C30 10 65 55 118 25 S190 45 240 12'/%3E%3Cpath d='M-20 92 C38 75 70 118 125 86 S195 108 240 72'/%3E%3Cpath d='M-20 150 C40 126 78 160 130 132 S195 152 240 116'/%3E%3C/g%3E%3C/svg%3E");
}

.early-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: 36px;
  align-items: center;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  box-shadow: var(--shadow);
}

.early-list {
  display: grid;
  gap: 12px;
}

.early-list div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.early-list strong,
.early-list span {
  display: block;
}

.early-list span {
  color: var(--muted);
}

.trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 48px;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trust-list p {
  margin: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  color: var(--ink-soft);
  font-weight: 700;
}

.trust-list p:first-child {
  grid-column: 1 / -1;
  background: rgba(184, 116, 45, 0.1);
  color: var(--ink);
}

.contact {
  background: var(--paper);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 56px;
  align-items: start;
}

.direct-contact {
  display: grid;
  gap: 4px;
  margin-top: 34px;
  color: var(--muted);
}

.direct-contact a {
  width: fit-content;
  color: var(--ink);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-row {
  display: grid;
  gap: 7px;
}

label,
legend {
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

label span {
  color: var(--muted);
  font-weight: 500;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #cfc3b2;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

input,
select {
  min-height: 48px;
  padding: 0 13px;
}

textarea {
  resize: vertical;
  padding: 12px 13px;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(184, 116, 45, 0.35);
  outline-offset: 3px;
}

fieldset {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

fieldset label {
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--ink-soft);
  font-weight: 600;
}

fieldset input {
  width: 18px;
  min-height: 18px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 700;
}

.form-status.is-error {
  color: #a3402a;
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.site-footer {
  padding: 44px 0;
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}

.site-footer .brand,
.site-footer p,
.site-footer nav a {
  color: var(--cream);
}

.site-footer .brand-mark {
  background: var(--cream);
  color: var(--ink);
}

.site-footer p {
  margin: 16px 0 0;
  opacity: 0.78;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  font-weight: 700;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav,
  .header-cta {
    display: none;
  }

  .nav-open .site-nav {
    position: fixed;
    inset: 78px 16px auto;
    display: grid;
    gap: 6px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: var(--shadow);
  }

  .nav-open .site-nav a {
    padding: 12px;
    border-radius: 8px;
  }

  .nav-open .site-nav a:hover,
  .nav-open .site-nav a:focus-visible {
    background: var(--cream);
    text-decoration: none;
  }

  .hero-grid,
  .split-section,
  .outcome-layout,
  .trust-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .split-section > div:first-child {
    position: static;
  }

  .hero {
    min-height: auto;
  }

  .feature-grid,
  .steps-grid,
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .early-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section-pad {
    padding: 68px 0;
  }

  .site-header {
    min-height: 70px;
  }

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

  h1 {
    font-size: 2.08rem;
    line-height: 1.1;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-lede {
    font-size: 1.04rem;
    max-width: 21rem;
  }

  .mobile-break {
    display: block;
  }

  .trust-chips {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 16rem;
  }

  .trust-chips span {
    font-size: 0.82rem;
    min-width: 0;
  }

  .grain-card {
    padding: 10px;
    width: 100%;
    overflow: hidden;
  }

  .mock-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .mock-sidebar {
    display: none;
  }

  .mock-content {
    padding: 14px;
    overflow: hidden;
  }

  .mock-heading,
  .pain-grid,
  .feature-grid,
  .steps-grid,
  .audience-grid,
  .trust-list {
    grid-template-columns: 1fr;
  }

  .production-flow {
    display: grid;
    grid-template-columns: 1fr;
  }

  .production-flow span {
    font-size: 0.68rem;
  }

  .table-row {
    grid-template-columns: 1fr 0.55fr;
  }

  .table-row span:nth-child(3),
  .table-row span:nth-child(4) {
    display: none;
  }

  .flow-strip {
    grid-template-columns: 1fr;
  }

  .flow-strip span:not(:last-child)::after {
    content: "";
    right: auto;
    bottom: -13px;
    width: 2px;
    height: 16px;
    background: var(--amber);
  }

  .early-card,
  .contact-form {
    padding: 20px;
  }

  .contact-grid {
    gap: 32px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
