body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  color: #333333;
  font-family: "Montserrat", sans-serif; }

.nav-container, .hero-container, .album-container, .footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; }

.text-center {
  text-align: center; }

.content-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px; }

/* The Base Button Shape */
.btn {
  display: inline-block;
  padding: 10px 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid transparent; }

/* The Primary Color Modifier */
.btn-primary {
  background-color: #d4af37;
  color: #fff !important;
  border-color: #c7a22b; }
  .btn-primary:hover {
    background-color: #b29126;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px); }

/* 1. HIDE mobile links by default (Desktop View) */
.mobile-only,
.mobile-only-nav-header {
  display: none; }

/* 2. RESPONSIVE RULES (Mobile View) */
@media (max-width: 768px) {
  /* Hide the actual sidebar element on the page */
  .sidebar {
    display: none !important; }

  /* Show the hidden links inside the hamburger menu */
  .nav-links li.mobile-only,
  .nav-links li.mobile-only-nav-header {
    display: block; }

  /* Style the 'Explore' header in the mobile menu */
  .mobile-only-nav-header {
    padding: 15px 20px 5px 20px;
    color: #d4af37;
    /* Gold color to match your logo */
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top: 1px solid #333;
    margin-top: 10px; } }
body.boxed-layout {
  background-color: #fcfcfc; }
  body.boxed-layout .site-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fcfcfc;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    min-height: 100vh; }

.hero-container, .album-container, .footer-content {
  padding: 0 30px; }

/* Main Content Split (Sidebar + Article) */
.main-content-split {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 30px;
  background-color: #fcfcfc;
  column-gap: 60px; }
  @media (max-width: 992px) {
    .main-content-split {
      flex-direction: column;
      column-gap: 0;
      row-gap: 30px; } }

.sidebar {
  flex: 0 0 300px;
  padding: 2rem 1.5rem;
  background-color: #f9f9f9;
  border-left: 1px solid #eee;
  box-sizing: border-box; }
  .sidebar .sidebar-title {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
    color: #333;
    display: block;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 0.5rem; }
  .sidebar .sidebar-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .sidebar .sidebar-nav li {
    margin-bottom: 0.25rem; }
    .sidebar .sidebar-nav li a {
      text-decoration: none;
      color: #606060;
      font-size: 1.00rem;
      font-weight: 400;
      transition: all 0.3s ease;
      display: block;
      padding: 0.4rem 0.6rem;
      border-radius: 4px;
      border: 1px solid transparent; }
      .sidebar .sidebar-nav li a:hover {
        color: #000;
        padding-left: 0.8rem;
        background-color: #ffffff;
        border-color: #eee; }
  @media (max-width: 768px) {
    .sidebar .sidebar-nav li {
      margin-bottom: 0.75rem; }
      .sidebar .sidebar-nav li a {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #333;
        font-size: 1.1rem;
        font-weight: 500;
        padding: 1rem;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
        .sidebar .sidebar-nav li a:hover, .sidebar .sidebar-nav li a:active {
          background-color: #f8f8f8;
          border-color: #d9534f;
          color: #d9534f;
          padding-left: 1rem; } }
  @media (max-width: 992px) {
    .sidebar {
      flex: 1 1 auto;
      width: 100%;
      border-left: none;
      border-top: 1px solid #eee;
      padding: 2rem 15px;
      overflow-x: hidden; } }

.content-body {
  flex: 1;
  min-width: 300px; }
  .content-body p {
    line-height: 1.8;
    margin-bottom: 1.5rem; }
  .content-body a {
    color: #2c3e50;
    text-decoration: none;
    border-bottom: 2px solid rgba(44, 62, 80, 0.1);
    transition: all 0.2s ease-in-out;
    padding: 0 2px; }
    .content-body a:hover {
      background-color: rgba(44, 62, 80, 0.05);
      border-bottom: 2px solid #2c3e50;
      color: #000; }

.photo-in-text {
  float: left;
  padding-right: 20px;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .photo-in-text {
      width: 250px; } }
  @media (max-width: 480px) {
    .photo-in-text {
      width: 200px; } }

.dash-paragraph {
  text-indent: 5ch; }

.album-full-width-grid {
  background-color: #222;
  padding: 60px 0;
  width: 100%;
  overflow: hidden; }
  .album-full-width-grid .section-title {
    text-align: center;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase; }

.album-grid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  padding: 0 60px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px; }
  .album-grid .grid-item {
    flex: 1 1 0;
    min-width: 100px;
    max-width: 160px;
    text-decoration: none; }
    .album-grid .grid-item:hover .grid-title {
      color: #d4af37; }
  @media (max-width: 1100px) {
    .album-grid {
      flex-wrap: wrap;
      gap: 25px; }
      .album-grid .grid-item {
        flex: 0 0 22%;
        max-width: none; } }
  @media (max-width: 600px) {
    .album-grid .grid-item {
      flex: 0 0 45%; } }

.img-wrapper {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.4);
  margin-bottom: 15px; }
  .img-wrapper .grid-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease; }
  .img-wrapper:hover .grid-img {
    transform: scale(1.05); }

.grid-title {
  display: block;
  color: #fcfcfc;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: color 0.3s ease; }

ul.clean-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.clean-list li {
    text-decoration: none; }

ul.sidebar-list {
  list-style-type: none;
  padding: 0;
  max-width: 300px; }
  ul.sidebar-list li {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
    color: #333; }
    ul.sidebar-list li:hover {
      background-color: #f9f9f9;
      cursor: pointer; }
    ul.sidebar-list li:last-child {
      border-bottom: none; }

.main-nav {
  background-color: #111111;
  padding: 15px 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 2000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); }
  .main-nav .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .main-nav .nav-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 15px; }
  .main-nav .nav-logo img {
    height: 65px;
    width: auto;
    display: block; }

.nav-links {
  display: flex;
  gap: 40px;
  list-style: none; }
  .nav-links li a {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    transition: color 0.3s ease; }
    .nav-links li a:hover {
      color: #d4af37; }

.album-hero {
  background-color: #f9f9f9;
  padding: 60px 0 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .album-hero .hero-text h1 {
    font-family: "Playfair Display", serif;
    font-size: 72px;
    font-weight: 900;
    line-height: 1; }

.text-center {
  text-align: center; }

.artist-name {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px; }

.site-footer {
  background: url("/images/backgrounds/background-bg-07_BW.webp") center/cover no-repeat;
  padding: 10px 0;
  text-align: center;
  color: azure; }
  .site-footer .footer-email-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .site-footer .footer-email-btn:hover {
      background-color: #ffffff !important;
      color: #000000 !important;
      border-color: #ffffff !important;
      transform: translateY(-2px); }
    .site-footer .footer-email-btn:active {
      transform: translateY(0); }

.address {
  margin-bottom: 20px;
  font-style: normal;
  color: #b7b7b7;
  line-height: 1.42857143; }

/* --- Back to Top (Celtic Scroll Icon) --- */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  /* On smaller screens, keep it tucked in the corner */ }
  .back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  .back-to-top img {
    display: block;
    width: 60px;
    height: auto;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.3)); }
  .back-to-top:hover {
    transform: scale(1.1); }
    .back-to-top:hover img {
      filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.5)) brightness(1.2); }
  @media (max-width: 768px) {
    .back-to-top {
      right: 15px;
      bottom: 15px; }
      .back-to-top img {
        width: 50px; } }

.footer-legal-links {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .footer-legal-links a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease; }
    .footer-legal-links a:hover {
      color: #d4af37; }
  .footer-legal-links .separator {
    color: #ddd;
    margin: 0 8px;
    user-select: none; }

.footer-socials {
  text-align: center;
  margin-bottom: 10px;
  /* Space above the copyright */ }

.footer-socials a {
  color: #b7b7b7;
  /* Makes them white */
  font-size: 24px;
  /* Adjust size as needed */
  margin: 0 15px;
  /* Spacing between icons */
  text-decoration: none;
  transition: opacity 0.3s ease; }

.footer-socials a:hover {
  opacity: 0.7;
  /* Slight fade on hover so users know they are clickable */ }

.main-nav .nav-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }
.main-nav .nav-toggle {
  display: none; }
.main-nav .nav-toggle-label {
  display: none;
  cursor: pointer;
  padding: 10px; }
  .main-nav .nav-toggle-label span, .main-nav .nav-toggle-label span::before, .main-nav .nav-toggle-label span::after {
    display: block;
    background: #fff;
    height: 2px;
    width: 25px;
    position: relative;
    transition: all 0.3s ease-in-out; }
  .main-nav .nav-toggle-label span::before {
    content: '';
    top: -8px; }
  .main-nav .nav-toggle-label span::after {
    content: '';
    top: 6px; }

@media (max-width: 768px) {
  .main-nav .nav-toggle-label {
    display: block; }
  .main-nav .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #111111;
    gap: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .main-nav .nav-links li {
      width: 100%;
      text-align: center; }
      .main-nav .nav-links li a {
        display: block;
        padding: 15px 0;
        font-size: 16px; }
  .main-nav .nav-toggle:checked ~ .nav-links {
    display: flex; }
  .main-nav .nav-toggle:checked ~ .nav-toggle-label span {
    background: transparent; }
  .main-nav .nav-toggle:checked ~ .nav-toggle-label span::before {
    transform: rotate(45deg);
    top: 0; }
  .main-nav .nav-toggle:checked ~ .nav-toggle-label span::after {
    transform: rotate(-45deg);
    top: -2px; }
  .main-nav .artist-name {
    font-size: 16px;
    max-width: 150px;
    line-height: 1.2; } }
.featured-grid-3 {
  display: grid !important;
  gap: 30px;
  margin: 40px 0;
  width: 100%;
  clear: both;
  grid-template-columns: repeat(3, 1fr) !important; }

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 2rem; }

.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 20px 0; }

.featured-downloads-section {
  padding-bottom: 50px; }

@media (max-width: 992px) {
  .featured-grid-3, .grid-wrapper {
    grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 600px) {
  .featured-grid-3, .grid-wrapper {
    grid-template-columns: 1fr !important; } }
.grid-item {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease; }
  .grid-item .img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    background-color: #000;
    margin-bottom: 0.75rem; }
    .grid-item .img-wrapper .grid-img {
      width: 100%;
      display: block;
      transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), filter 0.6s ease;
      backface-visibility: hidden; }
  .grid-item:hover .grid-img {
    transform: scale(1.1);
    filter: brightness(75%); }
  .grid-item:hover .grid-title {
    color: #d4af37; }

.grid-title {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
  color: #828282;
  text-align: center;
  transition: color 0.3s ease;
  line-height: 1.4; }

/* --- Core Layout --- */
.album-hero {
  background: #f8f9fa;
  padding: 60px 0;
  margin-bottom: 40px; }
  .album-hero .hero-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 0 15px; }
    @media (max-width: 768px) {
      .album-hero .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px; } }
  .album-hero .hero-art img {
    width: 100%;
    max-width: 350px;
    height: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .album-hero .hero-text {
    font-size: 15px;
    text-transform: uppercase; }
  .album-hero .xtra-large {
    font-size: 3.5rem;
    font-family: 'Playfair Display', serif;
    margin: 10px 0;
    color: #1a1a1a;
    text-transform: none;
    line-height: 1.1; }
    @media (max-width: 768px) {
      .album-hero .xtra-large {
        font-size: 2.2rem; } }

.album-container {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  padding: 0 15px 80px; }
  @media (max-width: 768px) {
    .album-container {
      grid-template-columns: 1fr;
      gap: 40px; } }

/* --- Album Quote (The Yeats Aesthetic) --- */
.album-quote {
  margin: 40px 0;
  padding: 10px 0 10px 30px;
  border-left: 4px solid #d4af37; }
  .album-quote blockquote {
    margin: 0;
    padding: 0; }
    .album-quote blockquote p {
      font-family: 'Crimson Text', 'Georgia', serif;
      font-style: italic;
      font-size: 1.4rem;
      line-height: 1.6;
      color: #2c2c2c;
      letter-spacing: 0.02em; }

/* --- Intro Text (Modern but Classic) --- */
.intro-text p {
  font-family: 'Crimson Text', 'Georgia', serif;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: justify;
  text-justify: inter-word; }

/* --- Sidebar Styles --- */
.album-sidebar .sidebar-main-title {
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px; }
.album-sidebar .sidebar-module {
  margin-bottom: 35px; }
  .album-sidebar .sidebar-module .purchase-label {
    font-size: 0.9rem;
    margin-bottom: 12px;
    line-height: 1.4;
    color: #333; }

/* --- List Styles (Sidebar and Main) --- */
.sidebar-track-list, .track-buy-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important; }
  .sidebar-track-list li, .track-buy-list li {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    list-style-type: none !important; }
    .sidebar-track-list li:before, .track-buy-list li:before {
      content: none !important; }

/* Specific for the main body tracklist to sit side-by-side */
.track-buy-list.main-layout li {
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.sidebar-track-title {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  color: #1a1a1a; }

.track-meta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  width: 100%; }

.sidebar-track-price {
  font-size: 14px;
  color: #666;
  font-weight: 500; }

/* --- Retro Button: Ironclad Fix --- */
.btn-retro {
  display: inline-block !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: none !important;
  background-color: #ffffff !important;
  border: 1px solid #1a2b52 !important;
  outline: 1px solid #1a2b52 !important;
  box-shadow: inset 0 0 0 1px #1a2b52 !important;
  padding: 3px 12px !important;
  margin: 2px !important;
  border-radius: 2px !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important; }
  .btn-retro, .btn-retro a, .btn-retro a:link, .btn-retro a:visited, .btn-retro a:hover, .btn-retro a:active {
    color: #000000 !important;
    font-size: 12px !important;
    font-family: sans-serif !important;
    text-decoration: none !important;
    border: none !important;
    background: none !important;
    line-height: 1.4 !important;
    display: inline-block !important; }
  .btn-retro:hover {
    background-color: #f0f0f0 !important; }

/* --- Tracklist Toggle Logic --- */
.tracklist-drawer {
  display: none;
  overflow: hidden;
  padding-top: 20px; }
  .tracklist-drawer.is-open {
    display: block !important; }

.tracklist-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  background: #eee;
  border: 1px solid #ddd;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s; }
  .tracklist-toggle:hover {
    background: #e5e5e5; }

.track-info {
  display: flex;
  gap: 10px;
  align-items: baseline; }
  .track-info .track-number {
    font-weight: bold;
    color: #888; }
  .track-info .track-time {
    font-size: 0.85rem;
    color: #999; }

.album-slider-section {
  padding: 60px 0;
  background: #1a1a1a; }
  .album-slider-section .album-slider-container {
    margin: 0 auto;
    padding: 0 20px; }
  .album-slider-section .slider-track {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 50px 25px;
    padding: 20px 0;
    overflow: visible; }
  .album-slider-section .slider-item {
    text-decoration: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .album-slider-section .slider-item:hover {
      transform: translateY(-15px) scale(1.05); }
      .album-slider-section .slider-item:hover .slider-title {
        color: #ffcc00; }
    .album-slider-section .slider-item .slider-img {
      width: 100%;
      max-width: 200px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
      margin-bottom: 15px;
      border: 1px solid #333; }
    .album-slider-section .slider-item .slider-title {
      color: #ffffff;
      font-size: 0.95rem;
      font-weight: 500;
      line-height: 1.3; }

@media (max-width: 480px) {
  .album-slider-section .slider-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px; } }
/* Container for the whole player section */
#player-container {
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px; }

#now-playing {
  font-family: 'Georgia', serif;
  /* Fits the Yeats/Poetry theme */
  font-style: italic;
  color: #555;
  margin-bottom: 15px;
  font-size: 1.1rem;
  border-left: 3px solid #055708;
  padding-left: 15px; }

/* Customizing the native Audio Player width */
#audioElement {
  width: 100%;
  height: 40px;
  filter: sepia(20%) saturate(70%) grayscale(100%);
  /* Subtle theme tint */ }

/* The Playlist Area */
#playlist {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 400px;
  /* Scrollable if the list gets long */
  overflow-y: auto; }

.playlist-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  margin-bottom: 5px;
  background: #fdfdfd;
  border: 1px solid #eee;
  border-radius: 6px;
  transition: all 0.2s ease; }

.playlist-item:hover {
  background: #f9f9f9;
  border-color: #ccc;
  cursor: pointer; }

.track-link {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  flex-grow: 1;
  /* Makes the whole area clickable */ }

/* Style for the active playing track */
.active-track {
  background: #f8ecec !important;
  border-color: #055708 !important; }

.active-track .track-link {
  color: #055708;
  font-weight: bold; }

/* The Download Button */
.download-btn {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #eee;
  color: #666;
  padding: 4px 8px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s; }

.download-btn:hover {
  background: #055708;
  color: #fff; }

.gallery-grid {
  display: grid;
  /* This creates as many 200px columns as will fit, then stretches them */
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
  padding: 20px 0; }

.gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 245 / 239;
  /* Matches your exact thumb dimensions */
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #eee;
  transition: transform 0.3s ease; }

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image fills the space without distortion */
  display: block; }

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-color: #d9534f;
  /* Using the same red as your 'Buy' links */ }

/* Optional Overlay effect */
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 83, 79, 0.2);
  /* Light red tint */
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s; }

.gallery-item:hover .overlay {
  opacity: 1; }

/* Mobile: Two columns on phones */
@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }
.video-section {
  margin-bottom: 4rem; }

.video-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5rem; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* The Grid for the smaller "Audio YouTube" videos */
.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 2rem; }
  .video-grid .video-container {
    aspect-ratio: 16 / 9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
    @media (max-width: 480px) {
      .video-grid .video-container {
        margin-bottom: 10px; } }

.video-meta {
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
  margin-top: -1rem;
  margin-bottom: 2rem; }

.album-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 40px 20px; }

.album-card {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column; }
  .album-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 -18px rgba(0, 0, 0, 0.12); }
    .album-card:hover .card-overlay {
      opacity: 1; }
    .album-card:hover .btn-text {
      color: #d9534f; }

.card-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden; }
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .card-image .card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .card-image .card-overlay span {
      color: #fff;
      border: 1px solid #fff;
      padding: 8px 16px;
      border-radius: 4px; }

.card-content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }
  .card-content h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #222; }
  .card-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px; }
  .card-content .btn-text {
    margin-top: auto;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    transition: color 0.3s ease; }

@media (max-width: 480px) {
  .album-showcase-grid {
    grid-template-columns: 1fr;
    gap: 25px; }

  .card-content h3 {
    font-size: 1.25rem; } }
.album-slider-section {
  padding: 80px 0;
  background: #1a1a1a;
  color: #fff; }
  .album-slider-section .slider-track {
    display: flex;
    justify-content: center;
    gap: 30px;
    overflow-x: auto; }

.slider-item {
  display: flex;
  flex-direction: column;
  width: 200px;
  text-decoration: none; }
  .slider-item .slider-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover; }

.download-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
  border: 1px solid #eee;
  float: none !important;
  width: auto !important; }
  .download-card img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }
  .download-card .purchase-action {
    margin-top: auto;
    padding-top: 15px; }

/*# sourceMappingURL=featured.css.map */
