/* 2003 Stellar Ops marketing site — period layout, original slices */
html, body {
  margin: 0;
  padding: 0;
  background: #000;
  color: #d8d8d8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

img { border: 0; }

a { color: #9cf; text-decoration: none; }
a:hover { text-decoration: underline; color: #fff; }

.page {
  width: 800px;
  margin: 0 auto;
  background: #000;
}

.mast {
  width: 800px;
  border-collapse: collapse;
  border-spacing: 0;
}

.mast td {
  padding: 0;
  margin: 0;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}

.mast img {
  display: block;
  border: 0;
}

.shine {
  display: block;
  width: 800px;
  height: 14px;
}

.mast-navcell {
  height: 21px;
  background: #9a9a9a;
}

.mast-nav {
  display: block;
  height: 21px;
  white-space: nowrap;
}

.mast-nav a {
  display: inline-block;
  line-height: 0;
  font-size: 0;
  height: 21px;
}

.mast-nav a:hover img.up { display: none; }
.mast-nav a img.over { display: none; }
.mast-nav a:hover img.over { display: inline-block; }

.body-row {
  display: flex;
  flex-direction: row;
  width: 800px;
  min-height: 520px;
}

.leftnav {
  width: 182px;
  padding: 12px 10px 24px;
  background: #000;
  color: #c8c8c8;
}

.leftnav .group {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.leftnav a {
  display: block;
  color: #ccc;
  padding: 3px 0 3px 4px;
  text-decoration: none;
}

.leftnav a:hover,
.leftnav a.active {
  color: #fff;
  background: #222;
}

.leftnav .sub {
  padding-left: 10px;
  font-size: 10px;
}

.leftnav .play {
  display: block;
  margin-top: 18px;
  padding: 8px 6px;
  text-align: center;
  color: #111;
  background: linear-gradient(180deg, #d5d5d5, #8e8e8e);
  border: 1px solid #eee;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.leftnav .play:hover {
  color: #000;
  text-decoration: none;
  filter: brightness(1.08);
}

.content {
  flex: 1;
  padding: 8px 16px 32px 12px;
  color: #ddd;
  line-height: 1.45;
}

.content h1 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.content h2 {
  margin: 18px 0 8px;
  font-size: 13px;
  color: #fff;
}

.content p { margin: 0 0 10px; }

.content .brief {
  display: flex;
  gap: 12px;
  margin: 0 0 16px;
  align-items: flex-start;
}

.content .brief img.thumb {
  width: 70px;
  height: 80px;
  object-fit: cover;
}

.content .brief img.shot {
  width: 270px;
  height: auto;
}

.welcome {
  margin-bottom: 18px;
}

.rail h3 {
  margin: 16px 0 6px;
  font-size: 11px;
  color: #fff;
}

.rail ul {
  margin: 0;
  padding: 0 0 0 16px;
}

.rail li { margin: 0 0 4px; }

hr.rule {
  border: 0;
  border-top: 1px solid #444;
  margin: 16px 0;
}

.stand {
  color: #fff;
}

.growth {
  font-weight: bold;
  line-height: 1.6;
}

.album {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.album figure {
  margin: 0;
  background: #111;
  padding: 4px;
}

.album img {
  width: 100%;
  height: auto;
  display: block;
}

.album figcaption {
  color: #aaa;
  font-size: 10px;
  padding: 4px 2px 0;
}

.foot {
  width: 800px;
  margin: 0 auto;
  padding: 10px 0 24px;
  text-align: center;
  color: #777;
  font-size: 10px;
  border-top: 1px solid #333;
}

.foot a { color: #888; }
