* {
  box-sizing: border-box;
}

html {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  line-height: 1.65;
  color: #2c2926;
  background-color: #ffffff;
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
}

a {
  color: #4a7c59;
  text-decoration: none;
}
a:hover {
  color: #2d5a3d;
  text-decoration: underline;
}

.site-header {
  position: relative;
  border-bottom: 1px solid #e5e0d9;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .site-header {
    margin-bottom: 1.5rem;
  }
}

.menu-toggle {
  display: none;
  position: absolute;
  top: 1.5rem;
  right: 0.5rem;
  z-index: 1001;
  padding: 0.75em;
  min-width: 44px;
  min-height: 44px;
  background: #ffffff;
  border: 1px solid #e5e0d9;
  border-radius: 4px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
}

.menu-toggle-bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #2c2926;
  transition: transform 0.2s, opacity 0.2s;
}

.menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-header-image {
  display: block;
  line-height: 0;
}
.site-header-image:hover {
  text-decoration: none;
}

.header-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .header-img {
    max-height: 200px;
  }
}

.site-nav {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.site-logo {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #2c2926;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.site-logo:hover {
  color: #6b5b4f;
}

.nav-links {
  display: flex;
  gap: 2.25rem;
}
.nav-links a {
  font-size: 0.95rem;
}

.site-wrapper {
  max-width: 60rem;
  margin: 0 auto;
  padding: 0 1.5rem 4.5rem;
  display: flex;
  gap: 4.5rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .site-wrapper {
    flex-direction: column;
    padding: 0 1rem 3rem;
    gap: 0;
  }
}

.main {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .main {
    width: 100%;
  }
}

.sidebar-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}
@media (max-width: 768px) {
  .sidebar-backdrop {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
  }
  .sidebar-open .sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 769px) {
  .sidebar-backdrop {
    display: none !important;
  }
}

.sidebar {
  width: 14rem;
  flex-shrink: 0;
  padding-top: 0;
}
@media (max-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(20rem, 85vw);
    max-width: 20rem;
    padding: 3rem;
    background: #ffffff;
    border-left: 1px solid #e5e0d9;
    z-index: 1000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.25s ease-out;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  }
  .sidebar-open .sidebar {
    transform: translateX(0);
  }
}
@media (min-width: 769px) {
  .sidebar {
    transform: none !important;
  }
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 3rem;
}
.sidebar-nav a {
  font-size: 0.95rem;
}

.sidebar-widget {
  margin-bottom: 3rem;
}

.center-widget {
  text-align: center;
}

.sidebar-logo {
  max-width: 100%;
  height: auto;
}

.smce-link {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 900;
}

.oswg-link {
  font-family: "Nunito", sans-serif;
}

.sidebar-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: #2c2926;
}

.sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-list li {
  margin-bottom: 0.35em;
  font-size: 0.9rem;
}
.sidebar-list li .count {
  color: #5c5854;
  font-size: 0.85em;
}

.sidebar-text {
  margin: 0;
  font-size: 0.9rem;
}

.category-posts {
  list-style: none;
  padding: 0;
}
.category-posts li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e0d9;
}
.category-posts li a {
  font-weight: 500;
}
.category-posts li .post-date {
  display: block;
  font-size: 0.85rem;
  margin-top: 0.25em;
}

.home-header {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e0d9;
}
@media (max-width: 768px) {
  .home-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.site-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.25rem;
  font-weight: 500;
  margin: 0 0 0.25em;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .site-title {
    font-size: 1.75rem;
  }
}

.site-tagline {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: #5c5854;
  margin: 0;
}
@media (max-width: 768px) {
  .site-tagline {
    font-size: 1.1rem;
  }
}

.episodes {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 768px) {
  .episodes {
    gap: 1.5rem;
  }
}

.episode-summary {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e5e0d9;
}
.episode-summary:last-child {
  border-bottom: none;
}
@media (max-width: 768px) {
  .episode-summary {
    padding-bottom: 1.5rem;
  }
}

.episode-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem;
  font-weight: 900;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .episode-title {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.episode-excerpt {
  color: #5c5854;
  font-size: 0.95rem;
  margin-bottom: 0.75em;
}

.episode-link {
  font-size: 0.9rem;
}

.post-header,
.page-header {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e0d9;
}
@media (max-width: 768px) {
  .post-header,
  .page-header {
    margin-bottom: 1.5rem;
  }
}

.post-title,
.page-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 0.25em;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .post-title,
  .page-title {
    font-size: 1.5rem;
    line-height: 1.35;
    word-wrap: break-word;
  }
}

.post-date {
  font-size: 0.9rem;
  color: #5c5854;
}

.post .post-date {
  display: block;
  text-align: right;
}

.post-content,
.page-content {
  font-size: 1rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  margin-top: 2.25rem;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-style: italic;
}
.post-content h2,
.page-content h2 {
  font-size: 1.35rem;
  margin-top: 3rem;
}
.post-content h3,
.page-content h3 {
  font-size: 1.2rem;
}
.post-content h4, .post-content h5, .post-content h6,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-size: 1.1rem;
}
.post-content p,
.page-content p {
  margin: 0 0 1em;
}
.post-content ul, .post-content ol,
.page-content ul,
.page-content ol {
  margin: 0 0 1em;
  padding-left: 1.5em;
}
.post-content li,
.page-content li {
  margin-bottom: 0.35em;
}
.post-content blockquote,
.page-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
  border-left: 3px solid #e5e0d9;
  color: #5c5854;
  font-style: italic;
}
.post-content hr,
.page-content hr {
  border: none;
  border-top: 1px solid #e5e0d9;
  margin: 3rem 0;
}
.post-content code,
.page-content code {
  font-size: 0.9em;
  padding: 0.1em 0.3em;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.post-content pre,
.page-content pre {
  overflow-x: auto;
  padding: 1.5rem;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
}
.post-content pre code,
.page-content pre code {
  padding: 0;
  background: none;
}
@media (max-width: 768px) {
  .post-content pre,
  .page-content pre {
    padding: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
  }
}
.post-content iframe,
.page-content iframe {
  max-width: 100%;
}

.site-footer {
  margin-top: 4.5rem;
  padding: 3rem 0;
  border-top: 1px solid #e5e0d9;
  background: rgba(0, 0, 0, 0.02);
}
@media (max-width: 768px) {
  .site-footer {
    margin-top: 3rem;
    padding: 1.5rem 0;
  }
}

.footer-content {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-content {
    padding: 0 1rem;
  }
}

.footer-tagline {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  color: #5c5854;
  font-size: 0.95rem;
  margin: 0 0 0.5em;
}

.footer-contact {
  font-size: 0.9rem;
  margin: 0 0 0.5em;
}

.footer-copy {
  font-size: 0.85rem;
  color: #5c5854;
  margin: 0;
}

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