/* siegestack.com -- the "article" template
 *
 * Long-form pages: the pillar articles and the index pages fronting them.
 * h2 at 1.6rem with no rule, uncoloured body copy, a fluid clamp() hero, and
 * scroll-behavior: smooth for the in-page anchors these pages actually have.
 *
 * Loaded AFTER site.css. See the ordering note in doc.css.
 */

.nav-links a {
  color: var(--light-slate);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1rem;
  font-weight: 700;
}
h2 {
  color: var(--white);
  font-size: 1.6rem;
  margin: 2.5rem 0 1rem;
}
p {
  margin-bottom: 1rem;
}
ul {
  margin: 0 0 1rem 1.25rem;
}
a {
  color: var(--blue-accent);
}
html {
  scroll-behavior: smooth;
}
.nav-links {
  display: flex;
  gap: 2rem;
  align-items: center;
}
h3 {
  color: var(--white);
  font-size: 1.2rem;
  margin: 1.5rem 0 0.75rem;
}
.om-lead {
  font-size: 1.15rem;
  line-height: 1.75;
}
.om-table-wrap {
  overflow-x: auto;
}
.om-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 0.95rem;
}
.om-table th, .om-table td {
  border: 1px solid rgba(136,146,176,0.3);
  padding: 0.7rem 0.9rem;
  text-align: left;
  vertical-align: top;
}
.om-table th {
  background: rgba(136,146,176,0.12);
  font-weight: 700;
}
.om-track {
  border: 1px solid rgba(136,146,176,0.3);
  border-radius: 10px;
  padding: 1.4rem 1.6rem;
  margin: 1.4rem 0;
}
.om-num {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--blue-accent, #64ffda);
  font-weight: 700;
  margin-bottom: .4rem;
}
