/* =========================
   GLOBAL
========================= */

:root {
  --black: #000000;
  --white: #ffffff;
  --gray: #f4f4f4;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #0f62a3;
  color: var(--black);
  font-family: 'Jost', sans-serif;
  overflow-x: hidden;
}

section {
  position: relative;
}

.py-lg-7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}


/* =========================
   TYPOGRAPHY
========================= */

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.hero-title,
.site-logo {
  /*font-family: "Futura Std Condensed", sans-serif;*/
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}


a:link {color:#fc5217; text-decoration:none; } /* unvisited link */
a:visited {color:#fc5217; text-decoration:none; }  /* visited link */
a:hover {color:#e4ba3f; text-decoration:none; }  /* mouse over link */
a:active {color:#fc5217; text-decoration:none; }  /* selected link */ 


.navbar-brand.site-logo {
    color: #fff;
    text-decoration: none;
}

.navbar-brand.site-logo:hover,
.navbar-brand.site-logo:visited,
.navbar-brand.site-logo:active {
    color: #fff;
    text-decoration: none;
}


.social-links a:link {color:#5fd9f5; text-decoration:none; } /* unvisited link */
.social-links a:visited {color:#5fd9f5; text-decoration:none; }  /* visited link */
.social-links a:hover {color:#84c1f0; text-decoration:none; }  /* mouse over link */
.social-links a:active {color:#5fd9f5; text-decoration:none; }  /* selected link */ 

.btn-danger.btn-ticket {
    color: #fff;
    text-decoration: none;
}

.btn-danger.btn-ticket:visited {
    color: #fff;
}

.btn-danger.btn-ticket:hover {
    color: #fc5217;
    text-decoration: none;
}

.btn-danger.btn-ticket:active {
    color: #fff;
}

.btn-info a:link {color:#fff; text-decoration:none; } /* unvisited link */
.btn-info a:visited {color:#000; text-decoration:none; }  /* visited link */
.btn-info a:hover {color: #fc5217; text-decoration:none; }  /* mouse over link */
.btn-info a:active {color:#000; text-decoration:none; }  /* selected link */ 

p,
span,
li,
button {
  font-family: 'Jost', sans-serif;
}

.section-title {
  font-size: clamp(2.5rem, 5vw, 6rem);
  line-height: 0.9;
}


/* =========================
   NAVBAR
========================= */

.custom-navbar {
  background: var(--black);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.site-logo {
  color: var(--white);
  font-size: 1.6rem;
  text-decoration: none;
}

.nav-link {
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.08em;
}

.nav-link:hover {
  color: #d0d0d0;
}


.jlr-header {

  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  padding-top: 120px;


}

.jlr-header-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.75);
}

.jlr-header-title {
  font-size: clamp(4rem, 13vw, 8rem);
  line-height: 0.85;

  font-weight: bolder;
}

.jlr-header-tag {
  font-weight: 700;
  letter-spacing: 0.15em;
}

.jlr-header-divider {
  width: 120px;
  height: 8px;
  background: var(--black);
  margin-top: 2rem;
}

.jlr-header-copy {
  font-size: 1.15rem;
  font-weight: 500;
}

.jlr-header-btn {
  border-radius: 0;
  padding: 1rem 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
/* =========================
   HERO
========================= */

.hero-section {
  min-height: 100vh;
  background-image: url('../images/JLR2026-2.jpg'); /* Fallback */
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 120px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.35);
}

.hero-title {
  font-size: clamp(4rem, 13vw, 8rem);
  line-height: 0.85;
  max-width: 900px;
}

.hero-tag {
  font-weight: 700;
  letter-spacing: 0.15em;
}

.hero-divider {
  width: 120px;
  height: 8px;
  background: var(--black);
  margin-top: 2rem;
}

.hero-copy {
  font-size: 1.15rem;
  font-weight: 500;
}

.hero-btn {
  border-radius: 0;
  padding: 1rem 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}


.soundheap-section {
  min-height: 100vh;
  background-image: url('../images/johnluke-soundheap.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-top: 120px;
}

.soundheap-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.35);
}

.soundheap-title {
  font-size: clamp(4rem, 13vw, 8rem);
  line-height: 0.85;
  max-width: 1000px;
}

.soundheap-tag {
  font-weight: 700;
  letter-spacing: 0.15em;
}

.soundheap-divider {
  width: 120px;
  height: 8px;
  background: var(--black);
  margin-top: 2rem;
}

.soundheap-copy {
  font-size: 1.15rem;
  font-weight: 500;
}

.soundheap-btn {
  border-radius: 0;
  padding: 1rem 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}



.mailing-list {
  padding-top: 3rem;
  min-height: 50vh;
  background-image: url('../images/JLR2026.jpg');
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  position: relative;

}

.clouds-section {
  min-height: 100vh;
  background-image: url('../images/clouds.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  padding-top: 120px;
}

.clouds-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.35);
}

.clouds-title {
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.85;
  max-width: 900px;
}

.clouds-tag {
  font-weight: 700;
  letter-spacing: 0.15em;
}

.clouds-divider {
  width: 120px;
  height: 8px;
  background: var(--black);
  margin-top: 2rem;
}

.clouds-copy {
  font-size: 1.15rem;
  font-weight: 500;
}

.clouds-btn {
  border-radius: 0;
  padding: 1rem 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}


/* =========================
   FEATURE STRIP
========================= */

.feature-strip {
  background: var(--white);
  border-top: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
}

.feature-box h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.feature-box p {
  font-weight: 500;
}


/* =========================
   GIG SECTION
========================= */

.gig-section {
  background: var(--white);
}

.gig-card {
  border-top: 1.5px solid var(--black);
  padding: 2.2rem 0;
  transition:
    background-color 0.35s ease,
    transform 0.35s ease,
    padding-left 0.35s ease,
    padding-right 0.35s ease;
  cursor: pointer;
}

.gig-card:hover {
  background-color: #f5f2d0;
  color: #000;
  transform: translateY(-4px);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.gig-card:hover .gig-info h3,
.gig-card:hover .gig-info p,
.gig-card:hover .gig-meta span,
.gig-card:hover .gig-date .day,
.gig-card:hover .gig-date .month {
  color: #000;
}

.gig-card:hover .btn-ticket {
  background: #096ab5;
  color: #fff;
  border-color: var(--white);

}

.gig-card:last-child {
  border-bottom: 2px solid var(--black);
}

.gig-date {
  display: flex;
  flex-direction: column;
}

.gig-date .day {
  font-size: 2.5rem;
  text-transform: uppercase;
  color:#0e89e8;
  font-weight: 800;
  line-height: 0.9;
}

.gig-date .month {
  font-weight: 700;
  letter-spacing: 0.1em;
}

.gig-info h3 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.gig-info p {
  margin-bottom: 0;
  font-size: 1.05rem;
  font-weight: 500;
}

.gig-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 600;
}

.btn-ticket {
  border-radius: 0;
  padding: 1rem 2rem;
  font-weight: 700;
}



.about-section {

  background-image: url('../images/JLR2026.jpg');
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}


/* =========================
   IMAGE BREAK
========================= */

.image-break-section {
  height: 60vh;
  background-image: url('../images/JLR2026.jpg');
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}

.image-break-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

/* =========================
   SHOP
========================= */

.merch-section {
  height: 60vh;
  background-image: url('../images/JLR2026-3.jpg');
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  /*position: relative;*/
}

.merch-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}



/* =========================
   ABOUT
========================= */

.frosted-box {
  background: rgba(255, 255, 255, 0.7); /* semi-transparent white */
  backdrop-filter: blur(10px);           /* frosted glass blur effect */
  -webkit-backdrop-filter: blur(10px);   /* for Safari */

  border: 1px solid rgba(255, 255, 255, 0.4); /* stylish translucent border */
  border-radius: 12px;                          /* rounded corners */

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);  /* subtle shadow */
  
  padding: 5px 5px;   /* inner spacing */
  margin: 2px 0;       /* spacing outside box */
  
  color: #000;          /* black text */
  font-family: 'cassiaextralight', sans-serif;
  
  transition: transform 0.3s ease, box-shadow 0.3s ease; /* smooth hover effect */
}

.frosted-box h2 {font-family: "Futura Std Condensed", sans-serif; color:#fc5217; }
.frosted-box h3 {font-family: "Futura Std Condensed", sans-serif; color:#fc5217; }

.about-copy p,
.about-copy li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

.about-copy ul {
  margin-top: 1.5rem;
}

.about-feature-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
 border: 1px solid rgba(255, 255, 255, 0.4); /* stylish translucent border */
  border-radius: 12px;                          /* rounded corners */
  margin-bottom: 2rem;
}

/* Optional cinematic crop styling */

@media (min-width: 992px) {
  .about-feature-image {
    min-height: 600px;
    max-height: 75vh;
    object-fit: cover;
  }
}
/* =========================
   CONTACT
========================= */

.contact-section {
  border-top: 2px solid var(--black);
}

.contact-link {
  color: var(--black);
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 700;
}


/* =========================
   FOOTER
========================= */

.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 1.5rem 0;
}

.sticky-footer {
  position: sticky;
  bottom: 0;
  z-index: 10;
}

.footer-copy {
  font-weight: 600;
}

.social-links {
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.social-links a {
  color: var(--white);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.05em;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .hero-title {
    font-size: 4.5rem;
  }

  .section-title {
    font-size: 3rem;
  }

  .gig-info h3 {
    font-size: 1.5rem;
  }

  .social-links {
    justify-content: flex-start;
  }
}


@font-face {
    font-family: 'futura_stdXBdCnOb';
    src: url('../fonts/futura/futura_std_extra_bold_condensed_oblique-webfont.woff2') format('woff2'),
         url('../fonts/futura/futura_std_extra_bold_condensed_oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* =========================
   IMAGE SCROLLER
========================= */

.image-scroller-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.image-scroller-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: scrollGallery 35s linear infinite;
  padding: 0 2rem;
}

.image-scroller-wrapper:hover .image-scroller-track {
  animation-play-state: paused;
}

.scroller-item {
  width: 320px;
  flex-shrink: 0;
  text-decoration: none;
  color: var(--black);
}

.scroller-image-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f2f2f2;
}

.scroller-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.scroller-item:hover img {
  transform: scale(1.06);
}

.scroller-caption {
  margin-top: 1rem;

  font-family: "Futura Std Condensed", sans-serif;

  font-size: 1.5rem;
/*  font-weight: 800;
  letter-spacing: 0.04em;*/
}
/* =========================
   DRAGGABLE IMAGE SCROLLER
========================= */

.image-scroller-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  cursor: grab;
  user-select: none;
}

.image-scroller-wrapper.dragging {
  cursor: grabbing;
}

.image-scroller-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding: 0 2rem;

  animation: scrollGallery 35s linear infinite;

  will-change: transform;
}

.image-scroller-wrapper:hover .image-scroller-track {
  animation-play-state: paused;
}

.scroller-item {
  width: 320px;
  flex-shrink: 0;
  text-decoration: none;
  color: var(--black);
  pointer-events: auto;
}

/* Prevent accidental clicks while dragging */

.image-scroller-wrapper.dragging .scroller-item {
  pointer-events: none;
}
/* Continuous scrolling animation */

@keyframes scrollGallery {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Mobile */

@media (max-width: 768px) {

  .scroller-item {
    width: 220px;
  }

  .image-scroller-track {
    gap: 1rem;
  }

  .scroller-caption {
    font-size: 1.15rem;
  }
}

.gig-card.even {
    background: #f5f6f7;margin-bottom: -1rem;
}

.gig-card.alternate {
    background: #cce9ff;
    border-left: 8px solid #096ab5;
}

.gig-card.alternate h2 {
    color: #fc5217;
}

.gig-card.alternate .gig-date .day {
    color: #d1802e;
}

.vid {
  background-color: #0A090F;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    border:solid 1px #000;
    /*box-shadow: 1px 2px 3px 4px;*/
}
 
.vid iframe,
.vid object,
.vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-pane {
    display: block;
}

.speech-bubble {
  position: relative;
  background: #feffff;
  border-radius: .4em;
  padding: 1rem;
  border:1px solid #000;
}

.speech-bubble:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 37px solid transparent;
  border-top-color: #feffff;
  border-bottom: 0;
  border-left: 0;
  margin-left: -18.5px;
  margin-bottom: -37px;
}

.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 4px;
    border: 1px solid #fff;
    color: #000;
    text-decoration: none;
    transition: all .2s ease;
}

.page-numbers:hover,
.page-numbers.current {
    background: #fff;
    color: #000;
}

.page-numbers.dots {
    border: none;
}