:root {
  --ink: #050505;
  --surface: #151515;
  --muted: #565656;
  --line: #858585;
  --paper: #fff;
  --page: #f4f4f2;
  --brand: #a33f1e;
  --max: 76rem;
  --s1: 0.25rem;
  --s2: 0.5rem;
  --s3: 0.75rem;
  --s4: 1rem;
  --s6: 1.5rem;
  --s8: 2rem;
  --s12: 3rem;
  --s16: 4rem;
  --s24: 6rem;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
a {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
pre:focus-visible,
.table-scroll:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
main:focus {
  outline: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
  font-weight: 400;
}
.shell {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.eyebrow,
.card-family {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  max-width: 100%;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 160ms,
    color 160ms;
}
.button:hover {
  background: var(--paper);
  color: var(--ink);
}
.button svg,
.card-link svg,
.delivery-links svg,
.related a svg {
  width: 1rem;
  height: 1rem;
}
.site-header {
  border-bottom: 1px solid var(--line);
}
.site-header nav {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(7.5rem, 30vw, 9rem);
  min-height: 2.75rem;
  text-decoration: none;
}
.brand img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-links {
  display: none;
  align-items: center;
  gap: 2rem;
}
.nav-links a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  text-decoration: none;
}
.nav-links a:not(.button):hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.nav-cta {
  flex: none;
  min-width: 5.5rem;
  padding-inline: 0.75rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
.nav-actions {
  flex: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.nav-secondary {
  display: none;
  min-height: 2.75rem;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
}
.nav-secondary:hover {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.mobile-menu {
  position: relative;
  margin-left: auto;
}
.mobile-menu summary {
  width: 2.75rem;
  height: 2.75rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  cursor: pointer;
  list-style: none;
  font-size: 1.25rem;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu-links {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 5;
  width: 13rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.mobile-menu-links a {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.hero {
  min-height: calc(100svh - 4.5rem);
  display: grid;
  align-items: stretch;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 4rem;
}
.hero h1,
.page-hero h1,
.error-page h1 {
  max-width: 13ch;
  margin-top: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 12vw, 6.75rem);
  line-height: 0.95;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.hero-intro {
  max-width: 36rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}
.text-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  padding-inline: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-underline-offset: 0.25rem;
}
.button[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.65;
}
.text-link svg {
  width: 1rem;
  height: 1rem;
  flex: none;
}
.query-panel {
  align-self: end;
  margin-bottom: 2rem;
  border: 1px solid var(--ink);
  background: var(--paper);
}
.query-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid var(--ink);
  font-size: 0.75rem;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.status:before {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--ink);
  content: "";
}
.query {
  padding: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.375rem, 4vw, 2rem);
  line-height: 1.25;
}
.answer {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}
.answer-row {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--line);
}
.answer-row:last-child {
  border: 0;
}
.answer-index,
.answer-row span {
  color: var(--muted);
}
.answer-row strong {
  display: block;
  margin-bottom: 0.25rem;
}
section {
  padding-block: 4rem;
  border-top: 1px solid var(--line);
}
.section-head {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.section-head h2,
.proof-quote,
.cta h2,
.delivery h2,
.related h2,
.collection h2 {
  max-width: 18ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 7vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.04em;
}
.section-copy {
  max-width: 31rem;
  color: var(--muted);
}
.section-copy p + p {
  margin-top: 1rem;
}
.records-grid {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}
.record {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.record-number {
  color: var(--muted);
  font-size: 0.75rem;
}
.record h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}
.record p {
  max-width: 26rem;
  margin-top: 0.5rem;
  color: var(--muted);
}
.process {
  background: var(--surface);
  color: var(--paper);
}
.process .eyebrow,
.process .section-copy {
  color: #b9b9b9;
}
.steps {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid #767676;
  list-style: none;
}
.step {
  padding-block: 2rem;
  border-bottom: 1px solid #767676;
}
.step-number,
.step p {
  color: #b9b9b9;
}
.step h3 {
  margin-top: 2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
}
.step p {
  max-width: 22rem;
  margin-top: 0.75rem;
}
.proof-grid {
  display: grid;
  gap: 2rem;
}
.proof-quote {
  max-width: none;
}
.proof-list {
  margin: 0;
  border-top: 1px solid var(--ink);
}
.proof-item {
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
}
.proof-item dt {
  font-weight: 700;
}
.proof-item dd {
  margin: 0;
  color: var(--muted);
}
.delivery {
  background: var(--paper);
}
.delivery-links {
  display: grid;
  border: 1px solid var(--ink);
}
.delivery-links a {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  text-decoration: none;
}
.delivery-links a:last-child {
  border: 0;
}
.delivery-links a:hover {
  background: var(--page);
}
.cta {
  background: var(--page);
  text-align: center;
}
.cta h2 {
  margin-inline: auto;
}
.cta p {
  max-width: 32rem;
  margin: 1.5rem auto 0;
  color: var(--muted);
}
.cta .button {
  margin-top: 2rem;
}
.page-hero {
  padding-block: clamp(4rem, 10vw, 8rem);
  border: 0;
}
.page-hero-hub {
  padding-block: clamp(3rem, 6vw, 5rem);
}
.page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 9vw, 6rem);
}
.tool-name {
  max-width: 100%;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.8rem;
  overflow-wrap: anywhere;
}
.tool-name + h1 {
  margin-top: 0.75rem;
}
.page-lede {
  max-width: 48rem;
  margin-top: 2rem;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.page-hero > .button {
  margin-top: 2rem;
}
.breadcrumbs {
  margin-bottom: 3rem;
  color: var(--muted);
  font-size: 0.8rem;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.5rem;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
}
.breadcrumbs a {
  display: inline-flex;
  min-height: 1.5rem;
  align-items: center;
  text-underline-offset: 0.2rem;
}
.content {
  border-top: 1px solid var(--ink);
}
.content-section {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  gap: 1rem;
  padding-block: 2.5rem;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
.content-section > div {
  min-width: 0;
}
.section-label {
  color: var(--muted);
  font-size: 0.75rem;
}
.content-section h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.content-section p,
.content-section ul {
  max-width: 34em;
  margin: 1.25rem 0 0;
}
.content-section pre,
.content-section .table-scroll,
.faq-list {
  max-width: 50rem;
  margin: 1.25rem 0 0;
}
.content-section p + p {
  margin-top: 1rem;
}
.content-section li + li {
  margin-top: 0.5rem;
}
.content-section pre {
  overflow: auto;
  padding: 1rem;
  background: var(--surface);
  color: var(--paper);
  font-size: 0.85rem;
}
.table-scroll {
  max-width: 100%;
  overflow: auto;
  border: 1px solid var(--line);
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
th,
td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}
th {
  background: var(--page);
}
tbody th {
  font-weight: 700;
}
.na {
  color: var(--muted);
}
.faq-list details {
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  font-weight: 700;
}
.faq-list p {
  margin-top: 0.75rem;
}
.related,
.collection {
  padding-block: 5rem;
}
.related h2,
.collection h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  margin-top: 0.75rem;
}
.related-grid,
.collection-grid {
  display: grid;
  gap: 0;
  margin-top: 2rem;
  border: 1px solid var(--ink);
}
.related a {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  text-decoration: none;
}
.related a:last-child {
  border: 0;
}
.related a:hover {
  background: var(--page);
}
.collection-grid {
  border: 0;
}
.collection-card {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--line);
  margin: -1px 0 0 -1px;
  text-decoration: none;
}
.collection-card:hover {
  border-color: var(--ink);
  z-index: 1;
}
.collection-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  line-height: 1.1;
}
.collection-card p {
  margin-top: 1rem;
  color: var(--muted);
}
.reference-head {
  display: grid;
  gap: 0.75rem;
  margin-top: 5rem;
}
.reference-head h2 {
  margin-top: 0;
}
.reference-head > p:last-child {
  color: var(--muted);
}
.reference-grid {
  display: grid;
  margin-top: 2rem;
  border: 1px solid var(--ink);
}
.reference-grid a {
  position: relative;
  display: grid;
  gap: 0.35rem;
  min-width: 0;
  min-height: 6.5rem;
  align-content: center;
  padding: 1rem 3rem 1rem 1rem;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.reference-grid a:hover {
  background: var(--page);
}
.reference-grid a > span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
}
.reference-grid code {
  color: var(--muted);
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}
.reference-grid svg {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
  transform: translateY(-50%);
}
.card-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.access-layout {
  display: grid;
  gap: 3rem;
  padding-bottom: 6rem;
}
.access-route {
  max-width: 36rem;
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid var(--ink);
  background: var(--page);
}
.access-route .text-link {
  gap: 0.5rem;
  margin-top: 0.5rem;
  padding-inline: 0;
}
.pricing-hero {
  padding-bottom: 3rem;
}
.pricing-section {
  display: grid;
  gap: 2rem;
  align-items: start;
  padding-block: 0 6rem;
}
.pricing-card,
.pricing-note,
.account-card {
  border: 1px solid var(--ink);
  padding: clamp(1.5rem, 4vw, 3rem);
}
.pricing-card {
  background: var(--page);
}
.link-button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.pricing-card h2 {
  margin-top: 1rem;
}
.price {
  font-size: clamp(3.5rem, 8vw, 6rem);
  letter-spacing: -0.06em;
}
.price-period {
  color: var(--muted);
  font-size: 1rem;
}
.trial-callout {
  margin-top: 0.75rem;
  color: var(--brand);
  font-size: 1.2rem;
  font-weight: 700;
}
.plan-summary {
  max-width: 38rem;
  margin-top: 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.pricing-card h3 {
  margin-top: 2rem;
  font-size: 0.875rem;
}
.plan-features {
  margin-block: 1rem 2rem;
  padding-left: 1.25rem;
}
.plan-features li + li,
.trial-steps li + li {
  margin-top: 0.75rem;
}
.pricing-cta {
  width: 100%;
}
.checkout-note {
  margin-top: 0.75rem;
  color: var(--muted);
  font-size: 0.875rem;
}
.pricing-sidebar {
  display: grid;
  gap: 2rem;
}
.fine-print,
.billing-status {
  max-width: 44rem;
  margin-top: 1.25rem;
  color: var(--muted);
  font-size: 0.875rem;
}
.pricing-note h2,
.account-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.1;
}
.pricing-note p,
.account-card > p {
  margin-top: 1rem;
}
.trial-steps {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
}
.pause-promise {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.pricing-note .text-link,
.account-card .text-link {
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.account-grid {
  display: grid;
  gap: 2rem;
  padding-bottom: 6rem;
}
.account-heading {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: space-between;
}
.status-badge {
  padding: 0.35rem 0.6rem;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
.status-badge[data-state="on"] {
  border-color: #26713b;
  color: #19572b;
}
.account-details {
  display: grid;
  grid-template-columns: minmax(7rem, auto) 1fr;
  gap: 0.75rem 1.25rem;
  margin-block: 2rem;
}
.account-details dt {
  color: var(--muted);
}
.account-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2rem;
}
.connector-steps {
  margin: 1.5rem 0 0;
  padding-left: 1.25rem;
}
.connector-steps li + li {
  margin-top: 0.75rem;
}
.copy-row {
  display: flex;
  align-items: stretch;
  margin-top: 1.5rem;
  border: 1px solid var(--ink);
}
.copy-row code {
  min-width: 0;
  flex: 1;
  padding: 0.8rem;
  overflow-wrap: anywhere;
}
.copy-button {
  min-width: 4.5rem;
  border: 0;
  border-left: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.copy-button:hover {
  background: var(--page);
}
.first-prompt,
.checkout-prompt pre {
  margin: 1.5rem 0 0;
  padding: 1rem;
  overflow: auto;
  background: var(--surface);
  color: var(--paper);
  white-space: pre-wrap;
}
.checkout-prompt {
  max-width: 48rem;
  margin-top: 3rem;
}
.checkout-state {
  min-height: 65vh;
  padding-block: clamp(4rem, 10vw, 8rem);
}
.checkout-state h1 {
  max-width: 15ch;
  font-size: clamp(3rem, 8vw, 6rem);
}
.checkout-state .button {
  margin-top: 2rem;
}
.pending-spinner {
  width: 2rem;
  height: 2rem;
  margin-bottom: 2rem;
  border: 2px solid var(--line);
  border-top-color: var(--brand);
  border-radius: 50%;
  animation: billing-spin 800ms linear infinite;
}
@keyframes billing-spin {
  to { transform: rotate(360deg); }
}
.access-form {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--ink);
  background: var(--page);
}
.field {
  margin-bottom: 1.5rem;
}
.form-required-note {
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.875rem;
}
.req,
.field-hint {
  color: var(--muted);
  font-size: 0.875rem;
  font-weight: 400;
}
.field-hint {
  margin-top: 0.5rem;
}
.field label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.field input,
.field textarea {
  width: 100%;
  padding: 0.875rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
}
.field textarea {
  resize: vertical;
}
.honey {
  position: absolute;
  left: -10000px;
}
.form-note,
.form-status {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.875rem;
}
.form-status:not(:empty) {
  padding: 0.75rem;
  border-left: 3px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
}
[aria-invalid="true"] {
  border-color: #9b1c1c !important;
  box-shadow: 0 0 0 1px #9b1c1c;
}
.access-aside .content-section {
  grid-template-columns: 2rem 1fr;
}
.error-page {
  min-height: 70svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 4rem;
}
.error-page p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 2rem;
  color: var(--muted);
}
.error-page .button {
  align-self: flex-start;
  margin-top: 2rem;
}
footer {
  padding-block: 3rem;
  border-top: 1px solid var(--line);
  background: var(--page);
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.footer-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-column a {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--muted);
  font-size: 0.8rem;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.75rem;
}
.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-bottom a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
}
.page-hero h1,
.error-page h1,
.breadcrumbs a,
.breadcrumbs span,
.related a span,
.collection-card h3,
.content-section h2,
.content-section p,
.content-section li,
.content-section code,
th,
td {
  overflow-wrap: anywhere;
}
.nav-links a[aria-current="page"],
.mobile-menu-links a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3rem;
}
@media (min-width: 48rem) {
  .shell {
    width: min(calc(100% - 4rem), var(--max));
  }
  .brand {
    width: clamp(8.75rem, 15vw, 11rem);
  }
  .nav-cta {
    padding-inline: 1rem;
  }
  section {
    padding-block: 6rem;
  }
  .section-head {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }
  .section-copy {
    justify-self: end;
  }
  .records-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .record:nth-child(odd) {
    padding-right: 2rem;
    border-right: 1px solid var(--line);
  }
  .record:nth-child(even) {
    padding-left: 2rem;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .step {
    padding: 2rem;
    border-right: 1px solid #767676;
  }
  .step:last-child {
    border-right: 0;
  }
  .proof-grid {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: start;
    gap: 4rem;
  }
  .delivery-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .delivery-links a {
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
  .collection-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reference-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .reference-grid a {
    border-right: 1px solid var(--line);
  }
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .content-section {
    grid-template-columns: 4rem minmax(0, 1fr);
    gap: 2rem;
  }
  .access-layout {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.75fr);
  }
  .pricing-section {
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  }
  .pricing-cta {
    width: auto;
  }
  .account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 36rem) {
  .nav-secondary {
    display: inline-flex;
  }
}
@media (min-width: 60rem) {
  .mobile-menu {
    display: none;
  }
  .nav-links {
    display: flex;
  }
}
@media (min-width: 60rem) {
  .hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(22rem, 0.9fr);
    gap: 3rem;
  }
  .query-panel {
    margin-bottom: 4rem;
  }
  .collection-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection-grid-guides {
    grid-template-columns: repeat(2, 1fr);
  }
  .reference-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
  }
}
