@font-face {
  font-family: Archivo;
  src: url("/fonts/archivo.woff2") format("woff2");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}
@font-face {
  font-family: JetBrains;
  src: url("/fonts/mono.woff2") format("woff2");
  font-weight: 100 800;
  font-display: swap;
}
:root {
  --paper: #e9e5db;
  --light: #f3f0e8;
  --ink: #171714;
  --red: #b32f1f;
  --line: #aca89d;
  --muted: #605e56;
  --mono: JetBrains, monospace;
  --body: Archivo, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
::selection {
  background: var(--red);
  color: var(--paper);
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
textarea,
select {
  font: inherit;
  border-radius: 0;
}
button,
a,
input,
textarea,
select {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a,
button {
  transition:
    background 0.15s,
    color 0.15s,
    border-color 0.15s;
}
button:disabled {
  cursor: wait;
  opacity: 0.6;
}
h1,
h2,
h3,
p {
  margin: 0;
}
p + p {
  margin-top: 14px;
}
h1,
h2,
h3 {
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}
h2 {
  font-size: clamp(32px, 3.5vw, 52px);
}
h3 {
  font-size: 24px;
}
svg {
  flex-shrink: 0;
}
.shell {
  width: 100%;
  max-width: 1512px;
  margin: auto;
  padding-inline: 48px;
}
.red {
  color: var(--red);
}
.eyebrow,
.mono,
.meta-strip,
.form-index,
.suggest-label,
.hero-notes,
.example-meta,
.example-label,
.status,
.footer-bottom,
.back,
.workspace-tabs {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.065em;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.small {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}
.lead {
  font-size: 24px;
  line-height: 1.5;
}
.text-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid;
  padding-bottom: 4px;
}
.text-link:hover {
  color: var(--red);
}
.link-button {
  padding: 0;
  border: 0;
  background: none;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: inherit;
}
.danger {
  color: var(--red);
}
.muted-light {
  color: #b8b4aa;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 4px;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  background: var(--ink);
  color: var(--paper);
  padding: 15px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.header {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
  position: sticky;
  top: 0;
  z-index: 20;
}
.header-inner {
  max-width: 1512px;
  min-height: 78px;
  margin: auto;
  padding-inline: 48px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  letter-spacing: -0.055em;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.brand-dot {
  color: var(--red);
}
.brand-icon {
  display: grid;
  place-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  background: var(--ink);
  color: var(--paper);
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
.brand-icon span {
  color: var(--red);
  position: absolute;
  right: -6px;
  top: -9px;
  font-size: 22px;
  background: var(--paper);
  line-height: 1;
}
.header nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header nav a {
  font-size: 12px;
  font-weight: 550;
  text-decoration: none;
}
.header nav a:hover {
  color: var(--red);
}
.header nav .nav-cta {
  display: flex;
  gap: 24px;
  padding: 11px 17px;
  background: var(--ink);
  color: var(--paper);
}
.header nav .nav-cta:hover {
  background: var(--red);
  color: var(--paper);
}
.meta-strip {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 5px solid var(--ink);
  font-size: 9px;
}
.signal {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--red);
  margin-right: 9px;
  vertical-align: 1px;
}
.hero {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 54px;
  padding: 52px 0 45px;
  align-items: center;
}
.hero-copy .eyebrow {
  margin-bottom: 28px;
}
.hero h1 {
  font-size: clamp(76px, 7.8vw, 116px);
  font-stretch: 65%;
  font-variation-settings:
    "wdth" 65,
    "wght" 800;
  line-height: 0.9;
  letter-spacing: -0.018em;
  white-space: nowrap;
}
.hero-intro {
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.4;
  margin-top: 35px;
}
.hero-detail {
  max-width: 410px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 16px;
}
.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 9px;
  letter-spacing: 0;
  margin-top: 30px;
}
.request-card {
  border: 1px solid var(--ink);
  background: var(--light);
  box-shadow:
    6px 6px 0 var(--paper),
    7px 7px 0 var(--ink);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 23px;
  border-bottom: 1px solid var(--ink);
}
.form-index {
  font-size: 8px;
  color: var(--muted);
}
.request-card form {
  padding: 25px 23px 16px;
}
.request-card label {
  font-size: 29px;
  letter-spacing: -0.055em;
  font-weight: 650;
  margin: 0 0 16px;
}
.request-card textarea {
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.6;
  min-height: 145px;
  resize: vertical;
}
.request-card textarea:focus {
  outline: none;
  border-color: var(--red);
}
.request-card textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}
.suggest-label {
  font-size: 8px;
  margin-top: 18px;
  color: var(--muted);
}
.suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 21px;
}
.suggestions button {
  border: 1px solid var(--line);
  background: transparent;
  padding: 5px 8px;
  font-size: 10px;
  display: flex;
  gap: 13px;
  align-items: center;
}
.suggestions button:hover {
  border-color: var(--ink);
  background: var(--paper);
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 49px;
  padding: 14px 20px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.button:hover {
  background: var(--red);
  border-color: var(--red);
  color: white;
}
.button-red {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
.button-red:hover {
  background: var(--ink);
  border-color: var(--ink);
}
.button-outline {
  background: transparent;
  color: var(--ink);
}
.button-paper {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--paper);
}
.button-google {
  justify-content: center;
  background: var(--light);
  color: var(--ink);
}
.button-google:hover {
  background: var(--paper);
  color: var(--ink);
  border-color: var(--ink);
}
.full {
  width: 100%;
}
.form-footnote {
  font-size: 10px;
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
  margin-top: 13px;
}
.promise-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-block: 1px solid var(--ink);
  padding: 18px 0;
  gap: 20px;
}
.promise-strip > span:nth-child(2) {
  color: var(--muted);
  font-size: 13px;
}
.promise-strip a {
  font-size: 12px;
  text-decoration: none;
}
.promise-strip a:hover {
  text-decoration: underline;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 30px;
}
.section-heading .eyebrow {
  margin-bottom: 20px;
}
.section-heading > p {
  color: var(--muted);
  font-size: 14px;
  max-width: 340px;
  line-height: 1.7;
}
.examples-section {
  padding: 72px 0 80px;
}
.example-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--ink);
}
.example {
  display: flex;
  flex-direction: column;
  text-align: left;
  border: 0;
  background: none;
  padding: 23px 25px 20px;
}
.example + .example {
  border-left: 1px solid var(--ink);
}
.example:hover {
  background: var(--light);
}
.example-meta {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 8px;
}
.example-meta > span:last-child {
  margin-left: auto;
  font-size: 20px;
}
.example h3 {
  font-size: 26px;
  letter-spacing: -0.055em;
  margin: 27px 0 13px;
  line-height: 1.12;
}
.example p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
}
.example-label {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 26px;
}
.how {
  background: var(--ink);
  color: var(--paper);
  padding: 72px 0;
}
.how .section-heading > p {
  color: #b8b4aa;
  max-width: 300px;
}
.how .eyebrow {
  color: #c3bfb5;
}
.how h2 {
  font-size: 64px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #77756c;
  margin-top: 40px;
  margin-bottom: 35px;
}
.steps article {
  padding: 27px 35px 20px 0;
}
.steps article + article {
  border-left: 1px solid #77756c;
  padding-left: 35px;
}
.step-number {
  display: block;
  font-family: var(--mono);
  font-size: 11px;
  color: #c7c2b8;
  margin-bottom: 40px;
}
.steps h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.steps p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 310px;
  color: #c7c2b8;
}
.agent-band {
  display: grid;
  grid-template-columns: 160px 1fr auto;
  gap: 40px;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid var(--ink);
}
.agent-symbol {
  font-family: var(--mono);
  font-size: 75px;
  letter-spacing: -0.16em;
}
.agent-band h2 {
  font-size: 38px;
  margin: 19px 0 14px;
}
.agent-band p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  max-width: 430px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
  padding-top: 75px;
  padding-bottom: 90px;
}
.faq h2 {
  margin-top: 18px;
}
.faq details {
  border-top: 1px solid var(--ink);
  padding: 20px 0;
}
.faq details:last-child {
  border-bottom: 1px solid var(--ink);
}
summary {
  cursor: pointer;
}
.faq summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 17px;
  font-weight: 600;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq details p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
  margin-top: 17px;
  max-width: 550px;
}
.faq details[open] summary span {
  transform: rotate(45deg);
}
.footer {
  border-top: 5px solid var(--ink);
}
.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px 0;
}
.footer-top p {
  font-size: 13px;
  color: var(--muted);
}
.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 23px 0 30px;
  font-size: 9px;
  color: var(--muted);
}
.footer-bottom > div {
  display: flex;
  gap: 20px;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom button {
  font-size: inherit;
  font-family: inherit;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 9px;
}
input:not([type="checkbox"]),
textarea,
select {
  display: block;
  width: 100%;
  padding: 13px;
  border: 1px solid var(--line);
  background: var(--light);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.5;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  color: #77746a;
  opacity: 1;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--ink);
}
.field-help {
  font-size: 12px;
  color: var(--muted);
  margin: -2px 0 10px;
}
.form-page {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
  padding-top: 50px;
  padding-bottom: 85px;
}
.back {
  display: inline-block;
  text-decoration: none;
  font-size: 11px;
  margin-bottom: 40px;
}
.form-aside .eyebrow {
  margin-bottom: 24px;
}
.page-heading {
  font-size: clamp(60px, 6.5vw, 92px);
  font-stretch: 70%;
  font-variation-settings:
    "wdth" 70,
    "wght" 800;
  line-height: 0.92;
}
.form-aside > p:not(.eyebrow) {
  margin-top: 25px;
}
.aside-list {
  list-style: none;
  padding: 0;
  margin: 45px 0 35px;
}
.aside-list li {
  border-top: 1px solid var(--line);
  padding: 15px 0;
  font-size: 14px;
}
.aside-list li:last-child {
  border-bottom: 1px solid var(--line);
}
.aside-list span {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--red);
  margin-right: 25px;
}
.form-main {
  padding-top: 20px;
}
.form-title {
  border-top: 4px solid var(--ink);
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.form-title h2 {
  font-size: 32px;
}
.optional-fields {
  border-block: 1px solid var(--line);
  padding: 18px 0;
  margin-top: 25px;
}
.optional-fields summary {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  list-style: none;
}
.optional-fields[open] {
  padding-bottom: 25px;
}
.privacy-choice {
  display: flex;
  gap: 15px;
  padding: 22px 0;
  margin-top: 14px;
}
.privacy-choice .lock {
  font-size: 24px;
}
.privacy-choice strong {
  font-size: 13px;
}
.privacy-choice p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 4px;
}
.checkbox {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-weight: 400;
  font-size: 13px;
  margin: 12px 0 25px;
}
.checkbox input {
  width: 17px;
  height: 17px;
  accent-color: var(--ink);
  margin: 2px 0 0;
  flex-shrink: 0;
}
.checkbox small {
  display: block;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.6;
  margin-top: 5px;
}
#partner-fields {
  margin-bottom: 25px;
}
.form-error {
  padding: 14px;
  background: #f1d1c9;
  border-left: 3px solid var(--red);
  font-size: 13px;
  margin: 16px 0;
  color: #772016;
}
.draft-status {
  font-size: 12px;
  padding: 10px 0;
  color: var(--muted);
}
.form-main .link-button {
  margin-top: 16px;
}
.login-page {
  text-align: center;
  padding-block: 90px 100px;
  min-height: 70vh;
}
.login-page h1 {
  margin: 28px 0;
}
.login-page > p:not(.eyebrow) {
  font-size: 18px;
  color: var(--muted);
}
.login-card {
  max-width: 390px;
  margin: 35px auto;
  padding: 24px;
  border: 1px solid var(--ink);
}
.login-card .small {
  margin-top: 20px;
}
.workspace {
  padding-top: 65px;
  padding-bottom: 90px;
  min-height: 70vh;
}
.workspace-heading {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.workspace-heading h1 {
  font-size: 58px;
  margin: 20px 0 15px;
}
.workspace-heading p:not(.eyebrow) {
  color: var(--muted);
}
.workspace-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid var(--ink);
  margin-top: 50px;
}
.workspace-tabs a {
  padding: 16px 0;
  font-size: 11px;
  text-decoration: none;
}
.workspace-tabs .active {
  border-bottom: 3px solid var(--red);
}
.workspace-tabs span {
  margin-left: 12px;
}
.request-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.request-row:hover {
  background: var(--light);
}
.request-row h2 {
  font-size: 26px;
  margin: 12px 0;
}
.request-row p {
  font-size: 14px;
  color: var(--muted);
  max-width: 650px;
}
.request-row .eyebrow {
  font-size: 9px;
}
.row-meta {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 12px;
  flex-shrink: 0;
}
.status {
  display: inline-flex;
  padding: 5px 9px;
  border: 1px solid var(--line);
  font-size: 9px;
  letter-spacing: 0;
  white-space: nowrap;
}
.status-new {
  border-color: var(--ink);
}
.status-resolved {
  color: #2c5b40;
  border-color: #2c5b40;
}
.empty-state {
  padding: 70px 20px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.empty-mark {
  display: block;
  font-family: var(--mono);
  font-size: 40px;
  color: var(--red);
  margin-bottom: 20px;
}
.empty-state h2 {
  font-size: 35px;
}
.empty-state p {
  margin: 17px 0 25px;
  color: var(--muted);
}
.subsection {
  padding-top: 50px;
}
.subsection > h2 {
  font-size: 34px;
  margin-bottom: 25px;
}
.panel {
  border: 1px solid var(--line);
  padding: 28px;
  margin-bottom: 25px;
}
.panel h2 {
  font-size: 28px;
  margin-bottom: 20px;
}
.panel h3 {
  font-size: 20px;
}
.panel > p {
  font-size: 15px;
}
.panel form > button {
  margin-top: 22px;
}
.detail-page {
  padding-top: 40px;
  padding-bottom: 70px;
}
.detail-heading {
  border-bottom: 3px solid var(--ink);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.detail-heading h1 {
  font-size: 52px;
  max-width: 850px;
  margin: 20px 0;
  overflow-wrap: anywhere;
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 30px;
}
.preserve {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  line-height: 1.75;
}
.request-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0 0;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  font-size: 13px;
}
.request-facts dt {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  margin-bottom: 8px;
}
.request-facts dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.partner-summary {
  margin-top: 25px;
  padding: 20px;
  background: var(--light);
}
.partner-summary p {
  font-size: 14px;
  margin: 12px 0;
}
.actions {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  font-size: 13px;
}
.conversation > h2 {
  margin-top: 15px;
}
.message {
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.message > div {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.message time {
  color: var(--muted);
}
.message p {
  font-size: 14px;
  margin-top: 12px;
}
.empty-conversation {
  color: var(--muted);
  font-size: 14px;
}
.conversation > .small {
  font-size: 11px;
  margin-top: 20px;
}
.next-step h2 {
  margin-top: 20px;
}
.next-step > p {
  font-size: 14px;
}
.narrow-page {
  max-width: 930px;
  padding-top: 70px;
  padding-bottom: 90px;
  min-height: 70vh;
}
.narrow-page > h1 {
  font-size: 64px;
  margin: 25px 0;
}
.narrow-page > h2 {
  font-size: 32px;
  margin: 45px 0 20px;
}
.narrow-page > p {
  color: var(--muted);
  line-height: 1.8;
}
.narrow-page > .panel {
  margin-top: 30px;
}
.key-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
}
.secret-key {
  display: block;
  word-break: break-all;
  background: var(--paper);
  border: 1px solid var(--ink);
  padding: 20px;
  margin: 20px 0;
  font-size: 13px;
}
#new-key a {
  margin-left: 25px;
}
.doc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border: 1px solid var(--ink);
  margin: 35px 0;
}
.doc-links a {
  padding: 15px 20px;
  text-decoration: none;
  font-family: var(--mono);
  font-size: 12px;
  flex: 1;
  white-space: nowrap;
}
.doc-links a + a {
  border-left: 1px solid var(--ink);
}
.doc-links a:hover {
  background: var(--ink);
  color: var(--paper);
}
.doc-steps {
  padding-left: 23px;
}
.doc-steps li {
  padding: 13px 0 13px 12px;
}
.doc-steps p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 8px;
}
code,
pre {
  font-family: var(--mono);
}
pre {
  background: var(--ink);
  color: var(--paper);
  padding: 25px;
  font-size: 12px;
  line-height: 1.8;
  overflow: auto;
  margin: 30px 0;
}
.endpoint-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
  font-size: 12px;
}
.endpoint-list code {
  overflow-wrap: anywhere;
  min-width: 0;
}
.endpoint-list span {
  color: var(--muted);
  text-align: right;
  flex: 1;
  min-width: 120px;
}
.notice {
  border-left: 3px solid var(--red);
  background: var(--light);
  padding: 22px 25px;
  margin: 30px 0;
  font-size: 14px;
}
.notice p {
  margin-top: 10px;
  color: var(--muted);
}
.legal > p {
  font-size: 16px;
}
.toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  max-width: min(440px, calc(100vw - 32px));
  padding: 18px 24px;
  background: var(--ink);
  color: var(--paper);
  border-left: 4px solid var(--red);
  z-index: 50;
  font-size: 14px;
}
.board-section {
  padding: 65px 0 80px;
}
.board-heading {
  border-top: 4px solid var(--ink);
  padding-top: 20px;
  margin-bottom: 30px;
}
.board-heading h2 {
  font-size: 50px;
}
.board-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 25px 0;
}
.board-filters a {
  padding: 8px 13px;
  border: 1px solid var(--line);
  font-size: 11px;
  text-decoration: none;
}
.board-filters a.active,
.board-filters a:hover {
  background: var(--ink);
  color: var(--paper);
  border-color: var(--ink);
}
.board-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}
.board-card {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding: 25px;
  min-height: 280px;
  text-decoration: none;
}
.board-card:hover {
  background: var(--light);
}
.board-card .eyebrow {
  font-size: 9px;
}
.board-card h3 {
  font-size: 28px;
  line-height: 1.12;
  margin: 28px 0 15px;
  overflow-wrap: anywhere;
}
.board-card > p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 25px;
}
.board-card-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  align-items: center;
  font-size: 10px;
  font-family: var(--mono);
}
.example-tag {
  border: 1px solid var(--line);
  padding: 4px 6px;
}
.board-caption {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.board-page {
  padding-top: 60px;
  padding-bottom: 80px;
}
.board-page h1 {
  font-size: 70px;
  margin: 25px 0;
}
.visibility-options {
  border: 0;
  padding: 0;
  margin: 26px 0;
}
.visibility-options legend {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.visibility-options label {
  display: flex;
  gap: 12px;
  align-items: start;
  border: 1px solid var(--line);
  padding: 14px;
  margin: 0;
  border-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}
.visibility-options label:last-child {
  border-bottom: 1px solid var(--line);
}
.visibility-options input {
  width: auto;
  margin: 4px 0 0;
  accent-color: var(--ink);
}
.visibility-options small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 5px;
}
.sharing-note {
  font-size: 12px;
  background: var(--light);
  padding: 14px;
  margin-bottom: 20px;
}
.public-detail {
  max-width: 900px;
  margin: auto;
}
.public-detail .detail-heading h1 {
  font-size: 54px;
}
.public-detail .panel {
  border: 0;
  padding: 0;
}
.public-detail .notice {
  margin-top: 35px;
}
@media (min-width: 1500px) {
  .hero {
    gap: 80px;
  }
  .hero h1 {
    font-size: 127px;
  }
  .request-card form {
    padding: 30px;
  }
  .card-top {
    padding-inline: 30px;
  }
}
@media (max-width: 1100px) {
  .shell,
  .header-inner {
    padding-inline: 30px;
  }
  .header nav {
    gap: 20px;
  }
  .hero {
    gap: 30px;
    grid-template-columns: 1.1fr 1fr;
  }
  .hero h1 {
    font-size: 8.2vw;
    font-variation-settings:
      "wdth" 62,
      "wght" 800;
  }
  .hero-intro {
    font-size: 22px;
  }
  .hero-notes {
    gap: 12px;
  }
  .card-top {
    padding-inline: 18px;
  }
  .request-card form {
    padding-inline: 18px;
  }
  .agent-band {
    grid-template-columns: 100px 1fr;
    gap: 35px;
  }
  .agent-band .button {
    grid-column: 2;
    justify-self: start;
  }
  .agent-symbol {
    font-size: 58px;
  }
  .form-page {
    gap: 50px;
  }
  .detail-grid {
    grid-template-columns: 1fr 280px;
  }
  .row-meta {
    gap: 15px;
  }
  .footer-top p {
    display: none;
  }
  .board-card h3 {
    font-size: 24px;
  }
  .example h3 {
    font-size: 23px;
  }
}
@media (max-width: 800px) {
  .header-inner {
    min-height: 68px;
  }
  .header nav {
    gap: 20px;
  }
  .header .nav-secondary {
    display: none;
  }
  .brand {
    font-size: 18px;
  }
  .brand-icon {
    width: 27px;
    height: 27px;
    font-size: 27px;
  }
  .header nav .nav-cta {
    padding: 10px 12px;
    gap: 12px;
  }
  .meta-strip {
    font-size: 8px;
  }
  .meta-strip > span:last-child {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 36px;
    gap: 35px;
  }
  .hero h1 {
    font-size: clamp(80px, 14.5vw, 112px);
    font-variation-settings:
      "wdth" 70,
      "wght" 800;
  }
  .hero-copy .eyebrow {
    margin-bottom: 22px;
  }
  .hero-intro {
    font-size: 26px;
    margin-top: 28px;
  }
  .hero-detail {
    max-width: 480px;
  }
  .hero-notes {
    margin-top: 20px;
  }
  .request-card {
    max-width: none;
  }
  .request-card textarea {
    min-height: 125px;
  }
  .promise-strip {
    flex-wrap: wrap;
    gap: 12px;
  }
  .promise-strip > span:nth-child(2) {
    display: none;
  }
  .example-grid {
    grid-template-columns: 1fr;
  }
  .example + .example {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }
  .example {
    padding: 25px;
  }
  .example h3 {
    font-size: 28px;
    margin-top: 18px;
  }
  .example h3 br {
    display: none;
  }
  .example-label {
    margin-top: 18px;
  }
  .examples-section {
    padding: 50px 0;
  }
  .section-heading > p {
    font-size: 13px;
    max-width: 240px;
  }
  .how {
    padding-block: 50px;
  }
  .how h2 {
    font-size: 52px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article,
  .steps article + article {
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid #77756c;
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 20px;
  }
  .step-number {
    margin: 0;
    grid-row: span 2;
  }
  .steps p {
    max-width: none;
  }
  .steps h3 {
    font-size: 25px;
  }
  .agent-band {
    padding-block: 50px;
  }
  .agent-band h2 {
    font-size: 34px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 50px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
  .form-page {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 30px;
  }
  .form-aside .back {
    margin-bottom: 25px;
  }
  .form-aside .page-heading {
    font-size: 70px;
  }
  .form-aside .page-heading br {
    display: block;
  }
  .form-aside > p:not(.eyebrow) {
    margin-top: 18px;
  }
  .aside-list,
  .form-aside > .small {
    display: none;
  }
  .form-main {
    padding-top: 0;
  }
  .workspace-heading {
    display: block;
  }
  .workspace-heading .button {
    margin-top: 25px;
  }
  .workspace-heading h1 {
    font-size: 48px;
  }
  .request-row {
    align-items: start;
    gap: 25px;
  }
  .row-meta {
    flex-direction: column;
    align-items: end;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-grid aside {
    grid-row: 1;
  }
  .next-step {
    padding: 20px;
  }
  .next-step h2 {
    font-size: 22px;
    margin: 10px 0;
  }
  .detail-heading h1 {
    font-size: 40px;
  }
  .narrow-page > h1 {
    font-size: 52px;
  }
  .board-grid {
    grid-template-columns: 1fr 1fr;
  }
  .board-card {
    padding: 20px;
  }
  .board-card h3 {
    font-size: 25px;
  }
  .board-heading h2 {
    font-size: 40px;
  }
  .board-page h1 {
    font-size: 54px;
  }
  .public-detail .detail-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .shell,
  .header-inner {
    padding-inline: 20px;
  }
  .header-inner {
    gap: 12px;
  }
  .brand {
    font-size: 15px;
    gap: 9px;
  }
  .brand-icon {
    width: 23px;
    height: 23px;
    font-size: 24px;
  }
  .brand-icon span {
    font-size: 17px;
    right: -4px;
    top: -6px;
  }
  .header nav {
    gap: 12px;
  }
  .header nav a {
    font-size: 11px;
  }
  .header nav .nav-cta {
    font-size: 0;
    gap: 0;
    padding: 10px 14px;
    min-width: 40px;
  }
  .header nav .nav-cta span {
    font-size: 20px;
  }
  .hero h1 {
    font-size: 14.8vw;
    font-variation-settings:
      "wdth" 62,
      "wght" 800;
  }
  .hero-intro {
    font-size: 23px;
  }
  .hero-detail {
    font-size: 14px;
  }
  .hero-notes {
    font-size: 8px;
    gap: 10px;
  }
  .hero {
    padding-bottom: 32px;
  }
  .request-card label {
    font-size: 29px;
  }
  .request-card textarea {
    font-size: 14px;
  }
  .request-card form {
    padding: 20px 17px 14px;
  }
  .form-index {
    font-size: 7px;
  }
  .card-top .eyebrow {
    font-size: 9px;
  }
  .suggestions button {
    font-size: 9px;
    gap: 8px;
  }
  .promise-strip {
    font-size: 10px;
  }
  .promise-strip .eyebrow {
    font-size: 9px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 20px;
    max-width: none;
  }
  .how h2 {
    font-size: 44px;
  }
  .how .section-heading > p {
    max-width: none;
  }
  .agent-band {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .agent-symbol {
    font-size: 48px;
  }
  .agent-band .button {
    grid-column: 1;
  }
  .agent-band h2 {
    font-size: 32px;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }
  .footer-bottom > div {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .faq summary {
    font-size: 15px;
  }
  .form-aside .page-heading {
    font-size: 54px;
  }
  .form-title h2 {
    font-size: 28px;
  }
  .form-page {
    padding-bottom: 50px;
  }
  .login-page {
    padding-top: 60px;
  }
  .login-page .page-heading {
    font-size: 54px;
  }
  .login-page > p:not(.eyebrow) {
    font-size: 16px;
  }
  .workspace {
    padding-block: 40px 60px;
  }
  .workspace-heading h1 {
    font-size: 41px;
  }
  .workspace-tabs {
    gap: 20px;
    margin-top: 30px;
  }
  .workspace-tabs a {
    font-size: 10px;
  }
  .request-row {
    display: block;
  }
  .row-meta {
    flex-direction: row;
    align-items: center;
    margin-top: 18px;
  }
  .request-row h2 {
    font-size: 25px;
  }
  .request-facts {
    grid-template-columns: 1fr;
  }
  .panel {
    padding: 20px;
  }
  .detail-heading h1 {
    font-size: 34px;
  }
  .narrow-page {
    padding-block: 45px 60px;
  }
  .narrow-page > h1 {
    font-size: 43px;
  }
  .lead {
    font-size: 20px;
  }
  .doc-links a {
    flex: 1 0 50%;
    border-bottom: 1px solid var(--ink);
  }
  .doc-links a:nth-child(3) {
    border-left: 0;
    border-bottom: 0;
  }
  .doc-links a:nth-child(4) {
    border-bottom: 0;
  }
  .endpoint-list > div {
    display: block;
  }
  .endpoint-list span {
    display: block;
    text-align: left;
    margin-top: 8px;
  }
  .key-row {
    align-items: start;
  }
  .key-row .small {
    font-size: 10px;
  }
  .board-grid {
    grid-template-columns: 1fr;
  }
  .board-card {
    min-height: 250px;
  }
  .board-card h3 {
    font-size: 29px;
  }
  .board-section {
    padding-block: 45px;
  }
  .board-page h1 {
    font-size: 46px;
  }
  .public-detail .detail-heading h1 {
    font-size: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}

.hero > * {
  min-width: 0;
}

.form-page > * {
  min-width: 0;
}

/* Small accent labels need stronger contrast than display-size red text. */
.eyebrow.red {
  color: #a82d1e;
}

.closing {
  padding-top: 48px;
  padding-bottom: 65px;
  border-top: 1px solid var(--ink);
}
.closing h2 {
  font-size: clamp(38px, 5vw, 68px);
  margin: 22px 0 28px;
}
.closing > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.closing > div > p {
  font-size: 22px;
  letter-spacing: -0.03em;
}
@media (max-width: 480px) {
  .closing > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .closing {
    padding-block: 38px 45px;
  }
}

/* Guides and private contact details use the same restrained editorial system. */
.arrow-icon {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.1em;
}
.contact-fields {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 28px 0;
  padding: 25px 0 0;
  min-width: 0;
}
.contact-fields legend {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 650;
  margin-bottom: 8px;
}
.contact-fields > p {
  clear: both;
}
.field-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 20px;
}
.contact-facts {
  display: grid;
  gap: 18px;
  margin: 20px 0;
}
.contact-facts dt {
  font: 10px var(--mono);
  color: var(--muted);
  margin-bottom: 5px;
}
.contact-facts dd {
  margin: 0;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.request-row > div:first-child {
  min-width: 0;
  overflow-wrap: anywhere;
}
.board-filter-form {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 15px;
  margin: 35px 0;
}
.board-filter-form > div {
  flex: 1;
  min-width: min(100%, 260px);
  max-width: 600px;
}
.board-filter-form label {
  display: block;
  margin: 0 0 10px;
  font: 11px var(--mono);
}
.board-filter-form select {
  width: 100%;
  margin: 0;
}
.board-filter-form > a {
  padding: 15px 0;
  font-size: 13px;
}
.guides-home {
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 1px solid var(--line);
}
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  gap: 0 35px;
}
.guide-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.guide-card .eyebrow {
  font-size: 9px;
  line-height: 1.7;
}
.guide-card h3 {
  font-size: 30px;
  line-height: 1.1;
  margin: 22px 0 14px;
  max-width: 480px;
}
.guide-card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 500px;
  margin: 0 0 24px;
}
.guide-card .text-link {
  margin-top: auto;
}
.guide-card:hover h3 {
  color: var(--red);
}
.guides-page,
.guide-page {
  padding-top: 45px;
  padding-bottom: 80px;
}
.guides-page > h1 {
  font-size: clamp(46px, 7vw, 90px);
  line-height: 0.98;
  margin: 25px 0;
}
.guides-page > .lead {
  max-width: 670px;
  margin-bottom: 45px;
}
.guide-header {
  max-width: 940px;
  padding: 30px 0;
}
.guide-header h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  margin: 24px 0;
}
.guide-header .lead {
  max-width: 760px;
  line-height: 1.5;
}
.guide-byline {
  font-size: 12px;
  margin-top: 28px;
  color: var(--muted);
}
.guide-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 720px);
  gap: 70px;
  border-top: 3px solid var(--ink);
  padding-top: 40px;
}
.guide-toc ol {
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.55;
  margin: 25px 0;
}
.guide-toc li {
  margin-bottom: 14px;
}
.guide-toc a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.guide-prose section {
  margin-bottom: 40px;
  scroll-margin-top: 30px;
}
.guide-prose h2 {
  font-size: 32px;
  line-height: 1.15;
  margin: 0 0 20px;
}
.guide-prose p,
.guide-prose li {
  font-size: 17px;
  line-height: 1.75;
}
.guide-prose li {
  margin-bottom: 8px;
}
.guide-prose a {
  text-underline-offset: 3px;
}
.guide-brief {
  border-top: 2px solid var(--ink);
  padding-top: 30px;
}
.guide-brief blockquote {
  border-left: 3px solid var(--red);
  padding-left: 22px;
  margin: 25px 0;
  font-size: 20px;
  line-height: 1.6;
}
.guide-brief .small {
  font-size: 12px;
}
.related-guides {
  border-top: 1px solid var(--line);
  padding-top: 45px;
  margin-top: 30px;
}
.related-guides > h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .guide-toc {
    border-bottom: 1px solid var(--line);
    padding-bottom: 25px;
  }
  .guide-grid {
    gap: 0 24px;
  }
}
@media (max-width: 540px) {
  .field-pair,
  .guide-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .guides-home {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .guide-prose h2 {
    font-size: 28px;
  }
  .guide-card h3 {
    font-size: 28px;
  }
  .guide-brief .button {
    white-space: normal;
    text-align: left;
  }
}

.solver-steps {
  padding-left: 24px;
}
.solver-steps li {
  padding: 14px 0;
}
.solver-steps strong {
  font-size: 22px;
}
.solver-steps p {
  line-height: 1.65;
}
.narrow-page select[multiple] {
  height: auto;
  min-height: 240px;
}
.workspace-tabs {
  flex-wrap: wrap;
}
.pitch-action + .pitch-action {
  margin-top: 18px;
}
.contact-panel a {
  overflow-wrap: anywhere;
}

.pitch-terms h3 {
  margin: 24px 0 10px;
}
.pitch-terms .small {
  margin-top: 22px;
}
#solver-profile-form > button {
  margin-top: 24px;
}
