/*--------------------------------------------------------------
PLAYLIST
--------------------------------------------------------------*/
#playlist_specs {
  
}
#playlist_specs .bako {
  border: 5px solid #000;
  border-radius: 25px;
  overflow: hidden;
}
.playlist_header {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 0;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
}
.playlist_header .album_cover {
    
}
.playlist_header .cover {
    background-position: center center;
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    vertical-align: top;
}

#playlist_specs .story_hako-header {
  
}
#playlist_specs .story_hako-video {
  z-index: 100;
  background: #ff0000;
  border-radius: 25px;
}
#playlist_specs .story_hako-header .first {
  width: 100%;
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: left;
}
#playlist_specs .story_hako-header .first:after {
  content: "";
  display: table;
  clear: both;
}
#playlist_specs .story_hako-header .second {
  width: 100%;
  padding: 0;

  margin: 0 auto;
  position: absolute;
  max-height: 33vh;
}
#playlist_specs .story_hako-header .second:after {
  content: "";
  display: table;
  clear: both;
}
#playlist_specs .story_hako-header .image {
  float: left;
  width: 30%;
  margin-left: -30px;
-moz-transform: rotate(350deg);
-webkit-transform: rotate(350deg);
-o-transform: rotate(350deg);
-ms-transform: rotate(350deg);
transform: rotate(-350deg);
}
#playlist_specs .story_hako-header .image img {
  border: 1px solid #000;
-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.33);
box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.33);
}
#playlist_specs .story_hako-header .story_hako-title {
  padding: 1% 1% 10%;
  width: auto;
  float: left;
  max-width: 70%;
}
.artiste_cover {
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    overflow: hidden;
  max-height: 100vh;
       object-fit: cover;     
   clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.artiste_cover img {
    height: auto;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    pointer-events: none;
    background-position: center center;
    background-size: cover;
    overflow: hidden;


}

#playlist_specs .story_hako-video .padder {

}
#playlist_specs .story_hako-video {
  clear: left;
  
}
#playlist_specs .story_hako-video iframe {
  border-radius: 25px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #ff0000;
  background-color: #ff0000;
}
#playlist_specs .story_hako-content {
    padding: 5%;
}
#playlist_specs .story_hako-content iframe {
  border-radius: 15px;
}

#playlist_specs .playlist_hako-lyrics {
    padding: 5%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 125%;
    font-weight: 400;
    letter-spacing: 1px;
}
#playlist_specs .playlist_hako-lyrics .line {

}

/*--------------------------------------------------------------
PLAYLIST
--------------------------------------------------------------*/


.playlist_hako-lyrics .accordion {
  margin: auto;
  width: 100%;
}
.playlist_hako-lyrics .accordion input {
  display: none;
}
.playlist_hako-lyrics .box {
  position: relative;
  background: #fff;
  height: 50px;
  transition: all .15s ease-in-out;
}
.playlist_hako-lyrics .box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.playlist_hako-lyrics header.box {
  background: #fff;
  z-index: 1;
  cursor: initial;
}
.playlist_hako-lyrics header .box-title {
  margin: 0;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  cursor: initial;
  border-bottom: 1px solid #000;
  width: 100%;
}
.playlist_hako-lyrics .box-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.playlist_hako-lyrics .box-content {
  width: 100%;
  padding: 5%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 125%;
  font-weight: 400;
  color: #000;
  display: none;
}
.playlist_hako-lyrics .box-close {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.playlist_hako-lyrics input:checked + .box {
  height: auto;
  margin: 16px 0;
}
.playlist_hako-lyrics input:checked + .box .box-title {
  border-bottom: 1px solid #000;
}
.playlist_hako-lyrics input:checked + .box .box-content,
.playlist_hako-lyrics input:checked + .box .box-close {
  display: inline-block;
}
.playlist_hako-lyrics .arrows section .box-title {
  padding-left: 44px;
  width: 100%;
}
.playlist_hako-lyrics .arrows section .box-title:before {
  position: absolute;
  display: block;
  content: '\203a';
  font-size: 20px;
  font-size: 2rem;
  left: 20px;
  top: -2px;
  transition: transform .15s ease-in-out;
  color: #000;
}
.playlist_hako-lyrics input:checked + section.box .box-title:before {
  transform: rotate(90deg);
}

/*--------------------------------------------------------------
#super_big
--------------------------------------------------------------*/
#super_big {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	z-index: 100 !important;
	top: 0;
	text-transform: uppercase;
	color: #000;
	opacity: 1;
  background: #fff;
  overflow: hidden;
	margin-top: 50px;
  position: relative;

}
#super_big .menu_outer {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
#super_big .menu_outer:before,
#super_big .menu_outer:after {
  content: "";
  display: block;
}
#super_big .menu_outer:after {
  clear: both;
}

#super_big .menu_inner {
	position: relative;
	cursor: default;
	z-index: 500;
	margin: 0 auto;
	max-width: 1200px;
  width: 100%;
  color: #000;
	padding: 0;
	text-align: left;
}

#super_big .logo {
  width: 100%;
  	padding: 2%;
}
#super_big .logo img {
  width: 100%;
}

#super_big .tagline {
    padding: 5px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 120%;
    font-weight: 100;
    letter-spacing: 0px;
    width: 100%;
    color: #000;
    max-width: 1200px;
    text-transform: uppercase;
		text-align: left;
}
#super_big .tagline {
  font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1200 - 300)));
}

/*--------------------------------------------------------------
FLOATING PLAYLIST & FORMAT-VIDEO
--------------------------------------------------------------*/
.story_hako-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Reserves space to prevent page layout jumps */
}

.story_hako-video-wrapper .story_hako-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
  transition: opacity 0.3s ease;
}

/* Floating State */
.story_hako-video-wrapper .story_hako-video.is-floating {
  position: fixed;
  top: auto;
  left: auto;
  bottom: 100px;
  right: 25px;
  width: 360px;
  max-width: 90vw;
  height: 0;
  padding-bottom: calc(360px * 0.5625); /* Maintain 16:9 ratio */
  z-index: 99999;
  border: 4px solid #ff0000;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  overflow: visible; /* Changed to visible to let the close button float outside */
  animation: floatVideoIn 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.story_hako-video-wrapper .story_hako-video.is-floating iframe {
  border-radius: 12px;
  border: none;
}

/* Glassmorphic Close/Dismiss Button Outside the Frame */
.floating-video-close {
  display: none;
  position: absolute;
  top: -20px;
  right: -20px;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  max-width: 26px !important;
  max-height: 26px !important;
  border-radius: 50% !important;
  background: #000000 !important; /* Solid dark premium color */
  color: #ffffff !important;
  border: 1px solid #ffffff !important; /* Solid white border to stand out */
  font-size: 15px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
  
  /* Flexbox Centering */
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  
  cursor: pointer;
  z-index: 100003; /* Higher than iframe and resize handle */
  transition: all 0.2s ease;
  font-family: Arial, sans-serif;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.floating-video-close:hover {
  background: #ff0000 !important;
  color: #ffffff !important;
  border-color: #ff0000 !important;
  transform: scale(1.1);
}

.story_hako-video.is-floating .floating-video-close {
  display: flex;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
  .story_hako-video-wrapper .story_hako-video.is-floating {
    width: 220px;
    padding-bottom: calc(220px * 0.5625);
    bottom: 15px;
    right: 15px;
    border-width: 3px;
    border-radius: 12px;
  }
  .floating-video-close {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    font-size: 13px !important;
    top: -10px;
    right: -10px;
  }
}

@keyframes floatVideoIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Custom Resize Handle in Top-Left Corner */
.floating-video-resize-handle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  cursor: nwse-resize;
  z-index: 100002;
}

.floating-video-resize-handle::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}

.floating-video-resize-handle:hover::before {
  border-color: #ff0000;
  transform: scale(1.2);
}

.story_hako-video.is-floating .floating-video-resize-handle {
  display: block;
}

/* Dragging state for body to prevent highlighting and keep cursor */
body.is-resizing-video {
  cursor: nwse-resize !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

