body.sacred-page {
  margin: 0;
  background: #f7faf8;
  color: #15221c;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.sacred-page a {
  color: #0d5f53;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.sacred-header {
  border-bottom: 1px solid rgba(21, 34, 28, 0.12);
  background: rgba(247, 250, 248, 0.92);
}

.sacred-header__link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 58px;
  padding: 0 1.15rem;
  color: #15221c;
  font-weight: 760;
  text-decoration: none;
}

.sacred-header__mark {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.sacred-shell {
  width: min(100% - 2rem, 820px);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 4.8rem) 0 clamp(3.5rem, 8vw, 6rem);
}

.sacred-index,
.sacred-article {
  display: grid;
  gap: clamp(1.4rem, 3vw, 2rem);
}

.sacred-kicker {
  margin: 0;
  color: #65726b;
  font-size: 0.78rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sacred-index h1,
.sacred-article h1 {
  max-width: 16ch;
  margin: 0;
  color: #101a15;
  font-size: clamp(2.1rem, 7vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.sacred-index__intro,
.sacred-article__description {
  max-width: 62ch;
  margin: 0;
  color: #536159;
  font-size: 1.02rem;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.sacred-post-list {
  display: grid;
  gap: 0.55rem;
  margin: clamp(0.4rem, 2vw, 1rem) 0 0;
  padding: 0;
  list-style: none;
}

.sacred-post-list__link {
  display: grid;
  grid-template-columns: 3.25rem minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(21, 34, 28, 0.14);
  color: #15221c;
  text-decoration: none;
}

.sacred-post-list__item:last-child .sacred-post-list__link {
  border-bottom: 1px solid rgba(21, 34, 28, 0.14);
}

.sacred-post-list__number {
  color: #7a6251;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.sacred-post-list__title {
  min-width: 0;
  font-size: clamp(1.25rem, 3vw, 1.72rem);
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.sacred-post-list__link:hover,
.sacred-post-list__link:focus-visible {
  color: #0d5f53;
}

.sacred-menu--compact .sacred-post-list {
  gap: 0;
  margin-top: 0;
}

.sacred-menu--compact .sacred-post-list__link {
  grid-template-columns: 2.6rem minmax(0, 1fr);
  padding: 0.72rem 0;
}

.sacred-post-list__link.is-active {
  color: #0d5f53;
}

.sacred-post-list__link.is-active .sacred-post-list__title {
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.sacred-back a {
  display: inline-flex;
  color: #536159;
  font-size: 0.92rem;
  font-weight: 680;
  text-decoration: none;
}

.sacred-back a:hover,
.sacred-back a:focus-visible {
  color: #0d5f53;
  text-decoration: underline;
}

.sacred-article__header {
  display: grid;
  gap: 0.9rem;
  padding-bottom: clamp(1.2rem, 3vw, 1.9rem);
  border-bottom: 1px solid rgba(21, 34, 28, 0.14);
}

.sacred-body {
  display: grid;
  gap: 1.05rem;
  max-width: 72ch;
  color: rgba(21, 34, 28, 0.9);
  font-size: 1.05rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
}

.sacred-body > * {
  margin-top: 0;
  margin-bottom: 0;
}

.sacred-body h1,
.sacred-body h2,
.sacred-body h3,
.sacred-body h4 {
  max-width: 18ch;
  margin-top: 1.1rem;
  color: #101a15;
  line-height: 1.05;
  letter-spacing: 0;
}

.sacred-body h1 {
  font-size: clamp(1.8rem, 5vw, 3.2rem);
}

.sacred-body h2 {
  font-size: clamp(1.55rem, 4vw, 2.4rem);
}

.sacred-body h3,
.sacred-body h4 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
}

.sacred-body p,
.sacred-body li {
  color: rgba(21, 34, 28, 0.88);
}

.sacred-body ul,
.sacred-body ol {
  padding-left: 1.25rem;
}

.sacred-body li + li {
  margin-top: 0.35rem;
}

.sacred-body strong {
  color: #101a15;
}

.sacred-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.sacred-body .sacred-post-image {
  width: min(100%, 620px);
  margin: 0.9rem 0 1.2rem;
  border: 1px solid rgba(21, 34, 28, 0.12);
}

.sacred-body blockquote {
  margin: 0.6rem 0;
  padding: 0.6rem 0 0.6rem 1rem;
  border-left: 3px solid rgba(13, 95, 83, 0.35);
  color: #415148;
}

.sacred-body .frame {
  scroll-margin-top: 1rem;
}

.sacred-body .frame__inner {
  display: grid;
  gap: 1.05rem;
}

@media (max-width: 620px) {
  .sacred-shell {
    width: min(100% - 1.25rem, 820px);
  }

  .sacred-header__link {
    min-height: 54px;
    padding: 0 0.85rem;
  }

  .sacred-post-list__link {
    grid-template-columns: 2.65rem minmax(0, 1fr);
    gap: 0.75rem;
  }
}
