.home-page-section-tagline-main {
  font-family: "Rubik Dirt", system-ui, sans-serif;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0.025em;
  color: #141414;
  font-weight: 400;
  text-align: center;
  margin: 0;

  text-shadow:
    0.8px 0.8px 0 rgba(0,0,0,0.2),
   -0.5px -0.5px 0 rgba(0,0,0,0.15);

  display: inline-block;

  -webkit-mask-image: url("/images/mask.jpeg");
  -webkit-mask-repeat: repeat;
  -webkit-mask-size: 100px 100px;
  -webkit-mask-position: center;
  -webkit-mask-mode: luminance;

  mask-image: url("/images/mask.jpeg");
  mask-repeat: repeat;
  mask-size: 100px 100px;
  mask-position: center;
  mask-mode: luminance;
}

.home-page-section-tagline-sub {
  font-family: "Rubik Dirt", system-ui, sans-serif;

    display: block;
    font-size: 40px;
    margin-top: 8px;
    font-weight: 400;
    opacity: 0.8;
    margin-bottom: 0px;
}

.industry-introduction {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -80px; /* visually balance the larger image on desktop */
  padding: 60px 24px; /* keeps content off screen edges */
  /* display: flex; */
  align-items: center;
  gap: 32px; /* space between text and image */
}

.industry-introduction-text {
  text-align: center;
min-width: 0;    
}

.industry-introduction img {
  margin: 0 auto;
  margin-top: 40px;
  width: 60%;
  height: auto;
  display: block;
  max-width: 100%;
  min-width: 0;    
}

.industry-main-paragraph {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  margin-bottom: 100px;
  font-size: 1.3rem;
}

.industry-section-main-paragraph {
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 40px;
  line-height: 1.6;
  font-size: 1.3rem;
}

.industry-workflow {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.6;
}

.industry-section {
    margin-top: 30px;
    margin-bottom: 60px;
}

.industry-section > .industry-main-paragraph {
    margin-top: 30px;
}

.gray-background {
    background-color: #f5f5f5;
    width: 100%;
    padding: 60px 0; /* vertical padding for the section */
}

@media (max-width: 900px) {
  .industry-introduction {
    text-align: center;
    margin-top: -20px; /* visually balance the larger image on mobile */
  }

  .industry-introduction-text,
  .industry-introduction img {
    width: 100%;
    max-width: 100%;
  }

  .home-page-section-tagline-main {
    font-size: 35px;        /* 25px was extremely small */
  }

  .industry-section-main-paragraph {
    text-align: center;
    margin: 6px;
    margin-top: 20px;
  font-size: 1rem;

  }
  
   .industry-main-paragraph {
    text-align: center;
  font-size: 1rem;

  }

  .home-page-section-tagline-sub {
    font-size: 25px;
  }
}


/* 
=#########################################
#              INDUSTRIES PAGE            #
#########################################
*/

.industry-main-container {
    max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 0 24px; /* keeps content off screen edges */
}