@font-face {
      font-family: 'BrittanySignature';
      src: url('ASSETS/BrittanySignature.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
    }
    body {
      margin: 0;
      font-family: 'Roboto Mono', monospace;
      background: #fff;
      font-size: 22px;
    }
    .header {
      text-align: center;
      padding: 48px 0 32px 0;
      background: #fff;
    }
    .logo {
      font-family: 'BrittanySignature';
      font-size: 3rem;
      color: #a48be0;
      letter-spacing: 2px;
      margin-bottom: 32px;
      display: block;
      text-shadow:
        0 2px 8px rgba(135, 98, 219, 0.573),
        0 4px 24px rgba(55, 39, 90, 0.427),
        0 1px 0 #fff;
    }
    .category-tabs {
      display: flex;
      justify-content: center;
      gap: 0;
      margin-top: 32px;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
    }
    .category-tab {
      font-family: 'Roboto Mono', monospace;
      font-size: 1.3rem;
      padding: 18px 40px;
      border: none;
      outline: none;
      cursor: pointer;
      background: #5a73fa;
      color: #fff;
      border-radius: 40px 40px 0 0;
      margin-right: -12px;
      transition: background 0.2s, color 0.2s, z-index 0.2s;
      z-index: 1;
      position: relative;
    }
    .category-tab.active[data-tab="button-eye"] {
      background: #5a73fa;
      color: #fff;
      z-index: 3;
    }
    .category-tab.active[data-tab="emotes"] {
    background: #a48be0;
    color: #fff;
    z-index: 3;
    }
    .category-tab:not(.active) {
      opacity: 0.85;
      z-index: 2;
    }
    .category-content {
      background: #5a73fa;
      border-radius: 40px;
      min-height: 400px;
      margin-top: -8px;
      position: relative;
      z-index: 1;
      transition: background 0.2s;
      box-shadow: 0 8px 32px rgba(90,115,250,0.10);
      padding: 32px 32px 32px 32px;
    }
    .category-section {
      display: none;
      min-height: 300px;
    }
    .category-section.active {
      display: block;
    }
    .category-header {
      font-family: 'BrittanySignature', cursive;
      font-size: 2.5rem;
      color: #fff;
      margin-bottom: 24px;
      margin-left: 8px;
      text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    }
    .portfolio-image-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 32px;
    }
    .portfolio-image {
      max-width: 100%;
      width: 600px;
      height: auto;
      border-radius: 24px;
      box-shadow: 0 4px 24px rgba(90,115,250,0.10);
      margin-bottom: 10px;
    }
    .portfolio-caption {
      font-family: 'Roboto Mono', monospace;
      font-size: 1.1rem;
      color: #fff;
      padding: 6px 18px;
      border-radius: 16px;
      text-align: center;
      margin-top: 0;
      word-break: break-all;
    }
    .portfolio-videos-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 32px;
      margin-bottom: 32px;
      flex-wrap: wrap;
    }
    .portfolio-video-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 1 300px;
      max-width: 350px;
    }
    .portfolio-video {
      width: 100%;
      max-width: 900px;
      aspect-ratio: 16 / 9;
      height: 506px; /* 900 / 16 * 9 = 506.25 */
      object-fit: cover;
      border-radius: 24px;
      box-shadow: 0 4px 24px rgba(90,115,250,0.10);
      background: #000;
      margin-bottom: 10px;
      display: block;
    }
    .portfolio-video-thumb {
      width: 100%;
      max-width: 350px;
      aspect-ratio: 16 / 9;
      border-radius: 16px;
      margin-bottom: 8px;
      box-shadow: 0 2px 12px rgba(90,115,250,0.10);
      cursor: pointer;
      object-fit: cover;
      background: #000;
      transition: transform 0.15s, box-shadow 0.2s;
    }
    .portfolio-video-thumb:hover {
      transform: scale(1.04);
      box-shadow: 0 4px 24px rgba(90,115,250,0.18);
    }
    .video-thumb-wrapper {
      position: relative;
      display: inline-block;
    }

    .video-hover-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      background: rgba(127, 127, 127, 0.471);
      padding: 10px 24px;
      border-radius: 18px;
      font-family: 'Roboto Mono', monospace;
      font-size: 1.1rem;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s;
      text-align: center;
      letter-spacing: 1px;
      text-shadow: 0 2px 8px rgba(0,0,0,0.18);
    }

    .video-thumb-wrapper:hover .video-hover-text {
      opacity: 1;
    }
    /* Add this to your <style> section */
    h2 {
      color: #fff;
      text-align: center;
      font-family: 'Roboto Mono', monospace;
      margin-top: 0;
      margin-bottom: 24px;
      font-size: 2rem;
      font-weight: 700;
    }
    h6 {
      color: #fff;
      text-align: center;
      font-family: 'Roboto Mono', monospace;
      margin-top: 18px;
      margin-bottom: 18px;
      font-size: 1rem;
      font-weight: 400;
    }
    /* Add to your <style> section if not present */
    .download-link {
      color: #fff;
      font-family: 'Roboto Mono', monospace;
      font-size: 1.1rem;
      background: #a48be0;
      padding: 8px 20px;
      border-radius: 14px;
      text-decoration: none;
      transition: background 0.18s, color 0.18s, transform 0.15s;
      display: inline-block;
      margin-top: 4px;
      box-shadow: 0 2px 8px rgba(164,139,224,0.10);
    }
    .download-link:hover {
      background: #7c5fc7;
      color: #fff;
      transform: scale(1.06);
    }
    /* Responsive */
    @media (max-width: 900px) {
      .logo {
        font-size: 2rem;
      }
      .category-tabs {
        flex-direction: column;
        align-items: stretch;
        margin-top: 16px;
      }
      .category-tab {
        border-radius: 32px 32px 0 0;
        margin-right: 0;
        margin-bottom: 4px;
        font-size: 1rem;
        padding: 12px 0;
      }
      .category-content {
        border-radius: 24px;
        padding: 16px 6px;
        min-height: 150px;
      }
      .category-header {
        font-size: 1.5rem;
        margin-bottom: 12px;
        margin-left: 0;
        text-align: center;
      }
      .portfolio-image {
        width: 98vw;
        max-width: 100%;
        border-radius: 14px;
      }
      .portfolio-caption {
        font-size: 0.92rem;
        padding: 4px 10px;
      }
      .portfolio-video {
        height: 150px;
      }
      .portfolio-videos-row {
        flex-direction: column;
        align-items: center;
        gap: 18px;
      }
      .portfolio-video-block {
        max-width: 98vw;
        width: 100%;
      }
      .portfolio-video {
        min-width: 0;
        width: 100%;
        max-width: 100vw;
      }
      .llaira-video {
        height: 150px;
        max-width: 100vw;
      }
    }
    /* Scroll to top button */
    .scroll-top-btn {
      position: fixed;
      bottom: 32px;
      right: 32px;
      background: #a48be0;
      border: none;
      border-radius: 50%;
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(164,139,224,0.18);
      z-index: 1000;
      transition: background 0.2s, transform 0.15s;
    }
    .scroll-top-btn:hover {
      background: #7c5fc7;
      transform: scale(1.12);
    }
    .scroll-top-btn svg {
      width: 32px;
      height: 32px;
      fill: #fff;
    }
    /* Back button */
    .back-btn-bar {
      position: absolute;
      top: 16px;
      left: 16px;
      z-index: 100;
    }
    .nav-btn {
      background: #a48be0;
      color: #fff;
      border: none;
      border-radius: 24px;
      padding: 10px 20px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .nav-btn:hover {
      background: #7c5fc7;
      transform: scale(1.05);
    }

    .artwork-slider {
      width: 100%;
      max-width: 900px;
      height: 520px;
      margin: 0 auto 32px auto;
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      box-shadow: 0 4px 24px rgba(90,115,250,0.10);
      background: rgba(164,139,224,0.16);
    }

    .artwork-slide {
      display: none;
      justify-content: center;
      align-items: flex-start; /* Crop from top */
      width: 100%;
      height: 520px;
    }

    .artwork-slide.active {
      display: flex;
    }

    .artwork-img {
      width: 100%;
      height: 520px;
      object-fit: cover;
      object-position: top; /* Crop from top */
      border-radius: 28px;
      cursor: pointer;
      transition: box-shadow 0.2s, transform 0.18s;
    }

    .artwork-img:hover {
      box-shadow: 0 8px 32px rgba(90,115,250,0.18);
      transform: scale(1.02);
    }

    /* Modal styles */
    .artwork-modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0; top: 0;
      width: 100vw; height: 100vh;
      background: rgba(40,40,60,0.85);
      justify-content: center;
      align-items: center;
    }

    .artwork-modal.active {
      display: flex;
    }

    .artwork-modal-img {
      max-width: 90vw;
      max-height: 90vh;
      border-radius: 24px;
      box-shadow: 0 8px 32px rgba(90,115,250,0.22);
      background: #fff;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .artwork-slider {
        max-width: 98vw;
        height: 220px;
      }
      .artwork-slide {
        height: 220px;
      }
      .artwork-img {
        height: 220px;
        border-radius: 16px;
      }
      .artwork-modal-img {
        max-width: 98vw;
        max-height: 80vh;
        border-radius: 12px;
      }
    }

    .llaira-slider {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 24px;
      margin: 32px auto;
      width: 100%;
      max-width: 900px;
    }

    .llaira-slide-wrapper {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .llaira-slide-img {
      width: 100%;
      max-width: 900px;
      height: auto;
      object-fit: contain;
      border-radius: 28px;
      box-shadow: 0 4px 24px rgba(90,115,250,0.10);
      background: #fff;
      display: block;
      margin: 0 auto;
    }

    .llaira-slide-caption {
      font-family: 'Roboto Mono', monospace;
      font-size: 1.1rem;
      color: #fff;
      background: rgba(90,115,250,0.18);
      padding: 6px 18px;
      border-radius: 16px;
      text-align: center;
      margin-top: 10px;
      word-break: break-all;
    }

    .llaira-arrow {
      background: #a48be0;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 56px;
      height: 56px;
      font-size: 2rem;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
      display: flex;
      align-items: center;
      justify-content: center;
      user-select: none;
    }
    .llaira-arrow:hover {
      background: #7c5fc7;
      transform: scale(1.08);
    }

    @media (max-width: 900px) {
      .llaira-slider {
        max-width: 98vw;
        gap: 8px;
      }
      .llaira-slide-img {
        max-width: 98vw;
        height: 220px;
        border-radius: 16px;
      }
      .llaira-arrow {
        width: 40px;
        height: 40px;
        font-size: 1.4rem;
      }
    }

    .llaira-extra-images {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 32px;
      margin: 32px auto 0 auto;
      flex-wrap: wrap;
    }

    .llaira-extra-img {
      max-width: 340px;
      width: 100%;
      height: auto;
      border-radius: 18px;
      box-shadow: 0 2px 12px rgba(90,115,250,0.10);
      background: #fff;
      object-fit: contain;
      margin-bottom: 8px;
    }

    .llaira-video {
      width: auto;
      max-width: 100%;
      max-height: 340px;
      aspect-ratio: 16 / 9;
      object-fit: contain;
      border-radius: 12px;
      box-shadow: 0 4px 24px rgba(90,115,250,0.10);
      background: #000;
      margin-bottom: 10px;
      margin: 0 auto;
      display: block;
    }

    .llaira-video-block {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 32px;
    }

    @media (max-width: 900px) {
      .llaira-extra-images {
        gap: 12px;
      }
      .llaira-extra-img {
        max-width: 98vw;
        border-radius: 10px;
      }
    }

    /* Add to your personalstyle.css */
    .business-card-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin: 32px 0;
    flex-wrap: wrap;
    }

    .business-card-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .business-card-img {
    width: 252px;
    height: 180px;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(90,115,250,0.10);
    background: #fff;
    margin-bottom: 8px;
    image-rendering: auto; /* Ensures best browser quality */
    }

    .portfolio-caption {
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    margin-top: 0;
    }

    @media (max-width: 700px) {
    .business-card-row {
        flex-direction: column;
        gap: 18px;
        align-items: center;
    }
    }

    /* Add to your personalstyle.css */
.logo-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-img {
  width: 320px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(90,115,250,0.10);
  background: #fff;
  margin-bottom: 8px;
  image-rendering: auto;
}

.portfolio-caption {
  font-family: 'Roboto Mono', monospace;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-top: 0;
}

@media (max-width: 700px) {
  .logo-row {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
}

.music-flex-container {
  height: auto;
  display: flex;
  gap: 0;
  align-items: stretch; /* Make both columns same height */
  justify-content: center;
  margin: 32px 0;
  flex-wrap: nowrap; /* Prevent wrapping */
}

.music-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 200px;
  align-self: stretch;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  height: auto;
  max-height: 100%;
}

.music-tab {
  background: #a48be0;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 18px 0;           /* Smaller height */
  font-family: 'Roboto Mono', monospace;
  font-size: 1.05rem;        /* Slightly smaller font */
  cursor: pointer;
  transition: background 0.18s, color 0.18s;
  text-align: center;
  margin: 0;
  font-weight: 700;
  box-shadow: none;
  width: 100%;
  outline: none;
  border-bottom: 2px solid #8fd3ff;
  letter-spacing: 1px;
  height: 100%;
}

.music-tab.active {
  background: #5a73fa;
  color: #fff;
  font-weight: bold;
}

.music-tab:first-child {
  border-top-left-radius: 16px;
}
.music-tab:last-child {
  border-bottom-left-radius: 16px;
  border-bottom: none;
}

/* Player container flush with tabs */
.music-player-advanced {
  background: #23243a;
  border-radius: 0 16px 16px 0;
  padding: 32px 24px 24px 24px;
  min-width: 500px;
  max-width: 500px;
  width: 500;
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: auto;
  max-height: 80vh;
  justify-content: stretch;
}

/* Playlist scrolls if too long, always fits inside player */
.music-playlist {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
  padding: 6px 0;
  background: rgba(90,115,250,0.07);
  border-radius: 10px;
  max-height: none; /* Adjust as needed for your design */
  overflow-y: auto;
  width:100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* Controls in a row */
.music-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  justify-content: flex-start;
  margin-bottom: 8px;
}

.music-controls button {
  background: #a48be0;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background 0.18s, transform 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
}

.music-controls button:hover {
  background: #7c5fc7;
  transform: scale(1.08);
}

.music-track {
  background: rgba(90,115,250,0.18);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 5px 15px;
  cursor: pointer;
  text-align: left;
  font-family: 'Roboto Mono', monospace;
  font-size: 0.90rem;
  transition: background 0.18s, color 0.18s, transform 0.12s;
  margin: 0;
  font-weight: 500;
  box-shadow: 0 1px 4px rgba(90,115,250,0.08);
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.music-track:hover {
  background: #7c5fc7;
  color: #fff;
  transform: translateX(4px) scale(1.03);
}

.music-track.active,
.music-track:focus {
  background: #5a73fa;
  color: #fff;
  font-weight: bold;
  transform: scale(1.04);
}

/* Responsive adjustments for small screens */
@media (max-width: 900px) {
  .music-flex-container {
    flex-direction: column;
    align-items: stretch;
    min-height: unset;
    max-height: unset;
  }
  .music-tabs,
  .music-player-advanced {
    max-height: unset;
    min-width: unset;
    width: 100%;
    border-radius: 16px;
  }
  .music-player-advanced {
    border-radius: 16px;
    padding: 18px 6px 18px 6px;
    max-width: 100vw;
  }
  .music-playlist {
    max-height: 180px;
  }
}

