/* ------------------- */
/* Custom properties   */
/* ------------------- */

.fanwood-text-regular {
  font-family: "Fanwood Text", serif;
  font-weight: 400;
  font-style: normal;
}

:root {
  --theme-accent: rgb(47, 152, 193);
  --theme-black: rgb(15, 15, 15);
  --theme-white: rgb(223, 223, 223);

  --theme-dark: rgb(15, 15, 15);
  --theme-dark-2: rgb(33, 33, 33);
  --theme-dark-alt: rgba(20, 20, 20, 0.458);

  --theme-light: rgb(243, 247, 247);
  --theme-theme: #51594a;
  --theme-alt: #c0b3a0;

  --theme-links: #e9bd79;

  /* Hero / Display */
  --fs-900: clamp(4rem, 6.5vw + 1rem, 9rem);
  --fs-800: clamp(3rem, 5vw + 1rem, 6.75rem);
  --fs-700: clamp(2.25rem, 3.5vw + 1rem, 3.75rem);

  /* Headings */
  --fs-600: clamp(1.65rem, 1.75vw + 1rem, 2.25rem);
  --fs-500: clamp(1.35rem, 1.25vw + 0.75rem, 1.875rem);

  /* Body & UI */
  --fs-450: clamp(1.25em, 1vw + 0.75rem, 1.45rem);
  --fs-400: clamp(1.1rem, 0.75vw + 0.75rem, 1.25rem);
  --fs-300: clamp(0.95rem, 0.55vw + 0.5rem, 1.1rem);
  --fs-200: clamp(0.8rem, 0.4vw + 0.4rem, 0.95rem);

  --ff-serif: "Fanwood Text", serif;
  --ff-sans: "Afacad", "Arial", sans-serif;
  --ff-alt: "Gloria Hallelujah", "Signika Negative", sans-serif;
}

::selection {
  background-color: var(--theme-theme);
}

/* Colors and Backgrounds  */
.bg-dark {
  background-color: var(--theme-dark);
}
.bg-dark-2 {
  background-color: var(--theme-dark-2);
}
.bg-dark-alt {
  background-color: hsl(var(--theme-dark-alt));
}
.bg-accent {
  background-color: hsl(var(--theme-accent));
}
.bg-transparent {
  background-color: #ffffff00;
}
.bg-light {
  background-color: hsl(var(--theme-light));
}
.bg-white {
  background-color: white;
}
.bg-texture {
  background-color: var(--theme-dark);
  background-image: url("/css/low-contrast-linen.png");
}

/* ------------------- */
/* Resets   */
/* ------------------- */
/* resets from https://piccalil.li/blog/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}
html:focus-within {
  scroll-behavior: smooth;
  scroll-padding-top: 50px; /* Adjust as needed */
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Fix Font Weights */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}

body {
  /* 3 Font Smoothing (Optional for Web) */
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox on Mac */

  /* min-height: 100vh; */
  /* text-rendering: optimizeSpeed; */
  text-rendering: optimizeLegibility; /* improves kerning and ligatures */

  /* line-height: 1.5; */

  color: var(--theme-light);
  background-color: hsl(var(--theme-light));
  font-family: var(--ff-sans);
  font-size: var(--fs-400);
  line-height: 1.6; /* space between lines, improves readability */
  font-weight: 400; /* normal weight; 300-400 usually elegant for serif */

  /* for this font */
  /* letter-spacing: .069em; */
}

h1,
h2 {
  text-transform: capitalize; /* makes each word start uppercase */
  text-shadow: 0.5px 0.5px 0 rgba(0, 0, 0, 0.05); /* subtle depth */
}

h1,
h2,
h3 {
  letter-spacing: 0.5px; /* slightly space letters in headers */
  text-transform: capitalize; /* makes each word start uppercase */
  text-shadow: 0.5px 0.5px 0 var(--theme-theme); /* subtle depth */
}

p {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  max-width: 65ch; /* Keeps optimal line length */
  line-height: 1.6; /* Comfortable line spacing */
  font-size: var(--fs-400, 1rem); /* Uses your variable scale */
  padding-inline: 0; /* No horizontal padding unless needed */
  letter-spacing: 0.2px; /* subtle spacing for paragraphs */
}

/* Tablet screens (around iPad size) */
@media (max-width: 900px) {
  p {
    max-width: 55ch;
  }
}

/* Mobile screens */
@media (max-width: 600px) {
  p {
    max-width: 100%; /* Let it fill the screen naturally */
    padding: 0.25rem 0rem; /* Keep consistent side padding */
  }
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* END RESETS */

/* ------------------- */

.text-emphasis {
  font-style: italic;
}

/* ------------------- */
/* YOUTUBE LITE CSS HELP     */
/* ------------------- */
lite-youtube {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: block;
  border: 2px solid #141414;
  box-shadow: 0 5px 10px rgba(154, 160, 185, 0.05),
    0 15px 40px rgba(166, 173, 201, 0.2);
}

/* ------------------- */
/* Utility classes     */
/* ------------------- */

.flex {
  display: flex;
  gap: var(--gap, 1rem);
}

.grid {
  display: grid;
  gap: var(--gap, 1rem);
}

/* select everything that is a sibling descendent */
.flow > * + * {
  margin-top: var(--flow-space, 1rem);
  outline: 1px solid red;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* added line */
  border: 0;
}

.text-shadow {
  text-shadow: 1px 1px 2px var(--theme-theme);
}

.text-transparent {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.587); /* Outline effect */
}

.text-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none;
}

section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* HERO IMAGE STUFF */

.hero {
  position: relative;
  background: url(../img/trent-larrabee-bnh-min.jpg) center/cover no-repeat;
  height: 100svh; /* Full screen height */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.321); /* Black color with 60% opacity */
  z-index: 1; /* Ensure the overlay is behind the content */
}

.hero-content {
  color: #fff;
  z-index: 2; /* Ensure the content is on top of the overlay */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1rem; /* Adjust spacing */
}

.hero-socials {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  bottom: 20px; /* Adjust distance from bottom */
  left: 50%;
  transform: translateX(-50%);
  max-width: 600px; /* Adjust as needed */
}

.footer-socials {
  display: flex;
  justify-content: space-between;
}

.hero-socials a,
.footer-socials a {
  text-decoration: none;
  color: #e9bd79; /* Adjust as needed */
  /* font-size: .5rem;  */
  padding: 10px;
  transition: opacity 0.3s ease;
}

.hero-socials a:hover,
.footer-socials a:hover {
  opacity: 0.7;
}

.bg-full-width {
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  box-sizing: border-box;
}

.bg-flowers {
  background-image: url("flowers.png");
  background-color: #001c00;
}

/* SCROLL TO TOP BUTTON */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none;
  border-radius: 10%;
  font-size: 20px;
  cursor: pointer;
  display: none; /* Hide by default */
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;

  background: var(--theme-dark);
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.3), 0 5px 2.4px rgba(0, 0, 0, 0.5),
    0 10.8px 9px rgba(0, 0, 0, 0.2);
  background-image: url("/css/low-contrast-linen.png");
}

.scroll-to-top:hover {
  background: var(--theme-dark-2);
}

.text-dark {
  color: var(--theme-dark);
}
.text-alt {
  color: var(--theme-alt);
}
.text-theme {
  color: var(--theme-theme);
}

.text-light {
  color: hsl(var(--theme-light));
}
.text-white {
  color: hsl(var(--theme-white));
}

/* typography */
.ff-serif {
  font-family: var(--ff-serif);
}
.ff-sans-serif {
  font-family: var(--ff-sans);
}
.ff-alt {
  font-family: var(--ff-alt);
}

.letter-spacing-1 {
  letter-spacing: 4.75px;
}
.letter-spacing-2 {
  letter-spacing: 2.7px;
}
.letter-spacing-3 {
  letter-spacing: 2.35px;
}

.uppercase {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.fs-900 {
  font-size: var(--fs-900);
}
.fs-800 {
  font-size: var(--fs-800);
}
.fs-700 {
  font-size: var(--fs-700);
}
.fs-600 {
  font-size: var(--fs-600);
}
.fs-500 {
  font-size: var(--fs-500);
}
.fs-400 {
  font-size: var(--fs-400);
}
.fs-300 {
  font-size: var(--fs-300);
}
.fs-200 {
  font-size: var(--fs-200);
}

.fs-900,
.fs-800,
.fs-700,
.fs-600 {
  line-height: 1.1;
}

/* Lists */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.list-unstyled li {
  margin-bottom: 10px;
}

li {
  margin-bottom: 1rem;
}

/* border helpers */
.gradient-border {
  border: 2px solid transparent;
  border-radius: 4px;
  border-image: linear-gradient(to left, var(--theme-alt), rgb(251, 151, 189));
  border-image-slice: 1;
}

.border-thick {
  border: 4px;
}

.border-x-none {
  border-left: none !important;
  border-right: none !important;
}
.border-y-none {
  border-top: none !important;
  border-bottom: none !important;
}
.border-t-none {
  border-top: none !important;
}
/* ------------------- */
/* Theme styles        */
/* ------------------- */
/* Links */
a {
  color: #e9bd79;
  text-decoration: none;
}
a:hover {
  color: rgba(185, 141, 158, 1);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.listen-links a {
  text-decoration: none;
}

#listen-links_trl,
#listen-links_sv {
  display: flex;
  justify-content: space-around;
}

.listen-links_trl a {
  color: var(--theme-alt);
}

.listen-links_trl a:hover {
  color: var(--theme-theme);
}

.listen-links a[href*="spotify"]::before,
.spotify-link::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f1bc";
  padding-right: 1rem;
}

.listen-links a[href*="music.apple"]::before,
.applemusic-link::before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f179";
  padding-right: 1rem;
}
/* Button Links */
.btn {
  font-family: var(--ff-alt);
  border: 2px solid rgba(65, 83, 98, 1);
  color: var(--theme-theme);
  /* padding: 16px 32px; */
  text-decoration: none;
  background-image: url("/css/low-contrast-linen.png");

  display: block;
  width: max-content; /* shrink to content width */
  margin: 2rem auto 0; /* auto left/right centers it */
  text-align: center;
  padding: 2rem;
  font-size: var(--fs-500);
  cursor: pointer;
  border-radius: 7px;
  text-shadow: 1px 1px 2px #000000;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-dark {
  color: white;
  background-color: rgba(65, 83, 98, 1);
  border: 2px solid rgba(65, 83, 98, 1);
}

.btn-hollow {
  color: white;
  background-color: rgba(65, 83, 98, 0.075);
  border: 2px solid rgba(65, 83, 98, 1);
}

.btn-hollow:hover {
  background-color: rgba(65, 83, 98, 1);
  border: 2px solid var(--theme-white);
  color: inherit;
}

.btn-dark:hover {
  border: 2px solid var(--theme-white);
  color: inherit;
}

.btn-slim {
  padding: 4px 8px;
  font-size: var(--fs-400);
}

.btn a {
  color: inherit; /* Use the button’s text color */
  text-decoration: none; /* Remove underline */
  display: inline-block; /* Ensures consistent click area */
  width: 100%; /* Optional: make link fill the button */
  height: 100%; /* Optional: full coverage */
}
.btn a:hover,
.btn a:focus {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 45em) {
  .btn {
    padding: 10px 8px;
  }
}

/* playbackbutton */

.playbackbutton {
  cursor: pointer;
  margin-left: 5px;
  margin-bottom: 15px;
  color: rgba(118, 125, 148, 1);
  height: 65px;
  line-height: 65px;
  padding: 0 3.5px;
  display: inline-block;
  width: 20%;
  /* background: linear-gradient(to bottom, var(--dark) 0%, var(--dark) 26%, var(--color-1-1) 100%); */
  background: linear-gradient(
    to top,
    rgba(255, 239, 223, 1) 0%,
    rgba(219, 193, 168, 1) 76%,
    hsl(var(--trl-light)) 100%
  );
  border-radius: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #c2dece;
  top: 0;
  transition: all 0.06s ease-out;
  position: relative;
}

.playbackbutton:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 6px;
  border-radius: 5px;
  height: 65px;
  background: linear-gradient(
    to top,
    rgba(77, 83, 100, 1) 0%,
    rgba(118, 125, 148, 1) 6px
  );
  transition: all 0.078s ease-out;
  box-shadow: 0 1px 0 2px rgba(0, 0, 0, 0.3), 0 5px 2.4px rgba(0, 0, 0, 0.5),
    0 10.8px 9px rgba(0, 0, 0, 0.2);
}

.playbackbutton:active,
.mybuttonactive {
  top: 6px;
  text-shadow: 0 -2px 0 #7fbb98, 0 1px 1px #c2dece, 0 0 4px white;
  color: var(--light);
}
.playbackbutton:active:before,
.mybuttonactive:before {
  top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.7), 0 3px 9px rgba(0, 0, 0, 0.2);
}

/* test */

/* ------------------- */
/* IMAGES        */
/* ------------------- */

/* parallax images */
.parallax {
  width: 100%;
  height: 45vw;
  border-top: 1px solid white;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-img-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.305), rgba(0, 0, 0, 0.084)),
    url("/img/sv-blur.jpg");
}
.parallax-img-2 {
  background-image: url("../img/parallax/tred-shask.JPG");
}
.parallax-img-3 {
  background-image: url("../img/parallax/trent-area-23-compressed.jpg");
}
.parallax-img-4 {
  background-image: url("../img/parallax/to-share-rose-edit_compressed.png");
}
.parallax-img-5 {
  background-image: url("../img/comp/trent_writing.jpg");
}
.parallax-img-6 {
  background-image: url("../img/parallax/tred-shask.JPG");
}
.parallax-img-7 {
  background-image: url("../img/trent-larrabee-bnh-min.jpg");
}

.parallax-img-8 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.305), rgba(0, 0, 0, 0.084)),
    url("https://slimvolumeband.com/assets/images/press/strange-brew-books-min.jpg");
}
.parallax-img-9 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.305), rgba(0, 0, 0, 0.084)),
    url("https://slimvolumeband.com/assets/images/press/bnh-side-edited-min.jpg");
}

.parallax-img-10 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.305), rgba(0, 0, 0, 0.084)),
    url("../img/something-something-full-band-dark-stage-pic.jpeg");
}

.parallax-small {
  height: 48vh;
}

/* LARGE SCREEN PARALLAX */
@media (max-width: 45em) {
  .parallax {
    width: 100%;
    height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transform: scale(1);
  }
}

figcaption, .caption {
    margin-top: 5px;
    color: #ccc;
    font-size: var(--fs-300);
    margin-bottom: 1rem;
}

figure, figcaption {
  max-width: 700px;
}

.feature-img {
  margin: auto -8rem;
}

@media (max-width: 45em) {
  .feature-img {
    margin: 1rem 1px;
  }
}
/* SVGs!!! */
.svg-email {
  background-image: url("/img/svg/email.svg");
  height: 2rem;
  width: 2rem;
}
.svg-music {
  background-image: url("/img/svg/music.svg");
  height: 2rem;
  width: 2rem;
}
.svg-calendar {
  background-image: url("/img/svg/calendar.svg");
  height: 2rem;
  width: 2rem;
}

/* Theme divider line */
.theme-line-full {
  background-color: var(--theme-theme);
  height: 0.432px;
  width: 75vw;
  max-width: 75%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.938rem;
  margin-bottom: 0.938rem;
}

/* -------------------    */
/* Component classes     */
/* -------------------  */
/* tabs */
.tabs-container {
  width: min(45em), max(60em);
  margin: 2rem 0;
  /* outline: 2px solid hsl(var(--trl-accent)); */
}

.tab {
  cursor: pointer;
  padding-inline: min(10px, 2rem);
  padding-top: 8px;
  border: none;
  background: none;
  color: hsl(var(--trl-light));
}

.tab[aria-selected="true"]::after {
  content: "";
  /* This is necessary for the pseudo element to work. */
  display: block;
  /* This will put the pseudo element on its own line. */
  margin: 0 auto;
  /* This will center the border. */
  width: 70%;
  /* Change this to whatever width you want. */
  /* padding-bottom: 4px;  */
  /* This creates some space between the element and the border. */
  border-bottom: 4px solid hsl(var(--trl-light-green));
  border-radius: 7px;
}

.tablist {
  display: flex;
  justify-content: space-evenly;
  list-style-type: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  /* border-bottom: 1px solid black; */
}

[role="tabpanel"] {
  padding: 1rem;
  margin-inline: 4rem;
}
@media (max-width: 65em) {
  [role="tabpanel"] {
    padding: 1rem;
    margin-inline: 1rem;
  }
}

.hover-underline-animation {
  display: block;
  position: relative;
  /* margin: 0 auto; */
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 50%;
  /* margin: 0 auto; */
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 25%;
  background-color: hsl(var(--trl-brown));
  border-radius: 7px;

  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
  /* display: block;
          margin: 0 auto; */
}

/* Mobile Tab styles */
@media (max-width: 45em) {
  .tabs-container,
  [role="tabpanel"] {
    margin-inline: 10px;
  }

  .tablist {
    flex-direction: column;
  }

  .tab {
    margin-bottom: 1em;
  }

  .tab[aria-selected="true"]::after {
    width: 25%;
  }

  .hover-underline-animation::after {
    width: 25%;
    height: 4px;
    bottom: 0;
    left: 25vw;
    text-align: center;
  }
}

/* -------------------  */
/* Specific Page Styles */
/* -------------------  */

header {
  transition: all 0.4s ease-in-out;
  /* padding: 80px 10px;  */
  padding: 5px;

  /* background: rgba(204, 204, 204, 0); */
  background: rgba(33, 33, 33, 0);
}

.cta-row {
  display: grid;
}

/* --- Event Card Styles --- */
.events-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 1rem;
  padding: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}

.event-card.spotify-style {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  background: var(--theme-dark-2);
  border-radius: 7px;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  transition: background 0.25s ease;
}

.event-card.spotify-style:hover {
  background: #333333;
}

/* --- Date Section --- */
.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  background: var(--theme-dark);
  border-radius: 8px;
  padding: 0.5rem;
}

.event-date .month {
  font-size: 0.9rem;
  font-weight: 600;
  color: #aaa;
  letter-spacing: 1px;
}

.event-date .day {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

/* --- Event Body --- */
.event-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.event-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 0.3rem 0;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 0.75rem;
}

.event-meta .city {
  color: #ccc;
}

.event-meta .time {
  color: #999;
}

.booking-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.booking-tile {
  background: rgba(20, 20, 20, 0.85);
  padding: 1.5rem;
  border-radius: 12px;
  min-width: 330px;
  flex: 1 1 280px;
  color: #fff;
  transition: transform 0.2s ease;
  text-align: center;
}

.booking-tile:hover {
  transform: translateY(-5px);
}

.booking-tile h3 {
  font-size: var(--fs-500, 1.25rem);

  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.booking-tile p {
  font-size: var(--fs-400, 1rem);
  margin-bottom: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.booking-tile .btn-accent {
  background: #b69d79;
  /* matches weddings subdomain accent */
  color: #fff;
}

.booking-tile .btn-accent:hover {
  background: #9c875f;
}

.bit-widget.bit-layout-ipad .bit-mobile-date-and-share-wrapper {
  padding: 20px;
  font-family: "Signika Negative", sans-serif;
  font-size: x-large;
}

/* Recent Releases Section */
#music-homepage,
#trl-solo {
  padding-top: 13rem;
  padding-bottom: 4rem;
}

.__before-img {
  position: relative;
  display: block;
  padding: 5rem 1rem;
}
.__before-img::before {
  content: "";
  opacity: 0.49;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: -3;
  /* make it a parallax */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.__before-img-1::before {
  background-image: url("../img/tred-union-coffee_small.jpg");
}
.__before-img-2::before {
  background-image: url("../img/something-something-full-band-dark-stage-pic.jpeg");
}
.__before-img-3::before {
  background-image: url("../img/slimVolume/shaskeenSlimV.JPG");
}

@media (max-width: 45em) {
  .__before-img-1::before,
  .__before-img-2::before,
  .__before-img-3::before {
    background-image: none !important;
  }
}

.album-container {
  margin-bottom: 1rem;
}

/* Media Page */
.lightbox-gallery,
.video-gallery {
  margin: 5px auto;
  padding: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.lightbox-gallery img {
  max-width: 350px;
  min-width: 180px;
  height: auto;
  margin: 10px;
  border-radius: 7px;
}

.video-gallery a {
  max-width: 520px;
  min-width: 380px;
  height: auto;
  margin: 1rem;
}

/* INDIVIDUAL PAGES */
.post-date {
  display: none !important;
}

.blog-preview {
  border-radius: 2px;
  margin-bottom: 1rem;
  /* box-shadow: 0 1px 2px rgba(255, 255, 255, 0.754);
  padding: 1rem; */
}
.blog-card {
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
  border: 1px solid rgba(223, 223, 223, 0.31);
  margin-bottom: 1rem;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 1.5rem;
}

.blog-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.blog-preview {
  color: white;
}

.breadcrumbs {
  font-size: var(--fs-300);
  margin-bottom: 10px;
}

.breadcrumbs a {
  text-decoration: none;
  /* color: var(--theme-theme); */
}

.breadcrumbs span {
  font-weight: bold;
  color: var(--theme-alt);
}

/* .read-more {
  font-family: var(--ff-alt);
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
} */

/* //blog stuff */
.masthead {
  margin-bottom: 45px;
}
.masthead .container-fluid {
  padding: 0;
  position: relative;
  min-height: 100px; /* Adjust based on typical image height */
}

.masthead .container-fluid img {
  width: 100%;
  height: auto;
}

.masthead .container-fluid .overlay {
  padding: 1rem;
}

@media (min-width: 768px) {
  .masthead .container-fluid {
    min-height: 400px; /* Adjust based on typical image height */
  }
  .masthead .container-fluid .overlay {
    position: absolute;
  }
}

.masthead .container-fluid .overlay .content {
  padding: 0.25rem;
  color: #fff;
}

@media (min-width: 768px) {
  .masthead .container-fluid .overlay .content {
    padding: 25px;
  }
}

.masthead .container-fluid .overlay .content h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #fff;
}

.masthead .container-fluid .overlay .content h1 span,
.masthead .container-fluid .overlay .content h1 p,
.masthead .container-fluid .overlay .content h2 span,
.masthead .container-fluid .overlay .content h2 p {
  display: block;
  margin-bottom: 0.25rem;
}

.masthead .container-fluid .overlay {
  background-color: #293236b1;
}

@media (min-width: 768px) {
  .masthead .container-fluid .overlay {
    background-color: #1d2326d3;
    left: 0;
    top: 50%;
    transform: translateY(25%);
  }
}

.masthead .container-fluid .overlay .content {
  background-color: transparent;
}

body.blog-post > #content {
  background-color: var(--theme-dark);
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

body.blog-post .post p {
  font-family: var(--ff-serif);
  font-size: var(--fs-450);
}

@media (min-width: 45em) {
  body.blog-post .post p {
    font-size: 24px;
  }
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 6px;
}

.gallery img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.img-caption {
  font-family: var(--ff-alt);
  text-align: center;
  color: var(--theme-alt);
  margin: 0 auto;
}

.quote {
  font-style: italic;
  margin: 1.5rem 0;
  color: var(--theme-alt);
  font-family: var(--ff-serif);
  font-size: var(--fs-600) !important;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem auto;
}

/* MUSIC/ALBUM/SONG AND DISCOG PAGES */
.album-page,
.song-section {
  margin: 6rem auto;
  max-width: 900px;
  padding: 1rem 2rem;
  background: #1a1a1a;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.album-card {
  background-color: #b5b5b51a;
}

.album-header,
.song-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
}

.album-header img,
.song-header img {
  width: 180px;
  height: 180px;
  border-radius: 4px;
  object-fit: cover;
}

.album-meta h2 {
  font-size: 1.5rem;
  color: var(--theme-alt);
}

.album-type-release {
  font-size: var(--fs-300);
  color: #ccc;
  margin-bottom: 0;
  margin-top: 0;
}

.song-info h2 {
  font-size: 1.5rem;
  margin: 0.3rem;
  color: var(--theme-alt);
}

.album-info p,
.song-info p {
  margin: 0.3rem 0;
  color: #ccc;
  font-size: smaller;
  font-family: var(--ff-sans);
}

.release-date {
  color: var(--theme-alt);
}

.tracklist ol {
  padding-left: 0;
  margin: 0;
  list-style: none; /* turn off default browser numbering, PHP will increment */
}

.tracklist h3 {
  color: var(--theme-alt);
  font-size: var(--fs-500);
  text-align: center;
}

.songs-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}

.song-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #212121;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.track-number {
  width: 2rem; /* keeps the numbers aligned */
  flex-shrink: 0;
  color: #aaa;
}

.song-item a {
  flex-grow: 1;
  margin-left: 0.5rem;
  text-decoration: none;
  color: var(--theme-white);
}

.duration {
  color: #999;
  font-family: monospace;
}

.song-item:hover {
  background: #2a2a2a;
}

.song-item a {
  color: var(--theme-links);
  text-decoration: none;
  font-weight: 600;
}

.song-item a:hover {
  text-decoration: underline;
}

.listen-links_trl {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1.5rem;
}

@media (max-width: 600px) {
  .album-header {
    flex-direction: column;
    text-align: center;
  }

  .album-header img {
    width: 100%;
    height: auto;
  }

  .song-header {
    flex-direction: column;
    text-align: center;
  }

  .song-header img {
    width: 100%;
    height: auto;
  }
}

.lyrics-section h3,
.song-credits h3,
.song-custom-content h3,
.album-custom-content h3 {
  color: var(--theme-alt);
  font-size: var(--fs-500);
}

.song-section p,
.lyrics-content pre,
.album-custom-content p {
  margin-top: .25rem;
}

.song-credits p {
  margin-top: .25rem;
  margin-bottom: .25rem;
  color: #ccc;
  font-size: var(--fs-300)
}

.lyrics-content pre {
  font-family: var(--ff-sans);
  font-size: var(--fs-400);
  white-space: pre-wrap;
  /* preserve formatting, but allow wrapping */
  word-wrap: break-word;
  /* break long words if needed */
  overflow-wrap: anywhere;
  /* modern fallback for extra-long words */
}
