.hero-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 4.25rem;
  margin: 0 0 0.55rem;
  letter-spacing: 0.1em;
  line-height: 0.95;
  color: #41c244;
  text-shadow: 0 0 30px rgba(65, 194, 68, 0.5);
}

.hero-copy {
  text-align: center;
  max-width: 520px;
}

.hero-section {
  background: linear-gradient(130deg, rgba(65, 194, 68, 0.1) 0%, rgba(236, 72, 153, 0.09) 48%, rgba(10, 7, 6, 0.98) 100%);
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(236, 72, 153, 0.22), transparent 38%), radial-gradient(circle at 80% 70%, rgba(65, 194, 68, 0.24), transparent 42%), rgba(19, 10, 7, 0.72);
}

.hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
  max-width: 1250px;
  flex-wrap: wrap;
}

.hero-poster {
  max-width: 560px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 0 40px rgba(65, 194, 68, 0.5), 0 20px 50px rgba(0, 0, 0, 0.45);
  border: 2px solid #41c244;
  transform: rotate(-1.4deg);
}

.hero-date {
  font-size: 1.85rem;
  color: #e5e8dd;
  margin: 0 0 1.3rem;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 0.05em;
}

.hero-description {
  font-size: 1.16rem;
  color: #d4d4d4;
  margin: 0 0 2rem;
  line-height: 1.6;
}

.hero-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.4rem;
}

.hero-pill {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.78rem;
  text-decoration: none;
}

.hero-pill-vvk {
  border: 1px solid rgba(236, 72, 153, 0.55);
  color: #ffd7ed;
}

.hero-pill-add {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #f0f0f0;
}

.hero-ticket-cta {
  display: inline-block;
  background: linear-gradient(to bottom, #5dbe55 5%, #40a838 100%);
  color: #f6fff4;
  padding: 18px 60px;
  border: 2px solid #3e9f35;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 0 20px rgba(65, 194, 68, 0.4);
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 1.6rem;
}

.hero-ticket-cta:hover {
  box-shadow: 0 0 30px rgba(65, 194, 68, 0.6);
  transform: scale(1.05);
}

.hero-poster-wrap {
  position: relative;
}

.home-lineup-section {
  padding: 3.5rem 2rem 2.4rem;
  background: radial-gradient(circle at top, rgba(65, 194, 68, 0.12), rgba(0, 0, 0, 0));
}

.home-lineup-container {
  max-width: 1150px;
  margin: 0 auto;
}

.home-lineup-kicker {
  text-align: center;
  margin: 0;
  color: #ec4899;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
}

.home-lineup-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  text-align: center;
  margin: 0.35rem 0 2.5rem;
  letter-spacing: 0.1em;
  color: #41c244;
  text-shadow: 0 0 20px rgba(65, 194, 68, 0.35);
}

.home-lineup-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.4rem;
}

.home-lineup-card {
  border-radius: 14px;
  padding: 1.4rem;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.home-lineup-card-a,
.home-lineup-card-c {
  background: linear-gradient(160deg, rgba(236, 72, 153, 0.16), rgba(65, 194, 68, 0.12));
  border: 1px solid rgba(236, 72, 153, 0.45);
  transform: rotate(-0.3deg);
}

.home-lineup-card-b,
.home-lineup-card-d {
  background: linear-gradient(160deg, rgba(65, 194, 68, 0.14), rgba(236, 72, 153, 0.14));
  border: 1px solid rgba(65, 194, 68, 0.45);
  transform: rotate(0.3deg);
}

.home-lineup-card-c {
  background: linear-gradient(160deg, rgba(236, 72, 153, 0.17), rgba(65, 194, 68, 0.09));
}

.home-lineup-band {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: #7ef18a;
  margin: 0 0 0.35rem;
  letter-spacing: 0.06em;
}

.home-lineup-band a {
  color: inherit;
  text-decoration: none;
}

.home-lineup-band a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-lineup-time {
  color: #fff;
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-lineup-copy {
  color: #dadada;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-countdown-wrap {
  margin-top: 3rem;
  text-align: center;
  background: radial-gradient(circle at 50% 0%, rgba(65, 194, 68, 0.08), transparent 60%);
  padding: 1.5rem 0 0.5rem;
}

.home-countdown-kicker {
  color: #a0a89a;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 1rem;
}

.home-countdown-box {
  display: inline-flex;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
  border: 1px solid rgba(65, 194, 68, 0.25);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(65, 194, 68, 0.1), 0 8px 32px rgba(0, 0, 0, 0.4);
}

.home-countdown-unit {
  text-align: center;
  padding: 1.3rem 1.4rem;
  min-width: 110px;
}

.home-countdown-unit-a {
  background: linear-gradient(160deg, rgba(65, 194, 68, 0.1), rgba(19, 10, 7, 0.6));
}

.home-countdown-unit-b {
  background: linear-gradient(160deg, rgba(19, 10, 7, 0.6), rgba(65, 194, 68, 0.06));
}

.home-countdown-unit-with-border {
  border-right: 1px solid rgba(65, 194, 68, 0.18);
}

.home-countdown-value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3.3rem;
  color: #41c244;
  text-shadow: 0 0 30px rgba(65, 194, 68, 0.6);
  line-height: 1;
  display: block;
}

.home-countdown-label {
  color: #7a8070;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0.35rem 0 0;
}

.home-countdown-footnote {
  color: #5a6055;
  font-size: 0.88rem;
  margin: 1rem 0 0;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-countdown-live {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem;
  color: #41c244;
  margin: 1rem 1.5rem;
}

.hero-ticket-cta-mobile {
  display: none;
}

.home-lineup-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.home-lineup-card:hover {
  transform: rotate(0deg) translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5), 0 0 24px rgba(65, 194, 68, 0.2);
  border-color: rgba(65, 194, 68, 0.7);
}

@media (max-width: 900px) {
  .home-lineup-section {
    padding: 3rem 1.35rem 2.2rem;
  }

  .home-countdown-box {
    width: 100%;
    max-width: 520px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-color: rgba(65, 194, 68, 0.28);
    box-shadow: 0 0 24px rgba(65, 194, 68, 0.14), 0 10px 28px rgba(0, 0, 0, 0.36);
  }

  .home-countdown-unit {
    min-width: 100px;
    padding: 1rem 0.85rem;
  }

  .home-countdown-value {
    font-size: 2.8rem;
  }

  .home-countdown-label {
    letter-spacing: 0.12em;
  }

  .home-lineup-kicker {
    color: #d56ea6;
    font-size: 0.78rem;
    letter-spacing: 0.13em;
  }

  .home-lineup-heading {
    font-size: clamp(2.45rem, 10vw, 3.15rem);
    margin: 0.25rem 0 1.45rem;
    text-shadow: 0 0 16px rgba(65, 194, 68, 0.28);
  }

  .hero-title {
    text-shadow: 0 0 14px rgba(65, 194, 68, 0.28);
    color: #76df79;
    font-size: clamp(2.6rem, 11.5vw, 3.55rem);
    margin-bottom: 0.55rem;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    text-align: center;
    order: 1;
  }

  .hero-ticket-cta {
    margin-top: 0;
    margin-bottom: 0;
    align-self: center;
    font-size: 1.12rem;
    letter-spacing: 0.06em;
    padding: 16px 54px;
    border-radius: 999px;
    border-color: #377f30;
    background: linear-gradient(135deg, #68b860 0%, #4da245 55%, #3a8734 100%);
    color: #f4fff2;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 12px rgba(65, 194, 68, 0.22), 0 8px 20px rgba(0, 0, 0, 0.3);
    transform: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .hero-ticket-cta-desktop {
    display: none;
  }

  .hero-ticket-cta-mobile {
    display: inline-block;
    order: 3;
    margin-top: 0.95rem;
  }

  .hero-ticket-cta:active {
    transform: scale(0.97);
    box-shadow: 0 0 10px rgba(65, 194, 68, 0.28), 0 4px 12px rgba(0, 0, 0, 0.28);
  }

  .hero-section {
    min-height: auto;
    padding: 2.3rem 1.2rem 2.8rem;
  }

  .hero-overlay {
    background: radial-gradient(circle at 18% 15%, rgba(236, 72, 153, 0.2), transparent 42%), radial-gradient(circle at 82% 75%, rgba(65, 194, 68, 0.2), transparent 46%), rgba(19, 10, 7, 0.76);
  }

  .hero-inner {
    width: 100%;
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero-poster-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    order: 2;
  }

  .hero-poster {
    max-width: 320px;
    transform: none;
    box-shadow: 0 0 26px rgba(65, 194, 68, 0.3), 0 14px 30px rgba(0, 0, 0, 0.4);
  }

  .hero-date {
    font-size: 1.55rem;
    margin-bottom: 1rem;
    color: #dce2d7;
  }

  .hero-description {
    font-size: 1.03rem;
    max-width: 34ch;
    margin: 0 auto 1.4rem;
    color: #c8ccc4;
  }

  .hero-meta {
    margin-bottom: 0.35rem;
    gap: 0.5rem;
  }

  .hero-meta span {
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01));
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  }

  .home-lineup-container {
    display: flex;
    flex-direction: column;
  }

  .home-lineup-kicker {
    order: 1;
  }

  .home-lineup-heading {
    order: 2;
  }

  .home-countdown-wrap {
    order: 4;
    margin-top: 0.35rem;
    margin-bottom: 0.9rem;
  }

  .home-lineup-grid {
    order: 3;
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .home-lineup-card {
    border-color: rgba(65, 194, 68, 0.4);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34), 0 0 16px rgba(65, 194, 68, 0.08);
  }

  .home-lineup-card-a,
  .home-lineup-card-b,
  .home-lineup-card-c,
  .home-lineup-card-d {
    transform: none;
  }
}

@media (max-width: 600px) {
  .home-lineup-section {
    padding: 2.6rem 1rem 1.8rem;
  }

  .home-countdown-box {
    width: min(100%, 390px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 13px;
  }

  .home-countdown-unit {
    min-width: 0;
    padding: 0.8rem 0.35rem;
  }

  .home-countdown-unit-with-border {
    border-right: 0;
  }

  .home-countdown-unit:nth-child(odd) {
    border-right: 1px solid rgba(65, 194, 68, 0.18);
  }

  .home-countdown-unit:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(65, 194, 68, 0.18);
  }

  .home-countdown-value {
    font-size: 1.95rem;
    text-shadow: 0 0 18px rgba(65, 194, 68, 0.45);
  }

  .home-countdown-label {
    font-size: 0.58rem;
    letter-spacing: 0.09em;
  }

  .hero-section {
    padding: 2.05rem 0.95rem 2.5rem;
  }

  .hero-poster {
    max-width: 292px;
  }

  .hero-title {
    font-size: clamp(2.45rem, 12vw, 3.2rem);
    letter-spacing: 0.11em;
  }

  .hero-date {
    font-size: 1.42rem;
  }

  .hero-ticket-cta {
    width: auto;
    max-width: max-content;
    text-align: center;
    font-size: 1.08rem;
    padding: 15px 36px;
  }

  .home-lineup-card {
    transform: none;
  }

  .home-lineup-card:hover {
    transform: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  }

  .home-countdown-wrap {
    padding-top: 0.65rem;
    background: radial-gradient(circle at 50% 0%, rgba(65, 194, 68, 0.1), transparent 62%);
  }
}
