.uclimb-headings h1, .uclimb-headings h2, .uclimb-headings h3, .uclimb-headings h4 {
    font-family: "Industry", sans-serif !important;
}

/* custom split section widget stylings */
.uclimb-split-section .so-widget-uu-split-section-widget .uu-split-section-widget {
    border-radius: 8px 8px 8px 8px !important;
}
.uclimb-split-section .uu-split-section-widget-img-desktop {
    border-radius: 8px 8px 8px 8px !important;
}
.uclimb-split-section .uu-split-section-widget-img-mobile {
    border-radius: 8px 8px 8px 8px !important;
}
.uclimb-split-section .uu-split-section-widget-content {
  padding: 30px 75px !important;
}
.uclimb-split-section h3 {
  font-weight: 700 !important;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-top: 30px;
}
.uclimb-split-section .uu-split-section-widget-desc {
  font-size: 17px;
}

.uclimb-split-section .uclimb-social-media .umc-icon {
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin: 0 20px 0 0;
}
.uclimb-split-section .uclimb-social-media .umc-icon img {
  display: block;
  width: 60px;
  max-width: 60px;
  height: auto;
  transition: transform 180ms ease;
}
.uclimb-split-section .uclimb-social-media .umc-icon img:hover {
  transform: scale(1.18);
}

/* TEAM PAGE Stylings */
.uclimb-pi-team-image, .uclimb-grad-student-image {
  width: 100%;
}
.uclimb-pi-team-image img {
    width: 380px !important;
    height: 480px !important;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 8px;
}
.uclimb-grad-student-image img {
    width: 380px !important;
    height: 380px !important;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
@media screen and (max-width: 780px) {
  .uclimb-pi-team-image img, .uclimb-grad-student-image img {
    width: 100% !important;
    height: 100% !important;
  }
}

/* uu-card-widget-card-img */
.uclimb-team-card .uu-card-widget-card-img  {
    height: 230px !important;
    width: 100%;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-size: cover;
}

/* UU-Photo Gallery styling edits */
.uclimb-photo-gallery {
  margin-top: -70px;
}
.uclimb-photo-gallery .uu-gallery-highlight-wrapper {
  width: 100%;
  height: 100%;
}
.uclimb-photo-gallery img {
  border-radius: 8px;
  object-fit:cover;
  max-height: 700px;
}
.uclimb-photo-gallery .uu-gallery-highlight-wrapper .uu-gallery-figcaption {
  width: 81%;
  max-width: 880px;
  margin: 15px 0 0;
  border-top: none;
  border-bottom: none;
  background-color: #fff;
}

@media screen and (max-width: 1100px) {
  .uclimb-split-section .uu-split-section-widget-content {
    padding: 10px 50px !important;
  }
  .uclimb-team-card .uu-card-widget-card-img  {
    height: 260px !important;
    background-position: center center !important;
  }
}
@media screen and (max-width: 1000px) {
  .uclimb-split-section .uu-split-section-widget-content {
    padding: 10px 0px !important;
  }
}

/* U-CLIMB MARQUEE MOUNTAINS */
.uclimb-marquee {
    position: relative;
    overflow: hidden;
}

.uclimb-mountains {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 380px;
    pointer-events: none;
    z-index: 1;
}

.uclimb-mountain {
    position: absolute;
    top: 0;
    width: clamp(800px, 50vw, 1600px);
    aspect-ratio: 2 / 1;
    background-image: url("/wp-content/uploads/2026/09/mountain-sketch.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Left mountain */
.uclimb-mountain-left {
    left: -22vw;
}

/* Right mountain */
.uclimb-mountain-right {
    right: -22vw;
    transform: scaleX(-1);
}

/* Keep the actual marquee content above the mountains */
.uclimb-marquee .panel-grid-cell {
    position: relative;
    z-index: 2;
}

/* EXTRA LARGE / 4K DISPLAYS */
@media screen and (min-width: 1800px) {
    .uclimb-mountain {
      width: clamp(1100px, 50vw, 2000px);
    }
    .uclimb-mountain-left {
        left: -16vw;
    }
    .uclimb-mountain-right {
        right: -16vw;
    }
}

/* SMALL DESKTOP / TABLET Single centered mountain */
@media screen and (max-width: 1250px) {
    .uclimb-mountains {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 220px;
        display: flex;
        justify-content: center;
        margin: 60px auto 0;
        overflow: visible;
    }
    .uclimb-mountain {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        /* Oversized so both sides extend beyond the viewport */
        width: 280vw;
        max-width: none;
        height: 280px;
        aspect-ratio: auto;
        background-size: 100% 100%;
        background-position: center bottom;
        background-repeat: no-repeat;
        flex: 0 0 auto;
    }
    /* Switch from two mountains to one */
    .uclimb-mountain-right {
        display: none;
    }
    .uclimb-mountain-left {
        left: auto;
    }
}
@media screen and (max-width: 780px) {
  .uclimb-mountains {
        height: 290px;
    }
}
@media screen and (max-width: 425px) {
    .uclimb-mountains {
        height: 200px;
        margin: 5px auto 0px;
    }
    .uclimb-mountain {
        width: 120vw;
        height: 260px;
    }
}