/* [int] About Us */

/* ── Hero ── */
.int-about-us .au-hero {
  margin-top: 110px;
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: flex-end;
  background: #1E1E2F;
  background-image: url("wnmu-grad-cap-and-gown.jpg");
  background-size: cover;
  background-position: center;
}
.int-about-us .au-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.2) 60%);
}
.int-about-us .au-hero-inner {
  position: relative;
  width: 100%;
  padding: 48px 48px 40px;
  box-sizing: border-box;
}
.int-about-us .au-hero h1 {
  color: #fff !important;
  font-size: 3.2rem;
  line-height: 1.15;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
  max-width: 700px;
}

/* ── Sections ── */
.int-about-us .au-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.int-about-us .au-section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 52px;
  box-sizing: border-box;
  color: #fff;
}
.int-about-us .au-section-text h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 20px;
  color: #fff !important;
  letter-spacing: -0.01em;
}
.int-about-us .au-section-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.int-about-us .au-section-text li {
  padding-left: 18px;
  position: relative;
  font-size: 0.97rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.92);
}
.int-about-us .au-section-text li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: rgba(255,255,255,0.5);
  font-weight: 700;
}
.int-about-us .au-section-text a {
  color: rgba(255,255,255,0.9);
  text-decoration: underline;
}
.int-about-us .au-section-image {
  background-size: cover;
  background-position: center;
  min-height: 320px;
}

/* ── Section colors ── */
.int-about-us .au-section--purple { background: #34205D; }
.int-about-us .au-section--red    { background: #551B12; }
.int-about-us .au-section--brown  { background: #29221A; }
.int-about-us .au-section--gold   { background: #8a6a00; }
.int-about-us .au-section--maroon { background: #6B0B22; }
.int-about-us .au-section--green  { background: #3a5c18; }

/* Gold section: dark text for legibility */
.int-about-us .au-section--gold .au-section-text h2 { color: #fff !important; }

/* ── Flip: image left, text right ── */
.int-about-us .au-section--flip .au-section-image { order: -1; }

/* ── Bottom spacing ── */
.int-about-us { margin-bottom: 60px; }

/* ── Mobile ── */
@media (max-width: 767px) {
  .int-about-us .au-hero h1 { font-size: 2rem; line-height: 1.2; }
  .int-about-us .au-hero-inner { padding: 32px 24px 28px; }
  .int-about-us .au-section { grid-template-columns: 1fr; }
  .int-about-us .au-section-image { min-height: 240px; order: 0 !important; }
  .int-about-us .au-section-text { padding: 32px 24px; }
  .int-about-us .au-section-text h2 { font-size: 1.4rem; }
}
