@charset "UTF-8";

:root {
  --paper: #f7f6ee;
  --ink: #193e35;
  --muted: #57645a;
  --line: #dcded2;
  --green: #244f42;
  --orange: #ac492a;
  --peach: #edac85;
  --soft: #eeeee4;
  --white: #fffef8;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --sans: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 35px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select {
  font: inherit;
}
button,
a,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
select,
summary {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 6px;
}
::selection {
  background: #eab394;
  color: #193e35;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h2 {
  font-size: clamp(32px, 3.6vw, 49px);
  letter-spacing: -2px;
  line-height: 1.12;
}
h3 {
  font-size: 22px;
  letter-spacing: -0.7px;
  line-height: 1.3;
}
p {
  line-height: 1.65;
}
.section-wrap {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 64px;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.25px;
  line-height: 1.5;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58856b;
  margin-right: 9px;
  vertical-align: middle;
}
.skip-link {
  position: absolute;
  top: -80px;
  left: 20px;
  z-index: 5;
  background: var(--ink);
  color: white;
  padding: 14px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  height: 102px;
  margin: auto;
  max-width: 1280px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 24px;
  letter-spacing: -1.2px;
  font-weight: 600;
  white-space: nowrap;
}
.brand-suffix {
  font-weight: 400;
  color: var(--muted);
  font-size: 21px;
}
.brand-mark {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  font-size: 27px;
  font-weight: 600;
  line-height: 33px;
  width: 32px;
  height: 35px;
  text-align: center;
  margin-right: 4px;
  border-radius: 4px;
  letter-spacing: -2px;
  padding-right: 3px;
}
.brand-mark span {
  position: absolute;
  width: 7px;
  height: 2px;
  right: 3px;
  top: 8px;
  background: var(--peach);
}
.brand-mark span:after {
  content: "";
  position: absolute;
  background: var(--peach);
  width: 2px;
  height: 7px;
  left: 2.5px;
  top: -2.5px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
.site-header nav a:hover,
.footer-links a:hover {
  color: var(--orange);
}
.header-cta {
  border-bottom: 1px solid var(--ink);
  padding-block: 8px;
  font-size: 13px;
}
.header-cta span {
  margin-left: 16px;
}
.hero {
  padding-block: 78px 72px;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 36px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(46px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -3.2px;
  margin: 27px 0 25px;
}
.hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: var(--orange);
}
.hero-description {
  font-size: 17px;
  max-width: 455px;
  color: var(--muted);
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin: 30px 0 32px;
}
.button {
  display: inline-flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 17px 22px;
  font-size: 13px;
  border-radius: 3px;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--ink);
  color: var(--paper);
}
.button-primary:hover {
  background: #2e5e4e;
}
.text-link {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 5px;
}
.text-link:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.hero-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: var(--muted);
}
.small-cross {
  background: var(--orange);
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
  width: 17px;
  height: 17px;
  border-radius: 2px;
}
.privacy-diagram {
  height: 418px;
  position: relative;
  border: 1px solid #d9ddd0;
  border-radius: 5px;
  background-color: #eeeee3;
  background-image: radial-gradient(#c9d0c0 0.8px, transparent 0.8px);
  background-size: 17px 17px;
  overflow: hidden;
}
.diagram-topline {
  position: absolute;
  inset: 18px 19px auto;
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  color: #697463;
}
.diagram-orbit {
  position: absolute;
  border: 1px solid #d3d9c9;
  border-radius: 50%;
  width: 390px;
  height: 390px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.orbit-two {
  width: 295px;
  height: 295px;
}
.diagram-document {
  position: absolute;
  width: 218px;
  background: #fafaf2;
  top: 61px;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  border: 1px solid #c9d1c1;
  border-radius: 5px;
  box-shadow: 0 7px 20px #283e2310;
}
.document-heading {
  padding: 10px 14px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--mono);
  font-size: 9px;
  border-bottom: 1px solid var(--line);
}
.document-dot {
  margin-left: auto;
  width: 5px;
  height: 5px;
  background: #d89a76;
  border-radius: 50%;
}
.document-icon {
  font-size: 18px;
  line-height: 12px;
}
.document-body {
  padding: 13px 18px;
  font-family: var(--mono);
  font-size: 9px;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  column-gap: 7px;
  row-gap: 7px;
}
.document-body > span:first-child {
  width: 100%;
  margin-bottom: 2px;
}
.document-line,
.sensitive-line {
  display: inline-block;
  height: 7px;
  border-radius: 1px;
  width: 86px;
  background: #d9dfd1;
}
.document-line.short {
  width: 58px;
}
.sensitive-line {
  width: 70px;
  background: #eab799;
}
.sensitive-line.medium {
  width: 92px;
}
.connector-top {
  position: absolute;
  height: 23px;
  top: 191px;
  left: 50%;
  border-left: 1px solid #809886;
}
.diagram-engine {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  max-width: 335px;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 4px;
  box-shadow: 0 7px 16px #243d2820;
}
.engine-symbol {
  font-size: 40px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: -3px;
  position: relative;
  padding-right: 10px;
}
.engine-symbol span {
  position: absolute;
  right: 0;
  top: 8px;
  width: 7px;
  height: 3px;
  background: var(--peach);
}
.diagram-engine strong {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.diagram-engine > div > span {
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.7px;
  display: block;
  margin-top: 6px;
  color: #bbcaba;
}
.engine-check {
  margin-left: auto;
  font-size: 12px;
  border: 1px solid #7b9980;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 20px;
  color: #bfcfae;
}
.diagram-boundary {
  position: absolute;
  top: 304px;
  left: 0;
  width: 100%;
  border-top: 1px dashed #93a288;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.5px;
}
.diagram-boundary > span:not(.boundary-lock) {
  position: relative;
  top: -11px;
  background: #eeeee3;
  padding: 3px;
}
.boundary-lock {
  position: absolute;
  left: calc(50% - 13px);
  top: -13px;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 23px;
  background: var(--paper);
  border: 1px solid #a6b09b;
  border-radius: 50%;
  font-size: 15px;
}
.diagram-output {
  position: absolute;
  top: 333px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.output-tag {
  font-family: var(--mono);
  font-size: 9px;
  border: 1px solid #c1cdb4;
  color: #3b5d41;
  padding: 4px 8px;
  background: #e0e8d7;
  border-radius: 3px;
}
.output-tag.small {
  font-size: 8px;
}
.output-line {
  height: 5px;
  background: #c9d1bf;
  width: 42px;
  border-radius: 2px;
}
.output-line.short {
  width: 88px;
}
.diagram-caption {
  position: absolute;
  bottom: 13px;
  width: 100%;
  text-align: center;
  font-size: 9px;
  color: var(--muted);
}
.diagram-caption .status-dot {
  height: 5px;
  width: 5px;
  margin-right: 3px;
}
.principles-strip {
  max-width: 1152px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  padding: 23px 0;
  gap: 20px;
  font-size: 12px;
}
.principles-strip > div {
  text-align: center;
}
.principles-strip > div + div {
  border-left: 1px solid var(--line);
}
.principles-strip span {
  font-family: var(--mono);
  color: #7b8474;
  font-size: 10px;
  margin-right: 17px;
}
.approach {
  padding-block: 92px 88px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px;
  align-items: end;
}
.section-heading .eyebrow {
  grid-column: 1/-1;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 15px;
  max-width: 470px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 53px;
  gap: 0;
}
.feature {
  padding-right: 32px;
}
.feature + .feature {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}
.feature:last-child {
  padding-right: 0;
}
.feature-number {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 1px;
  color: var(--muted);
}
.feature-icon {
  height: 83px;
  display: flex;
  align-items: center;
  font-family: var(--mono);
  font-size: 27px;
  letter-spacing: -2px;
}
.identifier-icon span {
  color: #ac7055;
  font-size: 22px;
}
.placeholder-icon span {
  color: var(--orange);
  font-size: 21px;
  margin-inline: 6px;
  letter-spacing: 0;
}
.neural-icon {
  gap: 8px;
}
.neural-icon i {
  width: 9px;
  height: 9px;
  border: 1px solid #50745d;
  border-radius: 50%;
  position: relative;
}
.neural-icon i:nth-child(even) {
  transform: translateY(-12px);
  background: #c7d0b9;
}
.neural-icon i:not(:last-child):after {
  content: "";
  width: 17px;
  height: 1px;
  background: #889a7f;
  position: absolute;
  left: 6px;
  top: -3px;
  transform: rotate(-35deg);
}
.neural-icon i:nth-child(even):after {
  transform: rotate(35deg);
  top: 9px;
}
.feature h3 {
  margin-bottom: 14px;
  font-size: 20px;
}
.feature p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.8;
}
.feature-label {
  font-family: var(--mono);
  display: block;
  font-size: 9px;
  color: #4e6752;
  margin-top: 22px;
}
.practice-section {
  background: #eaece0;
  border-block: 1px solid #dde0d3;
  padding-block: 76px 51px;
}
.practice-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}
.practice-heading h2 {
  margin-top: 19px;
}
.practice-heading > p {
  max-width: 430px;
  font-size: 14px;
  color: var(--muted);
}
.example-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 39px;
  margin-bottom: 17px;
}
.sample-controls {
  display: flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #cdd3c4;
  border-radius: 5px;
}
.sample-button {
  border: 0;
  color: var(--muted);
  background: transparent;
  border-radius: 3px;
  padding: 10px 15px;
  font-size: 12px;
}
.sample-button:hover {
  background: #e0e4d7;
}
.sample-button.active {
  background: var(--ink);
  color: var(--paper);
}
.policy-control {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
}
select {
  border: 1px solid #c9cebf;
  border-radius: 3px;
  background: transparent;
  padding: 9px 25px 9px 12px;
  color: var(--ink);
  font-size: 12px;
}
.example-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #cfd4c4;
  border-radius: 5px;
  overflow: hidden;
  background: #f9f9f1;
}
.example-panel {
  min-width: 0;
  padding: 23px 26px;
}
.example-panel + .example-panel {
  border-left: 1px solid #cfd4c4;
  background: #f2f5e9;
}
.panel-label {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.4px;
  color: #566852;
}
.panel-label > span:last-child {
  color: #707d66;
  font-size: 8px;
}
.tiny-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.original-dot {
  background: var(--orange);
}
.redacted-dot {
  background: #648354;
}
.example-panel pre {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 2.1;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 28px 0 24px;
  min-height: 154px;
  color: #4a584b;
}
.example-panel mark {
  background: #f5dfca;
  color: #804529;
  border-radius: 2px;
  padding: 2px 0;
}
.example-panel.redacted-panel mark {
  background: #dce8cd;
  color: #3d603a;
}
.panel-footnote {
  font-size: 10px;
  color: #65715e;
}
.example-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 15px;
  color: #4d6449;
  font-size: 11px;
}
.example-summary > span {
  font-family: var(--mono);
  font-size: 9px;
}
.policy-description {
  font-size: 11px;
  color: var(--muted);
  margin-top: 11px;
}
.noscript-note {
  font-size: 12px;
  margin-top: 15px;
}
.workflow-section {
  padding-block: 87px 74px;
}
.flow {
  display: grid;
  grid-template-columns: 1fr 65px 1.15fr 65px 1fr;
  align-items: center;
  gap: 15px;
  margin-top: 42px;
}
.flow > div {
  padding: 27px 24px;
}
.flow > div > span {
  font-family: var(--mono);
  font-size: 9px;
  color: var(--muted);
}
.flow strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 17px 0 11px;
}
.flow p {
  font-size: 12px;
  line-height: 1.7;
  color: var(--muted);
}
.flow .flow-bowden {
  background: #eeeee4;
  border: 1px solid #d5dccb;
  border-radius: 4px;
}
.flow-arrow {
  text-align: center;
  color: #859078;
  font-size: 27px;
  font-weight: 300;
}
.boundary-note {
  display: flex;
  gap: 14px;
  align-items: baseline;
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 28px;
  font-size: 12px;
  color: var(--muted);
}
.boundary-note > span {
  font-size: 22px;
  color: #6f8567;
}
.boundary-note strong {
  font-weight: 500;
  color: var(--ink);
}
.roadmap-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding-block: 64px 94px;
  border-top: 1px solid var(--line);
}
.roadmap-intro h2 {
  margin: 23px 0;
}
.roadmap-intro > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 26px;
  max-width: 340px;
}
.roadmap-stamp {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.6px;
  margin-top: 33px;
}
.roadmap-item {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}
.roadmap-item:first-child {
  padding-top: 0;
}
.roadmap-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.roadmap-index {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 22px;
  color: #687e62;
}
.status-label {
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.6px;
  display: inline-block;
  padding: 4px 7px;
  border-radius: 2px;
}
.available {
  background: #dfe8d2;
  color: #35563b;
}
.experimental {
  background: #f2e0cd;
  color: #815036;
}
.planned {
  background: #e7e9df;
  color: #596553;
}
.roadmap-item h3 {
  margin: 11px 0 9px;
  font-size: 21px;
}
.roadmap-item p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.75;
}
.get-started {
  background: var(--ink);
  color: var(--paper);
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  max-width: 1152px;
  padding: 57px 48px;
}
.get-started .eyebrow {
  color: #becdb5;
  font-size: 9px;
}
.get-started h2 {
  margin: 21px 0;
  font-size: 42px;
}
.get-started p:not(.eyebrow) {
  font-size: 13px;
  color: #c4cebc;
  max-width: 365px;
  margin-bottom: 26px;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
  padding: 14px 19px;
}
.button-light:hover {
  background: #dee7d4;
}
.code-preview {
  background: #14352e;
  border: 1px solid #426053;
  border-radius: 4px;
  align-self: center;
  overflow: hidden;
}
.code-topline {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 19px;
  border-bottom: 1px solid #34554a;
  color: #b9c8b0;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.6px;
}
.code-topline > span:last-child {
  color: #66836b;
  font-size: 7px;
}
.code-preview pre {
  margin: 24px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.8;
  overflow: auto;
}
.code-preview > a {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  padding: 15px 22px;
  border-top: 1px solid #34554a;
  color: #c3d2b9;
}
.code-preview > a:hover {
  background: #23493c;
}
.code-muted {
  color: #cbb6da;
}
.code-string {
  color: #ddc396;
}
.code-comment {
  color: #97b39b;
}
.faq-section {
  padding-block: 89px 86px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 75px;
}
.faq-section h2 {
  margin-top: 19px;
  font-size: 38px;
}
.faq-items details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq-items details:first-child {
  padding-top: 0;
}
.faq-items summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  list-style: none;
  line-height: 1.6;
}
.faq-items summary::-webkit-details-marker {
  display: none;
}
.faq-items summary span {
  font-size: 18px;
  color: #697f60;
}
.faq-items details[open] summary span {
  transform: rotate(45deg);
}
.faq-items details p {
  font-size: 13px;
  color: var(--muted);
  padding-top: 16px;
  padding-right: 25px;
}
.site-footer {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  padding-block: 32px 38px;
}
.site-footer .brand {
  font-size: 20px;
}
.site-footer .brand-suffix {
  font-size: 18px;
}
.site-footer .brand-mark {
  width: 26px;
  height: 29px;
  font-size: 23px;
  line-height: 28px;
}
.site-footer > div > p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 13px;
}
.footer-links {
  display: flex;
  gap: 24px;
  font-size: 11px;
}
.footer-note {
  font-size: 10px;
  color: var(--muted);
  text-align: right;
}

/* The project guide shares the landing page's visual language. */
.guide-hero {
  padding-block: 66px 49px;
  border-bottom: 1px solid var(--line);
}
.guide-hero h1 {
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.08;
  letter-spacing: -2.7px;
  margin: 23px 0;
}
.guide-hero > p:last-child {
  max-width: 690px;
  color: var(--muted);
  font-size: 17px;
}
.guide-layout {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 65px;
  padding-block: 56px 85px;
}
.guide-nav {
  align-self: start;
  position: sticky;
  top: 30px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  font-size: 13px;
}
.guide-nav > a:hover {
  color: var(--orange);
}
.guide-content {
  min-width: 0;
}
.guide-content section + section {
  margin-top: 56px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}
.guide-content h2 {
  font-size: 32px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.guide-content h3 {
  font-size: 20px;
  margin: 25px 0 14px;
}
.guide-content p,
.guide-content li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}
.guide-content p + p {
  margin-top: 16px;
}
.guide-content ul,
.guide-content ol {
  padding-left: 22px;
}
.guide-content li + li {
  margin-top: 8px;
}
.guide-content a:not(.button) {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.guide-content code {
  font-family: var(--mono);
  font-size: 0.9em;
  overflow-wrap: anywhere;
}
.guide-content pre {
  background: #eaece0;
  border: 1px solid var(--line);
  padding: 22px;
  margin-block: 22px;
  font-size: 13px;
  line-height: 1.8;
  overflow-x: auto;
}
.guide-note {
  border-left: 3px solid var(--orange);
  background: #efeee2;
  padding: 17px 22px;
  margin-top: 22px;
}
.coverage-table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 22px;
  text-align: left;
  font-size: 13px;
}
.coverage-table th {
  font-weight: 500;
  color: var(--ink);
}
.coverage-table td {
  color: var(--muted);
}
.coverage-table th,
.coverage-table td {
  padding: 13px 10px;
  border-bottom: 1px solid var(--line);
  line-height: 1.6;
}
.coverage-table th:first-child,
.coverage-table td:first-child {
  padding-left: 0;
}
.guide-content strong {
  color: var(--ink);
  font-weight: 600;
}
.guide-content .eyebrow {
  font-size: 10px;
}
.guide-content .status-label {
  margin-right: 8px;
}

@media (min-width: 1440px) {
  .hero {
    padding-block: 96px 88px;
  }
  .hero h1 {
    font-size: 65px;
  }
  .privacy-diagram {
    height: 436px;
  }
  .diagram-document {
    top: 69px;
  }
  .diagram-engine {
    top: 218px;
  }
  .diagram-boundary {
    top: 312px;
  }
  .diagram-output {
    top: 344px;
  }
}
@media (max-width: 1100px) {
  .section-wrap {
    padding-inline: 36px;
  }
  .site-header {
    padding-inline: 36px;
  }
  .hero {
    gap: 24px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.7px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 19px;
  }
  .hero-note {
    font-size: 9px;
    gap: 6px;
  }
  .principles-strip {
    margin-inline: 36px;
  }
  .get-started {
    margin-inline: 36px;
    padding: 42px 32px;
    gap: 35px;
  }
  .site-header nav {
    gap: 21px;
  }
  .header-cta {
    font-size: 12px;
  }
  .roadmap-section {
    gap: 50px;
  }
  .feature {
    padding-right: 24px;
  }
  .feature + .feature {
    padding-left: 24px;
  }
  .flow {
    grid-template-columns: 1fr 30px 1.15fr 30px 1fr;
    gap: 8px;
  }
  .flow > div {
    padding: 24px 16px;
  }
  .guide-layout {
    gap: 35px;
    grid-template-columns: 170px 1fr;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 88px;
  }
  .site-header nav {
    gap: 17px;
    font-size: 12px;
  }
  .header-cta {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-block: 53px;
  }
  .hero h1 {
    font-size: clamp(48px, 8vw, 65px);
  }
  .hero-description {
    max-width: 570px;
    font-size: 17px;
  }
  .hero-note {
    font-size: 11px;
  }
  .privacy-diagram {
    width: 100%;
    max-width: 560px;
    height: 418px;
    justify-self: center;
  }
  .hero-actions {
    margin-bottom: 24px;
  }
  .hero-copy {
    max-width: 600px;
  }
  .principles-strip {
    font-size: 10px;
    gap: 12px;
    padding-block: 19px;
  }
  .principles-strip span {
    margin-right: 6px;
    font-size: 9px;
  }
  .approach {
    padding-block: 64px;
  }
  .section-heading {
    gap: 18px 35px;
  }
  .section-heading > p:last-child {
    font-size: 13px;
  }
  .feature-grid {
    margin-top: 35px;
  }
  .feature h3 {
    font-size: 18px;
  }
  .feature p {
    font-size: 12px;
  }
  .feature-label {
    font-size: 8px;
    line-height: 1.7;
  }
  .feature {
    padding-right: 19px;
  }
  .feature + .feature {
    padding-left: 19px;
  }
  .practice-section {
    padding-block: 56px 39px;
  }
  .practice-heading {
    gap: 35px;
  }
  .practice-heading > p {
    font-size: 13px;
    max-width: 300px;
  }
  .sample-button {
    padding: 9px 11px;
    font-size: 11px;
  }
  .example-panel {
    padding: 20px 17px;
  }
  .example-panel pre {
    font-size: 11px;
    min-height: 190px;
  }
  .panel-label > span:last-child {
    display: none;
  }
  .workflow-section {
    padding-block: 64px 55px;
  }
  .flow {
    grid-template-columns: 1fr 20px 1.15fr 20px 1fr;
    gap: 5px;
  }
  .flow > div {
    padding: 20px 12px;
  }
  .flow strong {
    font-size: 20px;
  }
  .flow p {
    font-size: 11px;
  }
  .flow p br {
    display: none;
  }
  .roadmap-section {
    gap: 40px;
    padding-block: 45px 65px;
  }
  .roadmap-intro > p:not(.eyebrow) {
    font-size: 13px;
  }
  .roadmap-item {
    gap: 16px;
  }
  .roadmap-item h3 {
    font-size: 19px;
  }
  .roadmap-item p {
    font-size: 12px;
  }
  .get-started {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 40px;
  }
  .get-started p:not(.eyebrow) {
    max-width: 500px;
  }
  .get-started h2 {
    font-size: 40px;
  }
  .code-preview {
    width: 100%;
  }
  .faq-section {
    padding-block: 64px;
    gap: 35px;
    grid-template-columns: 1fr 1.35fr;
  }
  .faq-section h2 {
    font-size: 32px;
  }
  .footer-links {
    gap: 15px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .footer-note {
    display: none;
  }
  .guide-layout {
    grid-template-columns: 1fr;
    gap: 37px;
  }
  .guide-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 17px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 540px) {
  .section-wrap {
    padding-inline: 23px;
  }
  .site-header {
    padding-inline: 23px;
    height: 80px;
    gap: 20px;
  }
  .brand {
    font-size: 22px;
    gap: 5px;
  }
  .brand-suffix {
    font-size: 18px;
  }
  .site-header nav a:first-child {
    display: none;
  }
  .site-header nav {
    gap: 15px;
    font-size: 11px;
  }
  .brand-mark {
    width: 28px;
    height: 31px;
    line-height: 30px;
    font-size: 25px;
  }
  .hero {
    padding-top: 41px;
    gap: 34px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  .hero h1 {
    font-size: 46px;
    letter-spacing: -2.7px;
    margin-top: 24px;
  }
  .hero-description {
    font-size: 15px;
  }
  .hero-actions {
    gap: 22px;
    margin-top: 25px;
  }
  .button {
    font-size: 12px;
    padding: 15px 17px;
    gap: 22px;
  }
  .text-link {
    font-size: 12px;
    gap: 11px;
  }
  .hero-note {
    font-size: 9px;
    gap: 6px;
  }
  .small-cross {
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 14px;
  }
  .privacy-diagram {
    height: 400px;
  }
  .diagram-document {
    top: 51px;
  }
  .diagram-engine {
    top: 197px;
    padding: 15px;
    width: 86%;
  }
  .diagram-boundary {
    top: 290px;
  }
  .diagram-output {
    top: 317px;
  }
  .diagram-caption {
    font-size: 8px;
    bottom: 16px;
  }
  .connector-top {
    top: 178px;
  }
  .diagram-topline {
    font-size: 8px;
  }
  .principles-strip {
    margin-inline: 23px;
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 5px;
  }
  .principles-strip > div {
    text-align: left;
    padding: 12px 0;
    font-size: 12px;
  }
  .principles-strip > div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .principles-strip span {
    margin-right: 22px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .section-heading > p:last-child {
    font-size: 14px;
    max-width: 420px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 39px;
  }
  .feature,
  .feature + .feature {
    padding: 25px 0;
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .feature:last-child {
    padding-bottom: 0;
  }
  .feature-icon {
    height: 66px;
  }
  .feature h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .feature p {
    font-size: 14px;
  }
  .feature-label {
    font-size: 10px;
    margin-top: 15px;
  }
  .practice-heading {
    display: block;
  }
  .practice-heading > p {
    max-width: none;
    margin-top: 22px;
    font-size: 14px;
  }
  .example-toolbar {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 27px;
  }
  .sample-controls {
    width: 100%;
    justify-content: space-between;
  }
  .sample-button {
    flex: 1;
    font-size: 10px;
    padding: 10px 7px;
  }
  .policy-control {
    margin-left: auto;
  }
  .example-panels {
    grid-template-columns: 1fr;
  }
  .example-panel {
    padding: 22px;
  }
  .example-panel + .example-panel {
    border-left: 0;
    border-top: 1px solid #cfd4c4;
  }
  .example-panel pre {
    min-height: 0;
    font-size: 11px;
    margin-top: 22px;
  }
  .example-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    font-size: 11px;
  }
  .policy-description {
    font-size: 11px;
    margin-top: 15px;
  }
  .flow {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 23px;
  }
  .flow > div {
    padding: 22px;
  }
  .flow-arrow {
    transform: rotate(90deg);
    font-size: 22px;
  }
  .flow strong {
    font-size: 23px;
    margin: 12px 0 8px;
  }
  .flow p {
    font-size: 13px;
  }
  .boundary-note {
    font-size: 12px;
  }
  .roadmap-section {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-top: 39px;
  }
  .roadmap-intro > p:not(.eyebrow) {
    font-size: 14px;
    max-width: none;
  }
  .roadmap-stamp {
    margin-top: 24px;
  }
  .roadmap-item {
    gap: 22px;
  }
  .roadmap-item h3 {
    font-size: 22px;
  }
  .roadmap-item p {
    font-size: 14px;
  }
  .get-started {
    margin-inline: 16px;
    padding: 33px 23px;
  }
  .get-started h2 {
    font-size: 36px;
    letter-spacing: -1.5px;
  }
  .get-started .eyebrow {
    font-size: 8px;
  }
  .code-preview pre {
    font-size: 10px;
    margin: 19px 15px;
  }
  .code-topline {
    padding-inline: 15px;
    font-size: 7px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 56px;
  }
  .faq-items summary {
    font-size: 14px;
  }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding-block: 29px;
  }
  .footer-links {
    font-size: 12px;
    gap: 22px;
  }
  .guide-hero {
    padding-block: 42px;
  }
  .guide-hero h1 {
    font-size: 43px;
  }
  .guide-hero > p:last-child {
    font-size: 15px;
  }
  .guide-layout {
    padding-top: 30px;
  }
  .guide-nav {
    font-size: 12px;
  }
  .guide-content h2 {
    font-size: 29px;
  }
  .coverage-table {
    font-size: 11px;
  }
  .coverage-table th,
  .coverage-table td {
    padding: 10px 6px;
  }
  .guide-content pre {
    padding: 16px;
    font-size: 11px;
  }
  .guide-note {
    padding: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Caspar Bowden's story and the interactive privacy field. */
:root {
  --orange: #526d47;
  --peach: #c7d8b7;
}
.hero h1 em {
  font-family: inherit;
  font-style: normal;
  color: inherit;
}
.about-section {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  padding-block: 72px 85px;
  border-top: 1px solid var(--line);
}
.about-person h2 {
  font-size: 62px;
  line-height: 1.03;
  letter-spacing: -3px;
  margin: 24px 0;
}
.about-person > p:not(.eyebrow) {
  font-size: 15px;
  color: var(--muted);
}
.about-timeline {
  border-top: 1px solid var(--line);
  padding-top: 22px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.about-timeline > div {
  display: flex;
  gap: 17px;
  align-items: baseline;
}
.about-timeline dt {
  font-family: var(--mono);
  font-size: 10px;
  min-width: 35px;
}
.about-timeline dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}
.about-story {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.about-story > h3 {
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -1.6px;
}
.about-story p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--muted);
}
.about-inspiration {
  border-left: 2px solid #78926c;
  padding: 17px 0 17px 23px;
}
.about-inspiration h4 {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.4px;
}
.about-sources {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 23px;
  font-size: 11px;
}
.about-sources a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.about-sources a:hover {
  color: var(--orange);
}
.source-ref {
  font-family: var(--mono);
  font-size: 10px;
  text-decoration: underline;
}
.about-story .about-disclaimer {
  font-size: 11px;
  line-height: 1.8;
}
.motion-section {
  padding-top: 76px;
  padding-bottom: 10px;
}
.motion-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 27px;
}
.motion-heading h2 {
  margin-top: 17px;
  font-size: 39px;
}
.motion-heading > p {
  font-size: 13px;
  color: var(--muted);
}
.motion-stage {
  position: relative;
  background: #14382f;
  border: 1px solid #34584a;
  border-radius: 5px;
  height: 398px;
  overflow: hidden;
  color: #dce6d3;
  isolation: isolate;
}
.motion-stage canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.motion-ready canvas {
  display: block;
}
.motion-topline,
.motion-bottomline {
  position: absolute;
  left: 26px;
  right: 26px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.8px;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}
.motion-topline {
  top: 24px;
  color: #c0cfb5;
}
.motion-bottomline {
  bottom: 22px;
  color: #c0cfb5;
  font-size: 9px;
}
.motion-bottomline button {
  pointer-events: auto;
  background: #204638;
  border: 1px solid #68845e;
  color: #e2ebd8;
  border-radius: 3px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0;
  padding: 8px 12px;
  min-height: 34px;
}
.motion-bottomline button:hover {
  background: #315c45;
}
.motion-bottomline button:focus-visible {
  outline-color: #e0eccf;
}
.motion-bottomline button[hidden] {
  display: none;
}
.motion-note {
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.motion-fallback {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-family: var(--mono);
  font-size: 15px;
}
.motion-ready .motion-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.motion-stage:not(.motion-ready) .motion-bottomline {
  display: none;
}
@media (max-width: 1100px) {
  .about-section {
    gap: 48px;
  }
  .about-person h2 {
    font-size: 54px;
  }
  .about-story > h3 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .about-section {
    gap: 30px;
  }
  .about-story p {
    font-size: 14px;
  }
  .about-person > p:not(.eyebrow) {
    font-size: 13px;
  }
  .about-timeline dd {
    font-size: 11px;
  }
  .motion-heading h2 {
    font-size: 33px;
  }
  .motion-heading > p {
    font-size: 11px;
  }
  .motion-topline,
  .motion-bottomline {
    left: 20px;
    right: 20px;
  }
  .motion-stage {
    height: 360px;
  }
}
@media (max-width: 540px) {
  .about-section {
    grid-template-columns: 1fr;
    padding-block: 43px 56px;
    gap: 30px;
  }
  .about-person h2 {
    font-size: 52px;
  }
  .about-person > p:not(.eyebrow),
  .about-story p {
    font-size: 15px;
  }
  .about-story > h3 {
    font-size: 30px;
  }
  .about-timeline dd {
    font-size: 12px;
  }
  .about-sources {
    font-size: 12px;
    flex-direction: column;
    gap: 17px;
  }
  .about-story .about-disclaimer {
    font-size: 11px;
  }
  .motion-section {
    padding-top: 44px;
  }
  .motion-heading {
    display: block;
    margin-bottom: 22px;
  }
  .motion-heading h2 {
    font-size: 31px;
    letter-spacing: -1.4px;
  }
  .motion-heading > p {
    font-size: 13px;
    margin-top: 17px;
  }
  .motion-heading > p br {
    display: none;
  }
  .motion-stage {
    height: 350px;
  }
  .motion-topline {
    font-size: 8px;
    letter-spacing: 0.3px;
    top: 19px;
    left: 15px;
    right: 15px;
  }
  .motion-bottomline {
    font-size: 8px;
    letter-spacing: 0;
    left: 15px;
    right: 15px;
    bottom: 16px;
    gap: 8px;
  }
  .motion-bottomline button {
    font-size: 10px;
    padding: 8px;
  }
  .motion-note {
    font-size: 9px;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .site-header nav {
    gap: 20px;
  }
}

/* Explicit language links also work without JavaScript and on Pages subpaths. */
.language-switch {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 3px;
  font-size: 11px;
}
.language-switch a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-height: 32px;
  border-radius: 2px;
}
.language-switch a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}
.language-switch a:not([aria-current]):hover {
  background: var(--soft);
}
html:lang(de) .hero h1 {
  font-size: clamp(43px, 4.3vw, 60px);
}
html:lang(de) .hero-actions {
  gap: 20px;
  flex-wrap: wrap;
}
html:lang(de) .hero-note {
  font-size: 10px;
}
html:lang(de) .guide-content,
html:lang(de) .feature h3,
html:lang(de) .roadmap-item h3 {
  overflow-wrap: break-word;
  hyphens: auto;
}
@media (max-width: 1100px) {
  .site-header {
    gap: 20px;
  }
  .site-header .header-cta {
    display: none;
  }
}
@media (max-width: 600px) {
  .site-header nav {
    display: none;
  }
  .language-switch {
    font-size: 12px;
  }
  .language-switch a {
    min-height: 36px;
    width: 34px;
  }
}
@media (max-width: 540px) {
  html:lang(de) .hero h1 {
    font-size: clamp(35px, 10vw, 44px);
    letter-spacing: -0.05em;
  }
  html:lang(de) .hero-actions {
    gap: 20px;
  }
  html:lang(de) .diagram-caption {
    font-size: 8px;
  }
  html:lang(de) .motion-heading h2 {
    font-size: 30px;
  }
  html:lang(de) .get-started h2 {
    font-size: 33px;
  }
  html:lang(de) .guide-content h2 {
    font-size: 27px;
  }
}

/* Editorial pages follow the narrow, dated-card structure of xnaut.dev/blog. */
.journal-wrap {
  width: min(100%, 828px);
  margin: 0 auto;
  padding: 76px 24px 104px;
}
.journal-wrap h1 {
  font-size: clamp(36px, 5.5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 16px 0 22px;
  overflow-wrap: break-word;
}
.journal-intro {
  max-width: 60ch;
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
}
.journal-meta,
.release-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 22px;
  font: 11px/1.6 var(--mono);
  color: var(--muted);
  margin-top: 26px;
}
.journal-meta {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.journal-posts {
  display: grid;
  gap: 16px;
  margin-top: 48px;
}
.journal-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 28px;
  transition:
    background 0.15s,
    border-color 0.15s;
}
.journal-card:hover {
  background: var(--soft);
  border-color: var(--muted);
}
.journal-card time,
.journal-more {
  font: 12px/1.6 var(--mono);
  color: var(--muted);
}
.journal-card h2 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin: 12px 0;
}
.journal-card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
}
.journal-more {
  display: inline-block;
  margin-top: 20px;
  color: var(--orange);
}
.journal-footnote {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 28px;
}
.article-body {
  margin-top: 38px;
  overflow-wrap: break-word;
}
.article-body p,
.article-body li {
  font-size: 17px;
  line-height: 1.85;
  color: var(--muted);
  margin: 18px 0;
}
.article-body h2 {
  font-size: 30px;
  letter-spacing: -0.8px;
  line-height: 1.25;
  margin: 46px 0 16px;
}
.article-body a,
.release-details a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.article-body code {
  font-family: var(--mono);
  font-size: 0.85em;
}
.article-body pre {
  background: var(--ink);
  color: var(--paper);
  padding: 26px;
  border-radius: 8px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.9;
  margin: 26px 0;
  max-width: 100%;
}
.article-body pre code {
  font-size: inherit;
}
.journal-note {
  margin: 30px 0;
  padding: 24px;
  border-left: 3px solid var(--green);
  background: var(--soft);
  line-height: 1.7;
}
.journal-note p {
  margin: 8px 0 0;
  font-size: 16px;
}
.journal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
}
.journal-actions .button {
  white-space: normal;
  text-align: center;
}
.release-card {
  margin-top: 44px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}
.release-meta {
  margin-top: 0;
  justify-content: space-between;
}
.release-badge {
  color: var(--ink);
  background: #dde5d4;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.release-card h2 {
  font-size: 48px;
  margin: 24px 0 18px;
}
.release-card h2 span {
  display: block;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin-top: 9px;
}
.release-card p,
.release-details li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.release-details {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.release-details h3 {
  font-size: 19px;
  margin: 22px 0 12px;
}
.release-details ul {
  padding-left: 20px;
  margin-bottom: 24px;
}
.release-details li {
  margin: 8px 0;
}
.get-started .release-hint {
  margin-top: 20px;
  font: 12px/1.7 var(--mono);
}
.get-started .release-hint a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.mobile-site-nav {
  display: none;
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 17px;
  }
}
@media (max-width: 600px) {
  .mobile-site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 22px;
    padding: 15px 20px;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
  }
  .journal-wrap {
    padding-top: 46px;
    padding-bottom: 68px;
  }
  .journal-intro {
    font-size: 17px;
  }
  .journal-card,
  .release-card {
    padding: 22px;
  }
  .journal-card h2 {
    font-size: 23px;
  }
  .article-body p,
  .article-body li {
    font-size: 16px;
  }
  .article-body pre {
    padding: 19px;
    font-size: 12px;
  }
  .article-body h2 {
    font-size: 27px;
  }
  .journal-actions {
    gap: 18px;
  }
  .journal-actions .button {
    padding-inline: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .journal-card {
    transition: none;
  }
}
