/* ============================================================
   Label page
   ============================================================ */

.label-section {
  padding: 72px 48px;
  border-bottom: 1px solid var(--line);
  max-width: 1100px;
  margin: 0 auto;
}
.label-section-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--rose);
  font-weight: 800;
  margin-bottom: 32px;
}
.publishing-label-detail.is-hidden {
  display: none;
}
.label-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
  background: #fff;
}
.label-detail-left,
.label-detail-right { padding: 42px 40px; }
.label-detail-right {
  border-left: 1px solid var(--line);
  background: var(--soft);
  display: flex;
  align-items: center;
  justify-content: center;
}
.caffeine-left { border-top: 8px solid var(--amber); }
.oops-left { border-top: 8px solid #bf6a28; }
.nijiro-left { border-top: 8px solid var(--rose); }
.mousou-left { border-top: 8px solid var(--violet); }
.ld-logo-row {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: 26px;
}
.ld-logo {
  max-height: 160px;
  max-width: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.ld-type {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: 800;
}
.ld-type-caffeine { color: var(--amber); }
.ld-type-oops { color: #9b531f; }
.ld-type-nijiro { color: var(--rose); }
.ld-type-mousou { color: var(--violet); }
.ld-name {
  font-size: 34px;
  font-weight: 900;
  color: var(--ink);
  margin-bottom: 12px;
  line-height: 1.2;
}
.ld-tagline {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 800;
}
.ld-tagline-caffeine,
.ld-desc-caffeine { color: #653016; }
.ld-tagline-oops,
.ld-desc-oops { color: #684017; }
.ld-tagline-nijiro,
.ld-desc-nijiro { color: #6f213b; }
.ld-tagline-mousou,
.ld-desc-mousou { color: #3f1b67; }
.ld-desc {
  font-size: 15px;
  line-height: 1.95;
}
.ld-badge {
  display: inline-flex;
  width: fit-content;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 999px;
  border: 1px solid currentColor;
  color: var(--amber);
  background: #fff;
  font-weight: 800;
}
.ld-badge-oops { color: #9b531f; }
.ld-badge-nijiro { color: var(--rose); }
.ld-badge-mousou { color: var(--violet); }
.pub-teaser-compact {
  padding: 34px 36px;
  background: #2a151c;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
}
.pub-teaser-compact p {
  font-size: 15px;
  color: #f2e9e0;
  line-height: 1.85;
  margin: 0;
}
.pub-teaser-compact .btn-outline-pub { flex-shrink: 0; }

@media (max-width: 768px) {
  .label-section { padding: 52px 24px; }
  .label-detail { grid-template-columns: 1fr; }
  .label-detail-right {
    border-left: none;
    border-top: 1px solid var(--line);
  }
  .label-detail-left, .label-detail-right { padding: 34px 26px; }
  .ld-logo {
    max-width: 100%;
    max-height: 140px;
  }
  .pub-teaser-compact {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
  }
}
