* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: #f6f4f8;
  color: #1c1c1c;
  font-family: "EB Garamond", Garamond, serif;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: #5a2d82;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-bottom: 0.9rem;
}

.site-header {
  background: #ffffff;
  border-bottom: 3px solid #4b2a7a;
}
.top-bar {
  background: #4b2a7a;
  color: #ffffff;
  font-size: 0.9rem;
}
.top-bar .date-line,
.top-bar .edition-line {
  margin: 0.3rem 0;
}
.branding {
  padding: 1rem 0;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.site-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: #4b2a7a;
  margin: 0;
}
.tagline {
  margin: 0.2rem 0 0;
  color: #666666;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.main-nav {
  background: #5a2d82;
}
.main-nav .top-menu {
  margin: 0;
}
.main-nav .nav-link {
  color: #ffffff;
  font-family: "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.6rem 1rem;
}
.main-nav .nav-link:hover {
  background: #4b2a7a;
  color: #ffffff;
}
.section-title {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 0 0 1rem;
  color: #4b2a7a;
}

.main-front {
  padding: 1.5rem 0 2.5rem;
}
.lead-story {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 1rem;
}
.lead-story img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.lead-story h2 {
  font-size: 1.8rem;
  margin-top: 0.6rem;
}
.lead-summary {
  font-size: 1.05rem;
}
.side-news {
  background: #eee6f6;
  border: 1px solid #d7cde3;
  padding: 1rem;
}
.side-news img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
}
.side-item {
  border-bottom: 1px solid #d7cde3;
  padding: 0.4rem 0;
}
.side-item:last-child {
  border-bottom: 0;
}
.side-item h3 {
  font-size: 1rem;
  margin: 0.3rem 0;
}
.side-item p {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
.news-grid {
  margin-top: 2rem;
}
.news-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 0.8rem;
  height: 100%;
  margin-bottom: 1.5rem;
}
.news-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.news-card h3 {
  font-size: 1.1rem;
  margin-top: 0.6rem;
}

.article-page {
  padding: 1.5rem 0 2.5rem;
}
.article-header h1 {
  font-size: 2.2rem;
  margin-bottom: 0.4rem;
}
.article-meta {
  color: #666666;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
  font-family: "Montserrat", sans-serif;
}
.article-summary {
  background: #eee6f6;
  border-left: 4px solid #5a2d82;
  padding: 1rem;
  font-style: italic;
}
.article-content h2 {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}
.article-figure {
  margin: 1rem 0;
}
.article-figure figcaption {
  font-size: 0.9rem;
  color: #666666;
  margin-top: 0.4rem;
}
.toc {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 1rem;
  margin-top: 1rem;
}
.toc h2 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
.toc-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.toc-list li {
  margin-bottom: 0.5rem;
}
.toc a {
  color: #4b2a7a;
}

.custom-page {
  padding: 1.5rem 0 2.5rem;
}
.custom-panel {
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.custom-panel h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.custom-form label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}
.custom-form input,
.custom-form select,
.custom-form button {
  width: 100%;
  margin-bottom: 0.8rem;
}
.preview-area {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 1rem;
  max-height: 520px;
  overflow-y: auto;
}
.preview-area h2 {
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.preview-article h3 {
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
.preview-meta {
  color: #666666;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
}

.site-footer {
  background: #1a1a1a;
  color: #dddddd;
  padding: 2rem 0 1rem;
}
.site-footer h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #c9b0e6;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.site-footer ul { list-style: none; padding-left: 0; margin: 0; }
.site-footer li { margin-bottom: 0.3rem; }
.site-footer a { color: #dddddd; }
.site-footer a:hover { color: #ffffff; }
.footer-newsletter input {
  background: #ffffff;
  border: 1px solid #444444;
  color: #111111;
  padding: 0.4rem;
}
.footer-newsletter button {
  background: #5a2d82;
  color: #ffffff;
  border: 1px solid #4b2a7a;
  padding: 0.45rem;
}
.footer-bottom {
  border-top: 1px solid #333333;
  padding-top: 0.8rem;
  font-size: 0.85rem;
  color: #aaaaaa;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-links a {
  color: #aaaaaa;
}

input, select, textarea, button, .btn { margin: 8px 0 8px; }
