:root {
  --stage-green: #0a8f5a;
  --stage-deep: #075b43;
  --stage-aqua: #55b8ba;
  --stage-lime: #a8d86f;
  --stage-yellow: #f0de69;
  --stage-coral: #ee978f;
  --stage-sky: #bfe6ef;
  --stage-cream: #fffdf5;
  --stage-ink: #263d35;
  --stage-muted: #65756e;
  --stage-line: rgba(8, 113, 76, .18);
  --stage-shadow: 0 18px 44px rgba(7, 91, 67, .10);
}

.stage-event-page {
  background:
    repeating-linear-gradient(-45deg, rgba(232, 223, 178, .10) 0 5px, transparent 5px 12px),
    var(--stage-cream);
  color: var(--stage-ink);
}

.stage-event-page .site-header {
  background: rgba(255, 253, 245, .90);
}

.stage-edge {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: clamp(92px, 12vw, 180px);
  background-repeat: repeat-y;
  background-size: 100% auto;
  opacity: .92;
  pointer-events: none;
}
.stage-edge-left { left: 0; background-image: url("side_texture_green.png"); }
.stage-edge-right { right: 0; background-image: url("side_texture_blue.png"); }

.stage-hero {
  position: relative;
  padding: 132px 22px 70px;
  overflow: hidden;
}

.stage-hero-inner,
.stage-section-inner {
  width: min(1040px, calc(100% - 80px));
  margin-inline: auto;
}

.stage-hero-inner {
  text-align: center;
}

.stage-logo-row {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  color: var(--stage-green);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 800;
  line-height: 1.8;
}
.stage-logo-row img { width: 62px; height: 62px; object-fit: contain; }
.stage-logo-row p { margin: 0; }

.stage-flag {
  position: relative;
  width: 178px;
  height: 110px;
  margin: 12px auto 2px;
}
.stage-flag::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 2px;
  width: 4px;
  height: 100px;
  border-radius: 999px;
  background: var(--stage-deep);
  transform: rotate(-5deg);
}
.stage-flag::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 12px;
  width: 110px;
  height: 62px;
  border: 3px solid var(--stage-green);
  border-radius: 8px 18px 8px 12px;
  background: #fff8cf;
  transform: rotate(-7deg) skewX(-4deg);
  box-shadow: 0 8px 18px rgba(7, 91, 67, .12);
}
.stage-flag span {
  position: absolute;
  z-index: 2;
  left: 54px;
  top: 30px;
  color: var(--stage-green);
  font-size: 16px;
  font-weight: 900;
  transform: rotate(-7deg);
}

.stage-garland {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin: -18px auto 12px;
}
.stage-garland i {
  width: 22px;
  height: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: var(--stage-coral);
}
.stage-garland i:nth-child(2n) { background: var(--stage-lime); }
.stage-garland i:nth-child(3n) { background: var(--stage-aqua); }

.stage-eyebrow,
.stage-heading > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--stage-green);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.stage-hero h1 {
  margin: 14px 0 10px;
  color: var(--stage-deep);
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1.15;
  letter-spacing: -.04em;
}
.stage-intro {
  margin: 0 0 34px;
  color: #574a42;
  font-size: clamp(15px, 1.8vw, 19px);
  font-weight: 700;
}

.stage-photo-strip {
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.stage-photo-strip img {
  display:block;
  width: 100%;
  height: clamp(150px, 19vw, 210px);
  object-fit: cover;
}

.stage-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.stage-type-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 28px 24px 24px;
  border: 2px solid var(--stage-green);
  border-radius: 28px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--stage-shadow);
  text-align: left;
}
.stage-type-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 58px;
  background: var(--stage-green);
}
.stage-type-icon {
  position: relative;
  z-index: 2;
  width: 86px;
  height: 86px;
  margin: 8px auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 26px rgba(7,91,67,.12);
}
.stage-type-icon img { width: 70px; height: 70px; object-fit: contain; }
.stage-type-label {
  position: relative;
  z-index: 2;
  margin: 0 0 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  letter-spacing: .10em;
}
.stage-type-card h2 {
  margin: 14px 0 12px;
  color: var(--stage-deep);
  font-size: 23px;
  line-height: 1.35;
  text-align: center;
}
.stage-type-card > p:last-child {
  margin: 0;
  color: var(--stage-muted);
  font-size: 14px;
  line-height: 1.85;
}
.type-dance { border-color: #2d9fb4; }
.type-dance::before { background: #2d9fb4; }
.type-live { border-color: #dd817b; }
.type-live::before { background: #dd817b; }

.stage-anchor-nav {
  position: sticky;
  z-index: 20;
  top: 78px;
  width: min(720px, calc(100% - 36px));
  margin: 0 auto 20px;
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  border: 1px solid rgba(255,255,255,.84);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 28px rgba(7,91,67,.10);
}
.stage-anchor-nav a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--stage-deep);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}
.stage-anchor-nav a:hover { background: #e7f7ed; }

.stage-section {
  position: relative;
  padding: 90px 22px;
}
.stage-schedule-section { background: rgba(255, 252, 241, .74); }
.stage-performers-section { background: rgba(238, 250, 244, .68); }
.stage-info-section { background: rgba(231, 247, 248, .72); }

.stage-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.stage-heading h2 {
  margin: 14px 0 12px;
  color: var(--stage-deep);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.25;
}
.stage-heading p {
  margin: 0;
  color: var(--stage-muted);
  font-size: 15px;
  line-height: 1.9;
}
.stage-heading-left { margin: 0; text-align: left; }
.stage-heading-left > span { justify-content: flex-start; }

.timeline {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 0;
}
.timeline-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  align-items: center;
  min-height: 72px;
}
.timeline-row time {
  color: var(--stage-deep);
  font-size: 14px;
  font-weight: 800;
}
.timeline-row > div {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(38,61,53,.68);
}
.timeline-row > div::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--stage-green);
  transform: translateY(-50%);
  box-shadow: 0 0 0 6px #fffdf5;
}
.timeline-row span {
  margin-left: 24px;
  color: #89938d;
  font-size: 13px;
  font-weight: 700;
}
.schedule-note {
  max-width: 760px;
  margin: 26px auto 0;
  color: var(--stage-muted);
  font-size: 12px;
  text-align: right;
}

.performer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.performer-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--stage-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.performer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(7,91,67,.15);
}
.performer-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.performer-card > div { padding: 18px 18px 22px; }
.performer-card h3 {
  margin: 0 0 8px;
  color: var(--stage-green);
  font-size: 17px;
  line-height: 1.45;
}
.performer-card p {
  margin: 0;
  color: var(--stage-muted);
  font-size: 13px;
  line-height: 1.8;
}
.performer-reading {
  margin: -2px 0 8px !important;
  color: #91a39b !important;
  font-size: 11px !important;
  font-weight: 700;
}

.stage-info-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 48px;
  align-items: start;
}
.stage-info-card {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--stage-shadow);
}
.stage-info-card div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--stage-line);
}
.stage-info-card div:last-child { border-bottom: 0; }
.stage-info-card dt {
  color: var(--stage-green);
  font-size: 13px;
  font-weight: 900;
}
.stage-info-card dd {
  margin: 0;
  color: var(--stage-ink);
  font-size: 14px;
  font-weight: 700;
}
.stage-info-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 10px;
}

@media (max-width: 1100px) {
  .stage-hero-inner,
  .stage-section-inner { width: min(900px, calc(100% - 120px)); }
  .performer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .stage-edge { width: 70px; opacity: .58; }
  .stage-hero { padding-top: 110px; }
  .stage-hero-inner,
  .stage-section-inner { width: min(100%, calc(100% - 44px)); }
  .stage-type-grid { grid-template-columns: 1fr; }
  .stage-type-card { min-height: 0; }
  .performer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stage-info-grid { grid-template-columns: 1fr; }
  .stage-heading-left { text-align: center; }
  .stage-heading-left > span { justify-content: center; }
}

@media (max-width: 560px) {
  .stage-edge { display: none; }
  .stage-hero { padding: 96px 14px 52px; }
  .stage-hero-inner,
  .stage-section-inner { width: 100%; }
  .stage-logo-row { gap: 10px; font-size: 14px; }
  .stage-logo-row img { width: 52px; height: 52px; }
  .stage-photo-strip { border-radius: 0; }
  .stage-photo-strip img { height: 130px; }
  .stage-type-grid { gap: 16px; }
  .stage-type-card { padding: 24px 20px 22px; border-radius: 22px; }
  .stage-anchor-nav {
    top: 70px;
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    border-radius: 18px;
  }
  .stage-anchor-nav a { padding: 8px 10px; }
  .stage-section { padding: 68px 16px; }
  .timeline-row { grid-template-columns: 68px 1fr; min-height: 64px; }
  .timeline-row > div { min-height: 64px; }
  .timeline-row span { margin-left: 18px; font-size: 12px; }
  .schedule-note { text-align: left; }
  .performer-grid { grid-template-columns: 1fr; }
  .performer-card > img { aspect-ratio: 16 / 10; }
  .stage-info-card div { grid-template-columns: 96px 1fr; padding: 16px 18px; }
  .stage-info-actions { display: grid; }
  .stage-info-actions .button { width: 100%; }
}

.stage-photo-note{margin:8px 0 0;color:#9a9a9a;font-size:11px;text-align:right}
.stage-type-card h2{min-height:2.8em}
.stage-type-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%;}
.performer-card > img{height:auto;object-fit:cover;}
.performer-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.performer-card h3{word-break:keep-all;}
@media (max-width:820px){.performer-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width:560px){.performer-grid{grid-template-columns:1fr;}}


/* ===== v4.1 Finish-reference photo balance ===== */
.stage-photo-strip {
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.stage-photo-strip img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 80 / 13;
  object-fit: cover;
}
.stage-type-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.performer-grid {
  width: min(860px, 100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 46px 26px;
  align-items: start;
}
.performer-card {
  grid-column: span 2;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: transform .25s ease;
}
.performer-card:nth-child(1) { grid-column: 2 / span 2; }
.performer-card:nth-child(2) { grid-column: 4 / span 2; }
.performer-card:nth-child(3) { grid-column: 1 / span 2; }
.performer-card:nth-child(4) { grid-column: 3 / span 2; }
.performer-card:nth-child(5) { grid-column: 5 / span 2; }
.performer-card:nth-child(6) { grid-column: 1 / span 2; }
.performer-card:nth-child(7) { grid-column: 3 / span 2; }
.performer-card:nth-child(8) { grid-column: 5 / span 2; }
.performer-card:nth-child(9) { grid-column: 2 / span 2; }
.performer-card:nth-child(10) { grid-column: 4 / span 2; }
.performer-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
}
.performer-card > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.performer-card > div {
  padding: 14px 4px 0;
}
.performer-card h3 {
  margin: 0 0 8px;
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  word-break: keep-all;
}
.performer-card p {
  font-size: 12px;
  line-height: 1.75;
}
.performer-reading {
  text-align: center;
}

@media (max-width: 820px) {
  .performer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }
  .performer-card,
  .performer-card:nth-child(n) {
    grid-column: auto;
  }
}
@media (max-width: 560px) {
  .performer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .performer-card > img {
    aspect-ratio: 3 / 2;
    border-radius: 16px;
  }
}
