* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #1d2020;
  color: #e4ebf0;
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

html {
  scrollbar-color: #303534 transparent;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #303534;
  border-radius: 8px;
  border: 3px solid #1d2020;
}

::-webkit-scrollbar-thumb:hover {
  background: #4c6f67;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

.docs-nav::-webkit-scrollbar {
  width: 8px;
}

.docs-nav {
  scrollbar-width: thin;
}

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

.wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size: 18px;
}
.brand .logo {
  width: 26px;
  height: 26px;
  display: block;
}
.brand .wordmark {
  white-space: nowrap;
}
.brand .sub {
  color: #97a29e;
  font-weight: 400;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #74a79a;
  color: #0e1f1b;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.15s, transform 0.15s;
}
.btn:hover {
  background: #8fc2b4;
  transform: translateY(-1px);
}
.btn.ghost {
  background: transparent;
  color: #e4ebf0;
  border: 1px solid #303534;
}
.btn.ghost:hover {
  border-color: #4c6f67;
  background: #282d2c;
}

.navcta.btn {
  background: rgba(230, 193, 126, 0.12);
  border: 1px solid rgba(230, 193, 126, 0.3);
  color: #e6c17e;
}
.navcta.btn:hover {
  background: rgba(230, 193, 126, 0.2);
  border-color: rgba(230, 193, 126, 0.55);
  color: #e6c17e;
}

.wip {
  background: rgba(230, 193, 126, 0.12);
  border-bottom: 1px solid rgba(230, 193, 126, 0.28);
  color: #e8d4a8;
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
}
.wip strong {
  color: #e6c17e;
  font-weight: 600;
}
.wip a {
  color: #e6c17e;
  text-decoration: underline;
}

nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(29, 32, 32, 0.8);
  border-bottom: 1px solid #303534;
}
nav .wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 62px;
  position: relative;
}
nav .links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 14px;
  color: #97a29e;
}
nav .links a:hover {
  color: #e4ebf0;
}

.nav-toggle {
  display: none;
}

.hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 60;
}
.hamburger span {
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background: #e4ebf0;
  border-radius: 2px;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
}

.hero {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(120% 80% at 80% -10%, rgba(116, 167, 154, 0.1) 0%, transparent 55%), radial-gradient(90% 70% at 0% 0%, #202525 0%, transparent 50%);
}
.hero .grid {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.5;
  background-image: radial-gradient(#4c6f67 1.4px, transparent 1.6px);
  background-size: 22px 22px;
  mask-image: radial-gradient(75% 65% at 66% 22%, #000 12%, transparent 72%);
}
.hero .wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}
.hero p.lead {
  color: #97a29e;
  font-size: 18px;
  margin: 20px 0 30px;
  max-width: 34ch;
}
.hero .cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero .note {
  margin-top: 16px;
  color: #97a29e;
  font-size: 13px;
}

.tagpill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #4c6f67;
  color: #74a79a;
  border-radius: 999px;
  padding: 5px 13px;
  font-size: 12.5px;
  margin-bottom: 22px;
}

h1 {
  font-size: 54px;
  line-height: 1.07;
  letter-spacing: -1px;
  font-weight: 800;
}

.hl {
  color: #74a79a;
}

.stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video {
  position: relative;
  width: 100%;
  margin: 0;
  aspect-ratio: 1920/1044;
  border-radius: 14px;
  border: 1px solid #303534;
  background: radial-gradient(rgba(116, 167, 154, 0.16) 1px, transparent 1.3px) 0 0/20px 20px, linear-gradient(160deg, #1e2523, #141817);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.6), inset 0 0 0 1px rgba(255, 255, 255, 0.031372549);
  overflow: hidden;
}
.video img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  padding: 78px 0;
}

.eyebrow {
  color: #74a79a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

h2 {
  font-size: 34px;
  letter-spacing: -0.5px;
  margin: 10px 0 14px;
  font-weight: 800;
}

.sub {
  color: #97a29e;
  font-size: 17px;
  max-width: 60ch;
}

.soon {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #e6c17e;
  background: rgba(230, 193, 126, 0.14);
  border: 1px solid rgba(230, 193, 126, 0.3);
  border-radius: 999px;
  padding: 2px 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 3px 10px;
  margin-bottom: 14px;
  color: #e6c17e;
  background: rgba(230, 193, 126, 0.13);
  border: 1px solid rgba(230, 193, 126, 0.3);
}

.card.planned {
  opacity: 0.58;
  border-style: dashed;
  background: transparent;
}
.card.planned:hover {
  transform: none;
  border-color: rgba(230, 193, 126, 0.38);
  opacity: 0.72;
}
.card.planned .ic {
  color: #e6c17e;
  background: rgba(230, 193, 126, 0.09);
}
.card.planned h3 {
  color: #97a29e;
}

.legend {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  font-size: 13px;
  color: #97a29e;
}
.legend .dot {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.legend .dot::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #74a79a;
}
.legend .dot.plan::before {
  background: #e6c17e;
}

.crew {
  margin-top: 40px;
}

.crew-head {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #97a29e;
  text-align: center;
  margin-bottom: 20px;
}

.agents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.agent {
  background: #232726;
  border: 1px solid #303534;
  border-radius: 14px;
  padding: 24px 22px 26px;
  text-align: center;
  transition: border-color 0.15s, transform 0.15s;
}
.agent:hover {
  border-color: #4c6f67;
  transform: translateY(-3px);
}
.agent .av {
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, rgba(116, 167, 154, 0.2), #282d2c);
  border: 1px solid #4c6f67;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #74a79a;
  font-size: 22px;
}
.agent .av.quote {
  padding-top: 0.34em;
}
.agent .role {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #74a79a;
  margin-bottom: 6px;
}
.agent h4 {
  font-size: 16px;
  margin-bottom: 7px;
}
.agent p {
  color: #97a29e;
  font-size: 14px;
}

.grid-lead {
  text-align: center;
  color: #e4ebf0;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: -0.4px;
  line-height: 1.2;
  margin-top: 72px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.card {
  background: #232726;
  border: 1px solid #303534;
  border-radius: 14px;
  padding: 24px;
  transition: border-color 0.15s, transform 0.15s;
}
.card:hover {
  border-color: #4c6f67;
  transform: translateY(-3px);
}
.card .ic {
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #282d2c;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #74a79a;
  font-size: 18px;
  margin-bottom: 14px;
}
.card h3 {
  font-size: 17px;
  margin-bottom: 7px;
}
.card p {
  color: #97a29e;
  font-size: 14.5px;
}

.features-cta {
  margin-top: 34px;
  text-align: center;
}
.features-cta p {
  color: #97a29e;
  font-size: 15px;
  margin-bottom: 16px;
}
.features-cta .cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 42px;
  counter-reset: s;
}

.step {
  position: relative;
  padding: 22px;
  background: #191c1c;
  border: 1px solid #303534;
  border-radius: 14px;
}
.step::before {
  counter-increment: s;
  content: "0" counter(s);
  color: #4c6f67;
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -1px;
}
.step h3 {
  font-size: 16px;
  margin: 8px 0 6px;
}
.step p {
  color: #97a29e;
  font-size: 14px;
}

.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 42px;
}

.tiers.two {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 340px));
  justify-content: center;
}

.tier {
  position: relative;
  background: #232726;
  border: 1px solid #303534;
  border-radius: 14px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
}
.tier.featured {
  border-color: #4c6f67;
  box-shadow: 0 0 0 1px #4c6f67, 0 20px 50px rgba(0, 0, 0, 0.4666666667);
}
.tier h3 {
  font-size: 18px;
}
.tier .price {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 6px 0 2px;
}
.tier .tagline {
  color: #97a29e;
  font-size: 14px;
  margin-bottom: 18px;
  min-height: 40px;
}
.tier ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.tier li {
  position: relative;
  padding-left: 22px;
  font-size: 14.5px;
}
.tier li::before {
  content: "+";
  position: absolute;
  left: 4px;
  color: #74a79a;
  font-weight: 700;
}
.tier .badge {
  align-self: flex-start;
}

.royalty-band {
  margin-top: 26px;
  border: 1px solid #4c6f67;
  border-radius: 16px;
  padding: 34px 40px;
  background: linear-gradient(120deg, rgba(116, 167, 154, 0.09), transparent 72%);
  box-shadow: 0 0 0 1px rgba(76, 111, 103, 0.35), 0 18px 44px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.royalty-band .rb-head {
  font-weight: 800;
  font-size: 26px;
  line-height: 1.12;
}
.royalty-band .rb-head span {
  display: block;
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #74a79a;
  margin-top: 5px;
}
.royalty-band p {
  color: #e4ebf0;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  flex: 1;
  min-width: 280px;
}
.royalty-band p strong {
  color: #8fc2b4;
}

.pricing-note {
  margin-top: 22px;
  font-size: 13px;
  color: #97a29e;
}

.band .inner {
  background: linear-gradient(120deg, #20302c, #1a1e1e);
  border: 1px solid #4c6f67;
  border-radius: 18px;
  padding: 46px;
  text-align: center;
}
.band .inner h2 {
  font-size: 30px;
}
.band .inner p {
  color: #97a29e;
  margin: 8px auto 24px;
  max-width: 52ch;
}
.band .inner .dl-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.band .inner .fineprint {
  margin-top: 18px;
  font-size: 13px;
  color: #97a29e;
}
.band .inner .fineprint a {
  color: #74a79a;
}

footer {
  border-top: 1px solid #303534;
  padding: 34px 0;
  margin-top: 40px;
  color: #97a29e;
  font-size: 13.5px;
}
footer .wrap {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
footer .fbrand {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
footer .ftag {
  font-size: 12px;
  color: #97a29e;
  letter-spacing: 0.3px;
}
footer .ftag a,
footer .copy a {
  color: inherit;
  text-decoration: none;
}
footer .ftag a:hover,
footer .copy a:hover {
  text-decoration: underline;
}
footer .social {
  margin-left: auto;
  display: flex;
  gap: 18px;
}
footer .social a:hover {
  color: #74a79a;
}
footer .made {
  text-align: center;
  margin-top: 52px;
  font-size: 12px;
  letter-spacing: 0.5px;
  color: rgba(151, 162, 158, 0.4);
}
footer .copy {
  text-align: center;
  margin-top: 6px;
  padding-bottom: 2px;
  font-size: 11px;
  letter-spacing: 0.3px;
  color: rgba(151, 162, 158, 0.28);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
}

.modal:target {
  display: block;
}

.modal-scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(2px);
}

.modal-card {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 9vh auto 0;
  max-height: 82vh;
  overflow-y: auto;
  background: #232726;
  border: 1px solid #303534;
  border-radius: 16px;
  padding: 30px 32px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6666666667);
}

.modal-x {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 26px;
  line-height: 1;
  color: #97a29e;
}
.modal-x:hover {
  color: #e4ebf0;
}

.modal-card h3 {
  font-size: 22px;
  margin: 8px 0 12px;
  letter-spacing: -0.3px;
}

.modal-lead {
  color: #97a29e;
  margin-bottom: 18px;
}

.steps-list {
  margin: 0 0 18px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.steps-list li {
  font-size: 15px;
  color: #e4ebf0;
}
.steps-list li strong {
  color: #e4ebf0;
}

.modal-note {
  color: #97a29e;
  font-size: 13px;
  border-top: 1px solid #303534;
  padding-top: 14px;
}

@media (max-width: 860px) {
  .hero .wrap {
    grid-template-columns: 1fr;
  }
  .stage {
    height: 260px;
    order: -1;
  }
  h1 {
    font-size: 40px;
  }
  .features,
  .steps,
  .tiers,
  .agents {
    grid-template-columns: 1fr 1fr;
  }
  nav {
    backdrop-filter: none;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 24px;
    top: 21px;
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(2) {
    transform: rotate(45deg);
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .nav-toggle:checked ~ .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
  }
  nav .brand {
    position: relative;
    z-index: 60;
  }
  nav .links {
    position: fixed;
    inset: 0;
    margin: 0;
    padding: 70px 24px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 26px;
    font-size: 27px;
    letter-spacing: 0.3px;
    color: #e4ebf0;
    background-color: #1d2020;
    background-image: radial-gradient(rgba(76, 111, 103, 0.14) 1.2px, transparent 1.5px), radial-gradient(110% 70% at 50% -10%, rgba(116, 167, 154, 0.07), transparent 55%), linear-gradient(180deg, #232726, #1d2020 52%);
    background-size: 22px 22px, auto, auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 50;
  }
  nav .links a {
    color: #e4ebf0;
    font-weight: 500;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, color 0.15s;
  }
  nav .links a:hover {
    color: #74a79a;
  }
  nav .links .navcta {
    margin-top: 8px;
    background: rgba(230, 193, 126, 0.14);
    color: #e6c17e;
    border: 1px solid rgba(230, 193, 126, 0.35);
    font-size: 15px;
    font-weight: 600;
    padding: 12px 24px;
  }
  nav .links .navcta:hover {
    background: rgba(230, 193, 126, 0.22);
    border-color: rgba(230, 193, 126, 0.6);
    color: #e6c17e;
  }
  .nav-toggle:checked ~ .links {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }
  .nav-toggle:checked ~ .links a {
    opacity: 1;
    transform: none;
  }
  .nav-toggle:checked ~ .links a:nth-child(1) {
    transition-delay: 0.04s;
  }
  .nav-toggle:checked ~ .links a:nth-child(2) {
    transition-delay: 0.08s;
  }
  .nav-toggle:checked ~ .links a:nth-child(3) {
    transition-delay: 0.12s;
  }
  .nav-toggle:checked ~ .links a:nth-child(4) {
    transition-delay: 0.16s;
  }
  .nav-toggle:checked ~ .links a:nth-child(5) {
    transition-delay: 0.2s;
  }
  .nav-toggle:checked ~ .links a:nth-child(6) {
    transition-delay: 0.24s;
  }
  .nav-toggle:checked ~ .links a:nth-child(7) {
    transition-delay: 0.28s;
  }
  .nav-toggle:checked ~ .links a:nth-child(8) {
    transition-delay: 0.32s;
  }
}
@media (max-width: 560px) {
  .features,
  .steps,
  .tiers,
  .agents {
    grid-template-columns: 1fr;
  }
}
.doc-wrap {
  padding: 54px 0 90px;
}

.page-head {
  margin-bottom: 34px;
}

.page-head h1 {
  font-size: 40px;
  line-height: 1.15;
  margin: 10px 0 0;
}

.page-head .lead {
  color: #97a29e;
  font-size: 18px;
  margin-top: 14px;
  max-width: 60ch;
}

.muted {
  color: #97a29e;
}

.prose {
  max-width: 74ch;
  color: #e4ebf0;
  font-size: 16px;
  line-height: 1.75;
}
.prose h1 {
  font-size: 38px;
  line-height: 1.15;
  margin: 0 0 8px;
}
.prose h2 {
  font-size: 25px;
  margin: 42px 0 12px;
  padding-top: 6px;
  scroll-margin-top: 78px;
}
.prose h3 {
  font-size: 19px;
  margin: 30px 0 8px;
  scroll-margin-top: 78px;
}
.prose p,
.prose ul,
.prose ol,
.prose blockquote {
  margin: 0 0 16px;
}
.prose ul,
.prose ol {
  padding-left: 22px;
}
.prose li {
  margin: 5px 0;
}
.prose a {
  color: #74a79a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.prose a:hover {
  color: #8fc2b4;
}
.prose strong {
  color: #e4ebf0;
  font-weight: 600;
}
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #303534;
}
.prose hr {
  border: 0;
  border-top: 1px solid #303534;
  margin: 34px 0;
}
.prose blockquote {
  border-left: 3px solid #4c6f67;
  padding: 2px 0 2px 16px;
  color: #97a29e;
}
.prose code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: 14px;
  background: #191c1c;
  border: 1px solid #303534;
  border-radius: 5px;
  padding: 1px 6px;
}
.prose pre {
  background: #191c1c;
  border: 1px solid #303534;
  border-radius: 10px;
  padding: 16px 18px;
  overflow-x: auto;
  margin: 0 0 18px;
}
.prose pre code {
  background: none;
  border: 0;
  padding: 0;
  font-size: 13.5px;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 18px;
  font-size: 14.5px;
  display: block;
  overflow-x: auto;
}
.prose th,
.prose td {
  border: 1px solid #303534;
  padding: 8px 12px;
  text-align: left;
}
.prose th {
  background: #191c1c;
}

.post-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.post-list a {
  display: block;
  padding: 20px 22px;
  background: #232726;
  border: 1px solid #303534;
  border-radius: 12px;
  transition: border-color 0.15s, transform 0.15s;
}

.post-list a:hover {
  border-color: #4c6f67;
  transform: translateY(-2px);
}

.post-list h2 {
  font-size: 20px;
  margin: 6px 0 6px;
}

.post-list p {
  color: #97a29e;
  font-size: 15px;
}

.post-date {
  color: #74a79a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.post {
  max-width: 74ch;
}

.post-head {
  margin-bottom: 26px;
}

.post-head h1 {
  font-size: 38px;
  line-height: 1.15;
  margin: 10px 0 6px;
}

.post-desc {
  color: #97a29e;
  font-size: 18px;
}

.post-cover {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #303534;
  margin-bottom: 26px;
}

.back {
  color: #97a29e;
  font-size: 14px;
}

.back:hover {
  color: #e4ebf0;
}

.docs-grid {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 48px;
  align-items: start;
  padding: 46px 24px 90px;
}

.docs-nav {
  position: sticky;
  top: 78px;
  align-self: start;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  font-size: 14px;
}
.docs-nav ul {
  list-style: none;
  margin: 0 0 22px;
}
.docs-nav li {
  margin: 2px 0;
}
.docs-nav a {
  display: block;
  padding: 4px 10px;
  border-radius: 6px;
  color: #97a29e;
  border-left: 2px solid transparent;
}
.docs-nav a:hover {
  color: #e4ebf0;
}
.docs-nav a.active {
  color: #e4ebf0;
  background: #191c1c;
}
.docs-nav .toc a {
  font-size: 13px;
}

.docs-nav-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #74a79a;
  margin: 4px 0 8px 10px;
}

.doc-content {
  min-width: 0;
}

.doc-content h1 {
  font-size: 34px;
  margin-bottom: 20px;
}

@media (max-width: 860px) {
  .docs-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .docs-nav {
    position: static;
    max-height: none;
    border-bottom: 1px solid #303534;
    padding-bottom: 12px;
  }
  .page-head h1,
  .post-head h1,
  .prose h1 {
    font-size: 32px;
  }
}
