/* ========== HOME ========== */
.hero {
  padding: 20px 0 48px;
}
.hero__visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 24px 56px;
  text-align: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 17, 23, 0.5);
}
.hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__year {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 12px;
}
.hero__logo {
  width: min(674px, 100%);
  height: auto;
  margin-bottom: 48px;
}
.hero__copy {
  max-width: 589px;
  margin: 36px auto 0;
  text-align: center;
}
.hero__lead {
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-soft);
  line-height: 1.45;
  margin-bottom: 20px;
}
.hero__sub {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-muted);
  line-height: 1.57;
}

.home-section { padding: 48px 0; }

.schedule {
  display: grid;
  grid-template-columns: 500px 1fr;
  gap: 48px;
  align-items: stretch;
}
.schedule__poster {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  aspect-ratio: 500 / 622;
}
.schedule__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 24px 0 24px 32px;
}
.schedule__eyebrow {
  font-family: "Space Grotesk", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--color-accent);
}
.schedule__date {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  line-height: 1.27;
  color: #fff;
}
.schedule__venue {
  font-family: "Space Grotesk", sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
}
.schedule__location {
  display: block;
  margin-top: 8px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: var(--color-text-soft);
}
.schedule__lives {
  display: flex;
  flex-direction: column;
  max-width: 572px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.schedule__slot {
  display: grid;
  grid-template-columns: 190px 1fr 1fr;
  gap: 8px;
  align-items: baseline;
  padding: 32px 0;
}
.schedule__slot + .schedule__slot {
  border-top: 1px solid var(--color-border);
}
.schedule__live {
  font-family: "Space Grotesk", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: var(--color-accent);
}
.schedule__time {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text-soft);
}
.schedule__sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  max-width: 572px;
}
.schedule__sns-label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.schedule__sns-links {
  display: flex;
  gap: 16px;
}
.sns-btn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #131821;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sns-btn img {
  width: 20px;
  height: 20px;
  display: block;
}

.live-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 38px;
  padding: 0 20px;
  margin-bottom: 20px;
  border: 1px solid var(--color-accent);
  border-radius: 999px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-accent);
}
.lineup-block + .lineup-block { margin-top: 40px; }

.card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.artist-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.artist-card__media {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--color-black);
  border-radius: 0;
  border-bottom: 1px solid var(--color-border);
}
.artist-card__body {
  padding: 16px 16px 20px;
}
.artist-card__name {
  font-family: "Inter", sans-serif;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 8px;
}
.artist-card__tag {
  font-family: "Space Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--color-accent);
}
.artist-card__link {
  font-size: 15px;
  color: var(--color-muted);
}

/* ========== HISTORY ========== */
.history-intro {
  padding: 48px 0 24px;
}
.history-intro__lead {
  font-size: 18px;
  color: var(--color-text-soft);
  line-height: 1.6;
  margin-bottom: 16px;
}
.history-intro__body {
  font-size: 16px;
  color: var(--color-muted);
  line-height: 1.7;
}
.history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding-bottom: 48px;
}
.history-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.history-card__poster {
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--color-surface);
}
.history-card__artists {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.history-card__meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: var(--color-muted);
}
.history-card__meta strong {
  color: var(--color-muted);
  font-weight: 700;
}

/* ========== GALLERY ========== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 48px;
}
.gallery-item {
  aspect-ratio: 1;
  border-radius: 0;
  background: var(--color-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted);
  font-size: 15px;
  font-weight: 700;
}

/* ========== PARTNER ========== */
.partner-hero {
  padding: 40px 0 0;
}
.partner-hero__frame {
  position: relative;
  min-height: 420px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
}
.partner-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partner-hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(13, 17, 23, 0.25);
}
.partner-hero__inner {
  position: relative;
  z-index: 1;
}
.partner-hero__logo {
  width: min(406px, 80%);
  height: auto;
  margin: 0 auto 24px;
}
.partner-hero__label {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-accent);
  margin-bottom: 16px;
}
.partner-hero__desc {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-text-soft);
  line-height: 30px;
}

.credits {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px 80px;
}
.credits::after {
  content: "▲\A▼";
  white-space: pre;
  position: absolute;
  right: 24px;
  top: 40px;
  bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  color: var(--color-border);
  line-height: 1;
  text-align: center;
}
.credits__roll {
  width: min(485px, 100%);
  text-align: center;
}
.credits__show {
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.credits__show::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 16px auto 0;
  background: var(--color-accent);
}
.credits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
.credits__role {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-muted);
}
.credits__name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--color-text-soft);
}
.credits__thanks {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 24px;
}

.sponsor-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  gap: 32px;
  min-height: 88px;
  padding: 14px 40px;
  margin-bottom: 40px;
  background: var(--color-cream);
  border: 1px solid rgba(41, 50, 65, 0.3);
  border-radius: var(--radius);
}
.sponsor-row__label {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-accent);
  white-space: nowrap;
}
.sponsor-row__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.sponsor-slot {
  height: 60px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-muted-2);
  font-size: 12px;
  font-weight: 700;
}

.company-info {
  padding: 8px 0 64px;
}
.company-info__title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
.company-info__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 480px;
}
.company-info__label {
  font-family: "Space Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: rgba(245, 247, 250, 0.5);
  margin-bottom: 8px;
}
.company-info__value {
  font-family: "Inter", "Pretendard", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.company-info__value--address {
  font-size: 16px;
}

/* ========== TICKET ========== */
.ticket-block {
  background: var(--color-cream);
  border: 1px solid rgba(41, 50, 65, 0.3);
  border-radius: 0;
  padding: 36px 40px;
  margin-bottom: 48px;
  color: var(--color-ink);
}
.ticket-block__title {
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.ticket-block__body {
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  color: var(--color-ink);
  line-height: 2;
  white-space: pre-line;
}
.ticket-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 56px;
}
.ticket-card {
  background: var(--color-cream);
  border: 1px solid rgba(41, 50, 65, 0.3);
  border-radius: var(--radius);
  padding: 20px 17px 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--color-ink);
}
.ticket-card__logo {
  background: #fff;
  border-radius: var(--radius-sm);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-muted-2);
}
.ticket-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.ticket-card__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.ticket-card__name {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-ink);
}
.ticket-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 1px 5px;
  border: 1px solid var(--color-accent);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-accent);
  line-height: 15px;
}
.ticket-status--sold,
.ticket-status--closed {
  border-color: #6b7280;
  color: #6b7280;
}
.ticket-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 105px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  background: var(--color-accent);
  color: var(--color-cream);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.ticket-card__cta:hover { filter: brightness(1.08); }

@media (max-width: 1024px) {
  .hero__visual { min-height: 420px; padding: 36px 16px; }
  .schedule {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .schedule__info { padding: 0; }
  .schedule__lives { max-width: none; }
  .schedule__slot { grid-template-columns: 1fr; gap: 4px; }
  .schedule__sns { justify-content: flex-start; }
  .card-row,
  .history-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .sponsor-row {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 20px;
  }
  .sponsor-row__logos { grid-template-columns: repeat(3, 1fr); }
  .ticket-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .card-row,
  .history-grid,
  .ticket-grid { grid-template-columns: 1fr; }
  .sponsor-row__logos { grid-template-columns: 1fr 1fr; }
  .article-panel__meta { flex-direction: column; }
  .btn-primary { min-width: 0; width: 100%; }
}
