.filler {
  height: 80vh;
  width: 100%;
  background-color: purple;
  color: gold;
  font-family: "Shadows Into Light", cursive;
}

.Hero {
  height: 95vh;
  background-image: url(/images/spike_camp.jpg);
  background-size: cover;
  background-position: 50% 25%;
  background-attachment: scroll;
  overflow: hidden;
  font-size: 2rem;
  color: white;
  text-align: center;
  width: 100%;
}

.maine-guide-container {
  overflow: hidden;
  padding-top: 2rem;
  background-color: white;
}

/* Tighter, more intentional top of testimonials page (subtle only) */
#guides.maine-guide-container {
  padding-top: 1.25rem;
}

#guides > h1 {
  margin-bottom: 0.2rem;
}

#guides .intro-copy + .intro-copy {
  margin-top: 0.1rem;
}

#guides h2.testimonial-section-title {
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.team {
  background-color: white;
  color: var(--red);
  font-family: "Shadows Into Light", cursive;
  font-size: 3rem;
}

/* Section H2: visually subordinate to the main H1 (not a second hero headline) */
h2.testimonial-section-title,
.testimonial-section-title {
  font-family: inherit;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--font-black, #2b3338);
  background: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}


.maine-guide {
  font-size: 1.2rem;
  flex-direction: column;
  padding: 2.5rem 0;
}

#guides h1 {
  text-align: center;
}

#guide-1 {
  background-color: white;
  color: var(--font-black);
}

#guide-2 {
  background-color: black;
  background-image: url(../images/207k9-bg-map.png);
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  overflow: hidden;
}

.maine-guide__image-container {
  width: 60%;
  max-width: 40rem;
  max-height: 65vh;
  box-shadow: 3px 3px 5px 3px #0000004d;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.maine-guide__image {
  width: 100%;
  vertical-align: top;
}

@media (orientation: landscape) {
  .maine-guide__image-container {
    max-height: 100%;
  }
}

.maine-guide__info {
  text-align: right;
  padding: 1.5rem;
}

#guide-1 .maine-guide__text {
  color: var(--font-black);
}

#guide-1 .maine-guide__name,
#guide-1 .maine-guide__subtitle {
  text-align: left;
}

#guide-2 .maine-guide {
  text-align: right;
  padding: 2rem;
}

.maine-guide__name {
  font-family: "Shadows Into Light", cursive;
  margin: 0.2rem;
  color: var(--red);
  font-size: 2rem;
  margin: 0 1.8rem;
}

.maine-guide__subtitle {
  margin: 0;
  font-size: 1.1rem;
  color: #ccc;
  margin: 0 1.8rem;
}

.maine-guide__subtitle a,
.maine-guide__text a {
  color: inherit;
  text-decoration: none;
}

.maine-guide__subtitle a:hover,
.maine-guide__subtitle a:active,
.maine-guide__text a:active,
.maine-guide__text a:hover,
.pageLink:active,
.pageLink:hover {
  color: var(--hover-color);
}

.maine-guide__text {
  color: white;
  text-align: justify;
  margin: 0.5rem 1.5rem;
  padding-bottom: 2rem;
  z-index: 10;
}

/* Long testimonial preview: clean spacing; fade only when full text is collapsed */
.testimonial-preview {
  margin-bottom: 0.75rem;
  line-height: 1.7;
}

.maine-guide__info:has(.testimonial-full[hidden]) .testimonial-preview {
  position: relative;
  padding-bottom: 1.5rem;
}

.maine-guide__info:has(.testimonial-full[hidden]) .testimonial-preview::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.25rem;
  pointer-events: none;
  z-index: 1;
}

/* Light sections: fade toward page white */
#guide-1 .maine-guide__info:has(.testimonial-full[hidden]) .testimonial-preview::after {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.88)
  );
}

/* Dark sections: fade toward section background */
#guide-2 .maine-guide__info:has(.testimonial-full[hidden]) .testimonial-preview::after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.55)
  );
}

.testimonial-full[hidden] {
  display: none;
}

.testimonial-toggle {
  margin: 0.75rem 1.5rem 1rem;
  padding: 0.3rem 0.75rem;
  border-radius: 0.2rem;
  border: 1px solid currentColor;
  background: transparent;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
}

#guide-1 .testimonial-toggle {
  color: var(--font-black);
}

#guide-2 .testimonial-toggle {
  color: white;
}

.testimonial-toggle:hover,
.testimonial-toggle:focus-visible {
  color: var(--hover-color);
  outline: none;
}

.testimonial-full p {
  margin-bottom: 0.75rem;
}

.intro-copy {
  text-align: center;
  /* color: var(--font-black); */
  color: #667;
  padding-bottom: 0;
  margin: 0.2rem auto;
  max-width: 40rem;
  line-height: 1.5;
  font-size: 1.05rem;
}

@media (min-width: 40rem) {
  .maine-guide {
    margin: 3rem auto;
    max-width: 1500px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
  }

  .maine-guide__image-container {
    width: 66%;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 20px rgba(242, 237, 242, 0.5);
    -webkit-box-shadow: 5px 5px 20px rgba(242, 237, 242, 0.5);
    -moz-box-shadow: 5px 5px 20px rgba(242, 237, 242, 0.5);
  }

  .cA {
    width: 35%;
  }

  .maine-guide__info {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }

  .maine-guide__name {
    margin: 0.2rem;
    color: var(--red);
    font-size: 2rem;
  }

  .maine-guide__text {
    margin: 0.5rem 0.1rem;
    color: white;
    padding: 0;
  }

  .maine-guide__subtitle {
    margin: 0;
    font-size: 1.1rem;
    color: #ccc;
  }

  .end,
  #guide-2 {
    background-attachment: fixed;
  }

  .Hero {
    background-attachment: fixed;
  }
}

.book-2 {
  flex-direction: column;
  min-height: 30vh;
  padding: 1.5rem;
  color: var(--font-black);
}

.wht_btn_2 {
  background-color: var(--color-2);
  padding: 1rem 2rem;
  margin: 1.5rem;
  border-radius: 0.2rem;
  text-decoration: none;
  color: var(--font-black);
  font-weight: bold;
  font-size: 1.25rem;
  transition: all 0.5s;
}

.wht_btn_2:hover,
.wht_btn_2:active {
  color: var(--hover-color);
  background-color: var(--olive);
}

.about_title {
  margin: 0 1rem;
}
.about_title.team {
  font-size: 2.4rem; /* was too big */
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.testimonial-section-title {
  font-size: 1.4rem;     /* smaller */
  font-family: inherit;  /* keep it clean */
  color: #444;
  margin-top: 0.75rem;   /* tighter spacing above */
  margin-bottom: 1.25rem;
  letter-spacing: 0.4px;
}

