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

    body {
      font-family: 'Outfit', sans-serif;
      background: #050505;
      color: #fff;
      overflow-x: hidden;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background:
        radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 25%),
        radial-gradient(circle at bottom right, rgba(255, 0, 85, 0.08), transparent 25%);
      pointer-events: none;
      z-index: -1;
    }

    .culture-pattern {
      position: fixed;
      inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
      background-size: 80px 80px;
      pointer-events: none;
      z-index: -2;
      opacity: 0.4;
    }

    .music-icons {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 1;
    }

    .music-icons i {
      position: absolute;
      color: rgba(245,199,106,0.12);
      font-size: 42px;
      animation: floatIcons 8s ease-in-out infinite;
    }

    .music-icons i:nth-child(1) {
      top: 18%;
      left: 8%;
      font-size: 60px;
    }

    .music-icons i:nth-child(2) {
      top: 30%;
      right: 12%;
      animation-delay: 2s;
    }

    .music-icons i:nth-child(3) {
      bottom: 18%;
      left: 14%;
      font-size: 52px;
      animation-delay: 4s;
    }

    .music-icons i:nth-child(4) {
      bottom: 12%;
      right: 18%;
      animation-delay: 6s;
    }

    .section-divider {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 18px;
      margin-top: 25px;
    }

    .section-divider span {
      width: 80px;
      height: 1px;
      background: rgba(245,199,106,0.35);
    }

    .section-divider i {
      color: #f5c76a;
      font-size: 18px;
    }

    .punjab-strip {
      margin-top: 70px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .punjab-item {
      padding: 18px 28px;
      border-radius: 60px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      display: flex;
      align-items: center;
      gap: 14px;
      backdrop-filter: blur(10px);
      transition: 0.3s ease;
    }

    .punjab-item:hover {
      transform: translateY(-6px);
      border-color: rgba(245,199,106,0.3);
      box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    }

    .punjab-item i {
      color: #f5c76a;
      font-size: 20px;
    }

    @keyframes floatIcons {
      0%,100% { transform: translateY(0px) rotate(0deg); }
      50% { transform: translateY(-20px) rotate(6deg); }
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background:
        radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 25%),
        radial-gradient(circle at bottom right, rgba(255, 0, 85, 0.08), transparent 25%);
      pointer-events: none;
      z-index: -1;
    }

    .music-glow {
      position: absolute;
      border-radius: 50%;
      filter: blur(100px);
      opacity: 0.35;
      z-index: 1;
      animation: floatingGlow 8s ease-in-out infinite;
    }

    .glow-one {
      width: 320px;
      height: 320px;
      background: #f5c76a;
      top: 10%;
      right: 5%;
    }

    .glow-two {
      width: 260px;
      height: 260px;
      background: #ff0055;
      bottom: 5%;
      left: 0;
      animation-delay: 2s;
    }

    

    @keyframes floatingGlow {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-30px); }
    }

    @keyframes floatCard {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-12px); }
    }

    @media(max-width: 768px) {
      html, body {
        overflow-x: hidden;
      }

      body section + section {
        margin-top: 0 !important;
      }

      .container {
        padding-left: 0;
        padding-right: 0;
      }

      .artists,
      .video-section,
      .vinyl-section,
      #about,
      #contact,
      #music {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
      }

      .section-title,
      .vinyl-content,
      .contact-box,
      .music-grid,
      .artist-grid,
      .video-grid {
        margin-bottom: 0 !important;
      }

      .music-card,
      .artist-card,
      .video-card {
        margin-bottom: 18px !important;
      }

      .contact-box {
        padding: 35px 20px !important;
      }

      .contact-form {
        margin-top: 24px !important;
      }

      .btn {
        width: 100%;
        justify-content: center;
      }

      .vinyl-player {
        padding-bottom: 0 !important;
      }

      .footer-top {
        margin-bottom: 35px !important;
      }

      footer {
        padding-top: 50px !important;
      }

      section {
        padding: 55px 0;
      }

      #music,
      #artists,
      #videos,
      #about,
      #contact,
      .vinyl-section {
        margin: 0 !important;
      }

      .container {
        width: calc(100% - 28px);
      }

      .music-grid,
      .artist-grid,
      .video-grid {
        grid-template-columns: 1fr;
      }

      .video-card,
      .music-card,
      .artist-card {
        margin-bottom: 0;
      }

      .artist-grid,
      .music-grid,
      .video-grid,
      .vinyl-player {
        margin-bottom: 0 !important;
      }

      .section-title {
        margin-bottom: 30px;
      }

      .section-title h2 {
        line-height: 1.15;
      }

      .vinyl-player {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 24px !important;
      }

      .vinyl-content {
        text-align: center;
      }

      .vinyl-content h2 {
        font-size: 38px;
        margin-bottom: 18px;
      }

      .vinyl-content p {
        margin-bottom: 20px;
      }

      .punjab-strip {
        margin-top: 24px;
      }

      .contact-box {
        margin-top: 0;
      }

      footer {
        margin-top: 0;
      }

      .artist-card {
        height: 300px;
      }

      .video-thumb {
        height: 220px;
      }

      .music-content h3,
      .video-content h3 {
        font-size: 28px;
      }

      .contact-box h2 {
        line-height: 1.1;
      }

      section {
        padding: 70px 0;
      }

      .section-title {
        margin-bottom: 45px;
      }

      .vinyl-player {
        gap: 35px;
        margin-bottom: 50px;
      }

      .artist-grid,
      .music-grid,
      .video-grid {
        gap: 20px;
      }

      .footer-top {
        gap: 30px;
        margin-bottom: 50px;
      }

      .punjab-strip {
        margin-top: 35px;
        gap: 14px;
      }

      .contact-box {
        padding: 40px 24px;
      }

      footer {
        padding: 80px 0 30px;
      }

      .hero {
        min-height: auto;
        padding-top: 130px;
        padding-bottom: 80px;
      }

      .hero-buttons {
        gap: 14px;
      }

      .music-content,
      .video-content {
        padding: 20px;
      }

      .artist-card {
        height: 340px;
      }

      .contact-form {
        margin-top: 35px;
      }

      .footer-content {
        padding-top: 30px;
      }

      .subscribe-box {
        padding: 35px 25px;
      }

      .subscribe-box h2 {
        font-size: 36px;
      }

      .footer-content {
        flex-direction: row;
        align-items: flex-start;
      }

      .contact-form {
        grid-template-columns: 1fr;
      }

      .contact-form textarea,
      .contact-form button {
        grid-column: span 1;
      }

      .hero h1 {
        font-size: 44px;
      }

      .hero p {
        font-size: 16px;
      }

      .section-title h2 {
        font-size: 34px;
      }

      .contact-box h2 {
        font-size: 38px;
      }
      .floating-badge {
        display: none;
      }
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      background:
        radial-gradient(circle at top left, rgba(255, 215, 0, 0.08), transparent 25%),
        radial-gradient(circle at bottom right, rgba(255, 0, 85, 0.08), transparent 25%);
      pointer-events: none;
      z-index: -1;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    .container {
      width: 90%;
      max-width: 1300px;
      margin: auto;
    }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      backdrop-filter: blur(20px);
      background: rgba(0,0,0,0.45);
      border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .navbar {
      width: 100%;
      display: flex;
      background: rgba(10,10,10,0.75);
      border: 1px solid rgba(255,255,255,0.06);
      backdrop-filter: blur(20px);
      border-radius: 0;
      margin-top: 0;
      padding: 16px 28px !important;
      box-shadow: 0 20px 50px rgba(0,0,0,0.35);
      justify-content: space-between;
      align-items: center;
      padding: 20px 0;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 14px;
      font-size: 28px;
      font-weight: 800;
      letter-spacing: 2px;
      color: #f5c76a;
    }

    .logo-icon {
      width: 52px;
      height: 52px;
      border-radius: 16px;
      background: linear-gradient(135deg, #f5c76a, #ff8c42);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #000;
      font-size: 22px;
      box-shadow: 0 10px 30px rgba(245,199,106,0.25);
    }

    .logo-text {
      display: flex;
      flex-direction: column;
      line-height: 1;
    }

    .logo-text small {
      font-size: 11px;
      letter-spacing: 3px;
      color: #cfcfcf;
      margin-top: 6px;
      font-weight: 500;
    }

    .nav-links {
      display: flex;
      gap: 12px;
      align-items: center;
      flex-wrap: wrap;
    }

    .mobile-toggle {
      display: none;
      width: 52px;
      height: 52px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,0.05);
      color: #f5c76a;
      font-size: 20px;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .nav-links a {
      position: relative;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 14px 18px;
      border-radius: 14px;
      color: #d9d9d9;
      font-size: 15px;
      transition: 0.3s ease;
    }

    .nav-links a::before {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: 14px;
      background: rgba(255,255,255,0.05);
      opacity: 0;
      transition: 0.3s ease;
    }

    .nav-links a:hover::before {
      opacity: 1;
    }

    .nav-links a i {
      color: #f5c76a;
      font-size: 15px;
      position: relative;
      z-index: 2;
    }

    .nav-links a:hover {
      color: #f5c76a;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding-top: 100px;
    }

    .hero-slider {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
    }

    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      visibility: hidden;
      transition: opacity 1.2s ease;
    }

    .hero-slide.active {
      opacity: 1;
      visibility: visible;
    }

    .hero-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1.05);
    }

    .hero-slide::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.45));
    }

    .slider-dots {
      position: absolute;
      bottom: 40px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      gap: 12px;
      z-index: 5;
    }

    .slider-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: rgba(255,255,255,0.35);
      cursor: pointer;
      transition: 0.3s ease;
    }

    .slider-dot.active {
      width: 38px;
      border-radius: 20px;
      background: #f5c76a;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0,0,0,0.85), rgba(0,0,0,0.35));
      z-index: 1;
    }

    .hero video {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.35;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

    .hero-subtitle {
      color: #f5c76a;
      letter-spacing: 4px;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 14px;
    }

    .hero h1 {
      font-size: 80px;
      line-height: 1;
      margin-bottom: 25px;
      font-weight: 800;
    }

    .hero p {
      color: #c4c4c4;
      line-height: 1.8;
      font-size: 18px;
      margin-bottom: 40px;
    }

    .hero-buttons {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .btn {
      padding: 16px 34px;
      border-radius: 50px;
      font-weight: 600;
      transition: 0.4s ease;
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .btn-primary {
      background: linear-gradient(135deg, #f5c76a, #ff8c42);
      color: #000;
      box-shadow: 0 10px 30px rgba(245,199,106,0.25);
    }

    .btn-primary:hover {
      transform: translateY(-4px);
    }

    .btn-outline {
      border: 1px solid rgba(255,255,255,0.15);
      color: #fff;
      background: rgba(255,255,255,0.05);
      backdrop-filter: blur(10px);
    }

    .btn-outline:hover {
      background: rgba(255,255,255,0.1);
    }

    section {
      padding: 65px 0;
    }

    .section-title {
      text-align: center;
      margin-bottom: 70px;
    }

    .artists .section-title,
    .video-section .section-title {
      margin-bottom: 40px;
    }

    .artists .section-divider,
    .video-section .section-divider {
      margin-top: 18px;
      margin-bottom: 0;
    }

    .section-title span {
      color: #f5c76a;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 13px;
    }

    .section-title h2 {
      font-size: 52px;
      margin-top: 15px;
    }

    .music-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
    }

    .music-card {
      position: relative;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 24px;
      overflow: hidden;
      transition: 0.4s ease;
      backdrop-filter: blur(20px);
    }

    .music-card::before {
      content: 'NEW RELEASE';
      position: absolute;
      top: 18px;
      right: 18px;
      z-index: 5;
      background: linear-gradient(135deg, #f5c76a, #ff8c42);
      color: #000;
      padding: 8px 14px;
      border-radius: 50px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1px;
      box-shadow: 0 10px 25px rgba(245,199,106,0.2);
    }

    .music-card:hover {
      transform: translateY(-10px);
      border-color: rgba(245,199,106,0.3);
      box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    }

    .music-image {
      position: relative;
      overflow: hidden;
    }

    .music-image img {
      width: 100%;
      display: block;
      transition: 0.5s ease;
    }

    .music-card:hover img {
      transform: scale(1.08);
    }

    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 70px;
      height: 70px;
      background: rgba(255,255,255,0.12);
      backdrop-filter: blur(10px);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      border: 1px solid rgba(255,255,255,0.15);
    }

    .music-content {
      padding: 25px;
    }

    .music-content h3 {
      margin-bottom: 10px;
      font-size: 24px;
    }

    .music-content p {
      color: #bcbcbc;
      line-height: 1.7;
    }

    .artists {
      background: linear-gradient(to bottom, rgba(255,255,255,0.02), transparent);
    }

    .artist-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .artist-card {
      isolation: isolate;
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      height: 420px;
    }

    .artist-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.6s ease;
    }

    .artist-card:hover img {
      transform: scale(1.08);
    }

    .artist-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.95), transparent 65%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 30px;
    }

    .artist-overlay h3 {
      font-size: 28px;
      margin-bottom: 8px;
    }

    .artist-socials {
      display: flex;
      gap: 12px;
      margin-top: 18px;
    }

    .artist-socials a {
      width: 42px;
      height: 42px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,0.1);
      transition: 0.3s ease;
    }

    .artist-socials a:hover {
      background: #f5c76a;
      color: #000;
      transform: translateY(-4px);
    }

    .artist-overlay p {
      color: #d0d0d0;
    }

    .vinyl-section {
      position: relative;
      overflow: hidden;
    }

    .vinyl-player {
      display: grid;
      grid-template-columns: minmax(380px, 480px) 1fr;
      align-items: center;
      gap: 80px;
      margin-bottom: 120px;
    }

    .vinyl-content {
      width: 100%;
    }

    .vinyl-content h2 {
      font-size: 64px;
      line-height: 1.05;
      margin: 20px 0 24px;
      max-width: 620px;
    }

    .vinyl-content p {
      color: #c8c8c8;
      line-height: 1.9;
      font-size: 17px;
      max-width: 620px;
      margin-bottom: 35px;
    }

    

    

    .mic-visual {
      width: 420px;
      height: 420px;
      margin: auto;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: floatMic 5s ease-in-out infinite;
    }

    .mic-circle {
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(245,199,106,0.15), transparent 70%);
      filter: blur(10px);
    }

    .mic-icon {
      position: relative;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(20px);
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 80px rgba(245,199,106,0.15);
    }

    .mic-icon i {
      font-size: 140px;
      color: #f5c76a;
      text-shadow: 0 0 40px rgba(245,199,106,0.35);
    }

    .mic-waves {
      position: absolute;
      inset: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 1px solid rgba(245,199,106,0.08);
      animation: pulseWave 3s infinite ease-out;
    }

    .mic-waves::before,
    .mic-waves::after {
      content: '';
      position: absolute;
      inset: -30px;
      border-radius: 50%;
      border: 1px solid rgba(245,199,106,0.06);
    }

    .mic-waves::after {
      inset: -60px;
    }

    @keyframes floatMic {
      0%,100% { transform: translateY(0px); }
      50% { transform: translateY(-18px); }
    }

    @keyframes pulseWave {
      0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.4;
      }
      100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 1;
      }
    }

    

    .video-section {
      position: relative;
      overflow: hidden;
    }

    .video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
    }

    .video-card {
      position: relative;
      border-radius: 26px;
      overflow: hidden;
      cursor: pointer;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.06);
      transition: 0.4s ease;
    }

    .video-card:hover {
      transform: translateY(-10px);
      border-color: rgba(245,199,106,0.3);
      box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    }

    .video-thumb {
      position: relative;
      overflow: hidden;
      height: 240px;
    }

    .video-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.5s ease;
    }

    .video-card:hover img {
      transform: scale(1.08);
    }

    .video-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0.15));
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .video-play {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      backdrop-filter: blur(20px);
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255,255,255,0.15);
      font-size: 24px;
      transition: 0.3s ease;
    }

    .video-card:hover .video-play {
      transform: scale(1.1);
      background: #f5c76a;
      color: #000;
    }

    .video-content {
      padding: 24px;
    }

    .video-content h3 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .video-content p {
      color: #c5c5c5;
      line-height: 1.7;
    }

    .video-modal {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.92);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s ease;
      padding: 30px;
    }

    .video-modal.active {
      opacity: 1;
      visibility: visible;
    }

    .video-modal-content {
      width: 100%;
      max-width: 1000px;
      position: relative;
    }

    .video-modal iframe {
      width: 100%;
      height: 560px;
      border: none;
      border-radius: 24px;
    }

    .close-video {
      position: absolute;
      top: -60px;
      right: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: rgba(255,255,255,0.1);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 22px;
      border: 1px solid rgba(255,255,255,0.1);
    }

    @media(max-width: 768px) {
      .video-modal iframe {
        height: 240px;
      }
    }

    .contact-box {
      text-align: center;
      padding: 80px;
      border-radius: 30px;
      background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
      border: 1px solid rgba(255,255,255,0.08);
      position: relative;
      overflow: hidden;
    }

    .contact-box::before {
      content: '';
      position: absolute;
      width: 400px;
      height: 400px;
      background: radial-gradient(circle, rgba(245,199,106,0.15), transparent 70%);
      top: -120px;
      right: -120px;
    }

    .contact-box h2 {
      font-size: 54px;
      margin-bottom: 20px;
      position: relative;
      z-index: 2;
    }

    .contact-box p {
      color: #d0d0d0;
      max-width: 700px;
      margin: auto;
      line-height: 1.8;
      margin-bottom: 35px;
      position: relative;
      z-index: 2;
    }

    .contact-form {
      position: relative;
      z-index: 2;
      max-width: 850px;
      margin: 50px auto 0;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }

    .contact-form input,
    .contact-form textarea {
      width: 100%;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px;
      padding: 18px 20px;
      color: #fff;
      font-family: 'Outfit', sans-serif;
      font-size: 15px;
      outline: none;
      transition: 0.3s ease;
      backdrop-filter: blur(10px);
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
      border-color: #f5c76a;
      box-shadow: 0 0 0 4px rgba(245,199,106,0.08);
    }

    .contact-form textarea {
      min-height: 160px;
      resize: none;
      grid-column: span 2;
    }

    .contact-form button {
      grid-column: span 2;
      border: none;
      cursor: pointer;
      justify-content: center;
    }

    footer {
      position: relative;
      overflow: hidden;
      padding: 120px 0 40px;
      border-top: 1px solid rgba(255,255,255,0.08);
      background: linear-gradient(to bottom, rgba(255,255,255,0.02), rgba(0,0,0,0.85));
    }

    .footer-glow {
      position: absolute;
      width: 450px;
      height: 450px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(245,199,106,0.12), transparent 70%);
      top: -180px;
      right: -120px;
      filter: blur(40px);
    }

    .footer-top {
      display: grid;
      grid-template-columns: 1.2fr 1fr;
      gap: 50px;
      margin-bottom: 80px;
      position: relative;
      z-index: 2;
    }

    .subscribe-box {
      padding: 45px;
      border-radius: 30px;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      backdrop-filter: blur(20px);
    }

    .subscribe-box span {
      color: #f5c76a;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-size: 13px;
    }

    .subscribe-box h2 {
      font-size: 48px;
      margin: 18px 0;
      line-height: 1.1;
    }

    .subscribe-box p {
      color: #c8c8c8;
      line-height: 1.8;
      margin-bottom: 28px;
    }

    .youtube-btn {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 18px 34px;
      border-radius: 60px;
      background: #ff0000;
      color: #fff;
      font-weight: 700;
      transition: 0.3s ease;
      box-shadow: 0 20px 40px rgba(255,0,0,0.2);
    }

    .youtube-btn:hover {
      transform: translateY(-5px);
    }

    .footer-map {
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,0.08);
      min-height: 100%;
    }

    .footer-map iframe {
      width: 100%;
      height: 100%;
      min-height: 340px;
      border: none;
      filter: grayscale(1) invert(0.92) contrast(1.2);
    }

    .footer-content {
      position: relative;
      z-index: 2;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      padding-top: 40px;
      border-top: 1px solid rgba(255,255,255,0.08);
    }

    .footer-brand {
      max-width: 500px;
    }

    .footer-brand p {
      color: #bfbfbf;
      margin-top: 18px;
      line-height: 1.8;
    }

    .footer-links {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .footer-links a {
      color: #d2d2d2;
      transition: 0.3s ease;
    }

    .footer-links a:hover {
      color: #f5c76a;
    }

    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .socials {
      display: flex;
      gap: 15px;
    }

    .socials a {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: rgba(255,255,255,0.05);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s ease;
      border: 1px solid rgba(255,255,255,0.08);
    }

    .socials a:hover {
      background: #f5c76a;
      color: #000;
      transform: translateY(-5px);
    }

    @media(max-width: 992px) {
      .vinyl-player {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .mic-visual {
        width: 320px;
        height: 320px;
      }

      .mic-icon {
        width: 220px;
        height: 220px;
      }

      .mic-icon i {
        font-size: 100px;
      }

      .vinyl-content h2 {
        font-size: 46px;
      }

      .music-tags {
        justify-content: center;
      }

      .hero h1 {
        font-size: 58px;
      }

      .section-title h2 {
        font-size: 42px;
      }
    }

    @media(max-width: 992px) {
      .footer-top {
        grid-template-columns: 1fr;
      }
    }

    @media(max-width: 768px) {
      .artists .section-title,
      .video-section .section-title {
        margin-bottom: 24px !important;
      }

      .artists .section-divider,
      .video-section .section-divider {
        margin-top: 14px;
      }

      .artist-grid,
      .video-grid {
        margin-top: 0 !important;
      }

      .mobile-toggle {
        width: 46px;
        height: 46px;
        border-radius: 14px;
      }

      .navbar {
        padding: 14px 18px !important;
        border-radius: 20px;
      }

      .logo {
        font-size: 20px;
        gap: 10px;
      }

      .logo-icon {
        width: 42px;
        height: 42px;
        font-size: 18px;
        border-radius: 12px;
      }

      .logo-text small {
        font-size: 8px;
        letter-spacing: 1.5px;
      }

      .mobile-toggle {
        display: flex;
      }

      .nav-links {
        position: absolute;
        top: 95px;
        left: 0;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        background: rgba(8,8,8,0.98);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 24px;
        padding: 20px;
        gap: 8px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: 0.3s ease;
      }

      .nav-links.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .nav-links a {
        width: 100%;
        justify-content: flex-start;
        padding: 16px 18px;
      }

      .subscribe-box {
        padding: 35px 25px;
      }

      .subscribe-box h2 {
        font-size: 36px;
      }

      .footer-content {
        flex-direction: column;
        align-items: flex-start;
      }

      .contact-form {
        grid-template-columns: 1fr;
      }

      .contact-form textarea,
      .contact-form button {
        grid-column: span 1;
      }

      

      .hero h1 {
        font-size: 44px;
      }

      .hero p {
        font-size: 16px;
      }

      .section-title h2 {
        font-size: 34px;
      }

      .contact-box {
        padding: 50px 30px;
      }

      .contact-box h2 {
        font-size: 38px;
      }
    }

/* Reinforce base page look when widgets are present (helps some themes). */
body.hmstudioz-elementor-active {
  background: #050505;
  color: #fff;
}

/* Music card badge (replaces ::before when HTML badge is used) */
.music-card.has-html-badge::before {
  display: none !important;
}
.music-card .hmstudioz-card-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  background: linear-gradient(135deg, #f5c76a, #ff8c42);
  color: #000;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(245,199,106,0.2);
}

.hmstudioz-contact-form-error {
  grid-column: 1 / -1;
  color: #ff6b8a;
  font-size: 15px;
  margin-bottom: 8px;
  text-align: left;
}

/* HMStudioz timeline */
.hmstudioz-timeline-section {
  padding: 120px 0;
}
.hmstudioz-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding-left: 24px;
}
.hmstudioz-timeline::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #f5c76a, rgba(245, 199, 106, 0.15));
  border-radius: 3px;
}
.hmstudioz-timeline-item {
  position: relative;
  padding: 0 0 40px 36px;
}
.hmstudioz-timeline-item:last-child {
  padding-bottom: 0;
}
.hmstudioz-timeline-year {
  position: absolute;
  left: -12px;
  top: 0;
  transform: translateX(-50%);
  min-width: 72px;
  padding: 10px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5c76a, #ff8c42);
  color: #000;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(245, 199, 106, 0.25);
}
.hmstudioz-timeline-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 22px 24px;
  backdrop-filter: blur(16px);
}
.hmstudioz-timeline-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.35;
  white-space: pre-line;
}
.hmstudioz-timeline-img {
  margin-bottom: 16px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hmstudioz-timeline-img img {
  width: 100%;
  display: block;
  max-height: 280px;
  object-fit: cover;
}
.hmstudioz-timeline-desc {
  color: #c8c8c8;
  line-height: 1.75;
  font-size: 15px;
  white-space: pre-line;
}
@media (max-width: 768px) {
  .hmstudioz-timeline-section {
    padding: 70px 0;
  }
  .hmstudioz-timeline {
    padding-left: 16px;
  }
  .hmstudioz-timeline-item {
    padding-left: 28px;
  }
  .hmstudioz-timeline-year {
    min-width: 60px;
    font-size: 13px;
    padding: 8px 10px;
  }
}

/* Header branding modes */
.hmstudioz-header-branding {
  display: flex;
  align-items: center;
  gap: 14px;
}
.hmstudioz-header-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.hmstudioz-header-logo-img img {
  display: block;
  width: auto;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.hmstudioz-header-branding--logo_only .logo-text {
  display: none !important;
}
.hmstudioz-header-branding--heading_only .hmstudioz-header-logo-link,
.hmstudioz-header-branding--heading_only .logo-icon {
  display: none !important;
}
.hmstudioz-header-branding--heading_only .logo-text {
  margin-left: 0;
}

.hmstudioz-contact-banner {
  margin-bottom: 18px;
  font-size: 16px;
}
.hmstudioz-contact-banner--success {
  color: #7bed9f;
}
.hmstudioz-contact-banner--error {
  color: #ff6b8a;
}

/* About widget — expandable timeline in right column */
.hmstudioz-about-cta-btn .fa-youtube {
  font-size: 1.1em;
}
.hmstudioz-about-timeline-chevron {
  transition: transform 0.35s ease;
}
.hmstudioz-about-vinyl-content--open .hmstudioz-about-timeline-chevron {
  transform: rotate(180deg);
}
.hmstudioz-about-timeline,
.hmstudioz-collapsible-timeline {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.hmstudioz-about-timeline[hidden],
.hmstudioz-collapsible-timeline[hidden] {
  display: none !important;
}
.hmstudioz-about-timeline--always-visible {
  display: block !important;
}
.hmstudioz-about-vinyl-content--timeline-visible .hmstudioz-about-timeline {
  margin-top: 28px;
}
.hmstudioz-about-timeline-inner {
  animation: hmstudiozEmbedReveal 0.45s ease;
}
@keyframes hmstudiozEmbedReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hmstudioz-about-timeline-head {
  margin-bottom: 22px;
}
.hmstudioz-about-timeline-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f5c76a;
}
.hmstudioz-about-timeline-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  color: #fff;
}
.hmstudioz-timeline--nested {
  max-width: 100%;
  margin: 0;
  padding-left: 20px;
}
.hmstudioz-timeline--nested .hmstudioz-timeline-item {
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  .hmstudioz-about-timeline-title {
    font-size: 22px;
  }
}

/* Sticky left column (About + Timeline) */
@media (min-width: 992px) {
  .hmstudioz-vinyl-player--sticky {
    align-items: start;
  }
  .hmstudioz-sticky-media {
    position: sticky;
    top: 96px;
    align-self: start;
    z-index: 2;
  }
}

.hmstudioz-timeline-layout .hmstudioz-timeline-side {
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(245, 199, 106, 0.08), rgba(255, 255, 255, 0.02));
}
.hmstudioz-timeline-layout .hmstudioz-timeline-side img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 0.88;
}
.hmstudioz-timeline-main .hmstudioz-timeline {
  max-width: 100%;
  margin: 0;
}

/* Per-song timeline cards */
.hmstudioz-timeline-songs {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.hmstudioz-timeline-song {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
.hmstudioz-timeline-song-card,
.hmstudioz-timeline-song .hmstudioz-timeline-song-media {
  width: 100%;
  max-width: 100%;
}
.hmstudioz-timeline-song-card {
  cursor: pointer;
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
}
.hmstudioz-timeline-song-card .hmstudioz-timeline-song-thumb,
.hmstudioz-timeline-song-media {
  margin: 0;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hmstudioz-timeline-song-card .hmstudioz-timeline-song-thumb,
.hmstudioz-timeline-song-card .video-thumb.hmstudioz-timeline-song-thumb {
  height: auto;
/*   min-height: 200px; */
  max-height: 280px;
}
.hmstudioz-timeline-song-card .hmstudioz-timeline-song-thumb img,
.hmstudioz-timeline-song-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  max-height: 280px;
}
.hmstudioz-timeline-song-body {
  width: 100%;
}
.hmstudioz-timeline-song-thumb-placeholder {
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, rgba(245, 199, 106, 0.15), rgba(255, 255, 255, 0.04));
}
.hmstudioz-timeline-song-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
  color: #fff;
}
.hmstudioz-timeline-song-desc {
  margin: 0;
  color: #c8c8c8;
  font-size: 15px;
  line-height: 1.7;
}
.hmstudioz-timeline-card h3:empty {
  display: none;
}
@media (max-width: 768px) {
  .hmstudioz-sticky-media {
    position: relative;
    top: auto;
  }
}
