/* records.css */
@import url('/fonts.css');
@import url('/tailwind.css');
@import url('/app/global.css');

html, body {
  font-family: var(--font-inter) !important;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.container-records {
    min-height: 100vh;
    background-image: url('/assets/img/89321727.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.container-records::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.8) 30%,
        rgba(0, 0, 0, 0.6) 50%,
        rgba(0, 0, 0, 0.3) 70%,
        rgba(0, 0, 0, 0.1) 85%,
        transparent 100%
    );
    z-index: 1;
}

/* Reduce background brightness to 45% */
.container-records::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}

.content-wrapper-records {
    z-index: 2;
    width: 100%;
    flex-direction: column;
    color: white;
}

.logo {
    height: 2.25rem;
    width: auto;
    margin-bottom: 1rem;
}

.logo-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.coming-soon-badge {
    background-color: #f6265a;
    color: white;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-bottom: 3rem;

    text-shadow: 0px 5px 5px rgba(0,0,0,0.1),
                 10px -10px 5px rgba(0,0,0,0.05),
                 -10px 0px 5px rgba(0,0,0,0.05);
}

.summary-text {
  text-align: center;
  padding-bottom: 2.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  max-width: 50vw;
  margin: 0 auto;
}

.cta-section {
    display: flex;
    justify-content: center;
}

.view-releases-btn {
    background-color: white;
    color: black;
    border: none;
    padding: 1rem 2.25rem;
    border-radius: 10rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: inherit;
}

.view-releases-btn .btn-main {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.view-releases-btn .btn-sub {
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.view-releases-btn:hover {
    background-color: rgba(255, 255, 255, 0.9);
}


span.smoothen-text-animated::before {
   color: rgb(245, 245, 245) !important;
}

.coming-soon-stamp {
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 8px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 1rem;
}








/* That nice floating cover CSS sir! */

/* global-placeholder.css */
@import url('/fonts.css');
@import url('/tailwind.css');
@import url('/app/global.css');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

.hero-container {
    min-height: 100vh;
    background-image: url('/assets/img/pool-water-texture-abstract-cartoon-style-illustration-vector (1).jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    position: relative;
}

.logo {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

/* .logo::before {
    content: "▲";
    margin-right: 0.5rem;
    font-size: 2rem;
} */

.main-title {
    color: white;
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 4rem;
    text-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.music-covers-container {
    perspective: 1200px;
    width: 100%;
    max-width: 900px;
    height: 300px;
    position: relative;
}

.music-cover {
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #333;
    transform-style: preserve-3d;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
}

.music-cover:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    cursor: pointer;
}

.cover-1 {
    background-image: url('/assets/img/records/WITH U (choosed).jpg');
    background-size: cover;
    background-position: center;
    color: transparent;
    
    left: -30px;
    top: 50px;
    transform: rotateY(-15deg) rotateX(5deg);
    z-index: 1;
}

.cover-2 {
    background-image: url('/assets/img/records/Cover-Final-JPG.jpg');
    background-size: cover;
    background-position: center;
    color: transparent;

    left: 150px;
    top: 0;
    transform: rotateY(-8deg) rotateX(-2deg);
    z-index: 3;
}

.cover-3 {
    background-image: url('/assets/img/records/DANCE WITH ME (jpg).jpg');
    background-size: 102.5%;
    background-position: center;
    color: transparent;

    left: 350px;
    top: 30px;
    transform: rotateY(0deg) rotateX(0deg);
    z-index: 5;
}

.cover-4 {
    background-image: url('/assets/img/records/IDGAFAI-JPG-15rausch.jpg');
    background-size: cover;
    background-position: center;
    color: transparent;

    left: 550px;
    top: 10px;
    transform: rotateY(8deg) rotateX(-3deg);
    z-index: 3;
}

.cover-5 {
    background-image: url('/assets/img/records/Cover-JPG.jpg');
    background-size: cover;
    background-position: center;
    color: transparent;

    left: 720px;
    top: 60px;
    transform: rotateY(15deg) rotateX(5deg);
    z-index: 1;
}

.floating-animation {
    animation: float 6s ease-in-out infinite;
}

.floating-animation:nth-child(2) {
    animation-delay: -1s;
}

.floating-animation:nth-child(3) {
    animation-delay: -2s;
}

.floating-animation:nth-child(4) {
    animation-delay: -3s;
}

.floating-animation:nth-child(5) {
    animation-delay: -4s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotateY(var(--rotate-y, 0deg)) rotateX(var(--rotate-x, 0deg)); }
    50% { transform: translateY(-20px) rotateY(var(--rotate-y, 0deg)) rotateX(var(--rotate-x, 0deg)); }
}

.cover-1 { --rotate-y: -15deg; --rotate-x: 5deg; }
.cover-2 { --rotate-y: -8deg; --rotate-x: -2deg; }
.cover-3 { --rotate-y: 0deg; --rotate-x: 0deg; }
.cover-4 { --rotate-y: 8deg; --rotate-x: -3deg; }
.cover-5 { --rotate-y: 15deg; --rotate-x: 5deg; }

/* -------------------------------------------------------------------------------------------------------- */

/* records.php Responsive Design */

/* Desktop | 1281px - 1440px  */
@media (max-width: 1280px) {
  /* None, coded on macbook m1 pro */
}

/* Medium Laptop/Desktop | 1515px - 1920px */
@media (max-width: 1515px) {
 /* None, coded on macbook m1 pro */
}

/* Small Laptop/Desktop | 1024px - 1280px */
@media (max-width: 1024px) {
  .content-wrapper-records {
    max-width: 100vw !important;
    gap: 1.5rem !important;
  }
  
  .slider-container {
    max-width: 55vw !important;
    gap: 3rem !important;
  }
  
  .logo {
    height: 2rem !important;
  }
  
  .main-description,
  .detailed-description,
  .usage-terms {
    font-size: 1rem !important;
  }
}

/* Mobile Small Portrait (Normal) | up to 480px */
/* S20+, iPhone 12, iPhone 13 */
@media (max-width: 480px) and (orientation: portrait) {

  .coming-soon-badge {
    margin-bottom: 6rem;
  }
  
  .hero-container {
    height: 250px !important;
  }
  
  .music-covers-container {
    max-width: 100% !important;
    height: 250px !important;
  }
  
  .music-cover {
    width: 120px !important;
    height: 120px !important;
  }
  
  .cover-1 {
    left: 30px !important;
    top: 100px !important;
  }
  
  .cover-2 {
    left: 35px !important;
    top: -20px !important;
  }
  
  .cover-3 {
    left: 100px !important;
    top: 40px !important;
  }
  
  .cover-4 {
    right: 35px !important;
    left: auto !important;
    top: -20px !important;
  }
  
  .cover-5 {
    right: 30px !important;
    left: auto !important;
    top: 100px !important;
  }
  
  .summary-text {
    padding-top: 1rem;
    max-width: 80vw !important;
    font-size: 0.95rem !important;
  }
}

/* Mobile Small Landscape (Seitlich gehlaten) | up to 950px */
/* S20+, iPhone 14, iPhone 15 Pro in Landscape (Seitlich gehlaten) */
@media (max-width: 950px) and (orientation: landscape) {
  html, body {
    height: 100vh !important;
    max-height: 100vh !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  
  .container-records {
    padding: 0 1rem !important;
    height: 100vh !important;
    max-height: 100vh !important;
    overflow: hidden !important;
    background-attachment: fixed !important;
  }
  
  .content-wrapper-records {
    max-width: 100vw !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    height: 100vh !important;
    display: flex !important;
    margin-left: 0 !important;
  }
  
  .coming-soon-badge {
    font-size: 1.5rem !important;
    padding: 0.35rem 0.75rem !important;
    margin-bottom: 0rem !important;
  }
  
  .hero-container {
    height: 180px !important;
    margin: 0rem !important;
  }
  
  .music-covers-container {
    max-width: 100% !important;
    height: 120px !important;
  }
  
  .music-cover {
    width: 100px !important;
    height: 100px !important;
  }
  
  .cover-1 {
    left: 165px !important;
    top: 40px !important;
  }
  
  .cover-2 {
    left: 245px !important;
    top: 10px !important;
  }
  
  .cover-3 {
    left: 335px !important;
    top: 0px !important;
  }
  
  .cover-4 {
    right: 245px !important;
    left: auto !important;
    top: 10px !important;
  }
  
  .cover-5 {
    right: 165px !important;
    left: auto !important;
    top: 40px !important;
  }
  
  .summary-text {
    font-size: 0.75rem !important;
    line-height: 1.3 !important;
    max-width: 60vw !important;
    padding-bottom: .5rem !important;
  }
  
  .cta-section {
    margin-top: 0 !important;
  }
  
  .view-releases-btn {
    padding: 0.4rem 1.2rem !important;
  }
  
  .view-releases-btn .btn-main {
    font-size: 0.7rem !important;
  }
}

/* Mobile Large Portrait (Normal) | 481px - 600px */
/* iPhone 14 Pro Max, Pixel 7 Pro, larger phones */
@media (min-width: 481px) and (max-width: 600px) and (orientation: portrait) {
  
  .hero-container {
    height: 280px !important;
  }
  
  .music-covers-container {
    max-width: 100% !important;
    height: 280px !important;
  }
  
  .music-cover {
    width: 140px !important;
    height: 140px !important;
  }
  
  .cover-1 {
    left: 20px !important;
    top: 70px !important;
  }
  
  .cover-2 {
    left: 70px !important;
    top: 25px !important;
  }
  
  .cover-3 {
    left: 50% !important;
    transform: translateX(-50%) rotateY(0deg) rotateX(0deg) !important;
    top: 5px !important;
  }
  
  .cover-4 {
    right: 70px !important;
    left: auto !important;
    top: 25px !important;
  }
  
  .cover-5 {
    right: 20px !important;
    left: auto !important;
    top: 70px !important;
  }
  
  .summary-text {
    max-width: 85vw !important;
  }
}

/* Tablet Portrait (Normal) | 601px - 1024px */
@media (min-width: 601px) and (max-width: 1024px) and (orientation: portrait) {

  .content-wrapper-records {
    max-width: 100% !important;
  }
  
  .hero-container {
    height: 230px !important;
  }
  
  .music-covers-container {
    max-width: 100% !important;
    height: 230px !important;
  }
  
  .music-cover {
    width: 160px !important;
    height: 160px !important;
  }
  
  .cover-1 {
    left: 50px !important;
    top: 40px !important;
  }
  
  .cover-2 {
    left: 170px !important;
    top: 50px !important;
  }
  
  .cover-3 {
    left: 50% !important;
    transform: translateX(-50%) rotateY(0deg) rotateX(0deg) !important;
    top: 30px !important;
  }
  
  .cover-4 {
    right: 170px !important;
    left: auto !important;
    top: 50px !important;
  }
  
  .cover-5 {
    right: 50px !important;
    left: auto !important;
    top: 40px !important;
  }
  
  .summary-text {
    padding-top: 2rem;
    max-width: 70vw !important;
  }
}

/* Tablet Landscape (Seitlich gehlaten) | 951px - 1366px */
@media (min-width: 951px) and (max-width: 1366px) and (orientation: landscape) {
  .content-wrapper-records {
    max-width: 100vw !important;
    gap: 2rem !important;
  }
  
  .slider-container {
    max-width: 50vw !important;
    gap: 4rem !important;
  }
  
  .logo {
    height: 2.5rem !important;
  }
}