body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  background-color: #f7f4ef;
  color: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  max-width: 600px;
  padding: 40px 20px;
  text-align: center;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
}

.callsign {
  font-size: 0.9rem;
  letter-spacing: 3px;
  color: #666;
  margin-bottom: 2rem;
}

p {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.divider {
  margin: 2rem auto;
  width: 50px;
  height: 1px;
  background-color: #999;
}

.links a {
  display: inline-block;
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  font-size: 0.95rem;
  letter-spacing: 1px;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.links a:hover {
  border-bottom: 1px solid #333;
  opacity: 0.6;
}

footer {
  margin-top: 3rem;
  font-size: 0.8rem;
  color: #888;
}
h2 {
  font-size: 1.35rem;
  margin: 0 0 0.75rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.work {
  margin-top: 2rem;
  padding: 1.5rem 0;
}

.work-description {
  margin-bottom: 0.75rem;
}

.work-status {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  color: #666;
  font-style: italic;
}

.back {
  margin-top: 2.5rem;
  font-size: 0.9rem;
}

.back a {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.back a:hover {
  border-bottom: 1px solid #333;
  opacity: 0.6;
}
/* ===== Table of Contents ===== */

.toc {
  margin-top: 2rem;
  text-align: left;
}

.toc-entry {
  margin-bottom: 2rem;
}

.toc-entry h2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
  font-weight: normal;
}

.toc-entry p {
  margin: 0;
  color: #444;
}
.work-status a {
  color: inherit;              /* keeps your gray tone */
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease;
}

.work-status a:hover {
  border-bottom: 1px solid #666;
  opacity: 0.7;
}
.branch {
  display: flex;
  justify-content: center;
  margin: 20px 0 30px 0;
}

.branch img {
  width: 120px; /* adjust size here */
  opacity: 0.8;
}
.signal-noise {
  letter-spacing: 0.08em;
  text-decoration: line-through;
  font-weight: 700;
  opacity: 0.8;
}
