:root {
  --orange: #f26522;
  --ink: #16140f;
  --muted: #6f6a5f;
  --paper: #f5f5ee;
  --card: #ffffff;
  --rule: #e3e0d3;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

a { color: var(--ink); }

em, .serif-i { font-family: "Source Serif 4", Georgia, serif; font-style: italic; }

/* Header — cream bar, logo centered, pill Apply on the right */
.topbar { background: var(--paper); }
.topbar-inner {
  max-width: 66rem;
  margin: 0 auto;
  padding: 0.8rem 1.25rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.nav-side { display: flex; gap: 1.3rem; align-items: center; }
.nav-left { justify-self: start; }
.nav-right { justify-self: end; }
.nav-side a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--ink);
}
.nav-side a:hover { text-decoration: underline; }
.nav-logo img { width: 40px; height: 40px; display: block; border-radius: 7px; }
.pill {
  background: var(--ink);
  color: var(--paper) !important;
  border-radius: 999px;
  padding: 0.45rem 1.05rem;
}
.pill:hover { background: #000; text-decoration: none !important; }

.batch-banner {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  text-align: center;
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
  color: var(--muted);
}
.batch-banner strong { color: var(--ink); font-weight: 600; }

/* Layout */
main { max-width: 66rem; margin: 0 auto; padding: 0 1.25rem 4rem; }
.narrow { max-width: 44rem; margin-left: auto; margin-right: auto; }

/* Hero */
.hero { padding: 5rem 0 3rem; text-align: center; }
.hero h1 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 400;
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0 auto 1.2rem;
  max-width: 46rem;
}
.hero p.lede {
  font-size: 1.15rem;
  font-weight: 200;
  color: var(--ink);
  max-width: 38rem;
  margin: 0 auto 1.4rem;
}
.hero .tagline {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  margin: 0 auto 2rem;
}

.btn {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.75rem 1.7rem;
  border: 1px solid var(--ink);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
}
.btn:hover { background: #000; }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: #ecebe0; }

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  margin: 3.2rem 0 0;
}
.stats > div { padding: 1.5rem 1rem; border-left: 1px solid var(--rule); }
.stats > div:first-child { border-left: none; }
.stats .num {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.1;
}
.stats .label {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--muted);
  margin-top: 0.25rem;
}

/* Sections */
section { padding: 3.2rem 0 0; }
section h2 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: -0.01em;
  margin: 0 0 1.2rem;
}

.steps { display: grid; gap: 1.3rem; padding: 0; margin: 0; list-style: none; counter-reset: step; }
.steps li { border-left: 1px solid var(--ink); padding: 0.2rem 0 0.2rem 1.2rem; }
.steps li::before {
  counter-increment: step;
  content: "No. " counter(step);
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--muted);
}
.steps strong { display: block; font-weight: 500; }
.steps span { color: var(--muted); font-size: 0.95rem; }

/* Pull quote */
blockquote {
  margin: 0;
  padding: 0 1rem;
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 1.45rem;
  line-height: 1.4;
  text-align: center;
}
blockquote footer {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif;
  font-style: normal;
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 0.9rem;
}

/* FAQ */
.faq dt { font-weight: 500; margin-top: 1.3rem; }
.faq dd { margin: 0.25rem 0 0; color: var(--muted); }

/* Forms */
form { display: grid; gap: 1.35rem; margin-top: 1.5rem; text-align: left; }
.field label { display: block; font-weight: 500; margin-bottom: 0.25rem; }
.field .hint {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 0.9rem;
  color: var(--muted);
  margin: -0.05rem 0 0.45rem;
}
input[type="text"], input[type="email"], input[type="url"], textarea {
  width: 100%;
  font: inherit;
  font-weight: 300;
  padding: 0.65rem 0.75rem;
  border: 1px solid #d4d1c2;
  border-radius: 8px;
  background: var(--card);
  color: var(--ink);
}
input:focus, textarea:focus { outline: 2px solid var(--ink); outline-offset: 1px; }
textarea { min-height: 7.5rem; resize: vertical; }
.check { display: flex; gap: 0.55rem; align-items: flex-start; font-size: 0.95rem; }
.check input { margin-top: 0.25rem; accent-color: var(--ink); }
.hp { display: none; }

/* Footer */
.site-footer { border-top: 1px solid var(--rule); margin-top: 4rem; }
.site-footer .inner {
  max-width: 66rem;
  margin: 0 auto;
  padding: 1.6rem 1.25rem 2.2rem;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--muted);
}

@media (max-width: 560px) {
  .nav-side { gap: 0.8rem; }
  .nav-side a { font-size: 0.82rem; }
  .hero { padding: 3.2rem 0 2rem; }
  blockquote { font-size: 1.2rem; }
}
