﻿
/* Scope & base */
.wwu-page {
  font-family: "Roboto", Arial, sans-serif !important;
  background-color: #ffffff;
  color: #000000;
}

.wwu-page *,
.wwu-page *::before,
.wwu-page *::after {
  box-sizing: border-box;
}

.wwu-page p {
  margin: 0;
}

/* Layout shell */
.wwu-shell {
  width: 100%;
  max-width: 110rem;
  margin: 0 auto;
  padding-inline: 1.5rem;
}

/* HERO */
.wwu-hero {
  position: relative;
  min-height: 55rem;
  overflow: hidden;
}

.wwu-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.wwu-hero-image,
.wwu-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.wwu-hero-image img {
  object-fit: cover;
}

.wwu-hero-shell {
  position: relative;
  z-index: 1;
  min-height: 54rem;
  display: flex;
  align-items: flex-end;
  padding-top: 6rem;
  padding-bottom: 3.75rem;
}

.wwu-hero-text {
  max-width: 40rem;
  color: #ffffff;
}

.wwu-hero-eyebrow {
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.wwu-hero-title {
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* MAIN & INTRO */
.wwu-main {
  padding-block: 2.5rem 0;
}

.wwu-intro {
  padding-bottom: 5rem;
}

.wwu-intro-body {
  max-width: 104rem;
  margin: 10rem auto;
}

.wwu-intro-body p {
  font-size: 1.5rem;
  line-height: 2.375rem;
  color: #000000;
  margin-bottom: 1.75rem;
}

/* TESTIMONIAL */
.wwu-testimonial {
  margin-top: -6rem;
  padding-bottom: 6rem;
  position: relative;
}

.wwu-testimonial-card {
  position: relative;
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  overflow: hidden;          /* no rounded corners */
  min-height: 50rem;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  z-index: 2;
  margin-bottom: -21rem;     /* overlap bottom band by ~half */
}

/* make image fill 100% of card height, cropping sides if needed */
.wwu-testimonial-image {
  position: absolute;
  inset: 0;
  display: block;
}

.wwu-testimonial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* darken full image */
.wwu-testimonial-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

/* centered quote content */
.wwu-testimonial-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 3.5rem;
  text-align: center;
  color: #ffffff;
}

#wwu-testimonial-quote {
  max-width: 83rem;
  margin-bottom: 2.25rem;
  font-size: 3rem;
  line-height: 4.6875rem;
  font-style: italic;
  font-weight: 400;
}

.wwu-testimonial-author {
  font-size: 1.5rem;
  line-height: 1.4;
}

#wwu-testimonial-name {
  display: block;
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: 3.4375rem;
}

#wwu-testimonial-role {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 3.4375rem;
}

/* solid blue band underneath */
.wwu-bottom-band {
  position: relative;
  z-index: 1;
  height: 40vh;
  background-color: #67c4eb;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .wwu-shell {
    padding-inline: 1rem;
  }

  .wwu-hero {
    min-height: 22rem;
  }

  .wwu-hero-shell {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2.25rem;
    align-items: flex-end;
  }

  .wwu-hero-eyebrow {
    font-size: 1rem;
    letter-spacing: 0.08em;
  }

  .wwu-hero-title {
    font-size: 2.1rem;
    line-height: 1.15;
    white-space: normal;
  }

  .wwu-intro-body {
    margin: 2.5rem auto;
  }

  .wwu-intro-body p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 1.25rem;
  }

  .wwu-testimonial {
    margin-top: -2rem;
    padding-bottom: 3rem;
  }

  .wwu-testimonial-card {
    min-height: 26rem;
    margin-bottom: -5rem;
  }

  .wwu-testimonial-content {
    padding: 1.5rem 1.25rem 3.5rem;
  }

  #wwu-testimonial-quote {
    max-width: 90%;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
  }

  #wwu-testimonial-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #wwu-testimonial-role {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .wwu-testimonial-author {
    font-size: 1.2rem;
  }

  .carousel-nav {
    right: 50%;
    bottom: 1.25rem;
    transform: translateX(50%);
    gap: 0.75rem;
  }
}

.carousel-btn {
  background: rgba(0, 0, 0, 0.35);
  border-color: #ffffff;
}

.carousel-btn:disabled {
  opacity: 0.7 !important;
}

@media (max-width: 1023.98px) {
  .wwu-hero-shell {
    padding-top: 4.5rem;
    padding-bottom: 2.75rem;
  }

  .wwu-hero-text {
    max-width: 100%;
  }

  .wwu-hero-eyebrow {
    font-size: 1.8rem;
  }

  .wwu-hero-title {
    font-size: 3.6rem;
    white-space: normal;
  }

  .wwu-intro-body p {
    font-size: 1.25rem;
    line-height: 1.9rem;
  }

  .wwu-testimonial-card {
    margin-bottom: -6rem;
    min-height: 50rem;
  }

  #wwu-testimonial-quote {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  #wwu-testimonial-name {
    font-size: 2.1rem;
  }

  #wwu-testimonial-role {
    font-size: 1.25rem;
  }
}

/* Desktop and up – keep hero title on one line */
@media (min-width: 1024px) {
  .wwu-hero-text {
    max-width: none;
  }

  .wwu-hero-title {
    white-space: nowrap;
  }
}

/* Very large desktop */
@media (min-width: 1440px) {
  .wwu-shell {
    max-width: 112rem;
  }
}

/* === TESTIMONIAL CAROUSEL NAV === */

.carousel-nav {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 3;               /* above overlay + content */
  display: flex;
  gap: 1.25rem;
}

  .carousel-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  border: 0.125rem solid #ffffff;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.carousel-btn svg {
  width: 1.5rem;
  height: 1.25rem;
}

/* disabled state from JS (opacity set inline) */
.carousel-btn:disabled {
  cursor: default;
}

/* small-screen tweak if needed */
@media (max-width: 768px) {
  .carousel-nav {
    right: 9.5rem;
    bottom: 1.5rem;
  }

  .wwu-bottom-band {
    height: 15vh;
  }

  .carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .carousel-btn svg {
    width: 1.25rem;
    height: 1rem;
  }
}
