
/* ================================
   Typography & Base Styles
================================== */
html, body {
  overflow-x: hidden;
}

body, p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

small, .tiny-text {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

h1, h2, h3 {
  font-family: 'Oswald', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}

h2.section-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

h3.section-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}

.subheading {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 10px;
}

.fw-extralight { font-weight: 200; }
.mowest-yellow { color: #FFC700; }
.mowest-yellow-bg { background-color: #FFC700; }


/* ================================
   Buttons
================================== */
.btn {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2.4px;
  background-color: #FFC700;
  display: flex;
  height: 50px;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  width: fit-content;
  transition: background-color 0.3s ease, box-shadow 0.25s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
  background-color: #ffeca7;
  color: #000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* ================================
   Hero Section
================================== */
.logo {
  width: 100%;
}

.hero video {
  image-rendering: auto;
}

.hero-bg {
  background: linear-gradient(135deg, #FFDE5B 0%, #FFC700 100%);
  clip-path: polygon( 0 0, 100% 0, 100% 101%, calc(100% - 40px) 101%, calc(100% - 40px) 40px, 40px 40px, 40px 101%, 0 101%);
  z-index: -1;
  height: 101%;
}

/* ================================
   Degrees Section
================================== */
.degrees-section .background-layer {
  background: #333;
}


/* ================================
   Applied Learning Section
================================== */
.applied-learning-section img {
  object-fit: cover;
}


/* ================================
   Grid System & Tuition Section
================================== */
.tuition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.text-tile {
  grid-column: span 2;
}

.stat-tile {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-item img {
  width: 100px;
}

.grid-item .subheading {
  max-width: 200px;
}

.tuition-aid-section .col-6 {
  margin-top: 12px !important;
}


/* ================================
   Application Section
================================== */
.application-section {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), #FFF;
}


/* ================================
   Footer
================================== */
footer {
  background: #333;
}

footer p {
  font-size: 12px;
}


/* ================================
   Utility / Other
================================== */
.svg-block {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.large-stat-number {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 60px;
}

.stat-number {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 46px;
  color: #FFC700;
}

.bg-cover-dark.img-one {
  background-image: url('assets/students-walking-on-campus.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.img-one small {
  opacity: 0.85;
  width: 60%;
}

.bg-cover-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}


/* ================================
   Responsive Styles
================================== */
@media (max-width: 768px) {
  .tuition-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .text-tile {
    grid-column: span 2;
  }
}

@media (min-width: 400px) {
  .logo {
    width: 305px;
  }
}

@media (min-width: 570px) {
  .logo {
    width: 400px;
  }
}

@media (min-width: 768px) {
  body, 
  p {
    font-size: 22px;
  }

  p.degrees-content {
    font-size: 20px;
  }

  h1 {
    font-size: 64px;
    line-height: 60px;
  }

  h2.section-title {
    font-size: 52px;
    line-height: 60px;
  }

  h3.section-title {
    font-size: 46px;
    line-height: 60px;
  }

  .logo {
    width: 450px;
  }
  .hero-bg {
    clip-path: polygon( 0 0, 100% 0, 100% 101%, calc(100% - 60px) 101%, calc(100% - 60px) 60px, 60px 60px, 60px 101%, 0 101%);
  }
  .hero-content {
    margin-bottom: 200px;
    margin-top: 100px;
  }

  video {
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  .degrees-section {
    margin-top: -133px;
    z-index: 1;
  }

  .degrees-section .yellow-accent {
    background: linear-gradient(325deg, #FFECAE -33.69%, #FFC700 56.66%);
    position: absolute;
    bottom: -35px;
    right: -40px;
    width: 224px;
    height: 224px;
    z-index: -1;
  }

  .applied-learning-section .yellow-accent {
    background: linear-gradient(342deg, #FFECAE -33.69%, #FFC700 56.66%);
    position: absolute;
    top: -40px;
    left: -30px;
    width: 80%;
    height: 80%;
    z-index: 1;
  }

  .personalized-support-section .yellow-accent {
    background: linear-gradient(145deg, #FFECAE -33.69%, #FFC700 56.66%);
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 80%;
    height: 80%;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .subheading {
    letter-spacing: 2.4px;
    font-size: 16px;
  }

  .grid-item .subheading {
    max-width: 275px;
  }

   .logo {
    width: 550px;
    margin-bottom: 5rem !important;
  }
  .large-stat-number {
    font-size: 80px;
  }

  .stat-number {
    font-size: 56px;
  }

  .applied-learning-section .content-padding {
    padding-left: 3rem;
  }

   .personalized-support-section .content-padding {
    padding-right: 3rem;
  }
  .within-reach-mw {
    max-width: 420px;
    margin: 0 auto;
  }

  .grid-item img {
    width: 133px;
  }
}

@media (min-width: 1161px) {
  .degrees-section {
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 322px;
  }
}

@media (min-width: 1200px) {
  .hero-bg {
    clip-path: polygon( 0 0, 100% 0, 100% 101%, calc(100% - 80px) 101%, calc(100% - 80px) 80px, 80px 80px, 80px 101%, 0 101%);
  }

  .hero-content {
    margin-bottom: 250px;
    margin-top: 150px;
  }

  .degrees-section {
    margin-top: -137px;
    max-width: calc(100% - 240px);
    height: 326px;
  }

  .applied-learning-section .content-padding {
    padding-left: 7rem;
  }

  .personalized-support-section .content-padding {
    padding-right: 10rem;
  }
}

@media (min-width: 1400px) {
   p.degrees-content {
    font-size: 22px;
  }
}
