/* PLESH MUSIC STYLESHEET */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 0.625em;
}

body {
    min-height: 100vh;
    display: block;
    background-image: url(../../images/background.png); 
}

:root {
    --release-bg: rgba(255, 0, 0, 0.25); /* default */
    --release-button: rgba(255, 0, 0, 0.25); /* default */
}

article,
.slideshow-wrapper,
.slideshow button,
.MiscBox, .thumbnail-item {
    background: var(--release-bg);
}

.slideshow button, .dot {
    background: var(--release-button);    
}

.Release-Red {
    --release-bg: rgba(255, 0, 0, 0.25);
    --release-button: rgba(255, 0, 0, 0.75);
}

.Release-Green {
    --release-bg: rgba(0, 220, 0, 0.25);
    --release-button: rgba(0, 220, 0, 0.75);
}

.Release-Blue {
    --release-bg: rgba(0, 0, 255, 0.25);
    --release-button: rgba(0, 0, 255, 0.75);
}

.Release-White {
    --release-bg: rgba(255, 255, 255, 0.25);
    --release-button: rgba(255, 255, 255, 0.75);
}

.Release-Black {
    --release-bg: rgba(0, 0, 0, 0.25);
    --release-button: rgba(0, 0, 0, 0.75);
}

@font-face {
    font-family: sitefont;
    src: url(../../fonts/LibreFranklin-ExtraBoldItalic.ttf);
}

/* 
h1 = Discography Title
h2 = Nav Buttons
h3 = Discography Subtitle, Article Title, Video Box Title
h4 = Article Subtitle
h5 = Media Titles
h6 = Call To Action
p = Article Text
li = Footer Text / Links
*/


h1 {
  color: white;
  font-family: sitefont;
  text-transform: uppercase;
  font-size: clamp(3.5rem, 5vw, 6rem);
    -webkit-text-stroke: 2px black;
    text-shadow:
        3px 3px 0 black,
        3px 3px 0 rgba(0,0,0,0.4);
}

h2 {
    color: rgb(0, 0, 0);
    font-family: sitefont;
    text-transform: uppercase;
    font-size: clamp(2rem, 5vw, 3rem);
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgb(255, 255, 255);
}

a:hover {
    color: blue;
}

a {
    color: inherit;
}
            
h3 {
    color: rgb(255, 255, 255);
    font-family: sitefont;
    text-transform: uppercase;
    font-size: 3rem;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    letter-spacing: 0.25em;
    margin-left: 0.5em;
}
            
h4 {
  color: white;
  font-family: sitefont;
  text-transform: lowercase;
  font-size: clamp(1rem, 3.5vw, 3rem);
}

h5 {
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
}

h6 {
    color: rgb(255, 255, 255);
    font-family: sitefont;
    text-transform: uppercase;
    font-size: 2.4rem;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
            
p {
    color: rgb(255, 255, 255);
    font: 2rem Calibri, sans-serif;
}

li {
    color: rgb(255, 255, 255);
    font: 1.4rem Arial, sans-serif;
}

.info li {
    color: rgb(0, 0, 0);
    font: 2rem Arial, sans-serif;
}

.all-content {
    margin: 0 auto;
}

/* FULL WIDTH BACKGROUND */
article {
    width: 100%;
    border-bottom: solid black 5px;
    padding: 1em;
}

article li {
    margin-left: 2em;
    margin-top: 0.5em;
}

/* CENTERED CONTENT */
.article-inner {
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: 500px 1fr; /* fixed art, flexible text */
    gap: 1rem;
}

.artwork {
    width: 100%;
    aspect-ratio: 1 / 1; /* perfect square */
    overflow: hidden;
}

.artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills nicely, no stretching */
}

.info {
    margin: 0.5em 1.5em;
    padding: 0.5em;
    border-top: solid black 5px;
    border-right: solid black 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* REMOVE absolute positioning */
.allmedialinks {
    width: 100%;
    margin-top: auto;
}

/* fix buttons alignment */
.mediabuttons, .soundcloudembed {
    border: solid black 5px;
    background-color: black;
}

/* remove the divider line completely */
.line {
    display: none;
}

/* mobile */
@media (max-width: 768px) {
    .article-inner {
        grid-template-columns: 1fr;
    }

    .artwork {
        max-width: 400px;
        margin: 0 auto;
    }

    .allmedialinks {
    width: 100%;
    margin-top: 2em;
    }
}

.relatedvideostext {
    text-align: left;
    font-size: 2em;
    margin-left: 17%;
}

.pagetitle {
    position: relative;
    text-align: center;
}

.medialinkwrapper {
    max-width: 1920px;
    margin: auto;
}

.medialinktitles {
    display: flex;
    justify-content: space-around;
    margin-top: 2em;
}

@media (max-width: 768px) {
  .medialinktitles {
    display: none;
  }

  .divider {
    display: none;
  }
}

.medialinks {
    display: flex; 
    flex-flow: row wrap; 
    padding-top: 1em; 
    padding-bottom: 1em; 
    justify-content: space-evenly;
}

.divider {
    height: 100px;
    width: 5px;
    background-color: black;
}

.moremedialinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-size: 0.8em;
}

.pagetitle img {
    width: 100vw;
}

/* LINKTREE  */

.linktree {
  position: relative;
  text-align: center;
  background-color: rgb(126, 195, 132);
  margin: 2rem auto;
  padding: 1em;
  border-radius: 5em;
  width: 90%;
  max-width: 1200px;
}

.linktree:hover {
    background-color: rgb(105, 171, 111);
}

.linktree a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding-inline: clamp(4.5rem, 10vw, 7rem);
    text-decoration: none;
}

.tree,
.tree2 {
    position: absolute;
    top: 50%;
    width: clamp(24px, 3vw, 35px);
    height: auto;
    transform: translateY(-50%);
    display: block;
    pointer-events: none;
}

.tree {
    left: clamp(1rem, 2.5vw, 1.5rem);
}

.tree2 {
    right: clamp(1rem, 2.5vw, 1.5rem);
}

/* VIDEO GALLERY */
.videoGallery {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 2.5rem;
    margin: 2rem 0;
    padding: 0 2rem;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

/* VIDEO (main) */
.video-container {
    flex: 1.8;
    max-width: 920px;
    width: 100%;
}

.featured-video {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(233, 239, 255, 0.94));
    border: 4px solid black;
    border-radius: 24px;
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.18);
    overflow: hidden;
}

.featured-video-frame {
    aspect-ratio: 16 / 9;
    background: black;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.featured-video-copy {
    padding: 0 2rem 2rem;
}

.video-eyebrow {
    color: black;
    font: 600 1.4rem Arial, sans-serif;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.featured-video-copy h2 {
    color: black;
    -webkit-text-stroke-width: 0;
    font-size: clamp(2.2rem, 3vw, 3.6rem);
    margin-bottom: 0.5rem;
}

.video-meta {
    color: black;
    font: 1.8rem Arial, sans-serif;
    line-height: 1.5;
}

/* THUMBNAIL COLUMN */
.thumbnail-gallery {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: min(100%, 360px);
}

/* INDIVIDUAL THUMBNAIL */
.thumbnail-item {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: rgba(255, 255, 255, 0.92);
    border: 3px solid black;
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 22px;
    padding: 0.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    margin: 0;
}

.thumbnail-item:hover {
    transform: translateY(-3px);
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.16);
}

.thumbnail-item.is-active {
    background: linear-gradient(145deg, rgba(200, 223, 255, 0.98), rgba(255, 255, 255, 0.98));
    box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.2);
}

.thumbnail-thumb {
    position: relative;
    flex: 0 0 auto;
}

.thumbnail-thumb::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid white;
    transform: translate(-35%, -50%);
    filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
}

/* THUMB IMAGE (responsive now) */
.thumbnail-item img {
    width: clamp(92px, 10vw, 132px);
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 14px;
    display: block;
}

/* TEXT */
.thumbnail-copy {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.thumbnail-label {
    color: black;
    font: 600 1.2rem Arial, sans-serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.thumbnail-title {
    color: black;
    font-family: sitefont;
    font-size: clamp(1.8rem, 2vw, 2.5rem);
    line-height: 1.1;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0;
}

/* 🔁 MOBILE */
@media (max-width: 768px) {
    .videoGallery {
        flex-direction: column;
        align-items: stretch;
        padding: 0 1rem;
    }

    .video-container {
        width: 100%;
    }

    .featured-video-copy {
        padding: 0 1.25rem 1.5rem;
    }

    .thumbnail-gallery {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .thumbnail-item {
        min-width: 0;
    }

    .thumbnail-thumb::after {
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 14px;
    }
}

@media (max-width: 560px) {
    .thumbnail-gallery {
        grid-template-columns: 1fr;
    }
}

/* IMAGE CAROUSEL */
.slideshow-wrapper {
    margin: 2.5rem auto;
    padding: 0 2rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    box-sizing: border-box;
}

.slideshow {
    max-width: 1160px;
    height: auto;
    margin: 0 auto;
    padding: 1.5rem;
    background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(233, 239, 255, 0.94));
    border: 4px solid black;
    border-radius: 24px;
    box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.18);
}

.allslidebuttons {
    position: relative;
    text-align: center;
}

.mySlides {
    display: none;
    opacity: 0; /* Start with 0 opacity for fading effect */
    transition: opacity 3s ease-in-out; /* Smooth transition for opacity */
    border-radius: 18px;
    overflow: hidden;
}

/* Make sure only one image is visible at a time */
.mySlides.active {
    display: block;
    opacity: 1; /* Fade in */
}

/* Text box styling */
.text-box {
    position: absolute;
    bottom: 10%; /*Adjust this value if needed*/
    left: 50%;
    transform: translateX(-50%); /* Centers the text box horizontally */
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0.5em;
    border-radius: 15px;
    width: 60%;
}

/* Navigation buttons */
.slideshow button {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    color: white;
    border: 2px solid black;
    border-radius: 999px;
    width: 48px;
    height: 48px;
    padding: 0;
    cursor: pointer;
    z-index: 5; /* Ensure buttons are on top */
    font-size: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.slideshow button:hover {
    background-color: white;
    color: black;
}

.w3-button.w3-display-left {
    left: 10px;
}

.w3-button.w3-display-right {
    right: 10px;
}

/* Navigation dots (circles) */
.dots-container {
    position: absolute;
    bottom: 1.5rem; /* Adjust this value to move dots higher or lower */
    left: 50%;
    transform: translateX(-50%); /* Centers the dots horizontally */
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 100; /* Ensure dots are on top */
    background: rgba(0, 0, 0, 0.18);
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    backdrop-filter: blur(4px);
}
  
.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    transition: background-color 0.3s;
    border: 2px solid rgba(255, 255, 255, 0.85);
}
  
.dot.active {
    background-color: #000000; /* Active dot is white */
}
  
.dot:hover {
    background-color: #ffffff;
}
  
/* Link styles for title and subtitle */
.text-box {
    display: none;
}

@media (max-width: 768px) {
    .slideshow-wrapper {
        padding: 0 1rem;
    }

    .slideshow {
        padding: 1rem;
    }

    .slideshow button {
        width: 42px;
        height: 42px;
        font-size: 1.8rem;
    }

    .dots-container {
        bottom: 1rem;
        gap: 8px;
        padding: 0.55rem 0.75rem;
    }

    .dot {
        width: 10px;
        height: 10px;
    }
}

.text-box a {
    color: white;
    text-decoration: none; /* Remove underline */
}
  
.text-box a:hover {
    color: #000000; /* Light color on hover */
}

/* END OF IMAGE CAROUSEL */

/* VIDEO SECTION */
/* Layout for the whole section */
.Videosection {
  display: flex;
  gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
}

/* Each video block */
.video1, .video2 {
  flex: 1 1 100%; /* responsive sizing */
  max-width: 768px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  background: white; /* important so shadow looks clean */
  border-radius: 8px; /* optional, looks nicer */
}

.video1:hover, .video2:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* Responsive video wrapper */
.video-frame {
  width: 100%;
}

.video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
}

/* Optional: make headings nicer */
.Videosection h3 {
  margin-bottom: 0.5rem;
}

.MiscBox {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 0.5em;
    border-bottom: solid black 15px;
}

.MiscBox img {
    padding: 0.5em;
}

/* FOOTER */
.lowermusicbanner {
    width: 100vw;
}

.MiscBox {
    margin: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
            
footer {
    background-color: black;
    padding: 30px;
    display: flex;
    justify-content: space-around;
    width: 100vw;
    margin: 0 auto;
    flex-wrap: wrap;
    text-align: right;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    list-style: none; 
    letter-spacing: 2px; 
}

footer li:hover {
    background-color: white;
    color: black;
}

footer ul {
    list-style: none;
}

footer li {
    padding: 0.2em 0;
}

footer li a {
    text-decoration: none;
}

footer li a:hover {
    color: black;
}

ul li {
    list-style-type: none; 
    color: rgb(255, 255, 255); 
    vertical-align: middle;
}

.footerlogo {
    width: 275px;
    opacity: 0.5;
}

.footerlogo:hover {
    filter: brightness(175%);
}

footer p {
    font-size: 15px;
}

.sitemaplists {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.sitemaplists {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.endbox {
    margin-left: 15%;
}

@media (max-width: 768px) {
    .slideshow {
        max-width: 100vw;
    }

    .Videosection {
        flex-direction: column;
        padding: 1rem;
    }

    .video1, .video2 {
    max-width: 100%;   /* remove the cap */
    width: 100%;       /* force full width */
    }

    footer {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .sitemaplists {
        flex-direction: column;
        align-items: center;
    }

    .minilinks {
        display: none;
    }
}
