@charset "UTF-8"; /* CSS Document */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
font-family: "neue-haas-grotesk-text", sans-serif;
font-weight: 400;
font-style: normal;
	letter-spacing: -1px;
  line-height: 1.1;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.page-content {
  flex: 1;
}
a:hover{
	opacity: 0.8;
}
#pageWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#pageWrap.page-down {
  transform: translateY(200px);
}
.content {
  margin-top: 2%;
}
.menu-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; /* ← IMPORTANT (NOT 100vw) */
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  z-index: 2400;
}
.menu-blur.active {
  opacity: 1;
  pointer-events: auto;
}
.top-nav {
  position: sticky;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  z-index: 3000;
  box-sizing: border-box;
}
.top-nav img {
  width: 70px;
  margin-right: 1%;
}
.top-nav a {
  color: black;
  text-decoration: none;
}
.hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.hamburger span {
  width: 28px;
  height: 2px;
  background: black;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.side-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  background-color: white;
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* ← LEFT aligned */
  transform: translateX(100%);
  transition: transform 0.45s ease;
  z-index: 2500;
}
.side-menu.open {
  transform: translateX(0);
}
.side-menu a {
  font-size: 50px;
  font-weight: 400; /* or 400 depending on your system */
  letter-spacing: 0.03em; /* try between 0.03em–0.08em */
  text-transform: uppercase;
  line-height: 0.5; /* sentence-like */
  color: black;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin: 0;
}
#linksPanel {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center; /* centers nav items horizontally */
  gap: 2px;
  margin: 0 auto; /* ensures nav itself is centered */
  justify-content: center; /* keep links centered */
  padding: 10px 0;
  z-index: 2000;
  color: black;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease;
}
#linksPanel.show {
  opacity: 1;
  pointer-events: auto;
}
#linksPanel:not(.show) {
  opacity: 0;
  pointer-events: none;
}
#linksPanel a {
  color: black;
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.nav-image {
  width: 100%;
}
nav {
  flex-direction: column;
  align-items: center; /* centers nav items horizontally */
  margin: 0 auto; /* ensures nav itself is centered */
}
.nav-item {
  display: flex;
  align-items: flex-start;
  width: 40%;
}
/* RIGHT SIDE */
.nav-item img {
  flex: 1;
  max-width: 1500px;
  width: 100%;
  justify-content: center;
}
.nav-text {
  text-align: left;
  font-size: 50px;
}
.nav-text h1 {
  text-align: left;
  font-weight: 500;
}
.nav-text a {
  justify-content: flex-start;
  display: flex;
  text-align: left;
  color: black;
  font-size: 50px;
}
nav a img {
  position: relative;
  z-index: 1;
}
nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  border-radius: 30px;
  transition: transform 0.2s ease;
  margin: 0; /* remove margin so flex centering works */
}
#logoBtn.move-up {
  animation: headMoveUp 0.8s forwards;
}
#logoBtn {
  height: 250px;
} /* ----------------------------------------- */ /* CONTAINER */ /* ----------------------------------------- */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  text-align: center;
  position: relative;
  margin-bottom: 5%;
} /* ----------------------------------------- */ /* HEAD IMAGE */ /* ----------------------------------------- */
#head {
  position: relative;
  z-index: 2;
  cursor: pointer;
  transform-origin: center bottom;
  filter: blur(0px);
  transition: transform 0.3s ease, filter 0.3s ease;
  margin: 0 auto;
}
#head.move-up {
  animation: headMoveUp 0.8s forwards;
}
#content {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  width: 100%;
}
#content img {
  height: 100%;
}
.arrow {
	margin-top: 5%; 
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
  padding: 6%;
  font-size: 100px;
}
/* LINKS */
.watch-buttons {
  display: flex;
  gap: 15px;
}
.watch-buttons a {
  border-radius: 5px;
  font-weight: 450;
  width: 200px;
  border: 1px solid white;
  padding: 10px;
  text-decoration: none;
  color: white;
  transition: 0.3s ease;
}
.watchbox {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/notthatfaraway.jpg");
  background-size: contain;
  text-align: center;
}
.watchbox-2 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/place-out.jpg");
  background-size: cover;
  object-fit: cover;
  text-align: center;
}
.watchbox-3 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/Live/Clean-live.jpg");
  background-size: cover;
  object-fit: cover;
  text-align: center;
}
.watchbox-4 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/Live/Shards-live.jpg");
  background-size: cover;
  object-fit: cover;
  text-align: center;
}
.watchbox-5 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/Live/sorrow-live.jpg");
  background-size: cover;
  object-fit: cover;
  text-align: center;
}
.watch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 30%;
  font-weight: 900;
  letter-spacing: 0.03em; /* try between 0.03em–0.08em */
  line-height: 1.1;
}
.watch h1 {
  color: white;
  margin: 0;
}
.cta-buttons {
  display: flex;
  gap: 1rem;
}
.cta-buttons a {
  color: white;
  text-decoration: none;
  padding: 10px 10px;
  border: 1px solid white;
  border-radius: 10px;
  transition: 0.3s ease;
}
.listenicons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(8px, 3vw, 25px);
  flex-wrap: nowrap; /* Prevent wrapping to a column */
  overflow-x: auto; /* Allow horizontal scroll if icons exceed screen width */
}
.listenicons img {
  width: clamp(18px, 4vw, 32px);
  height: auto;
  display: block;
  transition: 0.2s ease;
}
.items {
  display: flex; /* row layout for desktop */
  flex-wrap: wrap; /* allow wrapping on smaller screens */
  justify-content: center; /* center items */
  width: 100%;
  min-height: auto; /* NOT height */
}
.saleitems {
  flex: 1 1 200px; /* flexible, min 200px, max auto */
  max-width: 500px; /* prevent too wide on desktop */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
	
}
.saleitems img {
  width: 600px;
  height: auto;
  object-fit: cover;

}
.saleitems p {
  margin: 20px 0;
  font-size: 14px;
}
.saleitems a {
	margin: 20px;
  text-decoration: none;
  color: black;
  font-weight: 400;
  transition: all 0.3s ease;
}
.order-info {
  margin-top: 5%;
}
.order-info a {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  padding: 2%;
  border-radius: 30px;
}
.product {
  max-width: 1100px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 200px;
  align-items: flex-start;
}
.product-image {
  position: sticky;
  top: 100px; /* below your header */
  align-self: start;
}
.product-image img {
  width: 550px;
  display: block;
}
.product hr {
  opacity: 0.2;
}
/* INFO */
.product-info {
  text-align: left;
}
.product-info h1 {
  font-size: 28px;
  margin: 0 0 10px 0;
}
.product-img {
  position: relative;
  display: block;
}
.product-img img {
  width: 100%;
  display: block;
}
.img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-img:hover .img-hover {
  opacity: 1;
}
.price {
  font-size: 16px;
}
/* HR */
.product-info hr {
  border: none;
  border-top: 1px solid black;
  margin: 20px 0;
}
/* ORDER BAR */
.order-bar {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  margin-bottom: 20px;
}
.order-bar a {
  text-decoration: none;
}
.count, .order {
  border: 1px solid #B4B4B4;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
}
.order {
  background-color: black;
  color: white;
}
.order:hover {
  background-color: #141414;
  color: white;
  transition: 0.3s ease;
}
/* LEFT */
.checkout-left {
  padding: 80px;
  max-width: 600px;
}
.checkout-left h2 {
  margin-bottom: 20px;
}
.express-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.bank-box {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
  font-size: 14px;
}
.bank-box p {
  margin: 8px 0;
}
.bank-info-text {
  font-size: 14px;
  opacity: 0.8;
}
.shipping-list {
  margin: 10px 0 20px;
  padding-left: 20px;
}
.email-btn {
  display: inline-block;
  padding: 12px 20px;
  background: black;
  color: white;
  text-decoration: none;
  width: 100%;
}
.email-btn-order {
  display: inline-block;
  align-content: flex-end;
  padding: 12px 20px;
  background: white;
  color: black;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid black;
}
.divider {
  text-align: center;
  margin: 30px 0;
  opacity: 0.6;
}
/* FORM */
.checkout-section {
  margin-bottom: 40px;
}
.checkout-section h3 {
  margin-bottom: 15px;
}
.checkout-section input, .checkout-section select {
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.form-row {
  display: flex;
  gap: 10px;
}
/* RIGHT SIDE */
.checkout-right {
  padding: 80px 60px;
}
.order-summary {
  max-width: 400px;
  margin: 0 auto;
}
.summary-product {
  display: flex; /* Changed from grid to flex for better control */
  align-items: center; /* Ensure image and text are vertically aligned */
  gap: 15px; /* Space between image and text */
  margin-bottom: 30px;
}
/* Make image circular, align it properly */
.summary-product img {
  width: 120px; /* Adjust image size */
  height: 120px; /* Make it square */
  object-fit: cover; /* Keep the image from stretching */
  border-radius: 8px; /* Slight rounded corners */
  margin-right: 20px; /* Space between image and text */
}
.product-info {
  display: flex;
  flex-direction: column; /* Stack the product name and price vertically */
  justify-content: center; /* Center the content vertically */
  gap: 10px; /* Space between the product name and price */
}
/* Align the product name and price */
.product-name {
  font-size: 16px;
  line-height: 1.4;
  text-align: right;
}
.product-price {
  font-size: 14px;
  color: #333; /* You can tweak this color */
  text-align: right;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.summary-row.total {
  font-weight: bold;
  font-size: 18px;
}
/* Order Policy Section */
.order-policy {
  padding: 20px;
  background: black;
  color: white;
}
.order-policy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.order-info-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}
.order-info-text strong {
  font-weight: bold;
}
.article-section {
  margin-top: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.article-card {
  display: flex;
  max-width: 1500px;
  width: 100%;
  gap: 100px;
  align-items: center;
}
.article-image img {
  width: 800px;
  max-width: 100%;
  display: block;
  border-radius: 20px;
}
/* RIGHT */
.article-content {
  text-align: left;
}
.article-content a {
  color: black;
  text-decoration: none;
}
.article-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
.article-content p {
  font-size: 16px;
  opacity: 0.8;
  max-width: 500px;
}
/* LINKS */
.article-links {
  display: flex;
  gap: 15px;
}
.article-links a {
  border: 2px solid black;
  border-radius: 5px;
  font-weight: 400;
  border: 1px solid;
  padding: 20px;
  text-decoration: none;
  color: black;
  transition: 0.3s ease;
  width: 20%;
  text-align: center;
}
@media (max-width: 768px) {
  .article-card {
    flex-direction: column;
    text-align: center;
  }
  .article-content {
    width: 300px;
    text-align: left;
  }
  .article-image img {
    width: 100%;
	  margin-bottom: -60px;
  }
  .article-links {
    justify-content: center;
  }
  .article-links a {
	  font-size: 13px;
    width: 300px;
    text-align: center;
  }
  .checkout-wrapper {
    display: flex;
    flex-direction: column; /* Stack the two columns vertically */
    padding: 0 20px;
  }
  .checkout-left, .checkout-right {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}
.order-summary {
  max-width: 100%; /* Allow order summary to take full width */
  margin: 0 auto;
}
.summary-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  width: 100%;
}
.summary-product img {
  width: 100%; /* Adjust the image size */
  margin-bottom: 10px;
}
.checkout-section input, .checkout-section select {
  width: 100%; /* Ensure input fields take full width */
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}
.pay-now, .email-btn {
  text-align: center;
  padding: 16px;
  font-size: 16px;
}
.order-policy {
  padding: 20px;
  background: black;
  color: white;
}
.order-policy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.order-info-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.8;
}
.order-info-text strong {
  font-weight: bold;
}
/* DESCRIPTION */
.about-order p {
  font-size: 14px;
  line-height: 1.6;
  max-width: 500px;
}
.contact-info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  margin-bottom: 10px;
}
.contact-info.active {
  max-height: 100px;
  opacity: 1;
}
.discography {
  width: 100%;
}
.album-section {
  max-width: 850px;
  margin: 150px auto;
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 60px;
  align-items: start;
}
.discography-content {
  background-color: white;
}
.artworks {
  justify-content: space-between;
  display: contents;
  gap: 100px;
  margin-top: 10%;
}
.artwork img {
  width: 600px;
}
.album-cover {
  position: sticky;
  top: 100px; /* adjust for header height */
  align-self: start;
}
.album-cover img {
  width: 100%;
  display: block;
}
.album-info {
  text-align: left;
}
.more-about {
  color: black;
  text-transform: uppercase;
}
.album-info h1 {
  margin-bottom: 10px;
}
.album-info .year {
  opacity: 0.6;
  margin-bottom: 20px;
}
.music-meta {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  margin: 20px 0;
}
.meta-year {
  flex: 0 0 90px;
  padding: 12px;
  border: 1px solid black;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.meta-type {
  flex: 1;
  padding: 12px;
  background: black;
  color: white;
  text-align: center;
  border-radius: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.music-meta a {
  color: white;
  text-decoration: none;
}
.buy-p {
  color: black;
}
.album-info hr {
  opacity: 0.2;
}
.meta-type:hover {
  background-color: #141414;
  color: white;
  transition: 0.3s ease;
}
.live {
  color: black;
  width: 100%;
  min-height: 100vh;
  align-content: space-between;
}
.live-dates {
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: center;
  max-width: 500px;
  margin: 60px auto;
  padding: 30px 40px;
  border-radius: 30px;
  gap: 70px;
}
.live-dates p {
  text-align: left;
}
.live-dates:hover {
  border-color: black;
  transition: 0.3s ease;
}
.live hr {
  width: 50%;
  opacity: 0.2;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
  justify-content: center;
  /* 🔥 CHANGE THIS */
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 40px 20px 20px; /* extra top space */
  overflow-y: auto;
}
.modal.open {
  display: flex;
}
.modal-content {
  background-color: white;
  border: 1px solid black;
  border-radius: 1px;
  max-width: 900px;
  margin: auto;
  padding: 40px;
}
.modal-content-order {
  background-color: white;
  border: 1px solid black;
  width: 100%;
  max-width: 500px;
  max-height: none; /* 🔥 remove the restriction */
  padding: 30px;
  position: relative;
}
.modal-content-order hr {
  opacity: 0.5;
}
/* Close button */
.modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal .close:hover {
  color: grey;
}
/* Modal content layout */
.modal-body {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.modal-left, .modal-right {
  flex: 1;
  min-width: 300px;
}
.modal-body img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin-bottom: 20px;
}
.modal-left p {
  margin: 5px 0;
  font-size: 14px;
}
.modal-right p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.6;
}
/* Close button */
.close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: black;
}
.close:hover {
  color: grey;
}
.tickets {
  background-color: black;
  color: white;
  text-decoration: none;
  border: 1px solid black;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  width: 120px;
  justify-self: end;
}
.tickets:hover {
  background-color: white;
  color: black;
  border-color: black;
  transition: 0.3s ease;
}
.about {
  display: block;
  width: 100%;
  align-content: center;
}
.about-text {
  max-width: 500px; /* controls readable width */
  width: 100%;
  margin: 0 auto;
  text-align: left; /* overrides container center */
  padding: 0 20px; /* breathing room on small screens */
}
#content1 {
  opacity: 1;
  transform: none;
}
#content1 img {
  height: 300px;
}
#content1 img:hover {
  transform: scale(1.1);
  transition: 1s ease;
  filter: blur(0px);
}
#content2 {
  opacity: 1;
  transform: none;
}
#content2 img {
  height: 350px;
}
#content2 img:hover {
  transform: scale(1.1);
  transition: 1s ease;
  filter: blur(0px);
}
#content2.show {
  opacity: 1;
  transform: translateY(0);
}
#content.show {
  opacity: 1;
  transform: translateY(0);
}
body {
  opacity: 0;
  transition: opacity 0.6s ease;
}
body.fade-in {
  opacity: 1;
}
body.fade-out {
  opacity: 0;
}
.show {
  min-width: 0;
}
.video {
  margin-bottom: 10%;
}
.site-footer {
	justify-content: center;
	text-transform: uppercase;
	font-weight: 500;
	background-color: white;
  color: black;
  padding: 80px 60px 30px;
  font-size: 14px;
}
.footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer-col h4 {
  font-size: 14px;
  letter-spacing: 1px;
	 color: black;
	opacity: 0.7;
}
.footer-col a {
  text-decoration: none;
  transition: opacity 0.2s ease;
	 color: black;
	opacity: 0.7;
}
.footer-bottom {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
	 color: black;
	opacity: 0.7;
}
.footer-legal {
  display: flex;
  gap: 25px;
}
.footer-legal a {
  text-decoration: none;
	 color: black;
	opacity: 0.7;
}
.interview {
  width: 100%;
}
/* HERO IMAGE */
.interview-hero img {
  width: 100%;
  height: 65vh;
  object-fit: contain;
  display: block;
}
/* HEADER */
.interview-header {
  max-width: 800px;
  margin: 60px auto 40px;
  padding: 0 20px;
  text-align: left;
}
.interview-meta {
  font-size: 12px;
  letter-spacing: 1.5px;
  opacity: 0.6;
  margin-bottom: 15px;
}
.interview-header h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.interview-sub {
  font-size: 18px;
  opacity: 0.7;
  max-width: 600px;
}
/* BODY */
.interview-body {
  max-width: 680px;
  margin: 0 auto 100px;
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
}
/* INTRO PARAGRAPH */
.intro {
  font-size: 19px;
  margin-bottom: 40px;
}
/* Q&A BLOCK */
.qa {
  margin-bottom: 35px;
}
.question {
  font-weight: 600;
  margin-bottom: 8px;
}
.answer {
  opacity: 0.85;
}
/* IMAGE BREAK */
.interview-image {
  margin: 60px 0;
}
.interview-image img {
  width: 100%;
  display: block;
}
.caption {
  font-size: 12px;
  opacity: 0.6;
  margin-top: 8px;
}
/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
  }
  #pageWrap.page-down {
    transform: translateY(120px);
  }
  #linksPanel {
    flex-wrap: wrap;
    gap: 6px;
    padding: 12px 10px;
  }
  #linksPanel a {
    padding: 6px 10px;
    font-size: 14px;
  } /* NAV */ nav {
    gap: 30px;
  }
  .interview-hero img {
    height: 50vh;
  }
  .interview-header h1 {
    font-size: 28px;
  }
  .interview-body {
    font-size: 16px;
  }
  nav a {
    margin: 20px;
  }
  #logoBtn, #head {
    width: 250px;
  }
  .container {
    flex: 1;
  }
  .content {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #content img, #content1 img, #content2 img {
    height: auto;
    width: 100%;
    max-width: 300px;
  }
  .listenicons img {
    width: 30px !important;
    max-width: none !important;
  }
  .album-row, .shows-row {
    gap: 20px;
    align-items: center;
  }
  .album-row img, .shows-row img {
    height: auto;
    width: 100%;
    max-width: 300px;
  }
  .album-row:hover img, .shows-row:hover img {
    filter: none;
    border-radius: 0;
  }
  .items {
    gap: 15px;
  }
  .saleitems {
    max-width: 100%;
  }
  .saleitems img {
    max-width: 100%;
    height: auto;
  }
  .order-info {
    margin-top: 10%;
  }
  .order-info a {
    padding: 5%;
  }
  .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .product-image {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .product-image img {
    width: 80%;
    max-width: 300px;
    display: block;
  }
  .product-info {
    width: 90%;
    max-width: 500px;
    text-align: left;
  }
  .product-info hr {
    width: 100%;
    margin: 20px auto;
  }
  .order-bar {
    width: 100%;
    max-width: 500px;
    grid-template-columns: 70px 1fr;
  }
  .count, .order {
    width: 100%;
  }
  .about-order p {
    max-width: 100%;
  }
  .content video {
    max-width: 100%;
  }
  .watch {
    margin-top: 90%;
    display: flex;
  }
  .listenicons {
    gap: 15px; /* Adjust spacing for smaller screens */
  }
  .side-menu {
    padding-left: 30px;
  }
  .side-menu a {
    font-size: 30px;
    line-height: 1;
  }
  .album-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 30px;
  }
  .album-cover {
    position: static;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .album-cover img {
    width: 80%;
    max-width: 400px;
    display: block;
    margin-bottom: 5%;
  }
  .album-info {
    width: 90%;
    max-width: 500px;
    text-align: left;
  }
  .album-info hr {
    width: 100%;
    margin: 20px auto;
  }
  .artworks {
    display: contents;
    gap: 100px;
    margin-top: 10%;
  }
  .artwork img {
    width: 400px;
  }
  .music-meta {
    justify-content: center;
    margin: 20px auto;
  }
  .live-dates {
    text-align: center;
    gap: 16px;
  }
  .tickets {
    justify-self: center;
  }
  .about-text {
    max-width: 100%;
    padding: 0 16px;
    margin-top: 15%;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: left;
  }
  .footer-legal {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .modal-body {
    flex-direction: column;
    gap: 20px;
  }
  .modal-left img {
    max-width: 100%;
    flex-direction: column;
  }
  .modal-right img {
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .modal-left {
    flex: 1;
    max-width: 450px;
  }
  .email-btn {
    flex: 1;
    max-width: 50%;
  }
  .order-summary {
    max-width: 100%;
  }
  .summary-product img {
    width: 50%; /* Make images fully responsive */
  }
  .modal-content-order {
    max-height: 90vh;
    overflow-y: auto;
  }
  .watch h1 {
    font-size: 20px;
  }
  @charset "UTF-8"; /* CSS Document */
  html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; /* or 400 depending on your system */
    letter-spacing: -0.05em; /* try between 0.03em–0.08em */
    line-height: 1.1;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  .page-content {
    flex: 1;
  }
  #pageWrap {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  #pageWrap.page-down {
    transform: translateY(200px);
  }
  .content {
    margin-top: 2%;
  }
  .menu-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; /* ← IMPORTANT (NOT 100vw) */
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
    z-index: 2400;
  }
  .menu-blur.active {
    opacity: 1;
    pointer-events: auto;
  }
  .top-nav {
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    z-index: 3000;
    box-sizing: border-box;
  }
  .top-nav img {
    width: 70px;
    margin-right: 1%;
  }
  .top-nav a {
    color: black;
    text-decoration: none;
  }
  .hamburger {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
  }
  .hamburger span {
    width: 28px;
    height: 2px;
    background: black;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .side-menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    padding-left: 4%;
    background-color: white;
    gap: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* ← LEFT aligned */
    transform: translateX(100%);
    transition: transform 0.45s ease;
    z-index: 2500;
  }
  .side-menu.open {
    transform: translateX(0);
  }
  .side-menu a {
    font-size: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400; /* or 400 depending on your system */
    letter-spacing: 0.03em; /* try between 0.03em–0.08em */
    line-height: 1.1;
    text-transform: uppercase;
    line-height: 0.03; /* sentence-like */
    color: black;
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin: 0;
  }
  #linksPanel {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center; /* centers nav items horizontally */
    gap: 2px;
    margin: 0 auto; /* ensures nav itself is centered */
    justify-content: center; /* keep links centered */
    padding: 10px 0;
    z-index: 2000;
    color: black;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.6s ease;
  }
  #linksPanel.show {
    opacity: 1;
    pointer-events: auto;
  }
  #linksPanel:not(.show) {
    opacity: 0;
    pointer-events: none;
  }
  #linksPanel a {
    color: black;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 8px;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .nav-image {
    width: 100%;
  }
  nav {
    flex-direction: column;
    align-items: center; /* centers nav items horizontally */
    margin: 0 auto; /* ensures nav itself is centered */
  }
  .nav-item {
    display: flex;
    justify-content: space-between; /* pushes text left, image right */
    align-items: flex-start;
    width: 100%;
    max-width: 1200px; /* optional, keeps it clean */
    margin: 0 auto;
  }
  /* RIGHT SIDE */
  .nav-item img {
    flex: 1;
    max-width: 600px;
    width: 100%;
  }
  nav a img {
    position: relative;
    z-index: 1;
  }
  nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border-radius: 30px;
    transition: transform 0.2s ease;
    margin: 0; /* remove margin so flex centering works */
  }
  #logoBtn.move-up {
    animation: headMoveUp 0.8s forwards;
  }
  #logoBtn {
    height: 250px;
  } /* ----------------------------------------- */ /* CONTAINER */ /* ----------------------------------------- */
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    text-align: center;
    position: relative;
    margin-bottom: 5%;
  } /* ----------------------------------------- */ /* HEAD IMAGE */ /* ----------------------------------------- */
  #head {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transform-origin: center bottom;
    filter: blur(0px);
    transition: transform 0.3s ease, filter 0.3s ease;
  }
  #head.move-up {
    animation: headMoveUp 0.8s forwards;
  }
  #content {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease, transform 1s ease;
    width: 100%;
  }
  #content img {
    height: 100%;
  }

 
	
  .watchbox {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/notthatfaraway.jpg");
    background-size: cover;
    text-align: center;
  }
  .watchbox-2 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/place-out.jpg");
    background-size: cover;
    object-fit: cover;
    text-align: center;
  }
  .watchbox-3 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Live/Clean-live.jpg");
    background-size: cover;
    object-fit: cover;
    text-align: center;
  }
  .watchbox-4 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Live/Shards-live.jpg");
    background-size: cover;
    object-fit: cover;
    text-align: center;
  }
  .watchbox-5 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Live/sorrow-live.jpg");
    background-size: cover;
    object-fit: cover;
    text-align: center;
  }
  .watch {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    margin-top: 30%;
    font-weight: 900;
    letter-spacing: 0.03em; /* try between 0.03em–0.08em */
    line-height: 1.1;
  }
  .watch h1 {
    color: white;
    margin: 0;
  }
  .cta-buttons {
    display: flex;
    gap: 1rem;
  }
  .cta-buttons a {
    color: white;
    text-decoration: none;
    padding: 10px 10px;
    border: 1px solid white;
    border-radius: 10px;
    transition: 0.3s ease;
  }
  .listenicons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(8px, 3vw, 25px);
    flex-wrap: nowrap; /* Prevent wrapping to a column */
    overflow-x: auto; /* Allow horizontal scroll if icons exceed screen width */
  }
  .listenicons img {
    width: clamp(18px, 4vw, 32px);
    height: auto;
    display: block;
    transition: 0.2s ease;
  }
  .items {
    display: flex; /* row layout for desktop */
    flex-wrap: wrap; /* allow wrapping on smaller screens */
    justify-content: center; /* center items */
    width: 100%;
    min-height: auto; /* NOT height */
  }
  .saleitems {
    flex: 1 1 200px; /* flexible, min 200px, max auto */
    max-width: 500px; /* prevent too wide on desktop */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
  }
  .saleitems img {
    width: 600px;
    height: auto;
    object-fit: cover;
    margin-bottom: 10px;
  }
  .saleitems p {
    margin: 5px 0;
    font-size: 14px;
  }
  .saleitems a {
    text-decoration: none;
    color: black;
    font-weight: 400;
    transition: all 0.3s ease;
  }
  .order-info {
    margin-top: 5%;
  }
  .order-info a {
    color: black;
    text-decoration: none;
    border: 1px solid black;
    padding: 2%;
    border-radius: 30px;
  }
  .product {
    max-width: 1100px;
    margin: 100px auto;
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 200px;
    align-items: flex-start;
  }
  .product-image {
    position: sticky;
    top: 100px; /* below your header */
    align-self: start;
  }
  .product-image img {
    width: 550px;
    display: block;
  }
  .product hr {
    opacity: 0.2;
  }
  /* INFO */
  .product-info {
    text-align: left;
  }
  .product-info h1 {
    font-size: 28px;
    margin: 0 0 10px 0;
  }
  .product-img {
    position: relative;
    display: block;
  }
  .product-img img {
    width: 100%;
    display: block;
  }
  .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .product-img:hover .img-hover {
    opacity: 1;
  }
  .price {
    font-size: 16px;
  }
  /* HR */
  .product-info hr {
    border: none;
    border-top: 1px solid black;
    margin: 20px 0;
  }
  /* ORDER BAR */
  .order-bar {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }
  .order-bar a {
    text-decoration: none;
  }
  .count, .order {
    border: 1px solid #B4B4B4;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
  }
  .order {
    background-color: black;
    color: white;
  }
  .order:hover {
    background-color: #141414;
    color: white;
    transition: 0.3s ease;
  }
  /* LEFT */
  .checkout-left {
    padding: 80px;
    max-width: 600px;
  }
  .checkout-left h2 {
    margin-bottom: 20px;
  }
  .express-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }
  .bank-box {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 12px;
    margin: 20px 0;
    font-size: 14px;
  }
  .bank-box p {
    margin: 8px 0;
  }
  .bank-info-text {
    font-size: 14px;
    opacity: 0.8;
  }
  .shipping-list {
    margin: 10px 0 20px;
    padding-left: 20px;
  }
  .email-btn {
    display: inline-block;
    padding: 12px 20px;
    background: black;
    color: white;
    text-decoration: none;
    width: 100%;
  }
  .email-btn-order {
    display: inline-block;
    align-content: flex-end;
    padding: 12px 20px;
    background: white;
    color: black;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid black;
  }
  .divider {
    text-align: center;
    margin: 30px 0;
    opacity: 0.6;
  }
  /* FORM */
  .checkout-section {
    margin-bottom: 40px;
  }
  .checkout-section h3 {
    margin-bottom: 15px;
  }
  .checkout-section input, .checkout-section select {
    width: 100%;
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
  }
  .form-row {
    display: flex;
    gap: 10px;
  }
  /* RIGHT SIDE */
  .checkout-right {
    padding: 80px 60px;
  }
  .order-summary {
    max-width: 400px;
    margin: 0 auto;
  }
  .summary-product {
    display: flex; /* Changed from grid to flex for better control */
    align-items: center; /* Ensure image and text are vertically aligned */
    gap: 15px; /* Space between image and text */
    margin-bottom: 30px;
  }
  /* Make image circular, align it properly */
  .summary-product img {
    width: 120px; /* Adjust image size */
    height: 120px; /* Make it square */
    object-fit: cover; /* Keep the image from stretching */
    border-radius: 8px; /* Slight rounded corners */
    margin-right: 20px; /* Space between image and text */
  }
  .product-info {
    display: flex;
    flex-direction: column; /* Stack the product name and price vertically */
    justify-content: center; /* Center the content vertically */
    gap: 10px; /* Space between the product name and price */
  }
  /* Align the product name and price */
  .product-name {
    font-size: 16px;
    line-height: 1.4;
    text-align: right;
  }
  .product-price {
    font-size: 14px;
    color: #333; /* You can tweak this color */
    text-align: right;
  }
  .summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .summary-row.total {
    font-weight: bold;
    font-size: 18px;
  }
  /* Order Policy Section */
  .order-policy {
    padding: 20px;
    background: black;
    color: white;
  }
  .order-policy h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .order-info-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
  }
  .order-info-text strong {
    font-weight: bold;
  }
  @media (max-width: 768px) {
    /* Use flexbox layout for mobile */
    .checkout-wrapper {
      display: flex;
      flex-direction: column; /* Stack the two columns vertically */
      padding: 0 20px;
    }
    .checkout-left, .checkout-right {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
    }
  }
  .order-summary {
    max-width: 100%; /* Allow order summary to take full width */
    margin: 0 auto;
  }
  .summary-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: 100%;
  }
  .summary-product img {
    width: 100%; /* Adjust the image size */
    margin-bottom: 10px;
  }
  .checkout-section input, .checkout-section select {
    width: 100%; /* Ensure input fields take full width */
    padding: 14px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
  }
  .pay-now, .email-btn {
    text-align: center;
    padding: 16px;
    font-size: 16px;
  }
  .order-policy {
    padding: 20px;
    background: black;
    color: white;
  }
  .order-policy h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .order-info-text {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
  }
  .order-info-text strong {
    font-weight: bold;
  }
  /* DESCRIPTION */
  .about-order p {
    font-size: 14px;
    line-height: 1.6;
    max-width: 500px;
  }
  .contact-info {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    margin-bottom: 10px;
  }
  .contact-info.active {
    max-height: 100px;
    opacity: 1;
  }
  .discography {
    width: 100%;
  }
  .album-section {
    max-width: 850px;
    margin: 150px auto;
    display: grid;
    grid-template-columns: 450px 1fr;
    gap: 60px;
    align-items: start;
  }
  .discography-content {
    background-color: white;
  }
  .artworks {
    justify-content: space-between;
    display: contents;
    gap: 100px;
    margin-top: 10%;
  }
  .artwork img {
    width: 600px;
  }
  .album-cover {
    position: sticky;
    top: 100px; /* adjust for header height */
    align-self: start;
  }
  .album-cover img {
    width: 100%;
    display: block;
  }
  .album-info {
    text-align: left;
  }
  .more-about {
    color: black;
    text-transform: uppercase;
  }
  .album-info h1 {
    margin-bottom: 10px;
  }
  .album-info .year {
    opacity: 0.6;
    margin-bottom: 20px;
  }
  .music-meta {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 500px;
    margin: 20px 0;
  }
  .meta-year {
    flex: 0 0 90px;
    padding: 12px;
    border: 1px solid black;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .meta-type {
    flex: 1;
    padding: 12px;
    background: black;
    color: white;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  .music-meta a {
    color: white;
    text-decoration: none;
  }
  .buy-p {
    color: black;
  }
  .album-info hr {
    opacity: 0.2;
  }
  .meta-type:hover {
    background-color: #141414;
    color: white;
    transition: 0.3s ease;
  }
  .live {
    color: black;
    width: 100%;
    min-height: 100vh;
    align-content: space-between;
  }
  .live-dates {
    display: grid;
    grid-template-columns: 1fr 140px;
    align-items: center;
    max-width: 500px;
    margin: 60px auto;
    padding: 30px 40px;
    border-radius: 30px;
    gap: 70px;
  }
  .live-dates p {
    text-align: left;
  }
  .live-dates:hover {
    border-color: black;
    transition: 0.3s ease;
  }
  .live hr {
    width: 50%;
    opacity: 0.2;
  }
  .modal {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: none;
    justify-content: center;
    /* 🔥 CHANGE THIS */
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    padding: 40px 20px 20px; /* extra top space */
    overflow-y: auto;
  }
  .modal.open {
    display: flex;
  }
  .modal-content {
    background-color: white;
    border: 1px solid black;
    border-radius: 1px;
    max-width: 900px;
    margin: auto;
    padding: 40px;
  }
  .modal-content-order {
    background-color: white;
    border: 1px solid black;
    width: 100%;
    max-width: 500px;
    max-height: none; /* 🔥 remove the restriction */
    padding: 30px;
    position: relative;
  }
  .modal-content-order hr {
    opacity: 0.5;
  }
  /* Close button */
  .modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  .modal .close:hover {
    color: grey;
  }
  /* Modal content layout */
  .modal-body {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
  }
  .modal-left, .modal-right {
    flex: 1;
    min-width: 300px;
  }
  .modal-body img {
    width: 100%;
    max-width: 500px;
    display: block;
    margin-bottom: 20px;
  }
  .modal-left p {
    margin: 5px 0;
    font-size: 14px;
  }
  .modal-right p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  /* Close button */
  .close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: black;
  }
  .close:hover {
    color: grey;
  }
  .tickets {
    background-color: black;
    color: white;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    width: 120px;
    justify-self: end;
  }
  .tickets:hover {
    background-color: white;
    color: black;
    border-color: black;
    transition: 0.3s ease;
  }
  .about {
    display: block;
    width: 100%;
    align-content: center;
  }
  .about-text {
    max-width: 500px; /* controls readable width */
    width: 100%;
    margin: 0 auto;
    text-align: left; /* overrides container center */
    padding: 0 20px; /* breathing room on small screens */
  }
  #content1 {
    opacity: 1;
    transform: none;
  }
  #content1 img {
    height: 300px;
  }
  #content1 img:hover {
    transform: scale(1.1);
    transition: 1s ease;
    filter: blur(0px);
  }
  #content2 {
    opacity: 1;
    transform: none;
  }
  #content2 img {
    height: 350px;
  }
  #content2 img:hover {
    transform: scale(1.1);
    transition: 1s ease;
    filter: blur(0px);
  }
  #content2.show {
    opacity: 1;
    transform: translateY(0);
  }
  #content.show {
    opacity: 1;
    transform: translateY(0);
  }
  body {
    opacity: 0;
    transition: opacity 0.6s ease;
  }
  body.fade-in {
    opacity: 1;
  }
  body.fade-out {
    opacity: 0;
  }
  .show {
    min-width: 0;
  }
  .video {
    margin-bottom: 10%;
  }
  
  .interview {
    width: 100%;
  }
  /* HERO IMAGE */
  .interview-hero img {
    width: 100%;
    height: 65vh;
    object-fit: contain;
    display: block;
  }
  /* HEADER */
  .interview-header {
    max-width: 800px;
    margin: 60px auto 40px;
    padding: 0 20px;
    text-align: left;
  }
  .interview-meta {
    font-size: 12px;
    letter-spacing: 1.5px;
    opacity: 0.6;
    margin-bottom: 15px;
  }
  .interview-header h1 {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .interview-sub {
    font-size: 18px;
    opacity: 0.7;
    max-width: 600px;
  }
  /* BODY */
  .interview-body {
    max-width: 680px;
    margin: 0 auto 100px;
    padding: 0 20px;
    font-size: 17px;
    line-height: 1.8;
    text-align: left;
  }
  /* INTRO PARAGRAPH */
  .intro {
    font-size: 19px;
    margin-bottom: 40px;
  }
  /* Q&A BLOCK */
  .qa {
    margin-bottom: 35px;
  }
  .question {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .answer {
    opacity: 0.85;
  }
  /* IMAGE BREAK */
  .interview-image {
    margin: 60px 0;
  }
  .interview-image img {
    width: 100%;
    display: block;
  }
  .caption {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 8px;
  }
  /* =========================
   MOBILE
========================= */
  @media (max-width: 768px) {
    html, body {
      overflow-x: hidden;
    }
    #pageWrap.page-down {
      transform: translateY(120px);
    }
    #linksPanel {
      flex-wrap: wrap;
      gap: 6px;
      padding: 12px 10px;
    }
    #linksPanel a {
      padding: 6px 10px;
      font-size: 14px;
    } /* NAV */ nav {
      gap: 30px;
    }
    .interview-hero img {
      height: 50vh;
    }
    .interview-header h1 {
      font-size: 28px;
    }
    .interview-body {
      font-size: 16px;
    }
    nav a {
      margin: 20px;
    }
    #logoBtn, #head {
      width: 900px;
    }
    .container {
      flex: 1;
    }
    .content {
      margin-top: 5%;
      margin-bottom: 5%;
    }
    #content img, #content1 img, #content2 img {
      height: auto;
      width: 100%;
      max-width: 300px;
    }
    .listenicons img {
      width: 30px !important;
      max-width: none !important;
    }
    .album-row, .shows-row {
      gap: 20px;
      align-items: center;
    }
    .album-row img, .shows-row img {
      height: auto;
      width: 100%;
      max-width: 300px;
    }
    .album-row:hover img, .shows-row:hover img {
      filter: none;
      border-radius: 0;
    }
    .items {
      gap: 15px;
    }
    .saleitems {
      max-width: 100%;
    }
    .saleitems img {
      max-width: 100%;
      height: auto;
    }
    .order-info {
      margin-top: 10%;
    }
    .order-info a {
      padding: 5%;
    }
    .product {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 30px;
    }
    .product-image {
      position: static;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .product-image img {
      width: 80%;
      max-width: 300px;
      display: block;
    }
    .product-info {
      width: 90%;
      max-width: 500px;
      text-align: left;
    }
    .product-info hr {
      width: 100%;
      margin: 20px auto;
    }
    .order-bar {
      width: 100%;
      max-width: 500px;
      grid-template-columns: 70px 1fr;
    }
    .count, .order {
      width: 100%;
    }
    .about-order p {
      max-width: 100%;
    }
    .content video {
      max-width: 100%;
    }
    .watch {
      margin-top: 90%;
      display: flex;
    }
    .listenicons {
      gap: 15px; /* Adjust spacing for smaller screens */
    }
    .side-menu {
      padding-left: 30px;
    }
    .side-menu a {
      font-size: 30px;
      line-height: 1;
    }
    .album-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: left;
      gap: 30px;
    }
    .album-cover {
      position: static;
      width: 100%;
      display: flex;
      justify-content: center;
    }
    .album-cover img {
      width: 80%;
      max-width: 400px;
      display: block;
      margin-bottom: 5%;
    }
    .album-info {
      width: 90%;
      max-width: 500px;
      text-align: left;
    }
    .album-info hr {
      width: 100%;
      margin: 20px auto;
    }
    .artworks {
      display: contents;
      gap: 100px;
      margin-top: 10%;
    }
    .artwork img {
      width: 400px;
    }
    .music-meta {
      justify-content: center;
      margin: 20px auto;
    }
    .live-dates {
      text-align: center;
      gap: 16px;
    }
    .tickets {
      justify-self: center;
    }
    .about-text {
      max-width: 100%;
      padding: 0 16px;
      margin-top: 15%;
    }
    .footer-inner {
      grid-template-columns: 1fr;
      gap: 40px;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 20px;
      text-align: left;
    }
    .footer-legal {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .modal-body {
      flex-direction: column;
      gap: 20px;
    }
    .modal-left img {
      max-width: 100%;
      flex-direction: column;
    }
    .modal-right img {
      max-width: 100%;
      flex-direction: column-reverse;
    }
    .modal-left {
      flex: 1;
      max-width: 450px;
    }
    .email-btn {
      flex: 1;
      max-width: 50%;
    }
    .order-summary {
      max-width: 100%;
    }
    .summary-product img {
      width: 50%; /* Make images fully responsive */
    }
    .modal-content-order {
      max-height: 90vh;
      overflow-y: auto;
    }
    .watch h1 {
      font-size: 15px;
    }
	  
	  .watch-buttons{
		width: 70%;  
	  }
	  
    .nav-item {
      flex-direction: column;
      align-items: center; /* centers the whole block */
      margin-top: 15%;
    }
    /* Shared width wrapper behavior */
    .nav-item img, .nav-text {
      width: 100%;
      max-width: 350px; /* ← SAME VALUE for both */
    }
    .nav-text {
      text-align: left; /* aligns text to image edge */
      padding: 0; /* remove previous offsets */
    }
    .nav-text h1, .nav-text a {
      margin-left: 0;
      font-size: 30px;
    }
  }