/* ═══════════════════════════════════════════════════
   🎸 GRUNGE RETRO MUSIC SITE - REFINED AESTHETIC
   Delicate, elegant black/white/wine palette
   ═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Victor+Mono:ital,wght@1,200&display=swap');

/* ═══════════════════════════════════════════════════
   RESET & VARIABLES
   ═══════════════════════════════════════════════════ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --black: #0d0d0d;
    --dark-gray: #1a1a1a;
    --medium-gray: #2d2d2d;
    --light-gray: #404040;
    --white: #f5f5f5;
    --off-white: #d4d4d4;
    --wine: #7a2828;
    --wine-dark: #5a1a1a;
    --wine-light: #9a3838;
}

 body {
  background-color: var(--black);
  background-image: url('pngs/backgrounds/noise-pattern-with-subtle-cross-lines.png');
  background-repeat: repeat;
  
  color: var(--white);
  font-family: "FiraCode-VariableFont_wght", monospace;
  font-size: 13px;
  line-height: 1.7;
  min-height: 100vh;
}

h1 {
  font-family: "SolideMirage", serif;
}

h2 {
  font-family: "Victor Mono", serif;
}

h3, h4, .subtitle {
  font-family: "FiraCode-VariableFont_wght.ttf", monospace;
}

/* ═══════════════════════════════════════════════════
   elements
   ═══════════════════════════════════════════════════ */
/* Container dos elementos decorativos */
.decorative-elements {
  position: fixed;  /* ADD THIS */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;  
}

/* Estilo BASE para todos os elementos */
.deco {
  pointer-events: auto;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 10000;
}

/* A love letter */
.elemento1 {
  position: fixed ;
  top: 95px;
  left: 202px;
  width: 140px;
  transform: rotate(15deg);
}

.elemento1:hover {
  transform: scale(1.06) rotate(-26deg);
  filter: 
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white);
}
.elemento1::after {
  content: attr(title);
  position: fixed;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  
  background: rgba(255, 182, 193, 0.9);
  color: #000000;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid white;
  
   font-family: "VictorMono-Italic-VariableFont_wght", monospace;
    font-size: 3.2rem;
  
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.elemento1:hover::after {
  opacity: 1;
}

/* ============ ELEMENTO 2 ============ */
.elemento2 {
  position: fixed;
  top: 105px;
  right: 202px;
  width: 120px;
  transform: rotate(-20deg);
}

.elemento2:hover {
  transform: scale(1.06) rotate(5deg);  /* ← Muda pra 5deg ou -35deg */
  filter: 
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white);
}

.elemento2::after {
  content: attr(title);
  position: fixed;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  
  background: rgba(255, 182, 193, 0.9);
  color: #000000;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid white;
  
  font-family: "VictorMono-Italic-VariableFont_wght", monospace;
  font-size: 3.2rem;
  
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.elemento2:hover::after {
  opacity: 1;
}

/* ============ ELEMENT 3 ============ */
.elemento3 {
  position: fixed;
  top: 105px; /*→ down */
  right: 745px; /*→ left */
  width: 150px; /*→ right */
  transform: rotate(-20deg);
}

.elemento3:hover {
  transform: scale(1.06) rotate(5deg);  /* ← Muda pra 5deg ou -35deg */
  filter: 
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white);
}

.elemento3::after {
  content: attr(title);
  position: fixed;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  
  background: rgba(255, 182, 193, 0.9);
  color: #000000;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid white;
  
  font-family: "FiraCode", monospace;
  font-size: 3.2rem;
  
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.elemento3:hover::after {
  opacity: 1;
}

/* ============ ELEMENT 4 ============ */
.elemento4 {
  position: fixed;
  top: 445px; /*→ down */
  right: 215px; /*→ left */
  width: 222px; /*→ right */
  transform: rotate(-60deg);
  z-index: 10001;
}

.elemento4:hover {
  transform: scale(1.06) rotate(-35deg);  /* ← Muda pra 5deg ou -35deg */
  filter: 
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white);
}

.elemento4::after {
  content: attr(title);
  position: fixed;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  
  background: rgba(255, 182, 193, 0.9);
  color: #000000;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid white;
  
  font-family: "VictorMono-Italic-VariableFont_wght", monospace;
  font-size: 3.2rem;
  
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.elemento4:hover::after {
  opacity: 1;
}

/* ============ ELEMENT 5 ============ */
.elemento5 {
  position: fixed;
  top: 450px; /*→ down */
  right: 235px; /*→ left */
  width: 130px; /*→ right */
  transform: rotate(-20deg);
}

.elemento5:hover {
  transform: scale(1.06) rotate(5deg);
  filter: 
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white);
}

.elemento5::after {
  content: attr(title);
  position: fixed;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  
  background: rgba(255, 182, 193, 0.9);
  color: #000000;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid white;
  
  font-family: "FiraCode", monospace;
  font-size: 3.2rem;
  
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.elemento5:hover::after {
  opacity: 1;
}

/* ============ ELEMENT 6 ============ */


/* A love letter */
.elemento6 {
  position: fixed;
  top: 445px;
  left: 202px;
  width: 80px;
  transform: rotate(15deg);
}

.elemento6:hover {
  transform: scale(1.06) rotate(-26deg);
  filter: 
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white)
    drop-shadow(0 0 0.10px white);
}
.elemento6::after {
  content: attr(title);
  position: fixed;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  
  background: rgba(255, 182, 193, 0.9);
  color: #000000;
  padding: 8px 12px;
  border-radius: 8px;
  border: 2px solid white;
  
   font-family: "VictorMono-Italic-VariableFont_wght", monospace;
    font-size: 3.2rem;
  
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}


.elemento6:hover::after {
  opacity: 1;
}

/* ═══════════════════════════════════════════════════
   noise noisy grain grainnny
   ═══════════════════════════════════════════════════ */


#noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 999999;
  opacity: 0.21;
  mix-blend-mode: lighten;
  
  background-image: url('pngs/assets/ns02.png');
  background-repeat: repeat;
  background-size: auto;
}


/* ═══════════════════════════════════════════════════
   TOP HEADER - Horizontal Menu
   ═══════════════════════════════════════════════════ */

.top-header {
    background: var(--dark-gray);
    border-bottom: 1px solid var(--wine);
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.logo h1 {
    font-family: "SolideMirage", serif;
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--white);
    text-transform: lowercase;
}

.logo h1 span {
    color: var(--wine);
}

.main-nav {
    display: flex;
    gap: 35px;
    flex: 1;
}

.nav-link {
    color: var(--off-white);
    text-decoration: none;
    font-size: 0.85rem;
    text-transform: lowercase;
    letter-spacing: 1px;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--white);
    border-bottom-color: var(--wine);
}

.visitor-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.visitor-text {
    color: var(--off-white);
}

.visitor-num {
    color: var(--wine);
    font-weight: 500;
}

/* vieille tv cadre */
      .pink-tv {
        position: absolute;
        left: 1200px;
        top: 1500px;
        width: 400px; 
        height: 210px; 
        pointer-events: none;
        }
        
      /* last youtube video */
      .youtube-video {
        position: absolute; 
        left: 1200px;
        top: 1513px;
        width: 319px;
        height: 189px;
        }
        
         .cd-tourne {
        width: 120px;
        position: absolute;  
        left: 1155px; 
        top: 655px;
        animation: rotation-cd 3s linear infinite;
        transform-origin: center center;
        }
      .cd-tourne:hover {  
        cursor: pointer;
        animation-play-state: paused;
        }
      @keyframes rotation-cd {
        0%   { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
        }
        
     
     /* ═══════════════════════════════════════════════════
   CALENDAR
   ═══════════════════════════════════════════════════ */
     
      
/* ═══════════════════════════════════════════════════
   CONTAINER & LAYOUT
   ═══════════════════════════════════════════════════ */

.container {
    max-width: 1400px;
    margin: 0 auto;
}

.main-content {
    padding: 60px 40px;
}

/* ═══════════════════════════════════════════════════
   VINYL PLAYER - More delicate
   ═══════════════════════════════════════════════════ */

.vinyl-player {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    background: var(--dark-gray);
    border: 1px solid var(--wine);
    padding: 50px;
    margin-bottom: 60px;
    position: relative;
}

.vinyl-player::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: repeating-linear-gradient(
        45deg,
        var(--wine),
        var(--wine) 3px,
        transparent 3px,
        transparent 6px
    );
    opacity: 0.3;
}

.player-container {
    position: relative;
    width: 280px;
    height: 280px;
}


.vinyl-record {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    box-shadow: 
        0 0 0 6px var(--medium-gray),
        0 15px 40px rgba(0,0,0,0.6),
        inset 0 0 40px rgba(0,0,0,0.4);

    /* colocar a foto aqui */
    background-image: url('https://png.pngtree.com/png-vector/20231014/ourmid/pngtree-vinyl-record-with-cover-png-image_10160411.png');
    background-size: cover;
    background-position: center;
}

.spinning {
    animation: spin 5s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



.tonearm {
    position: absolute;
    top: 25px;
    right: -25px;
    width: 160px;
    height: 3px;
    background: linear-gradient(90deg, var(--medium-gray), var(--light-gray));
    transform-origin: right center;
    transform: rotate(-38deg);
    border-radius: 1px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.tonearm::before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 14px;
    height: 14px;
    background: var(--wine);
    border-radius: 50%;
    border: 2px solid var(--black);
}

.tonearm::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;       /* agulha fina */
    height: 0px;     /* comprimento da ponta */
    background: var(--white);
    border-radius: 1px;
    box-shadow: 0 0 2px rgba(255,255,255,0.7);
}

.now-playing {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.track-title {
    font-family: ' "VictorMono-Italic-VariableFont_wght", monospace;
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 0px;
    line-height: 1.1;
}

.track-artist {
    font-size: 1rem;
    color: var(--off-white);
    margin-bottom: 40px;
    text-transform: lowercase;
    letter-spacing: 2px;
    font-weight: 400;
}

.progress-bar {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
}

.time-start,
.time-end {
    font-size: 0.8rem;
    color: var(--off-white);
    font-weight: 300;
}

.waveform {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 2px;
    height: 45px;
}

.wave-bar {
    flex: 1;
    background: linear-gradient(to top, var(--wine-dark), var(--wine));
    min-height: 8px;
    animation: wave-fluid 1.5s ease-in-out infinite;
    border-radius: 8px;
    opacity: 0.85;
}

.wave-bar:nth-child(1) { animation-delay: 0s; height: 22%; }
.wave-bar:nth-child(2) { animation-delay: 0.15s; height: 42%; }
.wave-bar:nth-child(3) { animation-delay: 0.3s; height: 68%; }
.wave-bar:nth-child(4) { animation-delay: 0.45s; height: 90%; }
.wave-bar:nth-child(5) { animation-delay: 0.6s; height: 100%; }
.wave-bar:nth-child(6) { animation-delay: 0.75s; height: 78%; }
.wave-bar:nth-child(7) { animation-delay: 0.9s; height: 52%; }
.wave-bar:nth-child(8) { animation-delay: 1.05s; height: 36%; }
.wave-bar:nth-child(9) { animation-delay: 1.2s; height: 58%; }
.wave-bar:nth-child(10) { animation-delay: 1.35s; height: 32%; }

@keyframes wave-fluid {
    0% { 
        opacity: 0.4;
        transform: scaleY(0.8);
    }
    50% { 
        opacity: 1;
        transform: scaleY(1.1);
    }
    100% { 
        opacity: 0.4;
        transform: scaleY(0.8);
    }
}

.player-controls {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 10px;
}

.control-btn {
    background: transparent;
    border: 1px solid var(--wine);
    color: var(--white);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.control-btn:hover {
    background: var(--wine);
    transform: translateY(-2px);
}

.play-btn {
    width: 56px;
    height: 56px;
    background: var(--wine);
    font-size: 1.2rem;
}

.play-btn:hover {
    background: var(--wine-light);
}

/* ═══════════════════════════════════════════════════
   MUSIC CATEGORIES
   ═══════════════════════════════════════════════════ */

.music-categories {
    margin-bottom: 60px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}

.section-header h2 {
    font-family: "Victor Mono", monospace;
    font-weight: 700; /* qualquer valor entre 100 e 900 */
    font-style: italic; /* porque é uma fonte itálica */
        font-size: 2rem; /* aumentei de 2rem para 2.5rem */

}


.view-all {
    color: var(--wine);
    text-decoration: none;
    font-size: 0.8rem;
    text-transform: lowercase;
    letter-spacing: 1px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.view-all:hover {
    border-bottom-color: var(--wine);
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px;
    max-width: 900px;
    margin: 0 auto; /* centraliza horizontalmente */
}

.category-item {
    position: relative;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid var(--medium-gray);
    cursor: pointer;
    transition: all 0.4s ease;
    margin: 0 auto;
}

.category-item:hover {
    border-color: var(--wine);
    transform: translateY(-8px) scale(1.05);
  
    
}

.checkered-border {
    border: none;
    position: relative;
}

.checkered-border::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: repeating-linear-gradient(
        45deg,
        var(--wine) 0px,
        var(--wine) 3px,
        transparent 3px,
        transparent 6px
    );
    z-index: -1;
    border-radius: 50%;
}

.category-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(105%);
    transition: filter 0.4s ease;
}

.category-item:hover img {
    filter: grayscale(0%) contrast(100%);
}

.category-item span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 8px;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.95), transparent);
    font-family: 'FiraCode-VariableFont_wght', monospace;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
}

/* ═══════════════════════════════════════════════════
   my wind of change
   ═══════════════════════════════════════════════════ */

.wind-of-c {
    margin-bottom: 60px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
}

.section-header h2 {
    font-family: "Victor Mono", monospace;
    font-weight: 700; /* qualquer valor entre 100 e 900 */
    font-style: italic; /* porque é uma fonte itálica */
        font-size: 2rem; /* aumentei de 2rem para 2.5rem */

}

/* ═══════════════════════════════════════════════════
   CONTENT GRID
   ═══════════════════════════════════════════════════ */

.content-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-bottom: 60px;
}

/* ═══════════════════════════════════════════════════
   POLAROID CAMERA - Refined
   ═══════════════════════════════════════════════════ */

.polaroid-camera {
    background: var(--dark-gray);
    border: 1px solid var(--wine);
    padding: 35px;
}

.camera-body {
    width: 100%;
    aspect-ratio: 1.2;
    background: linear-gradient(135deg, var(--medium-gray) 0%, var(--light-gray) 100%);
    border: 3px solid var(--black);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        inset 0 0 25px rgba(0,0,0,0.4),
        0 8px 25px rgba(0,0,0,0.5);
}

.camera-lens {
    width: 58%;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--black) 0%, var(--medium-gray) 100%);
    border-radius: 50%;
    border: 6px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 0 15px rgba(0,0,0,0.7),
        inset 0 0 25px rgba(0,0,0,0.8);
}

.lens-glass {
    width: 86%;
    height: 86%;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--wine);
    box-shadow: inset 0 0 15px rgba(122, 40, 40, 0.4);
}

.camera-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(115%);
}

.camera-flash {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 35px;
    height: 35px;
    background: var(--wine);
    border-radius: 50%;
    border: 2px solid var(--black);
}

.camera-viewfinder {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 32px;
    height: 22px;
    background: var(--black);
    border: 1px solid var(--wine);
}

.camera-label {
    margin-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: var(--off-white);
    font-style: italic;
    font-weight: 300;
}

/* ═══════════════════════════════════════════════════
   CASSETTE TAPE - Refined
   ═══════════════════════════════════════════════════ */

.cassette-tape {
    background: var(--dark-gray);
    border: 1px solid var(--wine);
    padding: 35px;
}

.cassette-body {
    width: 100%;
    aspect-ratio: 1.6;
    background: linear-gradient(135deg, var(--medium-gray) 0%, var(--black) 100%);
    border: 2px solid var(--black);
    position: relative;
    padding: 20px;
    box-shadow: 
        inset 0 0 25px rgba(0,0,0,0.4),
        0 8px 25px rgba(0,0,0,0.5);
}

.cassette-label {
    background: var(--white);
    color: var(--black);
    padding: 14px;
    text-align: center;
    border: 1px solid var(--black);
    margin-bottom: 18px;
}

.label-lines span {
    display: block;
    font-weight: 400;
    font-size: 0.85rem;
}

.label-lines span:first-child {
    font-size: 0.7rem;
    margin-bottom: 4px;
    font-weight: 300;
}

.cassette-wheels {
    display: flex;
    justify-content: space-around;
    padding: 0 30px;
}

.wheel {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--wine) 0%, var(--wine-dark) 100%);
    border: 3px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wheel::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--black);
    transform: rotate(45deg);
}

.wheel::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--black);
    transform: rotate(-45deg);
}

.spinning-slow {
    animation: spin 10s linear infinite;
}

.wheel-center {
    width: 18px;
    height: 18px;
    background: var(--black);
    border-radius: 50%;
    border: 1px solid var(--wine);
    z-index: 1;
}

.cassette-screws {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.cassette-screws span {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--black);
    border-radius: 50%;
    border: 1px solid var(--wine);
}

.cassette-screws span:nth-child(1) { top: 12px; left: 12px; }
.cassette-screws span:nth-child(2) { top: 12px; right: 12px; }
.cassette-screws span:nth-child(3) { bottom: 12px; left: 12px; }
.cassette-screws span:nth-child(4) { bottom: 12px; right: 12px; }
.cassette-screws span:nth-child(5) { top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* ═══════════════════════════════════════════════════
   CD CASE - Refined
   ═══════════════════════════════════════════════════ */

.cd-case {
    background: var(--dark-gray);
    border: 1px solid var(--wine);
    padding: 35px;
    position: relative;
}

.cd-disc {
    width: 190px;
    height: 190px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 32%, 
        #ffffff 0%, 
        #d0d0d0 22%, 
        #909090 42%, 
        #4a4a4a 62%,
        #1a1a1a 100%);
    position: relative;
    box-shadow: 
        0 0 25px rgba(255,255,255,0.15),
        inset 0 0 25px rgba(0,0,0,0.4);
}

.rotating {
    animation: spin 8s linear infinite;
}

.cd-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    background: var(--wine);
    border-radius: 50%;
    border: 2px solid var(--black);
}

.cd-reflection {
    position: absolute;
    top: 22%;
    left: 22%;
    width: 38%;
    height: 38%;
    background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 65%);
    border-radius: 50%;
    transform: rotate(45deg);
}

.cd-cover {
    background: var(--medium-gray);
    border: 1px solid var(--wine);
    padding: 18px;
    text-align: center;
}

.cover-art {
    background: repeating-linear-gradient(
        0deg,
        var(--wine),
        var(--wine) 8px,
        var(--wine-dark) 8px,
        var(--wine-dark) 16px
    );
    padding: 28px;
}

.cover-title {
    font-family: 'FiraCode-VariableFont_wght', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.3;
}

/* ═══════════════════════════════════════════════════
   FAVORITE PLAYLISTS - Refined
   ═══════════════════════════════════════════════════ */

.favorite-playlists {
    background: var(--dark-gray);
    border: 1px solid var(--wine);
    grid-column: span 2;
}

.playlist-header {
    padding: 18px 25px;
    font-family: 'FiraCode-VariableFont_wght', serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0px;
    border-bottom: 1px solid var(--medium-gray);
}

.playlist-item {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 22px 25px;
    border-top: 1px solid var(--medium-gray);
    transition: background 0.3s ease;
}

.playlist-item:first-of-type {
    border-top: none;
}

.playlist-item:hover {
    background: var(--medium-gray);
}

.playlist-cover {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid var(--wine);
    flex-shrink: 0;
}

.playlist-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(105%);
    transition: filter 0.4s ease;
}

.playlist-item:hover .playlist-cover img {
    filter: grayscale(0%) contrast(100%);
}

.playlist-info {
    flex: 1;
}

.playlist-name {
    font-family: 'FiraCode-VariableFont_wght', monospace;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.playlist-count {
    font-size: 0.8rem;
    color: var(--off-white);
    font-weight: 300;
}

.play-playlist {
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--wine);
    color: var(--white);
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-playlist:hover {
    background: var(--wine);
    transform: translateY(-2px);
}

/* ═══════════════════════════════════════════════════
   ABOUT SECTION - Refined
   ═══════════════════════════════════════════════════ */

.about-section {
    margin-bottom: 60px;
    max-width: 1370px;  /* opcional, limita a largura máxima */
    margin-left: auto;
    margin-right: auto;  /* centraliza */
    padding: 0 20px;     /* espaço lateral seguro */
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

.about-card {
    background: var(--dark-gray);
    border: 1px solid var(--wine);
    padding: 35px;
}

.about-card h3 {
    font-family: 'FiraCode-VariableFont_wght', monospace;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 0px;
    color: var(--wine);
}

.about-card p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-weight: 300;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.tags span {
    background: transparent;
    border: 1px solid var(--wine);
    color: var(--wine);
    padding: 6px 14px;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 1px;
}

.blog-entries {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.entry {
    padding: 16px;
    background: var(--medium-gray);
    border-left: 2px solid var(--wine);
}

.entry-date {
    display: block;
    font-size: 0.75rem;
    color: var(--wine);
    margin-bottom: 8px;
    font-weight: 300;
}

.entry p {
    margin: 0;
    font-size: 0.9rem;
}

/* ═══════════════════════════════════════════════════
   FOOTER - Refined
   ═══════════════════════════════════════════════════ */

.main-footer {
    background: var(--dark-gray);
    border-top: 1px solid var(--wine);
    margin-top: 80px;
}

.footer-content {
    padding: 35px;
    text-align: center;
}

.footer-content p {
    margin-bottom: 15px;
    font-size: 0.85rem;
    font-weight: 300;
}

.footer-links {
    font-size: 0.8rem;
}

.footer-links a {
    color: var(--wine);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--wine-light);
}

.checkered-footer {
    height: 12px;
    background: repeating-linear-gradient(
        90deg,
        var(--wine),
        var(--wine) 15px,
        var(--white) 15px,
        var(--white) 30px
    );
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════ */

@media (max-width: 1200px) {
    .vinyl-player {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .player-container {
        margin: 0 auto;
    }
    
    .favorite-playlists {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .main-nav {
        flex-direction: column;
        gap: 15px;
    }
    
    .category-grid {
        grid-template-columns: 1fr;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
    }
    
    .main-content {
        padding: 40px 25px;
    }
}

/* ═══════════════════════════════════════════════════
   SCROLLBAR - Subtle
   ═══════════════════════════════════════════════════ */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--black);
}

::-webkit-scrollbar-thumb {
    background: var(--wine);
    border: 2px solid var(--black);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--wine-light);
}

/* ═══════════════════════════════════════════════════
   SELECTION
   ═══════════════════════════════════════════════════ */

::selection {
    background: var(--wine);
    color: var(--white);
}