/* Shared ltwilson.com page shell. Generated by scripts/site_shell.py. */
:root {
  --site-muted: #aaa59c;
  --site-faint: #817a70;
  --text-secondary: #aaa59c;
  --muted: #aaa59c;
  --text-faint: #817a70;
}

.crumb,
.byline {
  color: var(--site-muted) !important;
}

.sitebar {
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 0 22px;
  border-bottom: 1px solid rgba(212, 174, 96, .20);
  background: #1a1917;
  color: var(--site-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1;
}

.sitebar a {
  color: var(--site-muted);
  text-decoration: none;
  transition: color .2s ease;
}

.sitebar a:hover,
.sitebar a:focus-visible {
  color: #e6e1d6;
}

.sitebar .sb-home {
  color: #d4ae60;
  font-size: 15px;
  letter-spacing: .06em;
  white-space: nowrap;
}

.sitebar .sb-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.sitebar .sb-links a {
  margin: 0;
}

.sitebar a[aria-current] {
  color: #e6e1d6;
}

.sitebar a[aria-current]::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  background: #d4ae60;
  content: "";
  opacity: .65;
}

/* The homepage body has its own large canvas padding. Pull only its shell
   back to the viewport edge, then preserve the intended masthead breathing room. */
.sitebar-home {
  width: calc(100% + 40px);
  margin: -11vh -20px 11vh;
}

/* Simple legacy copyright lines yield to the shared footer. Distinctive
   closing material remains: EOR provenance, Joy's mandala, and Turiya care. */
.foot,
.page > footer,
body > footer:not(.site-footer) .meta {
  display: none !important;
}

.site-footer {
  box-sizing: border-box;
  align-self: stretch;
  width: 100%;
  margin: 72px 0 0;
  padding: 30px 22px;
  border-top: 1px solid rgba(212, 174, 96, .18);
  background: #12110f;
  color: var(--site-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.5;
}

.site-footer .sf-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}

.site-footer a {
  color: var(--site-muted);
  text-decoration: none;
  transition: color .2s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible,
.site-footer a[aria-current] {
  color: #e6e1d6;
}

.site-footer .sf-brand {
  color: #d4ae60;
  font-size: 14px;
  letter-spacing: .05em;
  white-space: nowrap;
}

.site-footer .sf-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer .sf-copy {
  color: var(--site-faint);
  font-size: 12px;
  white-space: nowrap;
}

.site-footer-home {
  width: calc(100% + 40px);
  margin: 4em -20px -14vh;
}

@media (max-width: 560px) {
  .sitebar {
    flex-direction: row;
    min-height: 52px;
    gap: 16px;
    padding: 0 18px;
    font-size: 13px;
  }

  .sitebar .sb-home {
    font-size: 14px;
  }

  .sitebar .sb-links {
    flex-direction: row;
    gap: 16px;
  }

  .sitebar .sb-links a {
    margin: 0;
  }

  .site-footer {
    padding: 28px 18px;
  }

  .site-footer .sf-inner {
    flex-direction: column;
    gap: 11px;
    text-align: center;
  }

  .site-footer .sf-copy {
    white-space: normal;
  }
}
