* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: #000; }
a:hover { color: #000; }

.container {
  max-width: 520px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  position: relative;
}

.hero {
  text-align: center;
  margin-bottom: 16px;
}

.logo {
  width: 180px;
  max-width: 60%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.tagline {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #555;
}

.release {
  text-align: center;
  margin-bottom: 32px;
}

.cover {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto 16px;
  border: 1px solid #ddd;
}

.flyer {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

.release-title {
  margin: 0;
  font-size: 28px;
  font-weight: bold;
}

.release-meta {
  margin: 4px 0 20px;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 420px;
  margin: 0 auto;
}

.release-label {
  margin: 0 0 8px;
  text-align: center;
}


.btn {
  display: block;
  padding: 12px 16px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}

.btn:hover {
  background: #FA4B37;
  color: #000;
}

.social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 32px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.social a {
  padding: 4px 8px;
}

.social a:hover {
  background: #FA4B37;
  color: #000;
}

.footer {
  text-align: center;
  font-size: 13px;
  color: #555;
  padding-top: 16px;
  border-top: 1px solid #ddd;
}

.footer a { color: #000; }

/* Behind-the-scenes */

.gate {
  max-width: 320px;
  margin: 40px auto;
  text-align: center;
}

.gate input[type="password"] {
  width: 100%;
  padding: 10px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  margin-bottom: 8px;
}

.gate button {
  width: 100%;
  padding: 10px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  background: #fff;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
}

.gate button:hover { background: #000; color: #fff; }

.gate .error {
  color: #c00;
  font-size: 13px;
  min-height: 18px;
  margin-top: 6px;
}

.bts-section {
  margin-bottom: 40px;
}

.bts-section h2 {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #555;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin: 0 0 16px;
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.photo-grid figure { margin: 0; }
.photo-grid img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
}
.photo-grid figcaption {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

.video-list > * + * { margin-top: 16px; }
.video-list video,
.video-list iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #ddd;
  background: #000;
  display: block;
}
.video-list .caption {
  font-size: 13px;
  color: #555;
  margin-top: 4px;
}

.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.link-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.link-list .note {
  display: block;
  font-size: 12px;
  color: #555;
  margin-top: 2px;
}

.empty {
  color: #888;
  font-size: 13px;
  font-style: italic;
}

/* Secret show lineup */

.lineup {
  margin: 0 0 12px;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

.byline {
  margin: 0 0 32px;
  font-size: 13px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.6;
}

.lineup a {
  color: #000;
  text-decoration: underline;
  padding: 2px 6px;
}

.lineup a:hover {
  background: #FA4B37;
  color: #000;
}

