*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: #1C1916;
  background: #F4EFE6;
  min-height: 100vh;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #B54A2A;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
.display {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 0.6em;
}

h1 {
  font-size: clamp(2.1rem, 4.4vw, 3.35rem);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

code,
kbd,
pre,
.mono {
  font-family: "IBM Plex Mono", ui-monospace, monospace;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  background: #C9A227;
  color: #1C1916;
  padding: 8px 12px;
  border-radius: 4px;
  z-index: 80;
}

.skip-link:focus {
  top: 12px;
}

.wrap {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.band {
  padding: 96px 0;
}

.band-tight {
  padding: 64px 0;
}

.prose {
  max-width: 66ch;
}

.eyebrow {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-variant: small-caps;
  font-weight: 500;
  color: #C4A574;
  margin-bottom: 12px;
}

.lede {
  font-size: 1.05rem;
  color: #1C1916;
  max-width: 62ch;
}

.muted {
  color: #8A847A;
}

.rule {
  border: 0;
  border-top: 1px solid #D9D1C4;
  margin: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #F4EFE6;
  border-bottom: 1px solid #D9D1C4;
}

.nav-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 64px;
}

.wordmark {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: #1C1916;
  text-decoration: none;
  flex-shrink: 0;
}

.wordmark:hover {
  color: #B54A2A;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.nav-links a {
  text-decoration: none;
  font-size: 0.95rem;
  color: #1C1916;
}

.nav-links a:hover,
.nav-links a.is-active {
  color: #B54A2A;
}

.nav-links a.is-active {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid #1C1916;
  color: #1C1916;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
}

.menu-toggle:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #C9A227;
  outline-offset: 2px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 4px;
  padding: 12px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.2;
}

.btn:hover {
  color: inherit;
}

.btn-kiln {
  background: #B54A2A;
  color: #F4EFE6;
  border-color: #B54A2A;
}

.btn-kiln:hover {
  background: #9d3f24;
  color: #F4EFE6;
}

.btn-ghost {
  background: transparent;
  color: #1C1916;
  border-color: transparent;
}

.btn-ghost:hover {
  color: #B54A2A;
}

.btn-iron {
  background: transparent;
  color: #1C1916;
  border-color: #1C1916;
}

.btn-iron:hover {
  border-color: #C4A574;
  color: #1C1916;
}

.btn-paper {
  background: #F4EFE6;
  color: #B54A2A;
  border-color: #F4EFE6;
}

.btn-link {
  background: none;
  border: 0;
  padding: 0;
  color: #B54A2A;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
}

.btn-link:hover {
  color: #1C1916;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
  padding: 88px 0 96px;
}

.hero-copy h1 {
  margin-bottom: 16px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.arrow-link {
  text-decoration: none;
  font-weight: 500;
  color: #1C1916;
}

.arrow-link::after {
  content: " \2192";
}

.caption {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8A847A;
  margin-top: 12px;
}

.card {
  background: #F4EFE6;
  border: 1px solid #D9D1C4;
  border-radius: 4px;
  padding: 24px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  border-color: #C4A574;
  box-shadow: 0 8px 24px rgba(28, 25, 22, 0.08);
}

.grid-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.span-4 {
  grid-column: span 4;
}

.span-6 {
  grid-column: span 6;
}

.span-3 {
  grid-column: span 3;
}

.span-8 {
  grid-column: span 8;
}

.span-12 {
  grid-column: span 12;
}

.step-num,
.use-num {
  font-family: "Source Serif 4", Georgia, serif;
  color: #B54A2A;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 8px;
}

.pillar h3,
.step h3 {
  margin-bottom: 8px;
}

.quote-card {
  border: 1px solid #C4A574;
  border-radius: 4px;
  padding: 28px;
  background: #F4EFE6;
}

.quote-card blockquote {
  margin: 0 0 16px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.quote-card cite {
  font-style: normal;
  color: #8A847A;
  font-size: 0.9rem;
}

.cta-kiln {
  background: #B54A2A;
  color: #F4EFE6;
}

.cta-kiln h2,
.cta-kiln p {
  color: #F4EFE6;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-footer {
  background: #1C1916;
  color: rgba(244, 239, 230, 0.92);
  padding: 64px 0 0;
}

.footer-mark {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 600;
  color: #F4EFE6;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-mark:hover {
  color: #C4A574;
}

.footer-rule {
  border: 0;
  border-top: 1px solid #C4A574;
  opacity: 0.55;
  margin: 0 0 36px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.3fr;
  gap: 32px;
  padding-bottom: 48px;
}

.footer-grid h4 {
  margin: 0 0 14px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: #C4A574;
}

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-grid li {
  margin-bottom: 8px;
}

.footer-grid a {
  color: rgba(244, 239, 230, 0.92);
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-grid a:hover {
  color: #C9A227;
}

.assay-note {
  font-family: "Source Serif 4", Georgia, serif;
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.4;
  color: rgba(244, 239, 230, 0.92);
  margin: 0 0 20px;
}

.kiln-notes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.kiln-notes label {
  width: 100%;
  font-size: 0.8rem;
  color: #C4A574;
}

.kiln-notes input {
  flex: 1;
  min-width: 160px;
  background: transparent;
  border: 1px solid #8A847A;
  color: #F4EFE6;
  border-radius: 4px;
  padding: 10px 12px;
}

.kiln-notes .btn {
  background: #C4A574;
  color: #1C1916;
  border-color: #C4A574;
  padding: 10px 16px;
}

.kiln-notes .btn:hover {
  background: #d4b88a;
}

.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(138, 132, 122, 0.4);
  padding: 16px 0 20px;
  font-size: 0.75rem;
  color: #8A847A;
}

.footer-legal a {
  color: #8A847A;
  text-decoration: none;
  margin-right: 14px;
}

.footer-legal a:hover {
  color: #C4A574;
}

.cupel-glyph {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.footer-compact {
  padding: 20px 0;
}

.footer-compact .footer-legal {
  border: 0;
  padding: 0;
}

.drawer {
  position: fixed;
  inset: 0;
  background: #1C1916;
  color: #F4EFE6;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  padding: 24px;
  overflow: auto;
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.drawer-head .wordmark {
  color: #F4EFE6;
}

.drawer-close {
  background: transparent;
  border: 1px solid #F4EFE6;
  color: #F4EFE6;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
}

.drawer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}

.drawer-links a {
  display: block;
  color: #F4EFE6;
  text-decoration: none;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.8rem;
  padding: 10px 0;
}

.drawer-links a:hover,
.drawer-links a.is-active {
  color: #C4A574;
}

.assay-stage {
  position: relative;
  background: #F4EFE6;
  border: 1px solid #D9D1C4;
  border-radius: 4px;
  padding: 20px;
  min-height: 420px;
}

.page-leaf {
  background: #fbf8f2;
  border: 1px solid #D9D1C4;
  border-radius: 4px;
  padding: 16px 16px 20px;
  position: relative;
  box-shadow: 8px 8px 0 rgba(28, 25, 22, 0.04);
}

.page-rule {
  height: 6px;
  background: #1C1916;
  width: 42%;
  margin-bottom: 10px;
  border-radius: 1px;
}

.page-rule.thin {
  height: 3px;
  width: 78%;
  background: #D9D1C4;
  margin-bottom: 6px;
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.72rem;
  font-family: "IBM Plex Mono", monospace;
  margin: 12px 0;
}

.mini-table th,
.mini-table td {
  border: 1px solid #D9D1C4;
  padding: 6px 8px;
  text-align: left;
}

.mini-table th {
  background: rgba(196, 165, 116, 0.25);
}

.stamp {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 64px;
  height: 64px;
}

.json-well {
  margin-top: 14px;
  background: #1C1916;
  color: #F4EFE6;
  border-radius: 4px;
  padding: 14px 16px 18px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.78rem;
  position: relative;
  line-height: 1.45;
}

.json-well .gold {
  color: #C9A227;
}

.bead {
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #f0d56a, #C9A227 55%, #8a7018);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.25);
}

.ember {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B54A2A;
  right: 28px;
  top: 88px;
  animation: ember 2.4s ease-out 1 both;
  box-shadow: 0 0 12px 4px rgba(181, 74, 42, 0.45);
}

@keyframes ember {
  from {
    opacity: 0.25;
    transform: scale(0.7);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.bbox {
  position: absolute;
  border: 1px solid #B54A2A;
  background: rgba(181, 74, 42, 0.08);
  opacity: 0;
  animation: boxDraw 0.45s ease-out forwards;
}

.bbox-a {
  left: 16px;
  top: 52px;
  width: 58%;
  height: 22px;
  animation-delay: 0.35s;
}

.bbox-b {
  left: 16px;
  top: 86px;
  width: 88%;
  height: 72px;
  animation-delay: 0.7s;
}

.bbox-c {
  right: 20px;
  top: 16px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  animation-delay: 1.05s;
}

@keyframes boxDraw {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.stack-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #D9D1C4;
}

.stack-list dt {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.2rem;
  padding-top: 22px;
}

.stack-list dd {
  margin: 6px 0 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #D9D1C4;
  color: #1C1916;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 32px;
}

.schema-panel {
  border: 1px solid #D9D1C4;
  border-radius: 4px;
  overflow: hidden;
  background: #fbf8f2;
}

.schema-head {
  background: #1C1916;
  color: #F4EFE6;
  padding: 10px 14px;
  font-size: 0.8rem;
  font-family: "IBM Plex Mono", monospace;
}

.schema-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr auto;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #D9D1C4;
  font-size: 0.88rem;
  align-items: center;
}

.chip {
  display: inline-block;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 0.75rem;
  font-family: "IBM Plex Mono", monospace;
}

.chip-gold {
  background: rgba(201, 162, 39, 0.22);
  color: #1C1916;
}

.chip-kiln {
  background: rgba(181, 74, 42, 0.16);
  color: #B54A2A;
}

.binder {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

.thumb {
  width: 44px;
  height: 58px;
  border: 1px solid #D9D1C4;
  border-radius: 2px;
  background: repeating-linear-gradient(#fbf8f2, #fbf8f2 6px, #D9D1C4 6px, #D9D1C4 7px);
}

.thumb.on {
  border-color: #B54A2A;
  box-shadow: 0 0 0 1px #B54A2A;
}

.packet-grid {
  display: grid;
  gap: 10px;
}

.packet {
  border: 1px solid #C4A574;
  border-radius: 4px;
  padding: 12px 14px;
  font-size: 0.9rem;
}

.studio-frame {
  border: 1px solid #D9D1C4;
  border-radius: 4px;
  overflow: hidden;
  background: #fbf8f2;
}

.studio-toolbar {
  background: #C4A574;
  color: #1C1916;
  display: flex;
  gap: 16px;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 500;
}

.studio-body {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr 0.9fr;
  min-height: 280px;
}

.studio-col {
  padding: 14px;
  border-left: 1px solid #D9D1C4;
  font-size: 0.85rem;
}

.studio-col:first-child {
  border-left: 0;
}

.studio-eval {
  border-top: 1px solid #D9D1C4;
  padding: 10px 14px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
}

.eval-gold {
  color: #C9A227;
  font-weight: 500;
}

.price-toggle-wrap {
  position: sticky;
  top: 64px;
  z-index: 30;
  background: #F4EFE6;
  border-bottom: 1px solid #D9D1C4;
  padding: 12px 0;
}

.toggle {
  display: inline-flex;
  border: 1px solid #1C1916;
  border-radius: 4px;
  overflow: hidden;
}

.toggle button {
  background: transparent;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  color: #1C1916;
}

.toggle button.is-on {
  background: #1C1916;
  color: #F4EFE6;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.price-card {
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  box-shadow: 0 0 0 2px #C4A574;
  border-color: #C4A574;
}

.price-card h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.price-amount {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 2.2rem;
  letter-spacing: -0.03em;
  margin: 8px 0 4px;
}

.price-period {
  color: #8A847A;
  font-size: 0.9rem;
  margin-bottom: 18px;
}

.price-card ul {
  padding: 0;
  list-style: none;
  margin: 0 0 24px;
  flex: 1;
}

.price-card li {
  padding: 8px 0;
  border-top: 1px solid #D9D1C4;
}

.faq details {
  border-top: 1px solid #D9D1C4;
  padding: 16px 0;
}

.faq details:last-child {
  border-bottom: 1px solid #D9D1C4;
}

.faq summary {
  cursor: pointer;
  font-weight: 500;
}

.faq details p {
  margin-top: 10px;
  color: #1C1916;
}

.docs-shell {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 48px 0 96px;
  align-items: start;
}

.docs-nav {
  position: sticky;
  top: 88px;
  font-size: 0.9rem;
}

.docs-nav h4 {
  margin: 18px 0 8px;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4A574;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
}

.docs-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.docs-nav a {
  display: block;
  text-decoration: none;
  padding: 5px 0;
  color: #1C1916;
}

.docs-nav a:hover {
  color: #B54A2A;
}

.docs-content h2 {
  scroll-margin-top: 96px;
}

.docs-content h3 {
  scroll-margin-top: 96px;
  margin-top: 1.4em;
}

.code-well {
  background: #1C1916;
  color: #F4EFE6;
  border-radius: 4px;
  padding: 16px 18px;
  overflow: auto;
  font-size: 0.82rem;
  line-height: 1.55;
  margin: 12px 0 20px;
}

.code-well .clay {
  color: #C4A574;
}

.code-well .gold {
  color: #C9A227;
}

.code-well .paper {
  color: #F4EFE6;
}

.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid #D9D1C4;
  margin-bottom: 0;
}

.tabs button {
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 10px 16px;
  cursor: pointer;
  color: #8A847A;
}

.tabs button.is-on {
  color: #1C1916;
  border-bottom-color: #B54A2A;
}

.tab-panel[hidden] {
  display: none;
}

.endpoint {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.92rem;
  padding: 10px 0;
  border-bottom: 1px solid #D9D1C4;
}

.endpoint span {
  color: #B54A2A;
  margin-right: 10px;
}

.status-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #D9D1C4;
  font-size: 0.95rem;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C9A227;
  border-radius: 50%;
  margin-right: 8px;
}

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

.avatar {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  background: #C4A574;
  color: #1C1916;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.2rem;
  margin-bottom: 14px;
}

.role-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: baseline;
  padding: 18px 0;
  border-top: 1px solid #D9D1C4;
}

.tag {
  font-size: 0.75rem;
  color: #C4A574;
  border: 1px solid #C4A574;
  border-radius: 4px;
  padding: 2px 8px;
  white-space: nowrap;
}

.check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 32px;
}

.check-grid li {
  list-style: none;
  padding-left: 0;
}

.check-grid ul {
  padding: 0;
  margin: 0;
}

.check-grid li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #C9A227;
  border-radius: 50%;
  margin-right: 10px;
  transform: translateY(-1px);
}

.form {
  display: grid;
  gap: 14px;
  max-width: 480px;
}

.form label {
  display: grid;
  gap: 6px;
  font-size: 0.9rem;
}

.form input,
.form select,
.form textarea {
  border: 1px solid #D9D1C4;
  background: #fbf8f2;
  border-radius: 4px;
  padding: 10px 12px;
  color: #1C1916;
}

.form textarea {
  min-height: 100px;
  resize: vertical;
}

.success {
  display: none;
  border: 1px solid #C4A574;
  border-radius: 4px;
  padding: 16px;
  background: rgba(196, 165, 116, 0.15);
}

.success.is-shown {
  display: block;
}

.legal h2 {
  scroll-margin-top: 96px;
  margin-top: 1.2em;
}

.journal-card time {
  display: block;
  color: #C4A574;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.modal-root[hidden] {
  display: none;
}

.modal-root {
  position: fixed;
  inset: 0;
  background: rgba(28, 25, 22, 0.55);
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
}

.modal {
  background: #F4EFE6;
  border-radius: 4px;
  padding: 28px;
  width: min(440px, 100%);
  border: 1px solid #D9D1C4;
}

.modal h2 {
  font-size: 1.5rem;
}

.modal-close {
  float: right;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 1.2rem;
  color: #1C1916;
}

section[id],
h2[id],
h3[id] {
  scroll-margin-top: 96px;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.stat-row strong {
  display: block;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.changelog li {
  margin-bottom: 12px;
}

.changelog time {
  display: block;
  color: #C4A574;
  font-size: 0.8rem;
  font-family: "IBM Plex Mono", monospace;
}

@media (max-width: 960px) {
  .hero,
  .split,
  .price-grid,
  .team-grid,
  .docs-shell,
  .studio-body,
  .footer-grid,
  .cta-inner,
  .stat-row,
  .check-grid {
    grid-template-columns: 1fr;
  }

  .span-3,
  .span-4,
  .span-6,
  .span-8 {
    grid-column: span 12;
  }

  .nav-links,
  .nav-actions .btn-ghost {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-actions .btn-kiln {
    display: none;
  }

  .band {
    padding: 64px 0;
  }

  .hero {
    padding: 48px 0 64px;
    gap: 32px;
  }

  .price-toggle-wrap {
    top: 64px;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(1120px, calc(100% - 32px));
  }

  .footer-legal {
    flex-wrap: wrap;
  }
}

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

  .ember,
  .bbox,
  .card {
    animation: none;
    transition: none;
  }

  .bbox {
    opacity: 1;
  }

  .drawer {
    transition: none;
  }
}
