/* ==========================================================================
   Cosmic Sonic Rendezvous — Responsive Stylesheet
   Pages: index, lineup, lineup-details, news, news-details
   Breakpoints: 1920 / 1660 / 1440 / 1366 / 1280 / 1200 / 1024 / 991 / 850 /
                768 / 667 / 575 / 480 / 430 / 390 / 360 / 320
   ========================================================================== */

/* ===== Global guards (apply at every screen) ===== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

/* ===== Section spacing system (single source of truth for gaps) =====
   Every section reads from these vars so the visual rhythm stays
   consistent across all breakpoints. Tweak the vars per breakpoint;
   never re-tune individual section paddings. */
:root {
  --hero-top: 70px;
  --hero-bottom: 30px;
  --section-top: 90px;
  /* breathing room above a section */
  --section-bottom: 90px;
  /* breathing room below a section */
  --section-gap: 80px;
  /* gap between consecutive sections */
  --footer-top: 60px;
}

.hero {
  padding-top: var(--hero-top);
  padding-bottom: var(--hero-bottom);
}

section.tickets-section {
  padding-top: 0;
  padding-bottom: var(--section-bottom);
}

.lineup-section {
  padding-top: var(--section-gap);
  padding-bottom: 0;
}

.lineup-page-section {
  padding-top: var(--section-top);
  padding-bottom: var(--section-bottom);
}

.news-page-section {
  padding-top: var(--section-top);
  padding-bottom: var(--section-bottom);
}

.news-detail-section {
  padding-top: calc(var(--section-top) * 0.4);
  padding-bottom: var(--section-bottom);
}

.lineup-details-section {
  padding-top: 0;
  padding-bottom: var(--section-bottom);
}

.site-footer {
  padding-top: var(--footer-top);
}

section#tickets {
  margin-top: var(--section-gap) !important;
  margin-bottom: var(--section-gap) !important;
}

.banner.mb-5 {
  margin-bottom: calc(var(--section-gap) * 0.5) !important;
}

/* ==========================================================================
   X-Large desktops
   ========================================================================== */
@media only screen and (max-width: 3000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1425px;
  }
}

@media only screen and (max-width: 1920px) {}

@media only screen and (max-width: 1660px) {}

@media only screen and (max-width: 1530px) {}

/* ==========================================================================
   Laptops 1440 / 1366
   ========================================================================== */
@media only screen and (max-width: 1440px) {
  :root {
    --hero-top: 50px;
    --hero-bottom: 24px;
    --section-top: 75px;
    --section-bottom: 75px;
    --section-gap: 65px;
    --footer-top: 50px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }

  .tickets-section::before {
    top: -28px;
  }

  .lineup-card::before {
    top: -28px;
  }

  .site-header .logo {
    left: 20px;
    max-width: 345px;
  }

  .site-header .stellarnav ul li a,
  .footer-nav ul li a {
    font-size: 53px;
  }

  .site-header .stellarnav ul li:nth-child(3) a,
  .footer-nav ul li:nth-child(2) a {
    padding-right: 200px;
  }

  .site-header .stellarnav ul li:nth-child(4) a,
  .footer-nav ul li:nth-child(3) a {
    padding-left: 200px;
  }

  .banner {
    height: 420px;
  }

  .band-list li a {
    font-size: 40px;
    -webkit-text-stroke-width: 9px;
  }

  .stage text {
    font-size: 90px;
    stroke-width: 8px;
    paint-order: stroke fill;
  }

  .stage textPath {
    letter-spacing: 3px !important;
  }

  .day-title {
    font-size: 108px;
    -webkit-text-stroke-width: 14px;
  }

  .day-venue {
    font-size: 38px;
    -webkit-text-stroke-width: 6px;
  }

  .tickets-cta {
    font-size: 100px;
    -webkit-text-stroke-width: 16px;
  }

  /* Lineup page */
  .stage-card::before {
    top: -24px;
  }

  .day-title-sm {
    font-size: 80px;
    -webkit-text-stroke-width: 12px;
  }

  .day-venue-sm {
    font-size: 28px;
    -webkit-text-stroke-width: 7px;
  }

  .band-list-check li a {
    font-size: 20px;
  }

  /* News page */
  .news-card-frame::before {
    top: -14px;
  }

  .news-card-image img {
    height: 240px;
  }

  .news-card-title {
    font-size: 28px;
  }

  /* News details */
  .news-detail-title {
    font-size: 52px;
    -webkit-text-stroke-width: 10px;
  }

  /* Lineup details */
  .lineup-details-card {
    padding: 26px 50px 40px;
    margin-top: 90px;
  }

  .lineup-details-head {
    margin: -76px 0 0;
  }

  .day-title-details {
    font-size: 100px;
    -webkit-text-stroke-width: 12px;
  }

  .lineup-details-intro {
    font-size: 28px;
    -webkit-text-stroke-width: 5px;
  }

  .lineup-details-desc {
    font-size: 42px;
    -webkit-text-stroke-width: 5px;
  }

  .lineup-details-presented {
    font-size: 28px;
    -webkit-text-stroke-width: 5px;
  }

  .stage-tab {
    font-size: 32px;
  }

  .band-detail-name {
    font-size: 32px;
    -webkit-text-stroke-width: 8px;
  }
}

@media only screen and (max-width: 1366px) {
  .banner {
    height: 380px;
  }
}

@media only screen and (max-width: 1280px) {

  .site-header .stellarnav ul li a,
  .footer-nav ul li a {
    font-size: 48px;
  }

  .tickets-cta {
    font-size: 92px;
  }

  .day-title {
    font-size: 96px;
  }

  .day-venue {
    font-size: 34px;
  }

  .band-list li a {
    font-size: 36px;
    -webkit-text-stroke-width: 8px;
  }
}

/* ==========================================================================
   Small laptop / large tablet
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  :root {
    --hero-top: 42px;
    --hero-bottom: 22px;
    --section-top: 65px;
    --section-bottom: 65px;
    --section-gap: 55px;
    --footer-top: 45px;
  }

  .site-header .logo {
    left: 20px;
    max-width: 275px;
  }

  .site-header .stellarnav ul li a,
  .footer-nav ul li a {
    font-size: 42px;
    -webkit-text-stroke-width: 8px;
  }

  .site-header .stellarnav ul li:nth-child(3) a,
  .footer-nav ul li:nth-child(2) a {
    padding-right: 170px;
  }

  .site-header .stellarnav ul li:nth-child(4) a,
  .footer-nav ul li:nth-child(3) a {
    padding-left: 170px;
  }

  .banner {
    height: 330px;
  }

  .footer-logo-text {
    max-width: 255px;
  }

  .tickets-cta {
    font-size: 80px;
    -webkit-text-stroke-width: 14px;
  }

  .day-title {
    font-size: 88px;
    -webkit-text-stroke-width: 12px;
  }

  .day-venue {
    font-size: 30px;
  }

  .band-list li a {
    font-size: 32px;
    -webkit-text-stroke-width: 7px;
  }

  /* Lineup page */
  .day-title-sm {
    font-size: 70px;
    -webkit-text-stroke-width: 12px;
  }

  .day-venue-sm {
    font-size: 20px;
    -webkit-text-stroke-width: 6px;
  }

  .band-list-check li a {
    font-size: 18px;
  }

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

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

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

  /* News */
  .news-card-image img {
    height: 210px;
  }

  .news-card-frame {
    padding: 110px 24px 30px;
    margin-top: -95px;
  }

  .news-card-title {
    font-size: 26px;
  }

  .news-card-desc {
    font-size: 13px;
  }

  /* News details */
  .news-detail-title {
    font-size: 46px;
    -webkit-text-stroke-width: 9px;
  }

  .news-detail-h2 {
    font-size: 20px;
  }

  /* Lineup details */
  .lineup-details-card {
    padding: 22px 36px 36px;
    margin-top: 70px;
  }

  .lineup-details-head {
    margin: -60px 0 0;
  }

  .day-title-details {
    font-size: 84px;
    -webkit-text-stroke-width: 10px;
  }

  .lineup-details-intro {
    font-size: 24px;
    -webkit-text-stroke-width: 4px;
  }

  .lineup-details-desc {
    font-size: 36px;
    -webkit-text-stroke-width: 4px;
  }

  .lineup-details-presented {
    font-size: 24px;
    -webkit-text-stroke-width: 4px;
  }

  .stage-tab {
    font-size: 18px;
  }

  .band-detail-name {
    font-size: 28px;
    -webkit-text-stroke-width: 7px;
  }

  .band-detail-desc,
  .band-detail-link {
    font-size: 13px;
  }
}

/* ==========================================================================
   iPad landscape / small laptop
   ========================================================================== */
@media only screen and (max-width: 1024px) {
  :root {
    --hero-top: 38px;
    --hero-bottom: 20px;
    --section-top: 55px;
    --section-bottom: 55px;
    --section-gap: 48px;
    --footer-top: 40px;
  }

  .site-header .stellarnav ul li a,
  .footer-nav ul li a {
    font-size: 35px;
    -webkit-text-stroke-width: 7px;
  }

  .tickets-section,
  .lineup-section {
    width: calc(100% - 6%);
    margin-left: auto;
    margin-right: auto;
  }

  .lineup-card::before {
    top: -23px;
  }

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

  .stage text {
    font-size: 40px;
    stroke-width: 7px;
  }

  .band-list li a {
    font-size: 26px;
    -webkit-text-stroke-width: 6px;
  }

  .day-title {
    font-size: 78px;
    -webkit-text-stroke-width: 10px;
  }

  .day-venue {
    font-size: 28px;
    -webkit-text-stroke-width: 6px;
  }

  .site-header .stellarnav::before {
    left: 25px;
    top: 21px;
    width: 94px;
    height: 92px;
  }

  .site-header .stellarnav::after {
    right: 25px;
    top: 21px;
    width: 94px;
    height: 92px;
  }

  .tickets-cta {
    font-size: 70px;
    -webkit-text-stroke-width: 12px;
  }

  .banner {
    height: 290px;
  }
}

/* ==========================================================================
   Tablet portrait
   ========================================================================== */
@media only screen and (max-width: 991px) {
  :root {
    --hero-top: 34px;
    --hero-bottom: 18px;
    --section-top: 48px;
    --section-bottom: 48px;
    --section-gap: 42px;
    --footer-top: 36px;
  }

  .stage text {
    font-size: 60px;
  }

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

  .footer-logo-text {
    max-width: 175px;
  }

  .site-header .stellarnav ul li:nth-child(3) a,
  .footer-nav ul li:nth-child(2) a {
    padding-right: 150px;
  }

  .site-header .stellarnav ul li:nth-child(4) a,
  .footer-nav ul li:nth-child(3) a {
    padding-left: 150px;
  }

  /* Lineup page — drop the staggered offsets, single column on stack */
  .lineup-grid {
    --gap-y: 70px;
  }

  .stage-card-inner {
    padding: 24px 16px 20px;
  }

  .day-title-sm {
    font-size: 64px;
    -webkit-text-stroke-width: 10px;
  }

  .tilt-left,
  .tilt-right {
    transform: none;
  }

  .lineup-page-section .lineup-col,
  .lineup-page-section .lineup-col:nth-child(2),
  .lineup-page-section .lineup-col:nth-child(3),
  .lineup-page-section .lineup-col:nth-child(5) {
    padding-top: 0;
    margin-top: 0;
  }

  /* News */
  .news-grid {
    --gap-y: 70px;
  }

  .news-card-image {
    width: 92%;
  }

  .news-card-image img {
    height: 200px;
  }

  /* News details */
  .news-detail-title {
    font-size: 40px;
    -webkit-text-stroke-width: 8px;
  }

  .news-detail-divider {
    margin: 24px auto 36px;
  }

  /* Lineup details */
  .lineup-details-card {
    padding: 20px 22px 32px;
  }

  .lineup-details-head {
    grid-template-columns: 1fr;
    align-items: flex-start;
    row-gap: 12px;
    margin: -36px 0 0;
  }

  .day-title-details {
    font-size: 56px;
    -webkit-text-stroke-width: 8px;
  }

  .lineup-details-intro {
    font-size: 22px;
    -webkit-text-stroke-width: 4px;
  }

  .lineup-details-desc {
    font-size: 30px;
    -webkit-text-stroke-width: 4px;
  }

  .lineup-details-presented {
    font-size: 20px;
    -webkit-text-stroke-width: 4px;
  }

  .stage-tabs {
    padding-bottom: 8px;
    margin-bottom: 0;
  }

  .stage-tab {
    font-size: 16px;
    text-align: left;
  }

  .band-detail-name {
    font-size: 26px;
    -webkit-text-stroke-width: 6px;
  }

  /* Soham Paul 13.05.2026 */

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

/* ==========================================================================
   Small tablet
   ========================================================================== */
@media only screen and (max-width: 850px) {
  :root {
    --hero-top: 30px;
    --hero-bottom: 14px;
    --section-top: 42px;
    --section-bottom: 42px;
    --section-gap: 36px;
    --footer-top: 32px;
  }

  .site-header .logo {
    left: 20px;
    max-width: 205px;
  }

  .site-header .stellarnav ul li a,
  .footer-nav ul li a {
    font-size: 30px;
    -webkit-text-stroke-width: 6px;
  }

  .site-header .stellarnav ul li:nth-child(3) a,
  .footer-nav ul li:nth-child(2) a {
    padding-right: 110px;
  }

  .site-header .stellarnav ul li:nth-child(4) a,
  .footer-nav ul li:nth-child(3) a {
    padding-left: 110px;
  }

  .site-header .stellarnav ul li a {
    padding: 30px 16px 0;
  }

  .banner {
    height: 200px;
  }

  img.textTitle {
    height: 120px;
    object-fit: contain;
    margin-top: -90px;
  }

  .tickets-cta {
    font-size: 64px;
    -webkit-text-stroke-width: 10px;
  }

  .tickets-section::before {
    top: -18px;
  }

  .lineup-section img.textTitle {
    height: 120px;
    object-fit: contain;
    margin-top: -53px;
  }

  .lineup-card::before {
    top: -18px;
  }

  .stage text {
    font-size: 48px;
  }

  .day-title {
    font-size: 66px;
    -webkit-text-stroke-width: 9px;
  }

  .day-venue {
    font-size: 24px;
    -webkit-text-stroke-width: 5px;
  }

  .band-list li a {
    font-size: 22px;
    -webkit-text-stroke-width: 5px;
  }

  .site-header .logo {
    left: 8px;
    max-width: 205px;
  }

  .site-header .stellarnav::before {
    left: 25px;
    top: 1px;
    width: 94px;
    height: 92px;
  }

  .site-header .stellarnav::after {
    right: 25px;
    top: 1px;
    width: 94px;
    height: 92px;
  }

  .footer-logo-text {
    max-width: 175px;
  }

  nav.footer-nav.mt-3 {
    margin-top: -10px !important;
    position: relative;
  }

  /* Lineup page */
  .stage-card::before {
    top: -16px;
  }

  .stage-card::after {
    bottom: -22px;
  }

  .lineup-page-title {
    max-width: 90%;
  }

  /* News page */
  .news-card-frame::before {
    top: -16px;
  }

  .news-card-frame::after {
    bottom: -22px;
  }
}

/* ==========================================================================
   Mobile menu activation (768px breakpoint per stellarNav)
   ========================================================================== */
@media only screen and (max-width: 768px) {
  :root {
    --hero-top: 26px;
    --hero-bottom: 12px;
    --section-top: 36px;
    --section-bottom: 36px;
    --section-gap: 30px;
    --footer-top: 28px;
  }

  .site-header .logo {
    position: static;
    width: auto;
    display: inline-block;
    margin-left: 0;
    max-width: 180px;
  }

  .site-header .stellarnav {
    width: auto;
  }

  .site-header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .stellarnav .menu-toggle span.bars span {
    display: block;
    width: 26px;
    margin: 0 0 3px;
    border: #fff 2px solid;
  }

  .site-header .stellarnav::before,
  .site-header .stellarnav::after {
    display: none;
  }

  /* Mobile menu items: simple readable text, no heavy stroke */
  .stellarnav.mobile ul {
    position: relative;
    display: none;
    text-align: left;
    background: #d99a29;
  }

  .site-header .stellarnav ul li a {
    padding: 12px 16px !important;
    font-size: 28px !important;
    -webkit-text-stroke: 12px var(--cream);
    /* text-shadow: none !important; */
    color: var(--ink);
  }

  .site-header .stellarnav ul li:nth-child(3) a,
  .footer-nav ul li:nth-child(2) a {
    padding-right: 16px !important;
  }

  .site-header .stellarnav ul li:nth-child(4) a,
  .footer-nav ul li:nth-child(3) a {
    padding-left: 16px !important;
  }

  .stellarnav .icon-close:after,
  .stellarnav .icon-close:before {
    border-bottom: solid 3px #fff;
    width: 17px;
  }

  /* Footer nav stays visible w/ stroke but smaller */
  .footer-nav ul li a {
    font-size: 26px !important;
    padding: 20px 12px 0 !important;
    -webkit-text-stroke-width: 5px;
  }

  .tickets-cta {
    -webkit-text-stroke: 8px var(--cream);
    font-size: 56px;
  }

  .tickets-section::before {
    top: -17px;
  }

  .lineup-card::before {
    top: -17px;
  }

  svg {
    width: 320px;
  }

  .stage text {
    font-size: 64px;
  }

  /* Lineup page */
  .lineup-grid {
    --gap-y: 60px;
  }

  .day-title-sm {
    font-size: 54px;
    -webkit-text-stroke-width: 9px;
  }

  .day-venue-sm {
    font-size: 18px;
    -webkit-text-stroke-width: 5px;
  }

  .band-list-check {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .band-list-check li a {
    font-size: 18px;
  }

  .stage-card-foot {
    justify-content: center;
  }

  .lineup-page-section .stage-card-inner .stage-card-foot {
    position: static;
    bottom: auto;
    right: auto;
    margin-top: 14px;
    justify-content: center;
  }

  .view-details-btn {
    font-size: 15px;
    padding: 7px 20px;
  }

  /* News page */
  .news-grid {
    --gap-y: 60px;
  }

  .news-card-image {
    width: 95%;
  }

  .news-card-image img {
    height: 190px;
  }

  .news-card-frame {
    padding: 100px 18px 26px;
    margin-top: -85px;
  }

  .news-card-title {
    font-size: 24px;
  }

  .news-card-desc {
    font-size: 16px;
  }

  /* News details */
  .news-detail-section {
    padding: 10px 0 60px;
  }

  .news-detail-title {
    font-size: 32px;
    -webkit-text-stroke-width: 7px;
  }

  .news-detail-lead {
    font-size: 16px;
  }

  .news-detail-h2 {
    font-size: 18px;
    margin: 28px 0 12px;
  }

  .news-detail-body p {
    font-size: 16px;
  }

  .news-detail-checks {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .news-detail-checks li {
    font-size: 16px;
  }

  /* Lineup details */
  .lineup-details-card {
    padding: 18px 16px 28px;
  }

  .lineup-details-head {
    margin: -28px 0 0;
  }

  .day-title-details {
    font-size: 44px;
    -webkit-text-stroke-width: 7px;
  }

  .lineup-details-intro {
    font-size: 20px;
    -webkit-text-stroke-width: 3px;
  }

  .lineup-details-desc {
    font-size: 26px;
    -webkit-text-stroke-width: 3px;
  }

  .lineup-details-presented {
    font-size: 18px;
    -webkit-text-stroke-width: 3px;
  }

  .stage-tabs {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .stage-tab {
    font-size: 15px;
  }

  .band-detail {
    padding: 18px 0 20px;
  }

  .band-detail-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .band-detail-name {
    font-size: 24px;
    -webkit-text-stroke-width: 6px;
  }

  .band-detail-socials li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .band-detail-desc {
    font-size: 13px;
    max-width: 100%;
  }


  .lineup-page-section .lineup-col {
    padding-top: 70px;
  }

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

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

  .day-venue-sm {
    font-size: 18px;
  }

  .day-venue {
    font-size: 30px;
  }

  .band-list {
    padding-top: 10px;
  }

  .band-list-check {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .news-detail-title {
    text-shadow: none;
  }

  .footer-nav ul li a {
    text-shadow: none;
  }

  .lineup-page-section .stage-card-inner .stage-card-head .day-venue {
    padding-top: 20px;
    margin-bottom: 0;
  }

  .band-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
  }

  .band-list li {
    width: 50%;
    padding-bottom: 5px;
  }

  .lineup-page-section .stage-card-inner .day-title {
    text-align: center;
  }

  .lineup-page-section .stage-card-inner .stage-card-head .day-venue {
    text-align: center;
  }

  .stage-card-body .stage-card_subheading h3 {
    text-align: center;
  }

  .hero {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  nav.footer-nav.mt-3 {
    margin-top: 30px !important;
  }

  .footer-logo-text {
    position: static;
    margin: 0 auto 10px;
  }
}

/* ==========================================================================
   Phones
   ========================================================================== */
@media only screen and (max-width: 667px) {
  :root {
    --hero-top: 22px;
    --hero-bottom: 10px;
    --section-top: 32px;
    --section-bottom: 32px;
    --section-gap: 26px;
    --footer-top: 24px;
  }

  .tickets-cta {
    font-size: 56px;
  }

  .tickets-section::before {
    top: -15px;
  }

  .lineup-card::before {
    top: -15px;
  }

  .banner {
    height: 160px;
  }
}

@media only screen and (max-width: 575px) {
  .tickets-section::before {
    top: -11px;
    height: 11px;
  }

  .lineup-card::before {
    top: -11px;
    height: 11px;
  }

  svg {
    width: 250px;
    margin: 0 auto;
  }

  .stage text {
    font-size: 70px;
  }

  .tickets-cta {
    font-size: 48px;
    -webkit-text-stroke-width: 7px;
  }

  .lineup-card {
    padding-right: 0;
  }

  .day-title {
    font-size: 56px;
    -webkit-text-stroke-width: 8px;
  }

  .day-venue {
    font-size: 22px;
    -webkit-text-stroke-width: 4px;
  }

  .band-list li a {
    font-size: 20px;
    -webkit-text-stroke-width: 4px;
  }

  /* Lineup page */
  .stage-card-inner {
    padding: 18px 12px 16px;
  }

  .day-title-sm {
    font-size: 48px;
    -webkit-text-stroke-width: 8px;
  }

  .news-page-section {
    padding-bottom: 50px;
  }

  .lineup-page-section .lineup-col {
    padding-top: 70px;
  }

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

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

  .day-venue-sm {
    font-size: 18px;
  }

  .day-venue {
    font-size: 30px;
  }

  .band-list {
    padding-top: 35px;
  }

  .band-list-check {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-detail-title {
    text-shadow: none;
  }

  .footer-nav ul li a {
    text-shadow: none;
  }

  .lineup-page-section .stage-card-inner .stage-card-head .day-venue {
    padding-top: 20px;
    margin-bottom: 0;
  }

  /* Soham Paul 13.05.2026 */

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

@media only screen and (max-width: 480px) {
  :root {
    --hero-top: 18px;
    --hero-bottom: 8px;
    --section-top: 28px;
    --section-bottom: 28px;
    --section-gap: 22px;
    --footer-top: 22px;
  }

  .tickets-section::before {
    top: -10px;
  }

  .lineup-card::before {
    top: -10px;
  }

  .banner {
    height: 110px;
  }

  img.textTitle {
    height: 80px;
    margin-top: -55px;
  }

  .lineup-section img.textTitle {
    height: 80px;
    margin-top: -28px;
  }

  .tickets-cta {
    font-size: 38px;
    -webkit-text-stroke-width: 6px;
  }

  .day-title {
    font-size: 46px;
    -webkit-text-stroke-width: 7px;
  }

  .band-list li a {
    font-size: 24px;
    -webkit-text-stroke-width: 4px;
  }

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

  .stage text {
    font-size: 80px;
  }

  .site-header .logo {
    max-width: 150px;
  }

  .site-header {
    padding-top: 6px;
  }

  .footer-nav ul li a {
    font-size: 22px !important;
    padding: 10px 8px 0 !important;
    -webkit-text-stroke-width: 4px;
  }

  .footer-logo-text {
    max-width: 140px;
  }

  /* Lineup page */
  .day-title-sm {
    font-size: 38px;
    -webkit-text-stroke-width: 6px;
  }

  .lineup-page-section .stage-card-inner .band-list li p {
    font-size: 20px;
  }

  .band-list-check li a {
    font-size: 15px;
  }

  .stage-card::before {
    top: -10px;
    height: 11px;
  }

  .stage-card::after {
    bottom: -14px;
    height: 14px;
  }

  /* News page */
  .news-card-image img {
    height: 160px;
  }

  .news-card-frame::before {
    top: -10px;
    height: 11px;
  }

  .news-card-frame::after {
    bottom: -14px;
    height: 14px;
  }

  .news-card-frame {
    padding: 80px 14px 22px;
    margin-top: -70px;
  }

  .news-card-title {
    font-size: 24px;
  }

  /* News details */
  .news-detail-title {
    font-size: 26px;
    -webkit-text-stroke-width: 6px;
  }

  .news-detail-h2 {
    font-size: 20px;
  }

  .news-detail-figure {
    margin: 22px auto 18px;
  }

  /* Lineup details */
  .lineup-details-section {
    padding: 0 0 50px;
  }

  .lineup-details-card {
    padding: 14px 12px 22px;
  }

  .lineup-details-head {
    margin: -22px 0 0;
  }

  .day-title-details {
    font-size: 34px;
    -webkit-text-stroke-width: 5px;
  }

  .lineup-details-intro {
    font-size: 18px;
    -webkit-text-stroke-width: 3px;
  }

  .lineup-details-desc {
    font-size: 22px;
    -webkit-text-stroke-width: 3px;
  }

  .lineup-details-presented {
    font-size: 16px;
    -webkit-text-stroke-width: 3px;
  }

  .stage-tab {
    font-size: 13px;
  }

  .band-detail-name {
    font-size: 20px;
    -webkit-text-stroke-width: 5px;
  }
}

@media only screen and (max-width: 430px) {
  :root {
    --hero-top: 16px;
    --hero-bottom: 6px;
    --section-top: 24px;
    --section-bottom: 24px;
    --section-gap: 20px;
    --footer-top: 20px;
  }

  .tickets-section::before {
    top: -9px;
  }

  .lineup-card::before {
    top: -9px;
  }

  .banner {
    height: 95px;
  }

  .tickets-cta {
    font-size: 34px;
  }

  .day-title {
    font-size: 40px;
  }

  .stage text {
    font-size: 90px;
  }
}

@media only screen and (max-width: 390px) {
  :root {
    --hero-top: 14px;
    --hero-bottom: 6px;
    --section-top: 22px;
    --section-bottom: 22px;
    --section-gap: 18px;
    --footer-top: 18px;
  }

  .tickets-section::before {
    top: -8px;
  }

  .lineup-card::before {
    top: -8px;
  }

  .banner {
    height: 85px;
  }

  .tickets-cta {
    font-size: 30px;
    -webkit-text-stroke-width: 5px;
  }

  .day-title {
    font-size: 36px;
    -webkit-text-stroke-width: 6px;
  }

  .day-venue {
    font-size: 16px;
  }

  .band-list li a {
    font-size: 16px;
    -webkit-text-stroke-width: 3px;
  }

  img.textTitle {
    height: 68px;
    margin-top: -45px;
  }

  .lineup-section img.textTitle {
    height: 68px;
    margin-top: -22px;
  }

  .footer-nav ul li a {
    font-size: 18px !important;
    padding: 8px 6px 0 !important;
  }

  .news-card-title {
    font-size: 18px;
  }

  .day-title-sm {
    font-size: 32px;
    -webkit-text-stroke-width: 5px;
  }

  /* Lineup details */
  .day-title-details {
    font-size: 28px;
    -webkit-text-stroke-width: 4px;
  }

  .lineup-details-intro {
    font-size: 16px;
    -webkit-text-stroke-width: 2px;
  }

  .lineup-details-desc {
    font-size: 20px;
    -webkit-text-stroke-width: 2px;
  }

  .lineup-details-presented {
    font-size: 14px;
    -webkit-text-stroke-width: 2px;
  }
}

@media only screen and (max-width: 360px) {
  :root {
    --hero-top: 12px;
    --hero-bottom: 4px;
    --section-top: 20px;
    --section-bottom: 20px;
    --section-gap: 16px;
    --footer-top: 16px;
  }

  .banner {
    height: 75px;
  }

  .tickets-cta {
    font-size: 26px;
    -webkit-text-stroke-width: 4px;
  }

  .day-title {
    font-size: 32px;
    -webkit-text-stroke-width: 5px;
  }

  .stage text {
    font-size: 100px;
  }

  svg {
    width: 220px;
  }
}

@media only screen and (max-width: 320px) {
  :root {
    --hero-top: 10px;
    --hero-bottom: 4px;
    --section-top: 16px;
    --section-bottom: 16px;
    --section-gap: 14px;
    --footer-top: 14px;
  }

  .tickets-section::before {
    top: -7px;
  }

  .lineup-card::before {
    top: -7px;
  }

  .banner {
    height: 65px;
  }

  .tickets-cta {
    font-size: 22px;
  }

  .day-title {
    font-size: 28px;
    -webkit-text-stroke-width: 4px;
  }

  .day-venue {
    font-size: 14px;
  }

  .band-list li a {
    font-size: 14px;
  }

  img.textTitle {
    height: 56px;
    margin-top: -36px;
  }

  .lineup-section img.textTitle {
    height: 56px;
    margin-top: -18px;
  }

  .site-header .logo {
    max-width: 120px;
  }

  .footer-logo-text {
    max-width: 110px;
  }

  svg {
    width: 200px;
  }

  .stage text {
    font-size: 110px;
  }

  .news-card-frame {
    padding: 70px 12px 20px;
    margin-top: -60px;
  }

  .news-card-title {
    font-size: 16px;
  }

  /* Lineup details */
  .day-title-details {
    font-size: 24px;
    -webkit-text-stroke-width: 3px;
  }

  .lineup-details-intro {
    font-size: 14px;
    -webkit-text-stroke-width: 2px;
  }

  .lineup-details-desc {
    font-size: 18px;
    -webkit-text-stroke-width: 2px;
  }

  .lineup-details-presented {
    font-size: 12px;
    -webkit-text-stroke-width: 2px;
  }
}