/* Typography */
body {
  font-family: 'EB Garamond', serif;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  background: #fff;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: 'Cinzel', serif;
  margin: 0 0 0.5em;
}

.sc {
  font-variant: small-caps;
  letter-spacing: 0.05em;
}

/* Layout */
.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.site-header {
  text-align: center;
  padding: 3rem 1rem 2rem;
}

.masthead-title {
  font-size: 2rem;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}

.est {
  font-size: 0.9rem;
  font-family: 'Cinzel', serif;
  margin-top: 0.5rem;
}

.dot {
  padding: 0 0.4em;
}

/* Announcement */
.announcement {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.kicker {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 1rem;
}

.lede {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.dropcap::first-letter {
  float: left;
  font-size: 3rem;
  line-height: 1;
  margin-right: 0.2rem;
  font-family: 'Cinzel', serif;
  font-weight: 600;
}

.rule {
  border: none;
  border-top: 1px solid #ddd;
  margin: 2rem 0;
}

/* Notices */
.notice {
  margin-bottom: 2rem;
}

.notice-title {
  font-size: 1.2rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}

.notice-text {
  margin: 0;
}

/* Call-to-action buttons */
.btn {
  display: inline-block;
  margin: 0.5rem;
  padding: 0.6rem 1.2rem;
  text-decoration: none;
  font-family: 'Cinzel', serif;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  transition: background 0.2s ease;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.btn-primary {
  background: #000;
  color: #fff;
}

/* Motto */
.motto {
  font-style: italic;
  text-align: center;
  margin: 2rem 0;
}

/* Footer */
.site-footer {
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding: 2rem 1rem;
}

.fineprint {
  margin: 0;
}

/* Responsive */
@media (min-width: 768px) {
  .masthead-title {
    font-size: 3rem;
  }
}