* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Georgia', serif;
}

body {
  font-family: 'Georgia', serif;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
  font-size: 18px;
  background-color: #FFFAF2;
}

h1 {
  color: #334789;
  justify-self: center;
  text-align: center;
  font-size: 50px;
  margin: 1%;
  padding-bottom: 1%;
}

h2 {
  color: #334789;
  font-size: 30px;
}

h3 {
  color: #9ebfd6;
  font-size: 20px;
}

a {
  display: inline-block; /* Ensures the link wraps around the image */
}

hr {
  height: 3px; 
  background-color: #334789; 
  border: none; 
  width: 70%; 
  margin: 2% auto;
}

/* hero section */
.hero {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  background-image: url('/media/hero.webp');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.5s ease-in-out;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.hero img {
  width: 300px;
  opacity: 0; /* Start hidden */
  transform: scale(0.5); /* Start smaller */
  animation: popUp 1s ease-out forwards;
  animation-delay: 0.5s;
  z-index: 2; 
}

.hero a {
  text-decoration: none;
  color: black;
  z-index: 2; 
}

.hero-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
}

.hero-button a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
}

.hero-button img {
  display: flex;
}


/* page banner at top */
.banner {
  animation: fadeIn 0.5s ease-in-out;
  height: 40%;
  width: 100%;
}


/*nav bar*/
nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5%;
  flex-direction: column;
  align-items: flex-end;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
  z-index: 5;
}

.logo-link {
  position: absolute; /* Position relative to parent container */
  top: 0;
  left: 0;
  width: 20%;  /* Same size as image */
  height: auto;
  display: block;  /* Make it a block element so it covers the entire image */
  z-index: 10;  /* Ensures the link is above other elements */
}

/* Ensure the image fully fits inside the link */
.logo {
  width: 100%;  /* Image takes up the full width of the link */
  height: auto;  /* Maintain aspect ratio */
  display: block;  /* Removes any extra space below the image */
  z-index: 5;  /* Makes sure the image isn't covering the link */
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
  animation-fill-mode: forwards;
  padding:5%;
  animation-delay: 0.5s;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

nav li {
  margin-right: 1.5%;
}

nav a {
  color: #ffff;
  text-decoration: none;
  display: block;
  font-size: 24px;
}

nav a:hover {
  color: #EAD776;
}

nav ul:first-of-type {
  justify-content: flex-end;
}

nav ul:first-of-type li {
  display: inline-block;
  margin-top: 1.5%
}

/* social icons */
nav img {
  width: 60px;
  height: auto;
  display: inline-block;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  justify-self: center;
}


.home {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 5%;
  justify-content: center;
  display: flex;
  margin-bottom:5%;
}

.home img {
  width: 25%;
  height: auto;
  padding: 1%;
}

.home_about_left {
  float: left;
  height:auto;
  width: 70%;
  margin-right: 5%;
}

.home_about_right {
  float:right;
  width: 30%;
  height: auto;
  padding-top: 100px;
}

.home_about_right img {
  padding-left: 1%;
  width: 100%;
  height: auto;
  justify-self: left;
}

.video-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.centered-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.centered-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.centered-image {
  display: flex;
  justify-content: center;
  width: 70%;
  margin: auto;
}

.centered-image img {
  display: block;
  margin: auto;
}


.about {
  margin-left: 20%;
  margin-right: 20%;
  margin-bottom: 5%;
  text-align: center;
}
.catduck {
  width: 25%;
  margin-top: 5%;
}

.gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  z-index: 5; 
}

.image-container {
  width:33.3%;
  height: auto;
  position: relative;
  display: inline-block;
  font-size: 0;
}

.image-container a {
  color: white;
}

.image-container img {
  width: 100%;
}

.credits {
  position: absolute;
  font-size: 16px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  display: none;
}


.shows {
  margin-left: 15%;
  margin-right: 15%;
  margin-bottom: 5%;
  text-align: center;
}

.show {
  width:100%;
  padding:2.5%;
}

.show a {
  color: #9ebfd6;
}

.ticket-button {
  display: inline-block;
  background-color: #334789;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 15px;
  margin-top:0.5%;
  border-radius: 8px;
}

.ticket-button:hover {
  background-color: #2c3d74;
}

/* Merch page – even spacing for Shopify buy buttons, align by bottom so Add to cart lines up */
.merch-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem 3rem;
}

.merch-product {
  flex: 1 1 220px;
  max-width: 260px;
  min-width: 200px;
}

.merch-product > div {
  width: 100%;
}

/* Single promotion section */
.single-promo {
  width: 100%;
  margin: 2% auto;
  padding: 0 5%;
}

.single-promo-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.single-promo-image {
  flex: 0 0 300px;
}

.single-promo-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.single-promo-text {
  flex: 1;
  text-align: left;
}

.presave-button {
  display: inline-block;
  background-color: #334789;
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 24px;
  margin-top: 15px;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.presave-button:hover {
  background-color: #2c3d74;
}

/* Walking Out promotion section - vintage retro design */
.walking-out-promo {
  width: 100%;
  margin: 2% auto;
  padding: 0 5%;
}

.walking-out-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}

.walking-out-image {
  flex: 0 0 300px;
}

.walking-out-image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.walking-out-text {
  flex: 1;
  text-align: left;
  position: relative;
}

.walking-out-text h1 {
  position: relative;
}

.walking-out-text h1::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid #334789;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.streaming-links {
  display: flex;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.stream-button {
  display: inline-block;
  background-color: #334789;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.stream-button:hover {
  background-color: #2c3d74;
}

.stream-button.spotify {
  background-color: #1DB954;
}

.stream-button.spotify:hover {
  background-color: #1ed760;
}


.epk-section {
  width:70%;
  margin: auto;
  margin-top: 5%;
  margin-bottom: 5%;
  justify-self: center;
  display: flex;
}
.instagram-media {
  width: 10%;
  margin: auto;
  display: flex;
  max-width: 320px; /* Typical Instagram post width */
  flex: 1 1 300px;   /* Flex-grow, shrink, basis */
}
.instagram-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Optional: center align posts */
}


.articles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-left: 100px;
  margin-right: 100px;
}

.article-card {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
  text-decoration: none;
  color: inherit;
}

.article-card:hover {
  transform: scale(1.02);
}

.article-card img {
  height: 250px;
  width: 100%; 
  object-fit: cover;
}

.article-content {
  padding: 15px;
}

.article-title {
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.article-subtitle {
  font-size: 1rem;
  color: #777;
  margin: 0 0 10px;
}

.article-description {
  color: #555;
}

.pdf-button {
  background-color: #334789; 
  color: white; 
  padding: 15px 32px;
  text-align: center;
  text-decoration: none; 
  display: flex; 
  font-size: 16px; 
  border: none;
  cursor: pointer; 
  border-radius: 5px; 
  justify-self: center;
  margin:auto;
}

.pdf-button:hover {
  background-color: #2c3d74;
}


.footer {
  background-color: #9EBFD6;
  color: #334789;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 2%;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-top: 5%;
  z-index: 2; 
}




/* contact page */

.contact-form-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 60%;
  justify-self: center;
  margin:auto;
}

.contact-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.contact-form input, .contact-form textarea, .contact-form button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  background-color: #334789;
  color: white;
  border: none;
  cursor: pointer;
  width:100px;
  justify-self: center;
}

.contact-form button:hover {
  background-color: #2c3d74;
}





/* Default: show desktop, hide mobile */
.desktop-only {
  display: flex;
}

.desktop-only-2 {
  display: block;
}

.mobile-only {
  display: none;
}

/* On mobile: hide desktop, show mobile */
@media (max-width: 768px) {
  .desktop-only {
    display: none;
  }

  .desktop-only-2 {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .instagram-container {
    flex-direction: column;
    align-items: center; /* Optional: center align vertically stacked posts */
}

  /* Flex direction for the mobile menu */
  .menu {
    z-index: 1000;
    position: fixed;
    display: none;
    flex-direction: column;
  }

  .menu-toggle:checked + .menu-icon + .menu {
    display: flex;
  }

  .articles {
    margin: 15px;
  }

  .instagram-media {
    margin: auto;
  }

  .centered-video {
    margin-left: 5px;
    margin-right: 5px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  body {
    font-size: 14px;
  }

  .about {
    margin-left: 5%;
    margin-right: 5%;
  }

  .epk-section {
    margin-left: 5%;
    margin-right: 5%;
    width:90%;
    margin-top: 15px;
    margin-bottom: 15px;
    justify-self: center;
    display: flex;
  }

  hr {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  /* Mobile styles for single promotion */
  .single-promo-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .single-promo-image {
    flex: none;
    width: 250px;
    margin: 0 auto;
  }

  .single-promo-text {
    text-align: center;
  }

  /* Mobile styles for Walking Out promotion */
  .walking-out-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .walking-out-image {
    flex: none;
    width: 250px;
    margin: 0 auto;
  }

  .walking-out-text {
    text-align: center;
  }

  .walking-out-text h1::before {
    display: none;
  }

  .streaming-links {
    justify-content: center;
  }

  /* Merch grid – even spacing on mobile */
  .merch-grid {
    gap: 1.5rem;
    padding: 0 0.75rem 2rem;
  }

  .merch-product {
    flex: 1 1 140px;
    max-width: none;
    min-width: 140px;
  }
}





/* Mobile hamburger nav bar */
.menu-toggle {
  display: none;
}

/* Hamburger icon */
.menu-icon {
  display: none;
  font-size: 32px;
  color: #FFFAF2;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
}


/* Mobile nav styles */
@media (max-width: 768px) {
  
  .desktop-only {
    display: none;
  }

  .menu-toggle {
    display: none !important;
  }
  

  .mobile-only {
    display: block;
  }

  /* Hamburger Icon */
  .menu-icon {
    font-size: 32px;
    cursor: pointer;
    padding: 10px;
    z-index: 1001;
    position: fixed;
    top: 15px;
    left: 15px;
    background-color: #334789;
    color: white;
    border-radius: 5px;
  }

  /* Side Menu Drawer */
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #334789;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 60px; /* Leaves room for the menu icon */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start; 
    z-index: 1000;
    padding-top: 100px;
  }
  
  .menu li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
  }

  .menu-toggle:checked + .menu-icon + .menu {
    transform: translateX(0);
  }
}










/* Keyframes for animation */

@keyframes popUp {
  0% {
      opacity: 0;
      transform: scale(0.5);
  }
  100% {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0; /* Start as invisible */
  }
  100% {
    opacity: 1; /* End as fully visible */
  }
}


