:root {
  --body-background-color: #f5f0e8;
  --sidebar-color: #ede7d9;
  --code-background-color: #ede8dc;
  --body-text-color: #3a3228;
  --body-heading-color: #3a3228;
  --nav-child-link-color: #7a6f62;
  --link-color: #5b5038;
  --border-color: #d6ccb8;
  --table-border-color: #d6ccb8;
  --btn-primary-color: #7c6f4a;
  --search-background-color: #f5f0e8;
  --search-result-preview-color: #7a6f62;
}

h1, h2, h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.01em;
}

body, p, li, td {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.side-bar {
  background-color: #ede7d9;
  border-right: 1px solid #d6ccb8;
}

.site-title {
  color: #3a3228 !important;
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

a {
  color: #5b5038;
  text-decoration: none;
}
a:hover {
  color: #5d5235;
  text-decoration: underline;
}

pre.highlight, code {
  background-color: #ede8dc;
  border: 1px solid #d6ccb8;
  border-radius: 4px;
  font-size: 0.875rem;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th {
  background-color: #ede7d9;
  border-bottom: 2px solid #d6ccb8;
  font-weight: 700;
  color: #7a6f62;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
table td, table th {
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid #d6ccb8;
}

hr {
  border: none;
  border-top: 1px solid #d6ccb8;
  margin: 2rem 0;
}

.note {
  background-color: #ede7d9;
  border-left: 3px solid #7c6f4a;
  padding: 0.8rem 1rem;
  border-radius: 0 4px 4px 0;
  color: #7a6f62;
  font-size: 0.9rem;
}

.hp-btn {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border-radius: 4px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.hp-btn--primary {
  background-color: #7c6f4a;
  color: #f5f0e8 !important;
  border: 1px solid #7c6f4a;
}
.hp-btn--primary:hover {
  background-color: #5d5235;
  border-color: #5d5235;
  text-decoration: none;
  color: #f5f0e8 !important;
}
.hp-btn--secondary {
  background-color: transparent;
  color: #7c6f4a !important;
  border: 1px solid #7c6f4a;
}
.hp-btn--secondary:hover {
  background-color: #ede7d9;
  text-decoration: none;
  color: #5d5235 !important;
}

.hp-hero {
  padding: 4rem 0 3.5rem;
  text-align: center;
}

.hp-hero__inner {
  max-width: 680px;
  margin: 0 auto;
}

.hp-hero__headline {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: #3a3228;
  margin-bottom: 1.2rem;
  letter-spacing: -0.02em;
}

.hp-hero__sub {
  font-size: 1.1rem;
  color: #7a6f62;
  line-height: 1.7;
  margin-bottom: 2rem;
  font-weight: 300;
}

.hp-hero__ctas {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

.hp-section {
  padding: 2.5rem 0;
}

.hp-section__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #3a3228;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}

.hp-section__intro {
  color: #7a6f62;
  font-size: 0.95rem;
  margin-top: -1rem;
  margin-bottom: 1.75rem;
}

.hp-why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.75rem;
}

.hp-why-item {
  padding: 1.25rem 1.5rem;
  background-color: #ede7d9;
  border: 1px solid #d6ccb8;
  border-radius: 4px;
}
.hp-why-item h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  font-weight: 600;
  color: #3a3228;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hp-why-item p {
  font-size: 0.9rem;
  color: #7a6f62;
  margin: 0;
  line-height: 1.65;
}

.hp-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.hp-feature-card {
  padding: 1.25rem 1.4rem 1.25rem 1.6rem;
  background-color: #f5f0e8;
  border: 1px solid #d6ccb8;
  border-radius: 4px;
  border-left: 3px solid #d6ccb8;
}
.hp-feature-card--wip {
  border-left-color: #c8860a;
}
.hp-feature-card--wip .hp-feature-card__label {
  color: #c8860a;
}
.hp-feature-card--plates {
  border-left-color: #b85c2a;
}
.hp-feature-card--plates .hp-feature-card__label {
  color: #b85c2a;
}
.hp-feature-card--rot {
  border-left-color: #b0a898;
}
.hp-feature-card--rot .hp-feature-card__label {
  color: #b0a898;
}

.hp-feature-card__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a6f62;
  margin-bottom: 0.4rem;
}

.hp-feature-card__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  color: #3a3228;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.hp-feature-card__body {
  font-size: 0.875rem;
  color: #7a6f62;
  margin: 0;
  line-height: 1.65;
}

.hp-section--who .hp-who {
  max-width: 680px;
}
.hp-section--who .hp-who p {
  font-size: 1rem;
  color: #3a3228;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.hp-section--who .hp-who p:last-child {
  margin-bottom: 0;
}
.hp-section--who .hp-who p em {
  font-style: italic;
  color: #7c6f4a;
}

.hp-section--selfhost .hp-selfhost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 640px) {
  .hp-section--selfhost .hp-selfhost {
    grid-template-columns: 1fr;
  }
}

.hp-selfhost__text p {
  font-size: 1rem;
  color: #3a3228;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.hp-selfhost__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.hp-selfhost__list li {
  font-size: 0.9rem;
  color: #7a6f62;
  padding: 0.3rem 0;
  border-bottom: 1px solid #d6ccb8;
  line-height: 1.5;
}
.hp-selfhost__list li:first-child {
  border-top: 1px solid #d6ccb8;
}
.hp-selfhost__list li strong {
  color: #3a3228;
  font-weight: 600;
}

.hp-callout {
  background-color: #ede7d9;
  border: 1px solid #d6ccb8;
  border-radius: 4px;
  padding: 1.25rem 1.4rem;
}

.hp-callout__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a6f62;
  margin: 0 0 0.75rem;
}

.hp-callout__code {
  background-color: #ede8dc;
  border: 1px solid #d6ccb8;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  margin: 0 0 0.75rem;
  overflow-x: auto;
}
.hp-callout__code code {
  font-size: 0.8rem;
  color: #3a3228;
  background: none;
  border: none;
  padding: 0;
  white-space: pre;
}

.hp-callout__note {
  font-size: 0.85rem;
  color: #7a6f62;
  margin: 0;
}
.hp-callout__note strong {
  color: #3a3228;
}

.hp-footer {
  padding: 2rem 0 1rem;
  text-align: center;
}

.hp-footer__inner {
  font-size: 0.85rem;
  color: #7a6f62;
}

.hp-footer__name {
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  color: #3a3228;
  letter-spacing: 0.04em;
}

.hp-footer__sep {
  margin: 0 0.5rem;
  opacity: 0.4;
}

.hp-footer__link {
  color: #5b5038;
  text-decoration: none;
}
.hp-footer__link:hover {
  color: #5d5235;
  text-decoration: underline;
}

.hp-footer__version,
.hp-footer__license {
  color: #7a6f62;
}

.hp-callout__code .code-copy-button {
  display: none;
}

.doc-figure {
  margin: 1.5rem 0;
  text-align: center;
}
.doc-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  border: 1px solid #d6ccb8;
  box-shadow: 0 4px 24px rgba(58, 50, 40, 0.07);
  background-color: #ede7d9;
}
.doc-figure figcaption {
  font-size: 0.85rem;
  color: #7a6f62;
  margin-top: 0.6rem;
  line-height: 1.5;
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.doc-vignette {
  margin: 1.25rem 0;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  border: 1px solid #d6ccb8;
  background: linear-gradient(180deg, #ede7d9 0%, #f5f0e8 100%);
  box-shadow: 0 2px 12px rgba(58, 50, 40, 0.06);
}

.doc-vignette__label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7a6f62;
  margin: 0 0 0.75rem;
}

.doc-vignette__caption {
  font-size: 0.8rem;
  color: #7a6f62;
  margin: 0.75rem 0 0;
  line-height: 1.5;
}

.doc-vignette-task {
  display: flex;
  align-items: stretch;
  min-height: 2.5rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(214, 204, 184, 0.9);
  overflow: hidden;
  font-family: Lato, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.9rem;
  color: #3a3228;
}

.doc-vignette-task__stripe {
  width: 5px;
  flex-shrink: 0;
  background: #2a9d8f;
}

.doc-vignette-task__body {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
}

.doc-vignette-task__badge {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a7a6e;
  background: rgba(42, 157, 143, 0.15);
  border: 1px solid rgba(42, 157, 143, 0.35);
  border-radius: 3px;
  padding: 0.15rem 0.35rem;
}

.doc-vignette-plates {
  display: flex;
  gap: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 2.25rem;
  border: 1px solid #d6ccb8;
}

.doc-vignette-plates__seg {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
  color: rgba(58, 50, 40, 0.75);
}

.doc-vignette-plates__seg--calm {
  background: #f0ebe3;
}

.doc-vignette-plates__seg--amber {
  background: rgba(230, 180, 80, 0.45);
}

.doc-vignette-plates__seg--orange {
  background: rgba(220, 130, 60, 0.5);
}

.doc-vignette-plates__seg--red {
  background: rgba(190, 70, 55, 0.45);
  color: rgba(58, 50, 40, 0.9);
}

.doc-vignette-rot {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.doc-vignette-rot__chip {
  flex: 1 1 5rem;
  min-height: 2.5rem;
  border-radius: 4px;
  border: 1px solid #d6ccb8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  color: #7a6f62;
}

.doc-vignette-rot__chip--fresh {
  background: rgba(255, 255, 255, 0.5);
}

.doc-vignette-rot__chip--grey {
  background: linear-gradient(180deg, #e8e6e2 0%, #ddd9d2 100%);
  color: #3a3228;
}

.doc-vignette-rot__chip--aged {
  background: linear-gradient(180deg, #e5dcc8 0%, #d4c4a8 100%);
  color: #3a3228;
}

/*# sourceMappingURL=style.css.map */