@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/instrument-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/instrument-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/instrument-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url(fonts/instrument-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Give to Reach — one stylesheet for every page.
   Ink #17181a · muted #6b6f72 · rules #e4e4e0 / #ebebe7 · ground #fdfdfc · green #1b5e20 (the button, nothing else) */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Instrument Sans', Helvetica, Arial, sans-serif;
  font-size: 16.5px; line-height: 1.6; color: #17181a; background: #fdfdfc;
  -webkit-font-smoothing: antialiased; text-wrap: pretty;
}
img { display: block; max-width: 100%; }
a { color: #17181a; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; text-decoration-color: #c3c4c0; }
a:hover { text-decoration-color: #17181a; }
a:focus-visible { outline: 2px solid #1b5e20; outline-offset: 3px; }
strong { font-weight: 500; }
sup { font-size: 0.7em; line-height: 0; }

.wrap { max-width: 820px; margin: 0 auto; padding: clamp(28px, 5vw, 72px) clamp(20px, 5vw, 48px) 64px; }

/* header */
.top { display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: space-between; margin-bottom: clamp(48px, 9vw, 96px); }
.mark { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.mark img { width: 24px; height: 24px; }
.mark span { font-size: 12.5px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; }
.langs { display: flex; flex-wrap: wrap; gap: 14px; font-size: 12.5px; color: #6b6f72; }
.langs a { color: #6b6f72; text-decoration: none; }
.langs a:hover { text-decoration: underline; }
.langs span { color: #17181a; }

/* hero */
.hero { margin-bottom: clamp(40px, 7vw, 72px); }
.lede { font-size: clamp(23px, 3.4vw, 33px); font-weight: 400; line-height: 1.3; letter-spacing: -0.015em; max-width: 21em; }
.byline { display: flex; align-items: center; gap: 12px; margin-top: 32px; }
.byline img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; flex: none; }
.byline p { font-size: 14px; line-height: 1.45; color: #6b6f72; }
.byline strong { color: #17181a; font-weight: 500; }
.byline a { color: #6b6f72; }

/* the section pattern: label column, then content */
.row { border-top: 1px solid #e4e4e0; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 24px 40px; margin-bottom: 56px; }
.row > h2 { flex: 0 0 130px; font-size: 11.5px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #6b6f72; line-height: 1.5; padding-top: 4px; }
.row > div, .row > dl { flex: 1 1 340px; min-width: 0; }
.row .prose { max-width: 34em; display: flex; flex-direction: column; gap: 18px; }

/* numbered steps */
.steps { list-style: none; counter-reset: step; display: flex; flex-direction: column; gap: 22px; max-width: 34em; }
.steps li { counter-increment: step; position: relative; padding-left: 38px; }
.steps li::before { content: counter(step, decimal-leading-zero); position: absolute; left: 0; top: 0; width: 20px; font-size: 13px; font-weight: 500; line-height: 1.85; color: #6b6f72; }
.notes { display: flex; flex-direction: column; gap: 8px; margin-top: 24px; padding-left: 38px; font-size: 13.5px; line-height: 1.55; color: #6b6f72; max-width: 36em; }

/* questions */
.faq { max-width: 34em; }
.faq .qa { padding: 18px 0; border-top: 1px solid #ebebe7; }
.faq .qa:first-child { padding-top: 0; border-top: 0; }
.faq .qa:last-child { border-bottom: 1px solid #ebebe7; }
.faq dt { font-weight: 500; margin-bottom: 5px; }
.faq dd { color: #3f4245; }

/* waitlist */
.row.wl { border-top-color: #17181a; margin-bottom: 0; }
.row.wl h3 { font-size: clamp(19px, 2.4vw, 23px); font-weight: 500; letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 8px; }
.row.wl > div { max-width: 34em; }
.row.wl p { color: #3f4245; }
form.wl { margin-top: 28px; display: flex; flex-direction: column; gap: 20px; }
form.wl .field { display: flex; flex-direction: column; gap: 6px; }
form.wl label { font-size: 13px; font-weight: 500; color: #6b6f72; }
form.wl input, form.wl select, form.wl textarea {
  width: 100%; font: inherit; font-size: 16px; color: #17181a; background: #fff;
  border: 1px solid #dcdcd7; border-radius: 3px; padding: 10px 12px;
}
form.wl textarea { min-height: 76px; resize: vertical; }
form.wl input:focus, form.wl select:focus, form.wl textarea:focus { outline: none; border-color: #17181a; }
form.wl .hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }
.button {
  display: inline-block; background: #1b5e20; color: #fff; border: 0; cursor: pointer;
  font: inherit; font-size: 15px; font-weight: 500; line-height: 1.2;
  padding: 13px 22px; border-radius: 3px; text-decoration: none;
}
.button:hover { background: #174f1b; color: #fff; }
.fine { font-size: 13px; line-height: 1.55; color: #6b6f72; max-width: 34em; }

/* footer */
footer.site {
  margin-top: clamp(56px, 10vw, 96px); border-top: 1px solid #e4e4e0; padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 12px 40px; justify-content: space-between;
  font-size: 13px; line-height: 1.6; color: #6b6f72;
}
footer.site a { color: #6b6f72; }
footer.site .links { display: flex; gap: 14px; }

/* long-form pages: privacy, terms */
.doc { max-width: 720px; }
.doc h1 { font-size: clamp(28px, 4vw, 38px); font-weight: 500; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 10px; }
.doc .meta { font-size: 13.5px; color: #6b6f72; margin-bottom: 40px; }
.doc .meta em { font-style: normal; }
.doc .meta a { color: #6b6f72; }
.doc h2 { font-size: 18px; font-weight: 500; letter-spacing: -0.01em; line-height: 1.35; margin: 48px 0 14px; padding-top: 22px; border-top: 1px solid #e4e4e0; }
.doc h3 { font-size: 15px; font-weight: 500; margin: 28px 0 8px; }
.doc p { margin-bottom: 14px; }
.doc ul, .doc ol { margin: 0 0 18px 20px; }
.doc li { margin-bottom: 10px; }
.doc li::marker { color: #9a9d9e; }
.doc code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12.5px; background: #f4f4f1; padding: 1px 5px; border-radius: 2px; word-break: break-all; }
.doc .box { border: 1px solid #e4e4e0; border-radius: 3px; padding: 22px 24px; margin: 16px 0 32px; font-size: 15px; }
.doc .contents strong { display: block; font-size: 11.5px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.12em; color: #6b6f72; margin-bottom: 12px; }
.doc .contents ol { margin: 0 0 0 20px; }
.doc .contents li { margin-bottom: 6px; }
.doc .disclosure { border: 1px solid #17181a; border-radius: 3px; padding: 18px 22px; margin: 16px 0 24px; }
.doc .disclosure p:last-child { margin-bottom: 0; }
.doc .scope { margin-bottom: 22px; }
.doc .scope code { display: inline-block; margin-bottom: 5px; }
.doc .toc { font-size: 15px; margin-bottom: 24px; }
.doc .toc a { margin-right: 12px; white-space: nowrap; }
.doc .placeholder { background: #f4f4f1; padding: 0 5px; border-radius: 2px; font-weight: 500; }
.doc .end { margin-top: 48px; padding-top: 22px; border-top: 1px solid #e4e4e0; font-size: 13px; color: #6b6f72; }
.doc .end a { color: #6b6f72; }
.doc h2:first-of-type { margin-top: 0; }

/* confirmation page */
.thanks { max-width: 34em; padding-top: clamp(64px, 14vh, 140px); }
.thanks h1 { font-size: clamp(26px, 3.6vw, 34px); font-weight: 400; letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 20px; }
.thanks p { color: #3f4245; margin-bottom: 14px; }
.thanks .back { margin-top: 32px; font-size: 14px; }

@media (max-width: 520px) {
  body { font-size: 16px; }
  .top { margin-bottom: 40px; }
  .row { margin-bottom: 44px; }
  .row > h2 { flex: 1 1 100%; }
  .notes { padding-left: 0; }
  .button { display: block; width: 100%; text-align: center; }
  .doc h2 { margin-top: 36px; }
  footer.site { gap: 14px; }
}
