body {
  font-family: 'Merriweather', serif;
  margin: 0;
  background: #1a1024;
  color: #eee;
  text-align: center;
}

header {
  position: relative;
  padding: 40px 20px 10px;
}

h1 {
  margin: 0;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.tag {
  margin-top: 12px;
  color: #bbb;
  font-size: 1.1em;
}

.subtag {
  margin-top: 6px;
  color: #888;
  font-size: 0.9em;
}

.hero img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
  border: 2px solid #888;
}

.info {
  margin: 30px 0;
}

.links a {
  display: inline-block;
  margin: 10px;
  padding: 10px 15px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.links a {
  display: inline-block;
  margin: 8px;
  padding: 10px 16px;
  background: #2a1a3a;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 0.9em;
}

.stills img {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  display: block;
  border-radius: 6px;
  border: 2px solid #888;
}

footer {
  margin: 40px 0;
  color: #777;
}

.socials {
  margin-bottom: 25px;
}

.socials a {
  display: inline-block;
  margin: 6px;
  padding: 10px 16px;
  font-size: 0.9em;
  background: #2a1a3a;
  color: #ddd;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid #777;
}

.socials a:hover {
  background: #3a2a5a;
}

.top-socials a {
  display: inline-block;
  margin-left: 14px;
  font-size: 2.1em;
  color: #ccc;
  text-decoration: none;
}
.top-socials a:nth-child(1) { color: #ccc; }        /* Spotlight (neutral) */
.top-socials a:nth-child(2) { color: #f5c518; }     /* IMDb yellow */
.top-socials a:nth-child(3) { color: #ff0000; }     /* YouTube red */
.top-socials a:nth-child(4) { color: #e1306c; }     /* Instagram pink */
.top-socials a:hover {
  opacity: 0.8;
}
.top-socials {
  position: absolute;
  top: 20px;
  right: 20px;
}
.main-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
  border: 1px solid #777;
}

.thumb-row {
  margin-top: 15px;
}

.thumb-row img {
  width: 80px;
  margin: 5px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #555;
  opacity: 0.8;
}

.thumb-row img:hover {
  opacity: 1;
  border: 1px solid #aaa;
}
.main-image {
  text-align: center;
}

#mainDisplay {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.thumb-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.thumb-row img {
  width: 90px;
  height: auto;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #555;
  opacity: 0.85;
}

.thumb-row img:hover {
  opacity: 1;
  border: 1px solid #aaa;
}

.crop-thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
  object-position: center;
}