/* Tailored Beliefs — restored-page styling (header art + type per the
   original site: Lobster Two display, Droid Serif text). */
body { margin: 0; background: #fff; color: #333; }
.tb-page {
  max-width: 46em; margin: 0 auto; padding: 1.5em 1.25em 3em;
  font-family: 'Droid Serif', Georgia, 'Times New Roman', serif;
  font-size: 1.05em; line-height: 1.75;
}
.tb-header {
  display: flex; align-items: center; gap: 1.5em;
  border-bottom: 1px solid #ddd; padding-bottom: 1.25em; margin-bottom: 2em;
}
.tb-octo { width: 150px; overflow: hidden; flex: none; }
.tb-octo img { height: 130px; width: auto; display: block; max-width: none; }
.tb-site-title {
  font-family: 'Lobster Two', cursive; font-weight: 700;
  font-size: 2.6em; line-height: 1.1; color: #464646;
}
.tb-site-title a { color: inherit; text-decoration: none; }
.tb-tagline { font-size: 0.8em; line-height: 1.6; color: #555; margin: 0.5em 0 0; }
h1 {
  font-family: 'Lobster Two', cursive; font-weight: 700;
  font-size: 2em; line-height: 1.2; color: #464646; margin: 0 0 0.6em;
}
a { color: #16657f; text-decoration: underline; text-underline-offset: 2px; }
a:hover, a:active { color: #0b4557; }
img { max-width: 100%; height: auto; }
blockquote { margin: 1em 2em; color: #555; }
.tb-footer { margin-top: 2.5em; font-size: 0.9em; color: #666; }
.tb-footer hr { border: 0; border-top: 1px solid #ddd; }
@media (max-width: 600px) {
  .tb-header { flex-direction: column; align-items: flex-start; gap: 0.75em; }
  .tb-octo { width: 120px; }
  .tb-octo img { height: 100px; }
}
