@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* ===== Base ===== */
:root {
  --bg: #d99a29;
  --cream: #ece1d2;
  --ink: #000;
  --panel: rgba(244, 236, 216, 0.55);
  --panel-border: #f4ecd8;
}

.view-details-btn {
  font-family: "Poppins", sans-serif !important;
}


html,
body {
  color: var(--ink);
  letter-spacing: 0.5px;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  /* border: 14px solid var(--cream); */
  min-height: 100vh;
  background: url(../images/bg.jpg) #d99a29 no-repeat center left;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== Header / Nav ===== */
.site-header {
  padding: 1% 0 0;

  .logo {
    position: absolute;
    left: 20px;
    top: 0;
    right: 0;
    margin: 0 auto;
    max-width: 425px;
    z-index: 9901;

    a {
      display: block;
    }
  }
}

.site-header .stellarnav {
  padding: 0;
  position: relative;

  &::before {
    position: absolute;
    left: 35px;
    top: 14px;
    width: 114px;
    height: 129px;
    background-size: contain !important;
    background: url(../images/1.png) no-repeat top left;
    content: "";
    z-index: -1;
  }

  &::after {
    position: absolute;
    right: 35px;
    top: 14px;
    width: 114px;
    height: 129px;
    background-size: contain !important;
    background: url(../images/2.png) no-repeat top left;
    content: "";
    z-index: -1;
  }
}

.site-header .stellarnav ul li a {
  color: var(--ink);
  font-family: "Monday-Groovy";
  font-size: 63px;
  text-transform: uppercase;
  padding: 45px 16px 0;
  -webkit-text-stroke: 10px var(--cream);
  /* thick dark stroke */
  paint-order: stroke fill;
  /* stroke first, fill on top */
  text-shadow:
    -2px -2px 0 var(--cream),
    2px -2px 0 var(--cream),
    -2px 2px 0 var(--cream),
    2px 2px 0 var(--cream),
    0px -6px 0 var(--cream),
    0px 6px 0 var(--cream),
    -6px 0px 0 var(--cream),
    6px 0px 0 var(--cream);
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.site-header .stellarnav ul li:nth-child(3) a {
  padding-right: 260px;
}

.site-header .stellarnav ul li:nth-child(4) a {
  padding-left: 260px;
}

.site-header .stellarnav ul li a:hover {
  opacity: 0.75;
}

.site-header .stellarnav ul li.nav-brand a {
  padding: 0;
}

.nav-brand {
  text-align: center;
}

.brand-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  padding: 6px 14px;
  border: 2px solid var(--ink);
  background: var(--bg);
}

.brand-presented {
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.brand-name {
  font-family: "Monday-Groovy";
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== Hero ===== */
.hero {
  padding: 70px 0 30px;
  text-align: center;
}

.banner {
  height: 490px;
  object-fit: contain;
}

/* ===== Festival Intro ===== */
.festival-intro {
  padding: 10px 0 40px;
  text-align: center;
  color: var(--ink);
}

.festival-intro .main-phrase {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #dadada;
  margin: 0 auto 24px;
  max-width: 1100px;
}

.festival-intro .intro-copy {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #dadada;
  text-shadow: 4px 4px #000000;
  max-width: 900px;
  margin: 0 auto 22px;
}

.presented-by {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #dadada;
  text-shadow: 4px 4px #000000;
  margin: 0 auto;
}

.presented-by a {
  color: #dadada;
  text-decoration: underline;
}

.presented-by a:hover {
  opacity: 0.75;
}

.footer-presented-by {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .festival-intro .main-phrase {
    font-size: 32px;
    -webkit-text-stroke: 4px var(--cream);
  }

  .festival-intro .intro-copy {
    font-size: 16px;
  }

  .presented-by {
    font-size: 14px;
  }
}

/* ===== Tickets banner ===== */
.tickets-section {
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
  background-size: 100% !important;
  background: url(../images/frame-body.png) repeat-y top left;

  &::before {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: 37px;
    background-size: 100% !important;
    background: url(../images/frame-top.png) no-repeat top left;
    content: "";
    z-index: -1;
  }

  &::after {
    position: absolute;
    left: 0;
    bottom: -37px;
    width: 100%;
    height: 37px;
    background-size: 100% !important;
    background: url(../images/frame-two.png) no-repeat top left;
    content: "";
    z-index: -1;
  }
}

.tickets-card {
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.tickets-card:hover {
  transform: translateY(-2px);
}

.tickets-title {
  font-family: "Monday-Groovy";
  font-size: 119px;
  color: var(--ink);
  margin-bottom: 10px;
  text-shadow:
    5px 3px 0 var(--cream),
    -6px -3px 0 var(--cream),
    -4px 3px 0 var(--cream),
    6px 3px 0 var(--cream),
    5px -3px 0px var(--cream),
    5px 3px 0 var(--cream),
    -6px -3px 0 var(--cream),
    -4px 3px 0 var(--cream),
    6px 3px 0 var(--cream),
    5px -3px 0px var(--cream);
}

img.textTitle {
  margin-top: -96px;
  position: relative;
}

.tickets-cta {
  font-family: "Monday-Groovy";
  font-size: 125px;
  line-height: 1;
  color: var(--ink);
  text-transform: uppercase;
  /* letter-spacing: 2px; */
  -webkit-text-stroke: 22px var(--cream);
  paint-order: stroke fill;
  text-shadow:
    -2px -2px 0 var(--cream),
    2px -2px 0 var(--cream),
    -2px 2px 0 var(--cream),
    2px 2px 0 var(--cream),
    0px -6px 0 var(--cream),
    0px 6px 0 var(--cream),
    -6px 0px 0 var(--cream),
    6px 0px 0 var(--cream);
  transition: transform 0.3s ease, color 0.3s ease, -webkit-text-stroke-color 0.3s ease;

  span {
    display: inline-block;
    transition: transform 0.3s ease;
  }

  &:hover {
    color: var(--cream);
    -webkit-text-stroke-color: var(--ink);
    transform: scale(1.03);
    text-shadow:
      -2px -2px 0 var(--ink),
      2px -2px 0 var(--ink),
      -2px 2px 0 var(--ink),
      -2px 2px 0 var(--ink),
      0px -6px 0 var(--ink),
      0px 6px 0 var(--ink),
      -6px 0px 0 var(--ink),
      6px 0px 0 var(--ink);

    span {
      transform: translateX(10px);
    }
  }
}

/* ===== Lineup ===== */
.lineup-section {
  padding: 127px 0 0;
}

.lineup-card {
  position: relative;
  z-index: 1;
  background-size: 100% !important;
  background: url(../images/frame-body.png) repeat-y top left;
  padding-right: 20px;
  padding-bottom: 0px;

  &::before {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    height: 37px;
    background-size: 100% !important;
    background: url(../images/frame-top.png) no-repeat top left;
    content: "";
    z-index: -1;
  }

  &::after {
    position: absolute;
    left: 0;
    bottom: -37px;
    width: 100%;
    height: 37px;
    background-size: 100% !important;
    background: url(../images/frame-two.png) no-repeat top left;
    content: "";
    z-index: -1;
  }
}

.day-block {
  margin-top: -5%;
}

.day-title {
  font-family: "Monday-Groovy";
  font-size: 153px;
  text-transform: uppercase;
  text-align: center;
  line-height: 0.5;
  margin-bottom: 4px;
  -webkit-text-stroke: 18px var(--cream);
  /* thick var(--cream) stroke */
  paint-order: stroke fill;
  /* stroke behind, fill on top */
  text-shadow:
    -3px -3px 0 #fff,
    3px -3px 0 var(--cream),
    -3px 3px 0 var(--cream),
    3px 3px 0 var(--cream),
    0px -8px 0 var(--cream) 0px 8px 0 var(--cream),
    -8px 0px 0 var(--cream),
    8px 0px 0 var(--cream);
}

.rotatehead {
  transform: rotate(355deg);
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  -o-transform: rotate(355deg);
}

.day-venue {
  font-family: "Monday-Groovy";
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
  -webkit-text-stroke: 7px var(--cream);
  /* thick var(--cream) stroke */
  paint-order: stroke fill;
  /* stroke behind, fill on top */
  text-shadow:
    -3px -3px 0 var(--cream),
    3px -3px 0 var(--cream),
    -3px 3px 0 var(--cream),
    3px 3px 0 var(--cream),
    0px -8px 0 var(--cream) 0px 8px 0 var(--cream),
    -8px 0px 0 var(--cream),
    8px 0px 0 var(--cream);
}

.stage-title {
  font-family: "Monday-Groovy";
  font-size: 75px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  -webkit-text-stroke: 12px var(--cream);
  /* thick var(--cream) stroke */
  paint-order: stroke fill;
  /* stroke behind, fill on top */
  text-shadow:
    -3px -3px 0 var(--cream),
    3px -3px 0 var(--cream),
    -3px 3px 0 var(--cream),
    3px 3px 0 var(--cream),
    0px -8px 0 var(--cream) 0px 8px 0 var(--cream),
    -8px 0px 0 var(--cream),
    8px 0px 0 var(--cream);
  transform: rotate(355deg);
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  -o-transform: rotate(355deg);
}

.stage {
  text-align: center;
}

.stage svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0;
  transform: rotate(355deg);
  -webkit-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  -o-transform: rotate(355deg);
  position: relative;
  left: 0;
  z-index: 0;
}

.band-list {
  list-style: none;
  padding: 0;
  margin: -15px 0 30px 0;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}

.band-list li a {
  font-family: "Monday-Groovy";
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 0 15px;
  -webkit-text-stroke: 12px #fff;
  /* thick #fff stroke */
  paint-order: stroke fill;
  /* stroke behind, fill on top */
  text-shadow:
    -3px -3px 0 #fff,
    3px -3px 0 #fff,
    -3px 3px 0 #fff,
    3px 3px 0 #fff,
    0px -8px 0 #fff 0px 8px 0 #fff,
    -8px 0px 0 #fff,
    8px 0px 0 #fff;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-text-stroke-color 0.3s ease;
}

.band-list li a:hover {
  color: #fff;
  -webkit-text-stroke-color: var(--ink);
  transform: scale(1.05) rotate(-1.5deg);
  text-shadow:
    -3px -3px 0 var(--ink),
    3px -3px 0 var(--ink),
    -3px 3px 0 var(--ink),
    3px 3px 0 var(--ink),
    0px -8px 0 var(--ink),
    0px 8px 0 var(--ink),
    -8px 0px 0 var(--ink),
    8px 0px 0 var(--ink);
}

/* ===== Lineup PAGE (lineup.html) ===== */
.lineup-page-section {
  padding: 90px 0 150px;
  position: relative;
}

.lineup-page-title {
  margin-top: 0 !important;
  margin-bottom: 30px;
  height: auto;
  max-width: 80%;
}

.lineup-grid {
  --gap-y: 90px;
  row-gap: var(--gap-y);
  align-items: stretch;
}

.lineup-col {
  display: flex;
}

.tilt-left {
  transform: rotate(-1.2deg);
}

.tilt-right {
  transform: rotate(1.2deg);
}

.stage-card {
  position: relative;
  z-index: 1;
  width: 100%;
  background-size: 100% !important;
  background: url(../images/frame-body.png) repeat-y top left;
  padding: 0 18px;
  display: flex;
}

.stage-card::before {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: 37px;
  background-size: 100% !important;
  background: url(../images/frame-top.png) no-repeat top left;
  content: "";
  z-index: -1;
}

.stage-card::after {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 37px;
  background-size: 100% !important;
  background: url(../images/frame-two.png) no-repeat top left;
  content: "";
  z-index: -1;
}

.stage-card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 20px 25px;
  min-height: 100%;
}

.stage-card-head {
  text-align: left;
  margin-bottom: 6px;
}

.day-title-sm {
  font-size: 96px;
  text-align: left;
  line-height: 0.9;
  margin-bottom: 0;
  -webkit-text-stroke: 14px var(--cream);
}

.day-venue-sm {
  font-size: 26px;
  text-align: right;
  margin-bottom: 18px;
  -webkit-text-stroke: 8px var(--cream);
}

.stage-card-body {
  flex: 1 1 auto;
  position: relative;
  padding-top: 6px;
}

.stage-name-svg {
  display: block;
  margin: 0 auto -10px;
  max-width: 100%;
  height: auto;
}

.stage-card .stage-name-svg {
  transform: none;
  left: 0;
}

.band-list-check {
  text-align: left;
  margin: 0 0 24px 0;
  padding-left: 6px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 18px;
}

.band-list-check li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.lineup-page-section .band-list-check li:before {
  content: "";
  background: url(../images/circle-tick.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
}

.lineup-page-section .band-list-check li p {
  padding-left: 5px;
}

.band-list-check li a {
  font-family: "Monday-Groovy";
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
  color: var(--ink);
  letter-spacing: 0.5px;
  padding: 0;
  -webkit-text-stroke: 0;
  text-shadow: none;
  transition: transform 0.25s ease, color 0.25s ease;
  display: inline-block;
}

.band-list-check li a:hover {
  color: #6a2a00;
  transform: translateX(3px);
}

.stage-card-foot {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 8px;
}

.view-details-btn {
  display: inline-block;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: none;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--ink);
  padding: 8px 22px;
  border-radius: 2px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.view-details-btn:hover {
  background: var(--ink);
  color: var(--cream);
}

/* keep card SVG curved text from inheriting the home-page rotation */
.stage-card svg {
  transform: none;
  left: 0;
  margin-top: 0;
}

/* ===== News PAGE (news.html) ===== */
.news-page-section {
  padding: 70px 0 120px;
  position: relative;
}

.news-grid {
  --gap-y: 90px;
  row-gap: var(--gap-y);
}

.news-col {
  display: flex;
}

.news-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.news-card-image {
  position: relative;
  width: 86%;
  margin: 0 auto;
  z-index: 2;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.news-card-image img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.news-card-frame {
  position: relative;
  z-index: 1;
  margin-top: -110px;
  padding: 130px 30px 36px;
  background: url(../images/frame-body.png) repeat-y top left;
  background-size: 100% !important;
}

.news-card-frame::before {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: 37px;
  background-size: 100% !important;
  background: url(../images/frame-top.png) no-repeat top left;
  content: "";
  z-index: -1;
}

.news-card-frame::after {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
  height: 37px;
  background-size: 100% !important;
  background: url(../images/frame-two.png) no-repeat top left;
  content: "";
  z-index: -1;
}

.news-card-inner {
  text-align: center;
}

.news-card-title {
  font-family: "Monday-Groovy";
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink);
  margin: 0 0 14px;
  line-height: 1.05;
}

.news-card-desc {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  letter-spacing: 0.2px;
  max-width: 460px;
  margin: 0 auto 24px;
}

.news-card-foot {
  display: flex;
  justify-content: center;
  margin-top: 6px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ===== Homepage background overlay ===== */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: -1;
}

body {
  position: relative;
  z-index: 1;
}

/* ===== News Details PAGE (news-details.html) ===== */
body.news-details-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(20, 14, 4, 0.55);
  pointer-events: none;
  z-index: 0;
}

body.lineup-details-page>* {
  position: relative;
  z-index: 1;
}

body.news-details-page>* {
  position: relative;
}

.news-detail-section {
  padding: 30px 0 110px;
  position: relative;
  color: var(--cream);
}

.news-detail-head {
  max-width: 760px;
  margin: 0 auto 28px;
}

.news-detail-title {
  font-family: "Monday-Groovy";
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin: 0 0 22px;
  color: var(--ink);
  -webkit-text-stroke: 12px var(--cream);
  paint-order: stroke fill;
  text-shadow:
    -3px -3px 0 var(--cream),
    3px -3px 0 var(--cream),
    -3px 3px 0 var(--cream),
    3px 3px 0 var(--cream),
    0px -8px 0 var(--cream),
    0px 8px 0 var(--cream),
    -8px 0px 0 var(--cream),
    8px 0px 0 var(--cream);
}

.news-detail-lead {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--cream);
  letter-spacing: 0.2px;
  max-width: 700px;
  margin: 0 auto;
}

.news-detail-divider {
  border: 0;
  border-top: 1px solid rgba(236, 225, 210, 0.85);
  opacity: 1;
  margin: 30px auto 50px;
  max-width: 100%;
}

.news-detail-body {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  color: var(--cream);
}

.news-detail-h2 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.3px;
  color: var(--cream);
  margin: 36px 0 16px;
}

.news-detail-body>h2:first-child {
  margin-top: 0;
}

.news-detail-body p {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.2px;
  color: var(--cream);
  margin: 0 auto 18px;
  max-width: 700px;
}

.news-detail-checks {
  list-style: none;
  padding: 0;
  margin: 26px auto 32px;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 28px;
  text-align: left;
}

.news-detail-checks li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: var(--cream);
  letter-spacing: 0.2px;
}

.news-detail-checks li::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: url(../images/circle-tick.png) no-repeat center / contain;
  filter: brightness(0) invert(1);
}

.news-detail-figure {
  margin: 32px auto 26px;
  max-width: 720px;
}

.news-detail-figure img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

/* Active nav underline */
.site-header .stellarnav ul li a.active,
.footer-nav ul li a.active {
  position: relative;
}

/* .site-header .stellarnav ul li a.active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  height: 4px;
  background: var(--cream);
  border-radius: 2px;
} */
.stage-card-body .stage-card_subheading h3 {
  text-align: left;
  transform: rotate(355deg);
}

/* ===== Footer ===== */
.site-footer {
  padding: 60px 0 20px;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}

.footer-logo-text {
  position: absolute;
  left: 20px;
  top: 0;
  right: 0;
  margin: 0 auto;
  max-width: 425px;
  z-index: 1;

  a {
    display: block;
  }
}

.footer-nav ul {
  gap: 14px;
}

.footer-nav ul li a {
  color: var(--ink);
  font-family: "Monday-Groovy";
  font-size: 63px;
  text-transform: uppercase;
  padding: 45px 16px 0;
  -webkit-text-stroke: 10px var(--cream);
  /* thick dark stroke */
  paint-order: stroke fill;
  /* stroke first, fill on top */
  text-shadow:
    -2px -2px 0 var(--cream),
    2px -2px 0 var(--cream),
    -2px 2px 0 var(--cream),
    2px 2px 0 var(--cream),
    0px -6px 0 var(--cream),
    0px 6px 0 var(--cream),
    -6px 0px 0 var(--cream),
    6px 0px 0 var(--cream);
}

.footer-nav ul li:nth-child(2) a {
  padding-right: 260px;
}

.footer-nav ul li:nth-child(3) a {
  padding-left: 260px;
}

.footer-nav a:hover {
  opacity: 0.75;
}


.lineup-page-section .stage-card-inner .day-title {
  margin-top: -80px;
}

.lineup-page-section .stage-card:before {
  top: -14px;
}

.lineup-page-section .lineup-col:nth-child(2) {
  padding-top: 190px;
  display: block;
}

.lineup-page-section .lineup-col {
  display: block;
}

.lineup-page-section .lineup-col:nth-child(3) {
  margin-top: -180px;
}

.lineup-page-section .lineup-col:nth-child(5) {
  margin-top: -200px;
}

.lineup-page-section .stage-card .band-list p {
  margin-bottom: 0;
}

.lineup-page-section .stage-card-inner {
  position: relative;
}

.lineup-page-section .stage-card-inner .stage-card-foot {
  position: absolute;
  bottom: -21px;
  right: 36px;
}

.lineup-page-section .stage-card-inner .stage-card-foot a {
  box-shadow: none;
  border: 1px solid #000;

}

/* ===== Lineup Details PAGE (lineup-details.html) ===== */
.lineup-details-section {
  padding: 0 0 120px;
  position: relative;
}

.lineup-details-card {
  position: relative;
  z-index: 1;
  background: #D99A29BF;
  border: 1px solid var(--cream);
  padding: 30px 60px 50px;
  margin-top: 110px;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.lineup-details-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: -90px 0 0;
}

.day-title-details {
  font-size: 120px;
  text-align: center;
  line-height: 0.95;
  margin: 0;
  -webkit-text-stroke: 14px var(--cream);
  paint-order: stroke fill;
  text-shadow:
    -3px -3px 0 var(--cream),
    3px -3px 0 var(--cream),
    -3px 3px 0 var(--cream),
    3px 3px 0 var(--cream),
    0px -8px 0 var(--cream),
    0px 8px 0 var(--cream),
    -8px 0px 0 var(--cream),
    8px 0px 0 var(--cream);
}

.lineup-details-intro {
  font-family: "Monday-Groovy", system-ui, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink);
  margin: 20px 0 20px;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}

.lineup-details-desc {
  font-family: "Monday-Groovy", system-ui, sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink);
  margin: 10px 0 20px;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}

.lineup-details-presented {
  font-family: "Monday-Groovy", system-ui, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink);
  margin: 10px 0 20px;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke fill;
}

.lineup-details-presented a {
  color: var(--ink);
  text-decoration: underline;
}

.lineup-details-presented a:hover {
  opacity: 0.75;
}

.stage-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-self: end;
  padding-bottom: 0;
  margin-bottom: -70px;
  border-bottom: 1px solid rgba(236, 225, 210, 0.7);
}

.stage-tab {
  font-family: "Monday-Groovy", system-ui, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink);
  background: transparent;
  border: 0;
  padding: 6px 0;
  position: relative;
  text-align: center;
}

.band-details-list {
  display: flex;
  flex-direction: column;
}

.band-detail {
  padding: 28px 0 24px;
  border-bottom: 1px solid rgba(236, 225, 210, 0.7);
}

.band-detail:last-child {
  border-bottom: 0;
}

.band-detail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 12px;
}

.band-detail-name {
  font-family: "Monday-Groovy";
  font-size: 36px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  color: var(--ink);
  letter-spacing: 1px;
  line-height: 1;
  -webkit-text-stroke: 9px var(--cream);
  paint-order: stroke fill;
  text-shadow:
    -2px -2px 0 var(--cream),
    2px -2px 0 var(--cream),
    -2px 2px 0 var(--cream),
    2px 2px 0 var(--cream),
    0px -5px 0 var(--cream),
    0px 5px 0 var(--cream),
    -5px 0px 0 var(--cream),
    5px 0px 0 var(--cream);
}

.band-detail-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.band-detail-socials li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #b5781f;
  color: var(--cream);
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.band-detail-socials li a:hover {
  background: var(--ink);
  color: var(--cream);
  transform: translateY(-2px) scale(1.08);
}

.band-detail-desc {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: var(--ink);
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  max-width: 96%;
}

.band-detail-link {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13px;
  color: var(--ink);
  margin: 0;
}

.band-detail-link strong {
  font-weight: 700;
}

.band-detail-link a {
  color: var(--ink);
  text-decoration: none;
  word-break: break-all;
}

.band-detail-link a:hover {
  text-decoration: underline;
}

/* Soham Paul 13.05.2026 */

.col-sm-6.stage.stage-3,
.col-sm-6.lp-stage.stage-5 {
  margin-top: -130px;
}

article.news-detail-body p {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: var(--cream);
  letter-spacing: 0.2px;
  max-width: 700px;
  margin: 0 auto;
}

article.news-detail-body h2 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.3px;
  color: var(--cream);
  margin: 36px 0 16px;
}

article.news-detail-body ul {
  list-style: none;
  padding: 0;
  margin: 26px auto 32px;
  max-width: 700px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 28px;
  text-align: left;
}

article.news-detail-body ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: var(--cream);
  letter-spacing: 0.2px;
}

article.news-detail-body ul li::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: url(../images/circle-tick.png) no-repeat center / contain;
  filter: brightness(0) invert(1);
}

article.news-detail-body img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

article.news-detail-body hr {
  border: 0;
  border-top: 1px solid rgba(236, 225, 210, 0.85);
  opacity: 1;
  margin: 30px auto 50px;
  max-width: 100%;
}