#site-nav[data-open="true"] {
  display: flex;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
  background: rgb(250 250 249);
}

html.dark {
  color-scheme: dark;
  background: rgb(2 6 23);
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button {
  font: inherit;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bg-stone-50 {
  background: rgb(250 250 249);
}

.bg-white {
  background: white;
}

.text-stone-950 {
  color: rgb(12 10 9);
}

.text-stone-700 {
  color: rgb(68 64 60);
}

.text-emerald-700 {
  color: rgb(4 120 87);
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 650;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-tight {
  letter-spacing: 0;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.inline-flex {
  display: inline-flex;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.place-items-center {
  place-items: center;
}

.flex-col {
  flex-direction: column;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.space-y-2 > * + * {
  margin-top: 0.5rem;
}

.space-y-7 > * + * {
  margin-top: 1.75rem;
}

.min-h-\[calc\(100vh-73px\)\] {
  min-height: calc(100vh - 73px);
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.w-full {
  width: 100%;
}

.overflow-x-auto {
  overflow-x: auto;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-style: solid;
  border-width: 1px;
}

.border-b {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-collapse {
  border-collapse: collapse;
}

.border-stone-200,
.border-stone-200\/80 {
  border-color: rgb(231 229 228);
}

.border-stone-300 {
  border-color: rgb(214 211 209);
}

.p-5 {
  padding: 1.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-2 {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.py-3 {
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.py-4 {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.py-14 {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

.py-20 {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.z-40 {
  z-index: 40;
}

.backdrop-blur {
  backdrop-filter: blur(8px);
}

.bg-stone-50\/90 {
  background: rgb(250 250 249 / 0.9);
}

.shadow-sm {
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.05);
}

.transition,
.transition-colors {
  transition-duration: 150ms;
  transition-property: background-color, border-color, color, opacity, box-shadow, transform;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.align-top {
  vertical-align: top;
}

.object-cover {
  object-fit: cover;
}

.hover\:text-emerald-900:hover {
  color: rgb(6 78 59);
}

.hover\:-translate-y-0\.5:hover {
  transform: translateY(-0.125rem);
}

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.dark body,
.dark .dark\:bg-slate-950 {
  background: rgb(2 6 23);
}

.dark .dark\:bg-slate-900 {
  background: rgb(15 23 42);
}

.dark .dark\:text-stone-100 {
  color: rgb(245 245 244);
}

.dark .dark\:text-stone-300 {
  color: rgb(214 211 209);
}

.dark .dark\:text-emerald-200 {
  color: rgb(167 243 208);
}

.dark .dark\:text-emerald-300 {
  color: rgb(110 231 183);
}

.dark .dark\:text-white {
  color: white;
}

.dark .dark\:border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.dark .dark\:border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.dark .dark\:bg-slate-950\/90 {
  background: rgb(2 6 23 / 0.9);
}

.dark .dark\:hover\:text-emerald-200:hover {
  color: rgb(167 243 208);
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  .md\:flex {
    display: flex;
  }
}

@media (max-width: 767px) {
  .md\:hidden {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#site-nav[data-open="true"] {
  display: flex;
}

.nav-link {
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  color: rgb(68 64 60);
  display: inline-flex;
  padding: 0.5rem 0.75rem;
}

.dark .nav-link {
  color: rgb(214 211 209);
}

.nav-link:hover,
.nav-link-active {
  background: rgb(231 229 228);
  color: rgb(12 10 9);
}

.dark .nav-link:hover,
.dark .nav-link-active {
  background: rgb(255 255 255 / 0.1);
  color: white;
}

.btn-primary,
.btn-secondary {
  align-items: center;
  border-radius: 0.5rem;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1rem;
}

.btn-primary {
  background: rgb(4 120 87);
  color: white;
}

.btn-primary:hover {
  background: rgb(6 95 70);
}

.btn-secondary {
  background: rgb(231 229 228);
  color: rgb(28 25 23);
}

.btn-secondary:hover {
  background: rgb(214 211 209);
}

.dark .btn-secondary {
  background: rgb(255 255 255 / 0.1);
  color: white;
}

.dark .btn-secondary:hover {
  background: rgb(255 255 255 / 0.16);
}

.section-kicker {
  color: rgb(4 120 87);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.dark .section-kicker {
  color: rgb(110 231 183);
}

.section-title,
.page-title {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.05;
  margin-top: 0.75rem;
}

.section-text,
.page-intro {
  color: rgb(87 83 78);
  font-size: 1.125rem;
  line-height: 1.8;
  margin-top: 1.25rem;
  max-width: 48rem;
}

.dark .section-text,
.dark .page-intro {
  color: rgb(214 211 209);
}

.prose-block {
  border-top: 1px solid rgb(231 229 228);
  padding-top: 2rem;
}

.dark .prose-block {
  border-color: rgb(255 255 255 / 0.1);
}

.prose-block h2,
.info-card h3 {
  font-size: 1.25rem;
  font-weight: 650;
}

.prose-block p {
  color: rgb(68 64 60);
  line-height: 1.8;
  margin-top: 1rem;
}

.copy-text {
  color: rgb(68 64 60);
  font-size: 1rem;
  line-height: 1.8;
}

.dark .prose-block p {
  color: rgb(214 211 209);
}

.dark .copy-text {
  color: rgb(214 211 209);
}

.content-heading {
  font-size: 1.5rem;
  font-weight: 650;
  line-height: 1.2;
  margin-top: 2.5rem;
}

.info-card {
  background: white;
  border: 1px solid rgb(231 229 228);
  border-radius: 0.5rem;
  padding: 1.25rem;
}

.dark .info-card {
  background: rgb(15 23 42);
  border-color: rgb(255 255 255 / 0.1);
}

.info-card p,
.info-card dd {
  color: rgb(68 64 60);
  line-height: 1.7;
}

.dark .info-card p,
.dark .info-card dd {
  color: rgb(214 211 209);
}

.info-card dt {
  color: rgb(87 83 78);
  font-weight: 600;
}

.dark .info-card dt {
  color: rgb(168 162 158);
}

@media (max-width: 767px) {
  #site-nav[data-open="true"] {
    background: rgb(250 250 249);
    border-bottom: 1px solid rgb(231 229 228);
    flex-direction: column;
    gap: 0.25rem;
    left: 0;
    padding: 0.75rem 1.25rem 1.25rem;
    position: absolute;
    right: 0;
    top: 100%;
  }

  .dark #site-nav[data-open="true"] {
    background: rgb(2 6 23);
    border-color: rgb(255 255 255 / 0.1);
  }
}
