/* MSMD concept pages — shared stylesheet.
   The wall is the body; these pages are the naming. Dark, quiet, bookish. */

html { color-scheme: dark; }

body {
  margin: 0;
  background: #050506;
  color: #e6e3dc;
  font: 17px/1.75 Georgia, "Times New Roman", serif;
}

.wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 24px 96px;
}

h1 {
  font: 30px/1.25 Georgia, serif;
  font-weight: normal;
  margin: 0 0 10px;
  color: #f2efe6;
  letter-spacing: .01em;
}

.reo {
  color: #8a8678;
  font-size: 15px;
  font-style: italic;
  margin: 0 0 44px;
}

h2 {
  font: 20px/1.35 Georgia, serif;
  font-weight: normal;
  margin: 52px 0 14px;
  color: #f2efe6;
}

p { margin: 0 0 1.3em; }

ul { margin: 0 0 1.3em; padding-left: 22px; }
li { margin-bottom: .45em; }

a {
  color: #c9a86a;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 168, 106, .35);
}
a:hover { border-bottom-color: #c9a86a; }

/* The law statements — the parts meant to be lifted and quoted. */
.law {
  margin: 34px 0;
  padding: 20px 24px;
  border-left: 2px solid #c9a86a;
  background: rgba(201, 168, 106, .05);
  font-size: 18px;
  line-height: 1.65;
}
.law .name {
  display: block;
  font: 12px/1 system-ui, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c9a86a;
  margin-bottom: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 26px 0 34px;
  font-size: 15px;
  line-height: 1.6;
}
th, td {
  text-align: left;
  padding: 9px 12px;
  border-bottom: 1px solid #20202a;
  vertical-align: top;
}
th {
  color: #c9a86a;
  font: 12px/1.3 system-ui, sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
  text-transform: uppercase;
}
tr:last-child td { border-bottom: none; }

nav.pages {
  margin: 0 0 60px;
  padding-bottom: 22px;
  border-bottom: 1px solid #1b1b24;
  font: 14px/2.3 system-ui, sans-serif;
}
nav.pages a {
  margin-right: 18px;
  white-space: nowrap;
  border-bottom: none;
}

.home {
  display: block;
  margin-top: 80px;
  font: 14px/1.6 system-ui, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #8a8678;
}
.home a { border-bottom: none; }

/* Trade mark notice. Quiet by design: it is a legal fact, not a claim the
   page is making about itself, so it sits below the reading rather than in
   it. Used on /msmd only — the naming page. Do not repeat it site-wide. */
.mark {
  margin-top: 2.5rem;
  font-size: 0.82rem;
  line-height: 1.6;
  opacity: 0.62;
}
