@font-face {
  font-family: "Alegreya";
  src: url("/fonts/Alegreya.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("/fonts/GeistMono.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #eff1f5;
  --panel: #e6e9ef;
  --hairline: #ccd0da;
  --ink: #4c4f69;
  --muted: #5c5f77;
  --accent: #8839ef;
  --accent-soft: #daccf4;
  --heading-1: #383a4e;
  --heading-2: #404258;
  --heading-3: #474962;
  --chrome: "Inter", system-ui, -apple-system, sans-serif;
  --reading: "Alegreya", Georgia, serif;
  --mono: "Geist Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;

  /*
   * Visual MD quotes an 18px letter size. Alegreya's measured x-height is
   * 0.452, so the browser font size is 18 * 0.55 / 0.452 = 21.9027px.
   * Its measured leading is 0.637 + 0.345 + (1.26 * 0.452) = 1.55152,
   * producing a 33.9824px baseline beat. The 66-character measure below is
   * taken from this font in the browser, not guessed from a generic `ch` unit.
   */
  --body-size: 21.9027px;
  --beat: 33.9824px;
  --half-beat: 16.9912px;
  --h1-line: 51.1865px;
  --h2-line: 44.4537px;
  --h2-handoff: 23.5111px;
  --legal-h2-line: 36.1613px;
  --legal-h2-handoff: 31.8035px;
  --measure: 613.74px;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper);
  scroll-behavior: smooth;
}

main[tabindex="-1"]:focus {
  outline: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--reading);
  font-size: var(--body-size);
  font-kerning: normal;
  font-synthesis: none;
  font-variant-ligatures: common-ligatures contextual;
  font-variant-numeric: oldstyle-nums proportional-nums;
  hanging-punctuation: first last;
  hyphens: none;
  line-height: var(--beat);
  text-rendering: optimizeLegibility;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: opacity 180ms ease;
}

body::before {
  inset: 0;
  z-index: 10000;
  background: var(--paper);
}

body::after {
  top: 50%;
  left: 50%;
  z-index: 10001;
  width: 64px;
  height: 64px;
  background: url("/visual-md-logo-64.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 20px rgb(76 79 105 / 16%));
  transform: translate(-50%, -50%);
}

.site-loading body {
  overflow: hidden;
}

.site-loading body > * {
  visibility: hidden;
}

.site-loading body::before,
.site-loading body::after {
  visibility: visible;
  opacity: 1;
}

.site-loading body::after {
  animation: preloader-breathe 760ms ease-in-out infinite alternate;
}

@keyframes preloader-breathe {
  from {
    transform: translate(-50%, -50%) scale(0.96);
  }

  to {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    transition: none;
  }

  .site-loading body::after {
    animation: none;
  }
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: auto;
  text-underline-offset: 0.18em;
  transition: color 160ms ease, background-color 160ms ease;
}

a:hover {
  color: var(--accent);
}

a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: var(--half-beat);
  top: -5rem;
  z-index: 100;
  padding: 8px 12px;
  background: var(--ink);
  color: var(--paper);
  font: 600 14px/20px var(--chrome);
}

.skip-link:focus {
  top: var(--half-beat);
}

.site-header,
.site-footer {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.wide-section {
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  display: flex;
  position: fixed;
  z-index: 50;
  top: 14px;
  left: 50%;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  padding-inline: 16px;
  border: 1px solid rgb(255 255 255 / 64%);
  border-radius: 14px;
  background: rgb(246 247 250 / 88%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 72%),
    0 1px 2px rgb(76 79 105 / 6%),
    0 12px 36px rgb(76 79 105 / 7%);
  backdrop-filter: blur(18px) saturate(125%) brightness(1.02);
  -webkit-backdrop-filter: blur(18px) saturate(125%) brightness(1.02);
  font-family: var(--chrome);
  isolation: isolate;
  transform: translateX(-50%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-family: var(--chrome);
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
}

.wordmark-name {
  display: inline-flex;
  align-items: baseline;
  color: rgb(0 0 0 / 90%);
  letter-spacing: -0.035em;
}

.wordmark-md {
  margin-left: 0.24em;
  padding-right: 0.08em;
  color: #000;
  font-weight: 740;
  letter-spacing: -0.055em;
}

.site-nav {
  display: flex;
  gap: 0;
  align-items: center;
  font-family: var(--chrome);
  font-optical-sizing: auto;
}

.site-nav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--ink);
  padding-inline: 12px;
  border-radius: 9px;
  font: 550 14px/20px var(--chrome);
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  background: rgb(255 255 255 / 56%);
}

.site-nav a:focus-visible {
  background: rgb(255 255 255 / 56%);
}

.site-nav .agent-entry-link {
  position: relative;
  min-height: 38px;
  margin-right: 5px;
  padding-inline: 14px 12px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 11px;
  background:
    linear-gradient(145deg, rgb(24 25 38 / 98%), rgb(54 56 84 / 96%));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 20%),
    0 1px 1px rgb(17 17 27 / 18%),
    0 7px 18px rgb(30 30 46 / 16%);
  color: #fff;
  font-weight: 620;
  letter-spacing: -0.01em;
  isolation: isolate;
  transition:
    color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.site-nav .agent-entry-link::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(110deg, transparent 12%, rgb(255 255 255 / 11%) 48%, transparent 74%);
  content: "";
  opacity: 0.62;
  transform: translateX(-42%);
}

.site-nav .agent-entry-link:hover,
.site-nav .agent-entry-link:focus-visible {
  background: linear-gradient(145deg, rgb(15 16 26), rgb(65 67 101));
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 24%),
    0 1px 1px rgb(17 17 27 / 20%),
    0 9px 22px rgb(30 30 46 / 20%);
  color: #fff;
  transform: translateY(-1px);
}

.agent-entry-arrow {
  margin-left: 8px;
  color: rgb(255 255 255 / 68%);
  font-size: 15px;
  line-height: 1;
}

.agent-entry-short {
  display: none;
}

.github-nav-link,
.github-footer-link {
  gap: 8px;
}

.github-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: 0.76;
  transition: opacity 160ms ease;
}

.github-nav-link:hover .github-icon,
.github-footer-link:hover .github-icon {
  opacity: 1;
}

main {
  min-height: 65vh;
}

.reading-column {
  width: min(var(--measure), calc(100% - 48px));
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 var(--half-beat);
  color: var(--muted);
  font: 600 12px/16px var(--chrome);
  font-optical-sizing: auto;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--reading);
  font-kerning: normal;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-wrap: balance;
}

/* Visual MD's 2.05, 1.72 and 1.44 heading ratios, x-height normalized. */
h1 {
  max-width: none;
  color: var(--heading-1);
  font-size: 44.9004px;
  line-height: var(--h1-line);
}

h2 {
  color: var(--heading-2);
  font-size: 37.6726px;
  line-height: var(--h2-line);
}

h3 {
  color: var(--heading-3);
  font-size: 31.5398px;
  line-height: 39.1094px;
}

.hero-copy h1 span {
  display: block;
}

.lede {
  margin: var(--beat) 0 0;
  color: var(--ink);
  font-size: var(--body-size);
  line-height: var(--beat);
  text-wrap: pretty;
}

p {
  margin: 0;
  orphans: 2;
  widows: 2;
}

p + p {
  margin-top: var(--half-beat);
}

code {
  font-family: var(--mono);
  font-size: 0.82em;
  font-feature-settings: "liga" 0, "calt" 0, "dlig" 0;
  font-variant-ligatures: none;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  margin-top: var(--beat);
  font-family: var(--chrome);
  font-optical-sizing: auto;
}

.availability {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--hairline);
  border-radius: 999px;
  background: rgb(255 255 255 / 42%);
  color: var(--muted);
  font: 600 14px/20px var(--chrome);
}

.quiet-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  font: 600 14px/20px var(--chrome);
}

.hero-reel {
  position: relative;
  z-index: 0;
  background: var(--paper);
}

.hero-section {
  display: grid;
  position: relative;
  z-index: 0;
  min-height: 100svh;
  place-items: center;
  padding-block: calc(var(--beat) * 4);
  background:
    radial-gradient(circle at 72% 26%, rgb(218 204 244 / 38%), transparent 34%),
    radial-gradient(circle at 18% 78%, rgb(140 170 238 / 18%), transparent 32%),
    var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

@media (min-width: 681px) {
  .hero-copy {
    transform: translateY(calc(var(--half-beat) * -1));
  }
}

.hero-mark {
  position: absolute;
  top: -104px;
  left: 0;
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.hero-copy .lede {
  max-width: 24ch;
}

.hero-testimonial-lead {
  display: none;
}

.hero-testimonials {
  display: grid;
  width: min(800px, calc(100% - 48px));
  gap: calc(var(--beat) * 2);
  margin: calc(var(--beat) * 3) auto 0;
}

.hero-quote {
  margin: 0;
  padding-top: var(--half-beat);
  border-top: 1px solid var(--hairline);
}

.hero-quote:focus {
  outline: none;
}

.hero-quote:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 10px;
  border-radius: 2px;
}

.hero-coda {
  width: min(var(--measure), calc(100% - 48px));
  margin: calc(var(--beat) * 3) auto 0;
}

.hero-coda p {
  margin: 0;
  color: var(--heading-1);
  font-size: 44.9004px;
  font-weight: 700;
  line-height: var(--h1-line);
  letter-spacing: -0.3px;
  text-wrap: balance;
}

.hero-coda p span {
  display: block;
}

.hero-coda-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: var(--beat);
  padding-inline: 20px;
  border: 1px solid rgb(76 79 105 / 18%);
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font: 650 14px/20px var(--chrome);
  text-decoration: none;
  box-shadow: 0 12px 30px rgb(30 30 46 / 10%);
  transition:
    color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.hero-coda-action:hover {
  color: var(--paper);
  transform: translateY(-1px);
}

.hero-coda-note {
  display: block;
  margin-top: var(--half-beat);
  color: var(--muted);
  font: 500 13px/20px var(--chrome);
  font-optical-sizing: auto;
}

.hero-testimonial-lead blockquote,
.hero-testimonial-lead p,
.hero-quote blockquote,
.hero-quote p {
  margin: 0;
}

.hero-testimonial-lead p {
  color: var(--heading-2);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-wrap: pretty;
}

.hero-quote p {
  color: var(--heading-1);
  font-size: var(--body-size);
  font-weight: 600;
  line-height: var(--beat);
  text-wrap: balance;
}

.hero-testimonial-lead figcaption,
.hero-quote figcaption {
  margin-top: var(--half-beat);
  color: var(--muted);
  font: 500 13px/20px var(--chrome);
  font-optical-sizing: auto;
  font-variant-numeric: lining-nums proportional-nums;
  letter-spacing: 0;
  text-transform: none;
}

.hero-testimonial-lead figcaption {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
}

.hero-testimonial-lead .model,
.hero-quote .model {
  font-weight: 650;
}

.hero-quote blockquote {
  hanging-punctuation: first last;
}

@supports not (hanging-punctuation: first) {
  .hero-quote blockquote p {
    text-indent: -0.379em;
  }
}

.hero-story-skip {
  position: absolute;
  z-index: 20;
  left: var(--half-beat);
  bottom: var(--half-beat);
  padding: 8px 12px;
  background: var(--ink);
  color: var(--paper);
  font: 600 13px/20px var(--chrome);
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  transform: translateY(12px);
}

.hero-story-skip:focus-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

html:has(.hero-story-skip:focus) {
  scroll-behavior: auto;
}

@media (min-width: 681px) and (min-height: 640px) and (prefers-reduced-motion: no-preference) {
  .hero-motion-ready .hero-reel {
    height: 580svh;
  }

  .hero-motion-ready .hero-section {
    display: block;
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 100svh;
    padding: 0;
    overflow: clip;
    isolation: isolate;
  }

  .hero-motion-ready .hero-copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(var(--measure), calc(100% - 48px));
    margin: 0;
    transform: translate(-50%, calc(-50% - var(--half-beat)));
  }

  .hero-motion-ready .hero-copy h1,
  .hero-motion-ready .hero-copy .lede,
  .hero-motion-ready .hero-copy .actions,
  .hero-motion-ready .hero-mark {
    opacity: var(--part-opacity, 1);
    transform: translate3d(0, var(--part-y, 0), 0) scale(var(--part-scale, 1));
  }

  .hero-motion-ready .hero-copy.is-exiting h1,
  .hero-motion-ready .hero-copy.is-exiting .lede,
  .hero-motion-ready .hero-copy.is-exiting .actions,
  .hero-motion-ready .hero-copy.is-exiting .hero-mark {
    will-change: opacity, transform;
  }

  .hero-motion-ready .hero-testimonial-lead {
    display: block;
    position: absolute;
    z-index: 3;
    right: max(24px, calc((100vw - 1120px) / 2));
    bottom: clamp(96px, 13vh, 156px);
    width: min(390px, 30vw);
    margin: 0;
    padding-top: var(--half-beat);
    border-top: 1px solid rgb(204 208 218 / var(--lead-rule-opacity, 1));
    opacity: var(--lead-opacity, 1);
    transform: translate3d(var(--lead-x, 0), var(--lead-y, 0), 0)
      scale(var(--lead-scale, 1));
    transform-origin: center;
  }

  .hero-motion-ready .hero-testimonials {
    display: grid;
    position: absolute;
    z-index: 4;
    inset: 0;
    width: auto;
    margin: 0;
    padding: calc(78px + var(--beat) * 2) 32px calc(var(--beat) * 2);
    place-items: center;
    pointer-events: none;
  }

  .hero-motion-ready .hero-quote {
    display: grid;
    width: min(720px, calc(100vw - 64px));
    min-height: calc(var(--beat) * 6);
    grid-area: 1 / 1;
    grid-template-rows: 133.3611px var(--half-beat) 20px;
    margin: 0;
    padding: 0;
    border: 0;
    opacity: var(--quote-opacity, 0);
    transform: translate3d(0, var(--quote-y, 10px), 0);
  }

  .hero-motion-ready .hero-quote p {
    font-size: 37.6726px;
    font-weight: 600;
    line-height: var(--h2-line);
    letter-spacing: -0.3px;
  }

  .hero-motion-ready .hero-quote figcaption {
    grid-row: 3;
    margin: 0;
  }

  .hero-motion-ready .hero-quote.hero-layer-live,
  .hero-motion-ready .hero-testimonial-lead.hero-layer-live {
    will-change: opacity, transform;
  }

  .hero-motion-ready .hero-coda {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    width: min(var(--measure), calc(100% - 48px));
    margin: 0;
    opacity: var(--coda-opacity, 0);
    pointer-events: none;
    transform: translate(-50%, calc(-50% - var(--half-beat)))
      translate3d(0, var(--coda-y, 10px), 0);
  }

  .hero-motion-ready .hero-coda.hero-layer-live {
    pointer-events: auto;
    will-change: opacity, transform;
  }

  .hero-motion-ready .scroll-cue {
    opacity: var(--cue-opacity, 1);
  }
}

html.hero-keyboard-stepping {
  scroll-behavior: auto;
}

@media (min-width: 960px) {
  .hero-mark {
    top: -5px;
    left: -146px;
    width: 112px;
    height: 112px;
  }
}

.scroll-cue {
  position: absolute;
  bottom: var(--beat);
  left: 50%;
  color: var(--muted);
  font: 600 11px/16px var(--chrome);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.scroll-cue::after {
  display: block;
  width: 1px;
  height: var(--beat);
  margin: 10px auto 0;
  background: linear-gradient(var(--accent), transparent);
  content: "";
}

@media (min-width: 681px) and (max-width: 719px) and (min-height: 640px) and (prefers-reduced-motion: no-preference) {
  .hero-motion-ready .hero-quote {
    min-height: calc(var(--beat) * 7);
    grid-template-rows: 177.8148px var(--half-beat) 20px;
  }
}

@supports not (
  (backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))
) {
  .site-header {
    background: rgb(239 241 245 / 94%);
  }
}

.prose-section {
  padding-block: calc(var(--beat) * 3);
}

.prose-section h2 {
  margin-bottom: var(--h2-handoff);
}

.legal-page h2 {
  margin-top: calc(var(--beat) * 2);
  margin-bottom: var(--legal-h2-handoff);
}

.legal-page {
  padding-block: calc(var(--beat) * 3) calc(var(--beat) * 4);
}

.legal-page h1 {
  max-width: none;
  margin-bottom: var(--half-beat);
}

.legal-page h2 {
  color: var(--ink);
  font-size: 27.8164px;
  line-height: var(--legal-h2-line);
  letter-spacing: 0;
}

.legal-page ul {
  margin: var(--half-beat) 0 0;
  padding-left: 1.25em;
}

.legal-page li + li {
  margin-top: 8px;
}

.meta {
  margin: 0 0 var(--half-beat);
  color: var(--muted);
  font: 500 13px/var(--half-beat) var(--chrome);
  font-optical-sizing: auto;
  font-variant-numeric: lining-nums tabular-nums;
}

.note {
  margin-top: var(--beat);
  padding: var(--half-beat) 20px;
  border-left: 2px solid var(--accent);
  background: var(--accent-soft);
}

.site-footer {
  display: flex;
  position: relative;
  z-index: 4;
  min-height: calc(var(--beat) * 4);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font: 500 13px/20px var(--chrome);
  font-optical-sizing: auto;
  font-variant-numeric: lining-nums tabular-nums;
  background: var(--paper);
}

.footer-links {
  display: flex;
  gap: 4px;
}

.footer-links a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding-inline: 10px;
}

.privacy-notice {
  display: grid;
  position: fixed;
  z-index: 90;
  right: max(16px, calc((100vw - 1120px) / 2));
  bottom: 16px;
  left: max(16px, calc((100vw - 1120px) / 2));
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: var(--beat);
  padding: 22px 24px;
  border: 1px solid rgb(255 255 255 / 62%);
  border-radius: 18px;
  background: rgb(239 241 245 / 88%);
  box-shadow:
    0 1px 0 rgb(76 79 105 / 5%),
    0 18px 54px rgb(30 30 46 / 14%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
  backdrop-filter: blur(24px) saturate(135%);
}

.privacy-notice[hidden] {
  display: none;
}

.privacy-notice-copy {
  max-width: 690px;
}

.privacy-notice-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font: 650 10px/16px var(--chrome);
  font-variant-numeric: lining-nums proportional-nums;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-notice h2 {
  margin: 0;
  color: var(--heading-1);
  font: 690 17px/24px var(--chrome);
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.privacy-notice p {
  margin: 6px 0 0;
  color: var(--muted);
  font: 500 12px/18px var(--chrome);
}

.privacy-notice .privacy-notice-postscript {
  margin-top: 8px;
  color: var(--ink);
}

.privacy-notice-copy a {
  color: var(--accent);
  font-weight: 650;
}

.privacy-notice-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.privacy-notice button,
.privacy-notice-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding-inline: 16px;
  border-radius: 999px;
  font: 650 12px/18px var(--chrome);
  white-space: nowrap;
}

.privacy-notice button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  cursor: pointer;
}

.privacy-notice button:hover {
  background: var(--heading-1);
}

.privacy-notice button:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.privacy-notice-actions a {
  color: var(--ink);
}

@media (max-width: 760px) {
  .agent-entry-long {
    display: none;
  }

  .agent-entry-short {
    display: inline;
  }

  .privacy-notice {
    grid-template-columns: 1fr;
    gap: var(--half-beat);
    padding: 20px;
  }

  .privacy-notice-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .privacy-notice-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .privacy-notice button,
  .privacy-notice-actions a {
    width: 100%;
  }
}

@media (min-width: 681px) and (max-width: 1100px) {
  .hero-motion-ready .hero-testimonial-lead {
    bottom: calc(var(--beat) * 2.75);
    width: min(340px, 36vw);
  }

}

@media (max-width: 680px) {
  .site-header,
  .site-footer,
  .wide-section,
  .reading-column {
    width: min(calc(100% - 32px), var(--measure));
  }

  h1 {
    font-size: 37.6726px;
    line-height: 42.9468px;
  }

  .hero-section {
    position: relative;
    top: auto;
    min-height: calc(100svh - 78px);
    padding-block: calc(var(--beat) * 4) calc(var(--beat) * 2.5);
  }

  .hero-testimonials {
    width: min(calc(100% - 32px), var(--measure));
  }

  .hero-quote p {
    font-size: 31.5398px;
    line-height: 39.1094px;
  }

  .hero-coda {
    width: min(calc(100% - 32px), var(--measure));
  }

  .hero-coda p {
    font-size: 37.6726px;
    line-height: 42.9468px;
  }

  .scroll-cue {
    display: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-block: var(--beat);
  }
}

@media (max-width: 360px) {
  .hero-copy h1 {
    font-size: clamp(31.5398px, 10.1vw, 37.6726px);
    line-height: clamp(35.9554px, 11.514vw, 42.9468px);
  }

  .hero-quote p {
    font-size: 27.8164px;
    line-height: var(--legal-h2-line);
  }
}

@media (max-width: 460px) {
  .site-header {
    padding-inline: 10px;
  }

  .site-nav a {
    padding-inline: 10px;
  }

  .site-nav .agent-entry-link {
    padding-inline: 11px 9px;
  }

  .github-nav-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

::selection {
  background: rgb(136 57 239 / 30%);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  a {
    transition: none;
  }

  .github-icon {
    transition: none;
  }

  .site-nav .agent-entry-link {
    transition: none;
  }

  .scroll-cue {
    display: none;
  }

}

@media (min-width: 681px) and (prefers-reduced-motion: reduce) {
  .hero-quote p {
    font-size: 37.6726px;
    line-height: var(--h2-line);
  }
}

@media (min-width: 681px) and (max-height: 639px) {
  .hero-quote p {
    font-size: 37.6726px;
    line-height: var(--h2-line);
  }
}
