@import url("reset.css");

@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700&display=swap");

/* ************COMMON************ */

.logo {
  font-weight: 700;
  font-size: 2.25rem;
}

body {
  font-family: "Georgia", serif;
  font-size: 1.1rem;
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  background-image: url('../images/The Love Band.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

[class*="__container"] {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.button {
  font-family: "Georgia", serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #b7410e;
  text-decoration: none;
}

.button:hover {
  background-color: #a0380c;
  transform: translateY(-1px);
}

.title {
  font-family: "Georgia", serif;
  font-size: 3.5rem;
  font-weight: 600;
  color: #333333;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f9f9f9;
}

/* ************HEADER************ */

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(183, 65, 14, 0.1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 1rem 0;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  gap: 3rem;
}

.header__left,
.header__right {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.header__name {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: #333333;
  margin: 0;
  text-align: center;
  flex: 0 0 auto;
}

.header__name a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header__name a:hover {
  color: #b7410e;
}

.header__link {
  font-family: Georgia, serif;
  color: #666;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: all 0.3s ease;
}

.header__link:hover {
  color: #b7410e;
}

.header__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #b7410e;
  transition: width 0.3s ease;
}

.header__link:hover::after {
  width: 100%;
}

@media (max-width: 768px) {
  .header {
    padding: 0.2rem 0;
  }
  
  .header__nav {
    padding: 0 0.05rem;
    gap: 0.15rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .header__left,
  .header__right {
    gap: 0.1rem;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .header__name {
    font-size: 0.85rem;
    flex: 1 1 100%;
    text-align: center;
    margin-bottom: 0.1rem;
  }
  
  .header__link {
    font-size: 0.6rem;
    padding: 0.1rem 0.2rem;
    white-space: nowrap;
  }
  
  /* Add proper top margin to main content to prevent header overlap */
  .main,
  .main_about,
  .main_services,
  .main_videos,
  .main_contact,
  .page__main {
    margin-top: 3rem;
  }
  
  .home-hero-section,
  .about-hero-section,
  .videos-hero-section,
  .contact-hero-section {
    margin-top: 3rem;
  }
  
  /* Specific fix for videos page */
  .videos-page__container {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  
  .videos-hero-container {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  
  .videos-hero-section {
    margin-top: 4rem;
    padding-bottom: 3rem;
  }
  
  .videos-grid {
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .videos-hero-title {
    margin-top: 1rem;
  }

  /* Ensure album cover stays prominent on mobile */
  .album-cover {
    width: 350px !important;
    height: 350px !important;
    max-width: 90vw;
    max-height: 90vw;
  }

  .home-hero-container {
    margin: 1rem auto 2rem;
    padding: 1rem;
  }

  .about-hero-container {
    margin: 1rem auto 2rem;
    padding: 1rem;
  }

  /* Improve wallpaper grid for mobile */
  .home-wallpaper-grid,
  .about-wallpaper-grid,
  .music-wallpaper-grid,
  .videos-wallpaper-grid,
  .contact-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: 120px;
  }

  /* Mobile-optimized text sizes */
  .title {
    font-size: 2.5rem;
  }

  .about__title {
    font-size: 2rem;
  }

  .services__title {
    font-size: 2rem;
  }

  .testimonial__title {
    font-size: 1.8rem;
  }

  .outro__title {
    font-size: 2rem;
  }

  /* Mobile-optimized containers */
  .about__container,
  .services__container,
  .testimonial__container,
  .outro__container {
    padding: 1.5rem;
  }

  /* Mobile-optimized services grid */
  .services__row {
    flex-direction: column;
    gap: 2rem;
  }

  .services__column {
    width: 100%;
  }

  .item-services {
    padding: 1.5rem;
  }

  /* Mobile-optimized contact form */
  .contact-content {
    flex-direction: column;
    gap: 2rem;
  }

  .mailing-list-section,
  .contact-info-section {
    width: 100%;
  }

  .social-links {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  /* Mobile-optimized videos grid */
  .videos-grid {
    flex-direction: column;
    gap: 2rem;
  }

  .video-item {
    width: 100%;
  }

  .video-player iframe {
    height: 200px;
  }

  /* Mobile-optimized bio text */
  .bio-text {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 1rem;
  }

  .bio-text p {
    margin-bottom: 1rem;
  }

  /* Mobile-optimized buttons */
  .button {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }

  .item-services__button {
    padding: 0.6rem 1.2rem;
    font-size: 0.9rem;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .header {
    padding: 0.15rem 0;
  }
  
  .header__nav {
    padding: 0 0.02rem;
    gap: 0.02rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .header__left,
  .header__right {
    gap: 0.02rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .header__name {
    font-size: 0.75rem;
    margin-bottom: 0.02rem;
    flex: 1 1 100%;
    text-align: center;
  }
  
  .header__link {
    font-size: 0.55rem;
    padding: 0.08rem 0.12rem;
    white-space: nowrap;
  }
  
  /* Even more compact spacing for very small screens */
  .main,
  .main_about,
  .main_services,
  .main_videos,
  .main_contact,
  .page__main {
    margin-top: 3.5rem;
  }
  
  .home-hero-section,
  .about-hero-section,
  .videos-hero-section,
  .contact-hero-section {
    margin-top: 3.5rem;
  }

  /* Keep album cover prominent even on very small screens */
  .album-cover {
    width: 300px !important;
    height: 300px !important;
    max-width: 85vw;
    max-height: 85vw;
  }

  .home-hero-container,
  .about-hero-container {
    margin: 1rem auto 1.5rem;
    padding: 0.75rem;
  }

  /* Smaller wallpaper grid for very small screens */
  .home-wallpaper-grid,
  .about-wallpaper-grid,
  .music-wallpaper-grid,
  .videos-wallpaper-grid,
  .contact-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: 100px;
  }

  /* Extra small mobile text sizes */
  .title {
    font-size: 2rem;
  }

  .about__title,
  .services__title,
  .outro__title {
    font-size: 1.8rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
  }

  /* Extra small mobile containers */
  .about__container,
  .services__container,
  .testimonial__container,
  .outro__container {
    padding: 1rem;
  }

  /* Extra small mobile services */
  .item-services {
    padding: 1rem;
  }

  .item-services__title {
    font-size: 1.2rem;
  }

  .item-services__text {
    font-size: 0.9rem;
  }

  /* Extra small mobile contact */
  .contact-hero-title {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 1.4rem;
  }

  .section-description {
    font-size: 0.9rem;
  }

  /* Extra small mobile videos */
  .videos-hero-title {
    font-size: 1.8rem;
  }

  .video-title {
    font-size: 1.1rem;
  }

  .video-description {
    font-size: 0.9rem;
  }

  .video-player iframe {
    height: 180px;
  }

  /* Extra small mobile bio text */
  .bio-text {
    font-size: 0.95rem;
    padding: 0 0.5rem;
  }

  /* Extra small mobile buttons */
  .button {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }

  .item-services__button {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }

  .submit-button {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

/* Landscape mobile optimization */
@media (max-width: 768px) and (orientation: landscape) {
  .album-cover {
    width: 400px !important;
    height: 400px !important;
  }

  .home-hero-container,
  .about-hero-container {
    margin: 4rem auto 2rem;
  }

  .bio-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* Tablet optimizations */
@media (min-width: 769px) and (max-width: 1024px) {
  .album-cover {
    width: 600px !important;
    height: 600px !important;
  }

  .home-hero-container,
  .about-hero-container {
    margin: 7rem auto 3rem;
    padding: 1.5rem;
  }

  .home-wallpaper-grid,
  .about-wallpaper-grid,
  .music-wallpaper-grid,
  .videos-wallpaper-grid,
  .contact-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: 160px;
  }

  .title {
    font-size: 3rem;
  }

  .services__row {
    gap: 2rem;
  }

  .services__column {
    flex: 1;
  }
}

/* Ensure proper touch targets on mobile */
@media (max-width: 768px) {
  .header__link,
  .button,
  .item-services__button,
  .submit-button,
  .social-link {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Improve form inputs for mobile */
  .email-input {
    min-height: 44px;
    font-size: 16px; /* Prevents zoom on iOS */
  }

  /* Ensure proper spacing for touch interactions */
  .item-services__top {
    padding: 1rem;
  }

  .video-item {
    margin-bottom: 1.5rem;
  }
}

/* High DPI display optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .wallpaper-img {
    background-size: cover;
    background-position: center;
  }
}

/* Accessibility improvements for mobile */
@media (max-width: 768px) {
  /* Ensure sufficient color contrast */
  .header__link {
    color: #444;
  }

  .header__link:hover {
    color: #b7410e;
  }

  /* Improve focus states for touch devices */
  .button:focus,
  .header__link:focus,
  .social-link:focus {
    outline: 2px solid #b7410e;
    outline-offset: 2px;
  }

  /* Ensure text remains readable */
  .bio-text,
  .about__text,
  .item-services__text,
  .testimonial__title,
  .outro__text {
    color: #333;
    text-shadow: none;
  }
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 160px;
}

/* *****************HOME**************** */

.main {
  background: url("../images/Made In America Album Cover copy.png") center / contain no-repeat;
  min-height: 75vh;
  width: 100%;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__container {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__caption {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #fff;
}

.main__title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #fff;
}

.main__text {
  margin-bottom: 3.5rem;
  max-width: 33.375rem;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
}

.main__button {
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: rgba(48, 58, 77, 0.8);
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
  border: 2px solid #fff;
}

.main__button:hover {
  background-color: rgba(48, 58, 77, 1);
  transform: translateY(-2px);
}

.outro_home {
  background: url("../img/home/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************ABOUT**************** */

.about {
  background: transparent;
}

.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.about__image {
  position: relative;
  max-width: 552px;
  height: 614px;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title {
  margin-bottom: 1.5rem;
  color: #333333;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3.5rem;
  color: #333333;
}

.about__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.about__attribution {
  margin-top: 2rem;
  font-style: italic;
  color: #666;
}

.about__button {
  background-color: #b7410e;
  color: #fff;
}

.about__button:hover {
  background-color: #a0380c;
}

.outro_about {
  background: url("../img/about/hero_placeholder.jpg") center / cover no-repeat;
}

.bio-hero__overlay {
  margin-top: 3rem;
  background: rgba(255,255,255,0.65);
}

.bio-hero__overlay .main__text_pages {
  padding-top: 2rem;
}

/* **************SERVICES**************** */

.main_services {
  background: url("../img/services/background_placeholder.png") center / cover no-repeat;
}

.services {
  background-color: #f0f0f0;
}

.services__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.services__title {
  text-align: center;
  margin-bottom: 5rem;
  color: #333333;
}

.services__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  max-width: 360px;
  height: 421px;
}

.item-services__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-services__title {
  font-family: "Georgia", serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #333333;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
  color: #333333;
}

.item-services__button {
  background-color: inherit;
  border: 2px solid #b7410e;
  color: #b7410e;
}

.item-services__button:hover {
  background-color: #b7410e;
  color: #fff;
}

.outro_services {
  background: url("../img/services/hero_placeholder.jpg") center / cover no-repeat;
}

/* ************TESTIMONIAL**************** */

.testimonial {
  background: transparent;
}

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #b7410e;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
  color: #333333;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #333333;
}

.item-testimonial__caption {
  font-size: 0.938rem;
  color: #666666;
}

/* ****************OUTRO**************** */

.outro {
  background: transparent;
}

.outro__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.outro__title {
  margin-bottom: 1.25rem;
  color: #333333;
}

.outro__text {
  max-width: 33.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  color: #333333;
}

.outro__button {
  padding: 1.25rem 3rem;
  background-color: #b7410e;
  color: #fff;
}

.outro__button:hover {
  background-color: #a0380c;
}

/* ****************FOOTER**************** */

.footer {
  line-height: 150%;
  background: rgba(249, 249, 249, 0.95);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(183, 65, 14, 0.2);
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.05);
  height: 10vh;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__policy {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: start;
  color: #b7410e;
  text-decoration: none;
}

.footer__policy:hover {
  color: #a0380c;
}

.footer__logo {
  justify-self: center;
  font-family: "Georgia", serif;
  font-weight: 700;
  font-size: 2.25rem;
  color: #333333;
  text-decoration: none;
}

.footer__copyright {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: end;
  color: #666666;
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
  color: #333333;
}

.main__text_pages p {
  margin-bottom: 2rem;
}

.main__container_pages {
  padding-top: 300px;
}

.main_pages {
  min-height: 676px !important;
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
  padding-top: 160px;
}

.services-page__item {
  margin-bottom: 132px;
}

.services-page__item:not(:last-child) {
  padding-bottom: 132px;
  margin-bottom: 132px;
  border-bottom: 1px solid rgba(183, 65, 14, 0.2);
}

.services-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
}

.services-page__title {
  margin-bottom: 24px;
  color: #333333;
}

.services-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #333333;
}

.services-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.services-page__img {
  max-width: 552px;
  height: 614px;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.services-page__button {
  background-color: #b7410e;
  color: #fff;
}

.services-page__button:hover {
  background-color: #a0380c;
}

/* ****************CONTACT PAGE****************/

.main_contact {
  background: url("../img/contact/background_placeholder.png") center / cover no-repeat;
}

.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 109px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact__title {
  margin-bottom: 48px;
  font-weight: 600;
  line-height: 110%;
  font-size: 40px;
  color: #333333;
}

.connect-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 32px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e4eb;
}

.connect-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  color: #333333;
}

.connect-contact__item:hover {
  color: #b7410e;
}

.connect-contant__type {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 110%;
  text-transform: uppercase;
  color: #b7410e;
}

.connect-contact__label {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #333333;
}

.contact__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact__text {
  max-width: 545px;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
}

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

iframe {
  width: 100vw;
  height: 482px;
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 4%;
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 88px;
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1%;
  margin-bottom: 16px;
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("../img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2%;
  font-weight: 600;
  color: #fff;
  padding: 20px 82px;
  background-color: #303a4d;
  border-radius: 64px;
}

.team {
  background-color: #e1e4eb;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 2%;
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("../img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: 1000px;
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 40px;
}

.director__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 480px;
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #fff;
  padding: 10px 15px;
  background-color: #303a4d;
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.resources__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
}

.resources__button {
  background-color: #fff;
  color: #303a4d;
  font-weight: 600;
  letter-spacing: 2%;
  border: 2px solid #303a4d;
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 47.999rem) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

  .gallery__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .footer__policy,
  .footer__copyright {
    justify-self: center;
    text-align: center;
    margin: 0.5rem 0;
  }

  .footer__logo {
    margin-bottom: 1rem;
  }

  .services-page__column {
    gap: 30px;
    font-size: 15px;
  }

  .services-page__title {
    font-size: 29px;
  }

  .reviews__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
  }

  .reviews__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
  }

  .item-reviews__text {
    font-size: 16px;
  }

  .item-reviews__author {
    font-size: 16px;
  }
}

@media (max-width: 47.999rem) {
  .spollers-faq__item.active .spollers-faq__button img {
    transform: translate(-10px, -10px) rotate(180deg);
  }

  .spollers-faq__button span {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
  }

  .spollers-faq__button img {
    padding-right: 10px;
  }

  .spollers-faq__inner {
    font-size: 16px;
    padding-left: 10px;
    line-height: 130%;
  }

  .pricing__container {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pricing__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .item-pricing__button {
    font-size: 17px;
    padding: 15px 32px;
  }

  .reviews__container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.875rem;
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .contact__container {
    flex-direction: column;
    padding-top: 80px;
    gap: 50px;
    padding-bottom: 80px;
  }

  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu__body {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 9.375rem 0.938rem 1.875rem 0.938rem;
    overflow: auto;
    flex-direction: column;
    row-gap: 5rem;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 5.75rem;
    background-color: #fff;
    border-bottom: 1px solid #000;
    z-index: 2;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .menu-open .menu__body::before {
    left: 0;
  }

  .menu__item {
    text-align: center;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 1.563rem;
  }

  .menu__link {
    font-size: 2rem;
  }

  .actions-header__button {
    padding: 0.75rem;
  }

  .main__container {
    padding-top: 12.5rem;
  }

  .main__container_pages {
    padding-top: 290px;
  }

  .main__title {
    font-size: 3rem;
  }

  .title {
    font-size: 2rem;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .about__container {
    flex-direction: column;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 4rem;
  }

  .services__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .logo {
    font-size: 1rem;
  }

  .services-page__column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }
}

@media (max-width: 61.936rem) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 0.938rem;
  }

  .logo {
    font-size: 2rem;
  }
}

@media (max-width: 530px) {
  .reviews__row {
    grid-template-columns: 1fr;
  }

  .team__row {
    grid-template-columns: 1fr;
  }

  .gallery__row {
    grid-template-columns: 1fr;
  }

  .resources__container {
    grid-template-columns: 1fr;
  }
}

/* Hide all other elements */
.page__about,
.page__services,
.page__testimonial,
.page__outro {
  display: none;
}

/* ****************VIDEOS PAGE**************** */
.main_videos {
  background: url("../img/videos/background_placeholder.png") center / cover no-repeat;
}

.videos-page__container {
  padding-top: 160px;
}

.videos-page__item {
  margin-bottom: 132px;
}

.videos-page__item:not(:last-child) {
  padding-bottom: 132px;
  margin-bottom: 132px;
  border-bottom: 1px solid rgba(183, 65, 14, 0.2);
}

.videos-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
}

.videos-page__title {
  margin-bottom: 24px;
  color: #333333;
}

.videos-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #333333;
}

.videos-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.videos-page__img {
  max-width: 552px;
  height: 614px;
}

.videos-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.videos-page__button {
  background-color: #b7410e;
  color: #fff;
}

.videos-page__button:hover {
  background-color: #a0380c;
}

.outro_videos {
  background: url("../img/videos/hero_placeholder.jpg") center / cover no-repeat;
}

.about__container--bio-bg {
  background: linear-gradient(rgba(249,249,249,0.92), rgba(249,249,249,0.92)), url('../images/Bio.jpeg') center center/cover no-repeat;
  border-radius: 16px;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
}

.about__content {
  background: none;
  box-shadow: none;
}

.bio-hero {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 3rem auto;
  border-radius: 16px;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/Bio.jpeg') center center/cover no-repeat;
}

.bio-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}

.bio-hero__overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(255,255,255,0.82);
  width: 100%;
  height: 100%;
}

.bio-hero__overlay .main__text_pages {
  color: #333;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.15rem;
  text-align: center;
}

@media (max-width: 700px) {
  .bio-hero__overlay {
    padding: 1rem;
  }
  .bio-hero__overlay .main__text_pages {
    font-size: 1rem;
    padding: 0;
  }
  .bio-hero {
    min-height: 320px;
  }
  .bio-hero__img {
    min-height: 320px;
  }
}

/* Ensure .bio-hero grows with content */
.bio-hero {
  min-height: unset;
  height: auto;
}
.bio-hero__overlay {
  position: static;
  background: rgba(255,255,255,0.82);
  min-height: 320px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bio-text-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  width: 100%;
  padding: 3rem 1rem 2rem 1rem;
}

.bio-text-overlay .main__text_pages {
  background: rgba(255,255,255,0.65);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 32px rgba(0,0,0,0.07);
  max-width: 700px;
  margin: 0 auto;
  color: #333;
  text-align: center;
}

@media (max-width: 700px) {
  .bio-text-overlay {
    min-height: 320px;
    padding: 1.5rem 0.5rem 1rem 0.5rem;
  }
  .bio-text-overlay .main__text_pages {
    padding: 1.2rem 0.5rem;
    font-size: 1rem;
  }
}

.music-albums__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1rem 4rem 1rem;
}

.music-albums__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: center;
}

.music-album {
  background: rgba(255,255,255,0.85);
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  padding: 2rem 2rem 1.5rem 2rem;
  max-width: 320px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.music-album__cover {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.music-album__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #333;
  font-family: "Georgia", serif;
}

.music-album__links {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.music-album__button.button {
  font-size: 1rem;
  padding: 0.6rem 1.2rem;
  border-radius: 20px;
  background: #b7410e;
  color: #fff;
  border: none;
  font-family: "Georgia", serif;
  font-weight: 600;
  transition: background 0.2s;
  text-decoration: none;
}

.music-album__button.button:hover {
  background: #a0380c;
}

@media (max-width: 700px) {
  .music-albums__grid {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
  .music-album {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
    max-width: 95vw;
  }
  .music-album__cover {
    max-width: 90vw;
  }
}

.music-album--modern {
  background: rgba(255,255,255,0.92);
  border-radius: 20px;
  box-shadow: 0 6px 32px rgba(0,0,0,0.10);
  padding: 2.5rem 2rem 2rem 2rem;
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.music-album--modern .music-album__cover {
  max-width: 260px;
  margin-bottom: 1.2rem;
}

.music-album--modern .music-album__title {
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}

.music-album--modern .music-album__links {
  margin-bottom: 0.7rem;
}

.music-album__embeds {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
}

.music-album__embeds iframe {
  width: 100% !important;
  max-width: 380px;
  min-width: 220px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .music-album--modern {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
    max-width: 98vw;
  }
  .music-album__embeds iframe {
    max-width: 98vw;
  }
}

.music-hero-embeds {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #111;
}

.music-wallpaper-grid {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  z-index: 1;
  pointer-events: none;
}

.wallpaper-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}

.wallpaper-img-1 { background-image: url('../images/Wall Paper/Mason Peterson copy 3.png'); }
.wallpaper-img-2 { background-image: url('../images/Wall Paper/Mason Peterson copy 2.png'); }
.wallpaper-img-3 { background-image: url('../images/Wall Paper/Chopping Wood.png'); }
.wallpaper-img-4 { background-image: url('../images/Wall Paper/Im a Bum copy.png'); }
.wallpaper-img-5 { background-image: url('../images/Wall Paper/Black White Dark Alone Man Silhouette Album Cover.png'); }
.wallpaper-img-6 { background-image: url('../images/Wall Paper/Me Levis Single copy.png'); }
.wallpaper-img-7 { background-image: url('../images/Wall Paper/4:21 copy.png'); }
.wallpaper-img-8 { background-image: url('../images/Made In America Album Cover copy.png'); }

.music-wallpaper-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,20,0.35);
  z-index: 2;
  pointer-events: none;
}

.music-hero-embeds__container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.75);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2rem;
  backdrop-filter: blur(2px);
}

.music-hero-embeds__container iframe {
  width: 100% !important;
  max-width: 600px;
  height: 352px !important;
  border-radius: 12px;
  margin: 0 auto;
  display: block;
  filter: saturate(1.2) contrast(1.1) brightness(1.05) !important;
  -webkit-filter: saturate(1.2) contrast(1.1) brightness(1.05) !important;
}

/* Try to force colors on Spotify embed content */
.music-hero-embeds__container iframe[src*="spotify"] {
  filter: hue-rotate(0deg) saturate(1.3) !important;
  -webkit-filter: hue-rotate(0deg) saturate(1.3) !important;
}

/* Additional attempt to override monochromatic styling */
.music-hero-embeds__container iframe {
  color-scheme: light !important;
  forced-color-adjust: none !important;
}

@media (max-width: 900px) {
  .music-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
  
  .music-hero-embeds__container {
    max-width: 90%;
    padding: 1.5rem;
  }
}

/* Videos Page Styles */
.videos-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 80px);
  padding: 2rem 0;
  overflow: hidden;
  background: #111;
  margin-top: 80px;
}

.videos-wallpaper-grid {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  z-index: 1;
  pointer-events: none;
}

.videos-wallpaper-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,20,0.35);
  z-index: 2;
  pointer-events: none;
}

.videos-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.75);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2rem;
  backdrop-filter: blur(2px);
}

.videos-hero-title {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 2rem;
  text-align: center;
}

.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
  width: 100%;
}

.video-item {
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.8);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}

.video-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
}

.video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  filter: saturate(1.2) contrast(1.1) brightness(1.05) !important;
  -webkit-filter: saturate(1.2) contrast(1.1) brightness(1.05) !important;
}

/* Try to force colors on YouTube embed content */
.video-player iframe[src*="youtube"] {
  filter: hue-rotate(0deg) saturate(1.3) !important;
  -webkit-filter: hue-rotate(0deg) saturate(1.3) !important;
}

/* Additional attempt to override monochromatic styling */
.video-player iframe {
  color-scheme: light !important;
  forced-color-adjust: none !important;
}

.video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.2rem;
}

.video-info {
  padding: 1.5rem;
}

.video-title {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  color: #333333;
  margin-bottom: 0.5rem;
}

.video-description {
  font-family: Georgia, serif;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .videos-hero-section {
    min-height: calc(100vh - 60px);
    padding: 1.5rem 0;
    margin-top: 60px;
  }
  
  .videos-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
  
  .videos-hero-container {
    max-width: 95%;
    padding: 1.5rem;
  }
  
  .videos-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .videos-hero-title {
    font-size: 2rem;
  }
}

/* Contact Page Styles */
.contact-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #111;
}

.contact-wallpaper-grid {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  z-index: 1;
  pointer-events: none;
}

.contact-wallpaper-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,20,0.35);
  z-index: 2;
  pointer-events: none;
}

.contact-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.75);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2rem;
  backdrop-filter: blur(2px);
}

.contact-hero-title {
  font-family: Georgia, serif;
  font-size: 2.5rem;
  color: #333333;
  margin-bottom: 2rem;
  text-align: center;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  width: 100%;
}

.mailing-list-section,
.contact-info-section {
  display: flex;
  flex-direction: column;
}

.section-title {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  color: #333333;
  margin-bottom: 1rem;
}

.section-description {
  font-family: Georgia, serif;
  color: #666;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.mailing-list-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.email-input {
  padding: 1rem;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-family: Georgia, serif;
  font-size: 1rem;
  background: rgba(255,255,255,0.9);
  transition: border-color 0.3s ease;
}

.email-input:focus {
  outline: none;
  border-color: #b7410e;
}

.submit-button {
  padding: 1rem 2rem;
  background: #b7410e;
  color: white;
  border: none;
  border-radius: 8px;
  font-family: Georgia, serif;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background: #a03a0c;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-item h3 {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  color: #333333;
  margin: 0;
}

.contact-item a,
.contact-item p {
  font-family: Georgia, serif;
  color: #b7410e;
  text-decoration: none;
  font-size: 1rem;
  margin: 0;
}

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

@media (max-width: 900px) {
  .contact-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
  
  .contact-hero-container {
    max-width: 95%;
    padding: 2rem 1.5rem;
  }
  
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .contact-hero-title {
    font-size: 2rem;
  }
  
  .section-title {
    font-size: 1.5rem;
  }
}

/* Homepage Wallpaper Background */
.home-wallpaper-grid {
  display: none;
}

.home-wallpaper-overlay {
  display: none;
}

/* About Page Wallpaper Background */
.about-wallpaper-grid {
  display: none;
}

.about-wallpaper-overlay {
  display: none;
}

.about-content-wrapper {
  position: relative;
  z-index: 1;
}

.main_about.main_pages {
  background: linear-gradient(rgba(20,20,20,0.4), rgba(20,20,20,0.4)), 
              url('../images/Wall Paper/Mason Peterson copy 3.png'),
              url('../images/Wall Paper/Mason Peterson copy 2.png'),
              url('../images/Wall Paper/Chopping Wood.png'),
              url('../images/Wall Paper/Im a Bum copy.png'),
              url('../images/Wall Paper/Black White Dark Alone Man Silhouette Album Cover.png'),
              url('../images/Wall Paper/Me Levis Single copy.png'),
              url('../images/Wall Paper/4:21 copy.png'),
              url('../images/Made In America Album Cover copy.png');
  background-size: 200px 200px, 200px 200px, 200px 200px, 200px 200px, 200px 200px, 200px 200px, 200px 200px, 200px 200px,
                       0 200px, 200px 200px, 400px 200px, 600px 200px, 800px 200px, 1000px 200px, 1200px 200px, 1400px 200px,
                       0 400px, 200px 400px, 400px 400px, 600px 400px, 800px 400px, 1000px 400px, 1200px 400px, 1400px 400px,
                       0 600px, 200px 600px, 400px 600px, 600px 600px, 800px 600px, 1000px 600px, 1200px 600px, 1400px 600px,
                       0 800px, 200px 800px, 400px 800px, 600px 800px, 800px 800px, 1000px 800px, 1200px 800px, 1400px 800px,
                       0 1000px, 200px 1000px, 400px 1000px, 600px 1000px, 800px 1000px, 1000px 1000px, 1200px 1000px, 1400px 1000px,
                       0 1200px, 200px 1200px, 400px 1200px, 600px 1200px, 800px 1200px, 1000px 1200px, 1200px 1200px, 1400px 1200px,
                       0 1400px, 200px 1400px, 400px 1400px, 600px 1400px, 800px 1400px, 1000px 1400px, 1200px 1400px, 1400px 1400px;
  background-repeat: no-repeat;
  position: relative;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bio-photo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  z-index: 2;
}

.bio-photo-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bio-text-overlay {
  position: relative;
  z-index: 3;
  background: rgba(255,255,255,0.9);
  border-radius: 16px;
  padding: 2rem;
  margin-top: 350px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  backdrop-filter: blur(2px);
}

/* About Page Styles - matching Music and Videos pages */
.about-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #111;
}

.about-wallpaper-grid {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  z-index: 1;
  pointer-events: none;
}

.about-wallpaper-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,20,0.35);
  z-index: 2;
  pointer-events: none;
}

.about-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 4rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255,255,255,0.75);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 2rem;
  backdrop-filter: blur(2px);
}

.album-cover {
  width: 800px;
  height: 800px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .about-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
  
  .about-hero-container {
    max-width: 95%;
    padding: 1.5rem;
  }
  
  .album-cover {
    width: 500px;
    height: 500px;
  }
}

/* Homepage Hero Section - matching other pages */
.home-hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  height: 100vh;
  overflow: hidden;
  background: #111;
}

.home-wallpaper-grid {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  z-index: 1;
  pointer-events: none;
}

.home-wallpaper-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20,20,20,0.35);
  z-index: 2;
  pointer-events: none;
}

.home-hero-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 800px;
  margin: 8rem auto 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}

.album-cover {
  width: 800px;
  height: 800px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  .home-wallpaper-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 150px;
  }
  
  .home-hero-container {
    max-width: 95%;
    padding: 1.5rem;
  }
  
  .album-cover {
    width: 500px;
    height: 500px;
  }
}

.bio-text {
  font-family: Georgia, serif;
  color: #333333;
  line-height: 1.8;
  text-align: center;
  font-size: 1.1rem;
}

.bio-text p {
  margin-bottom: 1.5rem;
}

.about__attribution {
  margin-top: 2rem;
  font-style: italic;
  color: #666;
}

.social-media-section {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(183, 65, 14, 0.2);
}

.social-title {
  font-family: Georgia, serif;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1rem;
  text-align: center;
}

.social-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}

.social-link {
  font-family: Georgia, serif;
  color: #b7410e;
  text-decoration: none;
  padding: 0.75rem 1rem;
  border: 2px solid #b7410e;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 0.9rem;
  text-align: center;
  display: block;
}

.social-link:hover {
  background: #b7410e;
  color: white;
}

/* About page mobile optimizations */
@media (max-width: 768px) {
  .videos-hero-section {
    min-height: calc(100vh - 50px);
    padding: 1rem 0;
    margin-top: 50px;
  }
  
  .about-hero-section {
    min-height: auto;
    height: auto;
    padding: 2rem 0;
  }

  .about-hero-container {
    margin: 6rem auto 2rem;
    padding: 1.5rem;
    max-height: none;
    overflow: visible;
  }

  .bio-text {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0;
    max-height: none;
    overflow: visible;
  }

  .bio-text p {
    margin-bottom: 1.2rem;
  }

  .about__attribution {
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }

  .about__attribution p {
    margin-bottom: 0.5rem;
  }

  /* Ensure the second bio section also works well on mobile */
  .about__container--bio-bg {
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .about__content {
    padding: 0;
  }

  .about__text {
    font-size: 1rem;
    line-height: 1.6;
  }

  .about__text p {
    margin-bottom: 1.2rem;
  }
}

@media (max-width: 480px) {
  .about-hero-section {
    padding: 1.5rem 0;
  }

  .about-hero-container {
    margin: 5rem auto 1.5rem;
    padding: 1rem;
  }

  .bio-text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .bio-text p {
    margin-bottom: 1rem;
  }

  .about__attribution {
    margin-top: 1.2rem;
    font-size: 0.85rem;
  }

  .about__container--bio-bg {
    margin-top: 1.5rem;
    padding: 1rem;
  }

  .about__text {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .about__text p {
    margin-bottom: 1rem;
  }
}

/* Landscape mobile optimization for About page */
@media (max-width: 768px) and (orientation: landscape) {
  .about-hero-section {
    padding: 1rem 0;
  }

  .about-hero-container {
    margin: 4rem auto 1.5rem;
    padding: 1rem;
  }

  .bio-text {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .bio-text p {
    margin-bottom: 0.8rem;
  }
}

/* Add at the end of the file for highest specificity */
.page-hero-container span {
  background: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
  font-weight: bold !important;
  font-size: 3.5rem !important;
  padding: 2rem 3rem !important;
  border-radius: 18px !important;
  border: 4px solid #000 !important;
  box-shadow: 0 8px 40px #000 !important;
  letter-spacing: 3px !important;
  display: inline-block !important;
  filter: none !important;
  -webkit-filter: none !important;
}