  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }
  
  body {
  background-color: #f9f9f9;
  color: #000;
  }
  

  header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: relative;
  z-index: 100;
  }
    
  header .logo {
  font-size: 32px;
  font-weight: bold;
  }
    
  header nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
  }
  
  header nav a {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 5px 0;
  cursor: pointer;
  white-space: nowrap;
  }
  
  .home-icon {
  display: block;
  width: 20px;
  height: 20px;
  }
    
  header nav a, .genres-btn {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  padding: 5px 0;
  cursor: pointer;
  }
    
  .genres {
  position: relative;
  display: flex;
  align-items: center;
  }
    
  .dropdown {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-width: 200px;
  padding: 10px 0;
  }
    
  .dropdown.show {
  display: block;
  }
    
  .dropdown-item {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  position: relative;
  }
    
  .dropdown-item:hover {
  background-color: #f5f5f5;
  }
    
  .sub-dropdown {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 10px 0;
  border-radius: 5px;
  }
    
  .sub-dropdown.show {
  display: block;
  }
    
  .sub-dropdown a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  }
    
  .sub-dropdown a:hover {
  background-color: #f0f0f0;
  }
    
  .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
  }
    
  .hamburger .line {
  width: 100%;
  height: 3px;
  background-color: #333;
  }
  
  @media (max-width: 768px) {
  header nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  z-index: 100;
  flex-direction: column;
  }
    
  header nav.open {
  display: flex;
  }
    
  header nav a {
  padding: 10px 20px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  }
    
  .hamburger {
  display: flex;
  }

  .genres {
  justify-content: flex-start;
  width: 100%;
  }
    
  .dropdown {
  display: none;
  position: static;
  box-shadow: none;
  }
    
  .dropdown.show {
  display: block;
  position: static;
  }
  
  .dropdown-item {
  position: relative;
  }
  
  .sub-dropdown {
  left: 100%;
  top: 0;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 10px 0;
  border-radius: 5px;
  }
  
  .sub-dropdown.show {
  display: block;
  }
  
  .sub-dropdown a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  }
  
  .sub-dropdown a:hover {
  background-color: #f0f0f0;
  }
}
  
  
  .biography {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  }

  .biography-text {
  width: 50%;
  padding-right: 20px;
  }

  .biography-text h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 34px;
  margin-bottom: 10px;
  }

  .biography-text p {
  font-family: "Titillium Web", serif;
  font-size: 18px;
  line-height: 1.6;
  }

  .biography-image {
  width: 50%;
  position: relative;
  text-align: center;
  }

  .biography-image h1 {
  font-family: "IBM Plex Sans", serif;
  font-weight: 200;
  font-size: 47px;
  position: absolute;
  top: -10px;
  left: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  }

  .biography-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  }


  .works { 
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 40px 20px;
  }
  
  .works-left {
  width: 40%;
  text-align: center;
  position: relative;
  }
  
  .works-left h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 36px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  }
  
  .works-left::before,
  .works-left::after {
  content: "";
  width: 80%;
  height: 2px;
  background: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  }
  
  .works-left::before {
  top: 0;
  }
  
  .works-left::after {
  bottom: 0;
  }
  
  .works-right {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  gap: 20px;
  }
  
  .work-item {
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  }
  
  .work-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  }
  
  .work-item .separator {
  height: 2px;
  background: black;
  width: 80%;
  margin: 10px auto;
  }
  
  .work-item h3 {
  font-family: "IBM Plex Sans", serif;
  font-weight: 500;
  font-size: 21px;
  margin: 10px 0;
  }
  
  .work-item p {
  font-family: "Titillium Web", serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 10px 10px;
  }
  
  .playlist {
  text-align: center;
  padding: 60px 20px;
  background: #f8f8f8;
  }
  
  .playlist h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 10px;
  }
  
  .playlist p {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #393939;
  margin-bottom: 30px;
  }
  
  .playlist-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  }
  
  .playlist-item {
  flex: 1;
  background: white;
  overflow: hidden;
  text-align: center;
  }
  
  .playlist-item img {
  width: 320px;
  height: 300px;
  object-fit: cover;
  display: block;
  }
  
  .playlist-item h3 {
  font-family: "Titillium Web", serif;;
  font-size: 18px;
  margin: 10px 0;
  }
  
  .listen-btn {
  display: inline-block;
  font-family:  "Cormorant Garamond", serif;
  font-size: 16px;
  border: solid 1px #000;
  color: rgb(0, 0, 0);
  padding: 10px 20px;
  margin: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  }
  
  .listen-btn:hover {
  background-color: #e9e9e9;
  }

    
  footer {
  padding: 40px 60px;
  background-color: #222;
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  }
          
  footer .contact-info {
  margin-bottom: 30px;
  }
          
  footer .contact-info p {
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0;
  }
        
  footer .social-media {
  margin-bottom: 30px;
  }
          
  footer .social-media a {
  margin: 0 15px;
  font-size: 21px;
  text-decoration: none;
  color: #f9f9f9;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
  }
          
  footer .social-media a:hover {
  color: #ff7f00;
  }
    
  footer .contact-icon {
  margin-right: 7px;
  }
          
  footer .newsletter {
  margin-bottom: 30px;
  }
          
  footer .newsletter h3 {
  font-size: 24px;
  margin-bottom: 15px;
  }
          
  footer form {
  display: flex;
  justify-content: center;
  gap: 10px;
  }
          
  footer input[type="email"] {
  padding: 12px;
  font-size: 18px;
  border: none;
  border-radius: 4px;
  width: 300px;
  }
          
  footer button {
  padding: 12px 25px;
  font-size: 18px;
  border: solid 1px #f9f9f9;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
  }
          
  footer button:hover {
  background-color: #ff7f00;
  }
          
  footer .footer-info p {
  font-size: 17px;
  margin: 5px 0;
  }


  @media (max-width: 768px) {
  header {
  padding: 10px 20px;
  }

  .hamburger {
  display: flex;
  }
  
  .biography {
  padding: 50px;
  }
  
  .biography-text h2 {
  font-size: 22px;
  }
  
  .biography-text p {
  font-size: 14px;
  text-align: justify;
  }
  
  .biography-image {
  width: 80%;
  margin-top: 15px;
  }

  .biography-image h1 {
  font-size: 18px;
  top: -2px;
  left: 60%;
  }
  
  .works-right {
  margin-top: 15px;
  grid-template-columns: 1fr;
  }
  
  .work-item img {
  height: auto;
  }

  .work-item h3 {
  font-size: 18px;
  }

  .work-item p {
  font-size: 15px;
  }

  .listen-btn {
  font-size: 14px;
  }
  
  .playlist {
  padding: 40px 20px;
  }
  
  .playlist h2 {
  font-size: 22px;
  }
  
  .playlist p {
  font-size: 14px;
  }
  
  .playlist-container {
  flex-direction: column;
  align-items: center;
  }
  
  .playlist-item {
  width: 100%;
  }
  
  .playlist-item img {
  width: 100%;
  }
  
  footer {
  padding: 20px 30px;
  }
  
  footer .newsletter input[type="email"] {
  width: 100%;
  }
  
  footer button {
  width: 100%;
  }
}


  @media (max-width: 1024px) {
  header {
  padding: 15px 30px;
  }
  
  header .logo {
  font-size: 28px;
  }
  
  header nav {
  gap: 15px;
  }
  
  header nav a {
  font-size: 16px;
  }
  
  .biography {
  flex-direction: column;
  align-items: center;
  }
  
  .biography-text {
  width: 100%;
  text-align: center;
  padding-right: 0;
  }
  
  .biography-image {
  width: 80%;
  margin-top: 15px;
  }
  
  .works {
  flex-direction: column;
  align-items: center;
  }
  
  .works-left {
  width: 100%;
  }
  
  .works-right {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  }
  
  .work-item img {
  height: 180px;
  }
  
  .playlist-container {
  flex-wrap: wrap;
  gap: 20px;
  }
  
  .playlist-item {
  flex: none;
  width: 48%;
  }
  
  .playlist-item img {
  width: 100%;
  height: 300px;
  }
  
  footer .newsletter input[type="email"] {
  width: 250px;
  }
  
  footer button {
  width: 250px;
  }
}


  @media (min-width: 1440px) {
  .works {
  max-width: 1600px;
  padding: 60px 80px;
  }

  .works-right {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  }

  .work-item img {
  height: 250px;
  }

  .work-item h3 {
  font-size: 22px;
  }

  .work-item p {
  font-size: 18px;
  }
}