:root {
  --paper: #f7f1e6;
  --paper-2: #fffaf0;
  --ink: #0f1d18;
  --muted: #5d675f;
  --line: rgba(15, 29, 24, 0.14);
  --green: #0d3c2f;
  --green-2: #184f41;
  --teal: #7ab6a0;
  --amber: #c99316;
  --amber-2: #f4dfad;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(31, 31, 23, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.page-shell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(247, 241, 230, 1)),
    radial-gradient(circle at top right, rgba(122, 182, 160, 0.22), transparent 34%);
}

.nav {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  letter-spacing: 0;
}

.brand strong {
  font-size: 15px;
  line-height: 1;
  font-weight: 850;
}

.brand span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 14px;
  font-weight: 750;
}

.nav-links a {
  text-decoration: none;
}

.nav-links .nav-cta {
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.72);
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  padding: 72px 0 64px;
  max-width: 820px;
  text-align: center;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 18px;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 30px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.lead {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
  color: #26342e;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}

.support-copy {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 30px;
}

.button-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 19px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  background: var(--green);
  color: var(--white);
  text-decoration: none;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(13, 60, 47, 0.22);
}

.button.secondary {
  background: rgba(255, 250, 240, 0.78);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.meta-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.meta-strip span {
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.72);
  border-radius: var(--radius);
  padding: 9px 12px;
  color: #2d3b35;
  font-size: 13px;
  font-weight: 750;
}

.comparison-wrap {
  padding: 26px 0 88px;
}

.comparison-intro {
  max-width: 680px;
  margin: 0 auto 34px;
  text-align: center;
}

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.compare-panel {
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(24px, 4vw, 44px);
  min-height: 460px;
}

.compare-panel.positive {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.86), rgba(240, 249, 245, 0.94));
  border-color: rgba(13, 60, 47, 0.2);
}

.visual-alone,
.visual-circle {
  height: 230px;
  margin: 8px 0 32px;
  position: relative;
}

.scatter {
  position: absolute;
  padding: 9px 11px;
  border: 1px solid rgba(15, 29, 24, 0.13);
  border-radius: var(--radius);
  background: #fffaf0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.scatter.one {
  left: 0;
  top: 24px;
  transform: rotate(-5deg);
}

.scatter.two {
  right: 18px;
  top: 4px;
  transform: rotate(4deg);
}

.scatter.three {
  left: 30%;
  bottom: 10px;
  transform: rotate(-2deg);
}

.stalled-line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 58px;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(15, 29, 24, 0.18) 0 8px, transparent 8px 16px);
}

.execution-diagram {
  position: absolute;
  inset: 4px 0 0;
  display: grid;
  grid-template-columns: 1fr 132px 1fr;
  grid-template-rows: 78px 78px 78px;
  align-items: center;
  justify-items: center;
  gap: 0;
}

.execution-goal {
  grid-column: 2;
  grid-row: 2;
  width: 132px;
  height: 76px;
  border-radius: var(--radius);
  background: var(--green);
  color: white;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 14px;
  box-shadow: 0 16px 32px rgba(13, 60, 47, 0.18);
  z-index: 2;
}

.execution-node {
  width: 112px;
  min-height: 48px;
  border: 1px solid rgba(13, 60, 47, 0.16);
  border-left: 4px solid var(--amber);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.82);
  color: #314039;
  display: grid;
  place-items: center;
  padding: 8px 10px;
  text-align: center;
  font-size: 12px;
  font-weight: 850;
  z-index: 2;
}

.execution-node.commitments {
  grid-column: 2;
  grid-row: 1;
}

.execution-node.checkins {
  grid-column: 3;
  grid-row: 2;
}

.execution-node.feedback {
  grid-column: 2;
  grid-row: 3;
}

.execution-node.support {
  grid-column: 1;
  grid-row: 2;
}

.execution-link {
  position: absolute;
  background: rgba(13, 60, 47, 0.18);
  z-index: 1;
}

.execution-link.horizontal {
  width: min(64%, 420px);
  height: 2px;
  top: 50%;
  left: 18%;
}

.execution-link.vertical {
  width: 2px;
  height: 178px;
  top: 22px;
  left: 50%;
}

.compare-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-list li {
  color: #27342f;
  font-weight: 700;
}

.compare-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background: var(--amber);
  transform: translateY(-1px) rotate(45deg);
}

.positive .compare-list li::before {
  background: var(--green);
}

.band {
  padding: 88px 0;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 56px;
  align-items: start;
}

.body-copy {
  color: var(--muted);
  font-size: 18px;
}

.simple-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
  font-weight: 750;
}

.highlight-list {
  gap: 12px;
}

.highlight-list li {
  border: 1px solid rgba(13, 60, 47, 0.13);
  border-left: 4px solid rgba(13, 60, 47, 0.72);
  border-radius: var(--radius);
  padding: 15px 16px;
  background: rgba(255, 250, 240, 0.66);
}

.highlight-list li:nth-child(2n) {
  border-left-color: rgba(201, 147, 22, 0.82);
}

.fit-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.fit-copy {
  order: 2;
}

.fit-lists {
  order: 1;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.detail {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 250, 240, 0.78);
}

.detail span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 5px;
}

.detail strong {
  font-size: 18px;
}

.note {
  background: rgba(244, 223, 173, 0.48);
  border: 1px solid rgba(201, 147, 22, 0.3);
  border-radius: var(--radius);
  padding: 22px;
  margin-top: 24px;
  color: #3d3320;
  font-weight: 700;
}

.faq {
  display: grid;
  gap: 12px;
}

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

.faq summary {
  cursor: pointer;
  font-weight: 850;
}

.faq p {
  color: var(--muted);
  margin: 10px 0 0;
}

.final-cta {
  padding: 90px 0 100px;
  text-align: center;
}

.centered-details {
  text-align: center;
}

.centered-details .body-copy {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.final-cta h2,
.final-cta p {
  margin-left: auto;
  margin-right: auto;
}

.final-cta p {
  max-width: 650px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0 34px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.site-footer a {
  color: var(--green);
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.founder-layout {
  display: grid;
  grid-template-columns: minmax(180px, 235px) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.founder-photo-wrap {
  margin: 102px 0 0;
  width: min(100%, 220px);
}

.founder-photo {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  filter: sepia(0.08);
}

.founder-photo-wrap figcaption {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-top: 12px;
  text-align: center;
}

.founder-copy {
  max-width: 720px;
}

.founder-text {
  display: grid;
  gap: 13px;
}

.founder-text p {
  color: #27342f;
  font-size: 17px;
  margin: 0;
}

.proof-block {
  margin-top: 28px;
  border: 1px solid rgba(13, 60, 47, 0.13);
  border-left: 4px solid rgba(13, 60, 47, 0.72);
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.66);
  padding: 20px;
}

.proof-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 14px;
}

.proof-block blockquote {
  margin: 0;
  color: #23312b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  line-height: 1.42;
}

.proof-block blockquote + blockquote {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.application-page {
  min-height: 100vh;
  padding: 44px 20px 70px;
}

.application-card {
  width: min(720px, 100%);
  margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.application-hero {
  background:
    linear-gradient(135deg, rgba(13, 60, 47, 0.96), rgba(10, 42, 33, 0.98)),
    radial-gradient(circle at top right, rgba(122, 182, 160, 0.3), transparent 30%);
  color: var(--white);
  text-align: center;
  padding: 44px 30px;
}

.application-hero h1 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(34px, 6vw, 52px);
  line-height: 1.02;
  margin-bottom: 12px;
}

.application-hero p {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
  margin-bottom: 0;
}

.application-meta {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-bottom: 1px solid var(--line);
}

.application-meta div {
  padding: 18px 15px;
  border-right: 1px solid var(--line);
}

.application-meta div:last-child {
  border-right: 0;
}

.application-meta span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 3px;
}

.application-meta strong {
  display: block;
  font-size: 13px;
}

.form-wrap {
  padding: 32px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  color: #584017;
  font-weight: 850;
  margin-bottom: 10px;
}

.progress-bar {
  height: 10px;
  background: #f0e6d2;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 32px;
}

.progress-bar span {
  display: block;
  width: 80%;
  height: 100%;
  background: var(--amber);
}

.form-heading {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 22px;
}

.form-heading.subheading {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.form-heading h2 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  margin: 0;
}

.form-heading span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  margin-bottom: 16px;
}

.conditional-field {
  display: none;
}

.conditional-field.show {
  display: block;
}

.nested-other {
  margin-top: 12px;
}

label {
  display: block;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 7px;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(15, 29, 24, 0.17);
  border-radius: var(--radius);
  padding: 13px 13px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
}

textarea {
  min-height: 96px;
  resize: vertical;
}

.checkbox-line {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin: 20px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.submit-button {
  width: 100%;
  border: 0;
  border-radius: var(--radius);
  padding: 16px 18px;
  color: var(--white);
  background: var(--amber);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.privacy {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  margin: 14px 0 0;
}

.form-status {
  color: var(--green);
  min-height: 18px;
}

.honeypot {
  display: none;
}

.price-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 26px;
}

.price-box {
  border: 1px solid rgba(201, 147, 22, 0.24);
  background: #fff7e7;
  border-radius: var(--radius);
  padding: 18px;
}

.price-box span {
  display: block;
  color: #59431c;
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 4px;
}

.price-box strong {
  display: block;
  color: #8a6107;
  font-size: 24px;
}

.price-box small {
  display: block;
  color: #745d2f;
  font-size: 12px;
  font-weight: 850;
  margin-top: 2px;
}

.deposit-note {
  margin-top: 16px;
  border: 1px solid rgba(201, 147, 22, 0.24);
  background: rgba(244, 223, 173, 0.48);
  border-radius: var(--radius);
  padding: 20px;
  color: #3d3320;
  font-weight: 750;
}

.success-message {
  display: none;
  margin-top: 18px;
  border: 1px solid rgba(13, 60, 47, 0.2);
  background: rgba(122, 182, 160, 0.16);
  border-radius: var(--radius);
  padding: 18px;
  color: var(--green);
  font-weight: 800;
}

.success-message.show {
  display: block;
}

@media (max-width: 780px) {
  .nav {
    padding-top: 22px;
    align-items: center;
  }

  .nav-links {
    gap: 12px;
    font-size: 13px;
  }

  .nav-links .hide-mobile {
    display: none;
  }

  .hero {
    padding: 46px 0 44px;
  }

  .compare-grid,
  .split,
  .founder-layout,
  .details-grid,
  .field-grid,
  .price-row {
    grid-template-columns: 1fr;
  }

  .founder-photo-wrap {
    margin-top: 0;
    width: min(100%, 235px);
  }

  .comparison-wrap,
  .band {
    padding: 58px 0;
  }

  .application-meta {
    grid-template-columns: 1fr 1fr;
  }

  .application-meta div:nth-child(2) {
    border-right: 0;
  }

  .form-wrap {
    padding: 24px;
  }

  .site-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .section,
  .nav {
    width: min(100% - 28px, 1120px);
  }

  .brand strong {
    max-width: 180px;
  }

  .button {
    width: 100%;
  }

  .application-page {
    padding-left: 12px;
    padding-right: 12px;
  }
}
