.logo-mark {
  letter-spacing: -1px;
  text-rendering: geometricPrecision;
}

.synthetic-bold {
  text-shadow:
    0.5px 0 currentColor,
    -0.5px 0 currentColor,
    0 0.5px currentColor,
    0 -0.5px currentColor,
    0.5px 0.5px currentColor,
    -0.5px -0.5px currentColor,
    0.5px -0.5px currentColor,
    -0.5px 0.5px currentColor;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}

.article-content {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.08rem;
  line-height: 1.9;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content > *:last-child {
  margin-bottom: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content pre {
  margin: 0 0 1.1rem;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4 {
  color: #161616;
  font-family: "IBM Plex Sans Condensed", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.6rem 0 0.7rem;
}

.article-content h1 {
  font-size: 2rem;
}

.article-content h2 {
  font-size: 1.55rem;
}

.article-content h3 {
  font-size: 1.3rem;
}

.article-content a {
  color: #6a4a2c;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.article-content a:hover {
  color: #d94f30;
}

.article-content ul,
.article-content ol {
  padding-left: 1.25rem;
}

.article-content li + li {
  margin-top: 0.35rem;
}

.page-title {
  color: #6a4a2c;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.page-title strong {
  color: #161616;
  font-weight: 700;
}

.search-ui {
  display: grid;
  gap: 0.9rem;
}

.search-label {
  color: #6a4a2c;
  font-family: "IBM Plex Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.search-input {
  background: #fff8ed;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 9999px;
  color: #161616;
  font-size: 1.05rem;
  line-height: 1.4;
  padding: 0.8rem 1rem;
}

.search-input:focus {
  border-color: #d94f30;
  box-shadow: 0 0 0 2px rgba(217, 79, 48, 0.2);
  outline: none;
}

.search-meta {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.95rem;
}

.search-results {
  display: grid;
  gap: 0.8rem;
  margin-top: 0.4rem;
}

.search-result-card {
  background: #fff8ed;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: inherit;
  display: block;
  padding: 1rem;
  text-decoration: none;
}

.search-result-kicker {
  color: #d94f30;
  font-family: "IBM Plex Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.search-result-title {
  color: #161616;
  font-family: "IBM Plex Sans Condensed", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.15;
  margin: 10px 0 0.45rem;
}

.article-content .search-result-title {
  line-height: 1.15;
  margin: 10px 0 0.45rem;
}

.search-result-desc {
  color: rgba(0, 0, 0, 0.75);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.search-empty {
  color: rgba(0, 0, 0, 0.7);
  margin: 0.4rem 0 0;
}

.site-footer {
  background-color: #ffdd99;
}

@media (min-width: 640px) {
  .article-content {
    font-size: 1.12rem;
    line-height: 1.95;
  }

  .page-title {
    font-size: 2.1rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px) {
  .article-content {
    font-size: 1.18rem;
    line-height: 2;
  }

  .article-content p,
  .article-content ul,
  .article-content ol,
  .article-content blockquote,
  .article-content pre {
    margin-bottom: 1.2rem;
  }

  .page-title {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
