:root {
  --canvas: #f5f1e8;
  --paper: #fffdfa;
  --ink: #182723;
  --muted: #5d685f;
  --line: #d8d5ca;
  --green: #2e6245;
  --green-dark: #204a33;
  --sage: #e6eee5;
  --sand: #f0ece2;
  --display: Georgia, "Times New Roman", serif;
  --text: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --gutter: 24px;
  --measure: 1080px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed; inset: 0; pointer-events: none; z-index: -1;
  background-image: linear-gradient(var(--line) 1px, transparent 1px);
  background-size: 100% 96px;
  opacity: .28;
}
h1, h2, h3 { font-family: var(--display); font-weight: 500; margin: 0; color: var(--ink); }
p { margin: 0; }
a { color: inherit; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; }
.skip:focus { left: 8px; z-index: 10; }

.eyebrow {
  color: var(--green);
  font: 700 11px/1.4 var(--mono);
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.mark {
  display: inline-grid; place-items: center;
  width: 27px; height: 27px;
  border: 1px solid var(--ink);
  font: 17px/1 var(--display);
  vertical-align: middle;
}
.pill {
  display: inline-block;
  border-radius: 999px;
  background: var(--sage); color: var(--green-dark);
  padding: 5px 9px;
  font: 700 10px/1 var(--mono);
  letter-spacing: .4px; text-transform: uppercase;
  white-space: nowrap;
}
.button {
  display: inline-block;
  min-height: 48px;
  border: 1px solid var(--green);
  border-radius: 3px;
  background: var(--green); color: #fff;
  padding: 14px 20px;
  font: 700 12px/1.4 var(--mono);
  letter-spacing: .5px; text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.button:hover { background: var(--green-dark); border-color: var(--green-dark); }
.button.small { min-height: 40px; padding: 11px 14px; font-size: 11px; }
.button:focus-visible, .text-link:focus-visible, nav a:focus-visible, summary:focus-visible { outline: 3px solid #8fba9e; outline-offset: 2px; }
.text-link { font-weight: 650; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: var(--line); }
.text-link:hover { text-decoration-color: var(--green); }
.note { color: var(--muted); font-size: 13px; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }
.cta-row.centered { justify-content: center; margin-top: 34px; }
.cta-row + .note { margin-top: 12px; }
.centered + .note { text-align: center; }

/* header */
.top {
  width: min(var(--measure), 100%); margin: 0 auto;
  padding: 22px var(--gutter) 0;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.wordmark-text { font: 700 11px/1.3 var(--mono); letter-spacing: 1.3px; text-transform: uppercase; }
.wordmark-text em { display: block; font-style: normal; font-weight: 500; color: var(--muted); letter-spacing: .8px; }
.top nav { display: flex; align-items: center; gap: 22px; }
.top nav a:not(.button) { font-size: 14px; font-weight: 600; text-decoration: none; color: var(--ink); }
.top nav a:not(.button):hover { color: var(--green); }

main { width: min(var(--measure), 100%); margin: 0 auto; padding: 0 var(--gutter) 40px; }
section { padding: 72px 0; border-bottom: 1px solid var(--line); }
section:last-of-type { border-bottom: 0; }
.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head h2 { margin-top: 12px; font-size: clamp(28px, 4vw, 42px); line-height: 1.1; letter-spacing: -.02em; }
.section-head .sub { margin-top: 16px; color: var(--muted); font-size: 17px; max-width: 600px; }

/* hero */
.hero {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 48px; align-items: start;
  padding-top: 80px;
}
.hero h1 { margin-top: 14px; font-size: clamp(40px, 6.2vw, 68px); line-height: 1.02; letter-spacing: -.035em; }
.lede { margin-top: 22px; max-width: 560px; color: var(--muted); font-size: 18px; }

.ticket {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px #332c1b0a;
  padding: 22px 24px 18px;
  margin-top: 8px;
  position: relative;
}
.ticket-label { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px dashed var(--line); }
.ticket-label span:first-child { color: var(--green); font: 700 10px/1.6 var(--mono); letter-spacing: 1.3px; text-transform: uppercase; }
.ticket-label span:last-child { color: var(--muted); font-size: 12px; text-align: right; }
.ticket-body { margin: 0; padding: 12px 0 6px; }
.ticket-body div { padding: 12px 0; border-top: 1px solid var(--line); }
.ticket-body div:first-child { border-top: 0; }
.ticket-body dt { color: var(--muted); font: 700 10px/1.6 var(--mono); letter-spacing: .8px; text-transform: uppercase; }
.ticket-body dd { margin: 4px 0 0; font-size: 15px; }
.ticket-body div:last-child dd { font-family: var(--display); font-size: 18px; line-height: 1.3; }
.ticket-foot { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px dashed var(--line); color: var(--muted); font-size: 12px; }

/* costs */
.cost-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); background: var(--paper); }
.cost-list li { padding: 26px 24px 28px; border-left: 1px solid var(--line); }
.cost-list li:first-child { border-left: 0; }
.num { display: block; font: 500 34px/1 var(--display); color: var(--green); }
.cost-list h3 { margin-top: 18px; font-size: 22px; line-height: 1.2; }
.cost-list p { margin-top: 10px; color: var(--muted); font-size: 15px; }
.closing { margin-top: 28px; max-width: 640px; font-family: var(--display); font-size: 22px; line-height: 1.35; }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.step-num { font: 500 44px/1 var(--display); color: var(--green); }
.steps h3 { font-size: 24px; line-height: 1.2; }
.steps p { margin-top: 8px; max-width: 620px; color: var(--muted); font-size: 15.5px; }
.meta { display: inline-block; margin-top: 12px; color: var(--green-dark); font: 700 10px/1 var(--mono); letter-spacing: .8px; text-transform: uppercase; }

/* build */
.build-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.build-grid li { padding: 22px; border: 1px solid var(--line); background: var(--paper); }
.build-grid h3 { font-size: 20px; line-height: 1.2; }
.build-grid p { margin-top: 8px; color: var(--muted); font-size: 14.5px; }

/* why */
.why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; }
.why h2 { margin-top: 12px; font-size: clamp(26px, 3.4vw, 36px); line-height: 1.15; letter-spacing: -.015em; }
.why-copy p { color: var(--muted); font-size: 16px; }
.why-copy p + p { margin-top: 16px; }

/* faq */
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 18px 0; font-family: var(--display); font-size: 21px; line-height: 1.25; list-style: none; display: flex; justify-content: space-between; gap: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--green); font: 500 26px/1 var(--display); flex-shrink: 0; }
details[open] summary::after { content: "−"; }
details p { padding: 0 0 20px; max-width: 640px; color: var(--muted); font-size: 15.5px; }

/* final */
.final { text-align: center; padding: 88px 0 72px; }
.final h2 { margin-top: 12px; font-size: clamp(30px, 4.6vw, 48px); line-height: 1.08; letter-spacing: -.025em; }

.foot { width: min(var(--measure), 100%); margin: 0 auto; padding: 28px var(--gutter) 40px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font: 700 11px/1.6 var(--mono); letter-spacing: 1.1px; text-transform: uppercase; }
.foot .mark { margin-right: 8px; }
.foot-note { color: var(--muted); font-weight: 500; letter-spacing: .6px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 36px; padding-top: 56px; }
  .cost-list { grid-template-columns: 1fr; }
  .cost-list li { border-left: 0; border-top: 1px solid var(--line); }
  .cost-list li:first-child { border-top: 0; }
  .build-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; gap: 20px; }
}
@media (max-width: 600px) {
  :root { --gutter: 16px; }
  .top { padding-top: 16px; }
  .top nav { width: 100%; justify-content: flex-start; gap: 18px; }
  .top nav a:not(.button) { font-size: 13px; white-space: nowrap; }
  .top nav .button { display: none; }
  .ticket-label { flex-direction: column; gap: 4px; }
  .ticket-label span:last-child { text-align: left; }
  section { padding: 52px 0; }
  .hero h1 { font-size: clamp(34px, 11vw, 44px); }
  .lede { font-size: 16px; }
  .cta-row .button { width: 100%; text-align: center; }
  .build-grid { grid-template-columns: 1fr; gap: 8px; }
  .steps li { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .step-num { font-size: 34px; }
  .ticket { padding: 18px 16px 14px; }
  .final { padding: 64px 0 48px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
