* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0;font-family: 'Roboto', sans-serif; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; }
.msi { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48; }
img { max-width: 100%; height: auto; display: block; }
.script{font-family: 'mojito', sans-serif;}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; border-radius: 4px; font-family: 'Roboto', sans-serif; font-weight: 700; transition: background 0.2s ease, color 0.2s ease; }
.vm-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 32px; border-radius: 4px; font-family: 'Roboto', sans-serif; font-weight: 700; transition: background 0.2s ease, color 0.2s ease; }
.btn .msi { font-size: 19.2px; }
.btn-cta {color:#ba0c2f; padding:0px}
.btn-cta:hover{color:#d20e35;}
.btn-primary, .vm-button { background: #ba0c2f; color: #fff; }
.btn-primary:hover { background: #d20e35; text-decoration:none}
.btn-secondary{ background: #eab000; color: #000!important; }
.btn-secondary:hover { background: #cf9d00;text-decoration:none}
.btn-secondary a{ background: #eab000; color: #000!important; }
.btn-secondary a:hover { background: #cf9d00;text-decoration:none}
.btn-white { background: #fff; color: #ba0c2f; }
.btn-white:hover { background: #ba0c2f; color: #fff; }

/* Navigation */
nav { position: fixed; top: 0; z-index: 50; width: 100%; transition: background 0.4s ease; padding: 16px 0; background: linear-gradient(to bottom, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.25) 70%, transparent 100%)}
nav.scrolled { background: #ba0c2f; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 1536px; padding-left:32px; padding-right:32px;margin: 0 auto; }
.nav-brand { display: flex; align-items: center; gap: 16px; }
.nav-logo{ height: 35px; width:169px;transition: height 0.4s ease; padding: 0 12px; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: 'Oswald', sans-serif; font-weight: 700; color: #ba0c2f; font-size: 12px; white-space: nowrap; }
.nav-logo-site{height:35px; width:169px;}
nav.scrolled .nav-logo { height: 28px; }
.nav-desktop { display: flex; gap: 32px; align-items: center; }
.nav-links { display: flex; gap: 23px; align-items: center; flex-wrap: wrap; }
.nav-links a { font-family: 'Roboto', sans-serif; font-weight: 600; font-size: 16px; color: #ffffff; transition: color 0.2s ease; }
.nav-links a { text-decoration-line: underline; text-underline-offset: 0.2em; text-decoration-color: transparent; transition: color 0.2s cubic-bezier(0.65, 0, 0.35, 1), text-decoration-color 0.2s cubic-bezier(0.65, 0, 0.35, 1);}
.nav-links  a:hover { color: #fff; text-decoration-color: #fff}

nav.scrolled .nav-links a { color: #ffffff; }
.nav-enroll-btn { padding: 10px 24px; font-size: 14px; }
.nav-enroll-btn a:hover{text-decoration:none}
.nav-enroll-btn .nav-links a{text-decoration-line:none}
.nav-enroll-btn .msi { font-size: 14.4px; }
.menu-btn {background: none; border: none; padding: 8px; border-radius: 9999px; display: none; color: #fff;}
.menu-btn .msi { font-size: 30px; color:#fff; }
nav.scrolled .menu-btn { color: #ffffff; }
.arrow-btn { display: inline-flex; align-items: center; gap: 8px; transition: background 0.2s ease, color 0.2s ease; }
.arrow-icon { transition: transform 0.3s ease; }
.arrow-btn:hover .arrow-icon { transform: translateX(6px); }
.nav-links a.btn {
  text-decoration-line: none;
}
/* Mobile menu content */
.mobile-menu-header { padding: 24px 24px; display: flex; justify-content: flex-end; align-items: center; border-bottom: 1px solid rgba(255,255,255,0.2); }
.mobile-menu-close { background: none; border: none; color: #fff; padding: 8px; cursor: pointer; }
.mobile-menu-close .msi { font-size: 28px; }
.mobile-menu-links { flex: 1; display: flex; flex-direction: column; padding: 0; }
.mobile-menu-link { color: #fff; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 20px; text-transform: uppercase; padding: 24px; border-bottom: 1px solid rgba(255,255,255,0.2); display: flex; justify-content: space-between; align-items: center; }
.mobile-menu-link .msi { font-size: 20px; }
.mobile-menu-footer { padding: 32px 24px; }
.mobile-menu-apply-btn { padding: 16px 24px; font-family: 'Oswald', sans-serif; font-size: 16px; text-transform: uppercase; width: 100%; }

/* Hero */
#hero { position: relative; min-height: 80vh; display: flex; align-items: center; padding-top: 80px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-image: url(https://www.umsl.edu/admissions/discover-more-26/images/group-walk.webp), linear-gradient(135deg, #ba0c2f 0%, #d20e35 50%, #ffc325 100%); background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-bg--intl{position: absolute; inset: 0; background-image:url(https://www.umsl.edu/admissions/discover-more/assets/img/2026/intl-hero.webp); background-size: cover; background-position: center; background-repeat: no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 55%, transparent 100%); }
.hero-grid { max-width: 1280px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 10; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; width: 100%; }
.hero-text { color: #fff; }
.hero-eyebrow { display: inline-block; padding: 4px 0; color: #ffc325; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; width: fit-content; }
.hero-heading { font-family: 'mojito', sans-serif;font-size: clamp(48px, 6vw, 72px);font-weight: 400; line-height: 1.25; margin: 16px 0 24px 0; }
.hero-heading .script{font-size: clamp(56px, 8vw, 100px); }
.hero-heading span { display: block; }
.hero-heading-accent { color: #ffc325; font-family: 'Oswald', sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: -0.01em; }
.hero-cta-text {  font-size: clamp(18px, 1.5vw, 20px); font-weight:normal; max-width: 560px; line-height: 1.6; margin: 0px 0px 10px 0px }
.hero-cta {gap: 16px; padding-top: 16px; }
.more-graphic { display: flex; justify-content: center; align-items: center; }
.more-graphic-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.more-graphic-text { font-size: clamp(96px, 16vh, 192px); font-family: 'Oswald', sans-serif; font-weight: 800; line-height: 1; display: flex; letter-spacing: -0.02em; color: #fff; }


/* Sections */
.section-pad { padding: 96px 0; max-width: 1280px; margin: 0 auto; padding: 96px 24px; }
#next-steps { background: #f9f9f9; position:relative}
#explore { background: #f9f9f9; }
#st-louis { position: relative; min-height: 600px; display: flex; align-items: center; padding: 96px 24px; }
.stlouis-bg { position: absolute; inset: 0; 
background: url(https://www.umsl.edu/admissions/discover-more-26/images/riverfont.webp); background-size:cover; }
.stlouis-overlay { position: absolute; inset: 0; background: linear-gradient(to right, #222222, rgba(34,34,34,-0.2), transparent); }
.stlouis-pattern { width:500px; height: 384px; overflow: hidden; border-radius: 50%; }
.stlouis-content { max-width: 676px; margin: 0 auto; position: relative; z-index: 10; width: 100%; }
.stlouis-inner { max-width: 768px; display: flex; flex-direction: column; gap: 24px; }
.stlouis-badge { display: inline-block; padding: 6px 16px; background: #006776; color: #fff; font-size: 12px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 9999px; width: fit-content; }
.stlouis-heading-accent { color: #eab000; }
.stlouis-cta { padding-top: 16px; }
.next-steps-pattern { height: 500px; }
/* Decorative corner patterns */
.pattern-img { position: absolute; pointer-events: none; z-index: 0; }
.pattern-top-left { top: -40px; left: -40px; }
.pattern-top-right { top: -100px; right: 0; }
.pattern-bottom-left { bottom: -40px; left: -40px; }
.pattern-bottom-right { bottom: -100px; right: 0; }
.section-header-row { display: flex; flex-direction: row; align-items: flex-end; justify-content: space-between; margin-bottom: 64px; gap: 32px; flex-wrap: wrap; }
.section-header-content { max-width: 640px; }
.section-header-desc { color: #000; font-size: 18px; line-height: 1.6; margin: 0; }

h2 { font-family: 'Oswald', sans-serif;  font-size: clamp(40px, 5vw, 56px); font-weight: 800; text-transform: uppercase; margin: 0 0 16px 0; color: #ba0c2f; }
.gold-bar { width: 96px; height: 4px; background: #eab000; border-radius: 9999px; margin-bottom: 8px; }

/* Steps Grid */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.step-card { background: #fff; padding: 32px; border-radius: 4px; border: 1px solid rgba(228,189,189,0.3); position: relative; overflow: hidden; }
.step-number { font-family:'oswald',sans-serif;font-size: 128px; line-height: 1; opacity: 0.1; position: absolute; top:-5px; left:1px; }
.step-icon { width: 48px; height: 48px; background: #eeeeee; border-radius: 4px; display: flex; align-items: center; justify-content: center; color: #ba0c2f; }
.step-title { font-family: 'Oswald', sans-serif; font-size: 23px; font-weight: 700; margin: 16px 0 16px 0; }
.step-desc { font-size: 16px; color: #000; line-height: 1.5; margin-bottom: 1rem; }
.step-desc a{font-weight:bold}

/* Explore Grid */
.explore-header { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 80px; gap: 16px; }
.explore-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.explore-card { border-radius: 12px; overflow: hidden; position: relative; height: 500px; display: flex; flex-direction: column; justify-content: flex-end; transition: transform 0.5s ease; }
.explore-card:hover { transform: scale(1.02); }
.card-img { position: absolute; inset: 0; overflow: hidden; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.explore-card:hover .card-img img { transform: scale(1.08); }
.card-img-bg { background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; }
.card-img-bg .msi { color: #fff; font-size: 80px; }
.explore-overlay { position: absolute; inset: 0; }
.explore-overlay-scholarships {background: linear-gradient(to top, rgba(186,12,47,0.95) 0%, rgba(186,12,47,0.85) 45%, rgba(186,12,47,0.15) 70%, transparent 100%);  }
.explore-overlay-events { background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 45%, rgba(0,0,0,0.15) 70%, transparent 100%); }
.explore-overlay-housing { background: linear-gradient(to top, rgba(0,77,89,0.95) 0%, rgba(0,77,89,0.85) 45%, rgba(0,77,89,0.15) 70%, transparent 100%);  }
.explore-content { position: relative; z-index: 10; padding: 32px; }
.explore-tag { display: inline-block; padding: 4px 16px; font-size: 10px; font-family: 'Oswald', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border-radius: 4px; margin-bottom: 12px; }
.explore-tag-scholarships { background: #eab000; color: #6e5100; }
.explore-tag-events { background: #ba0c2f; color: #ffffff; }
.explore-tag-housing { background: #ffffff; color: #004d59; }
.explore-title { font-family: 'Oswald', sans-serif; font-size: clamp(26px, 3vw, 30px); font-weight: 700; color: #fff; text-transform: uppercase; letter-spacing: -0.01em; margin: 0; }
.explore-title{ text-decoration-line: underline; text-underline-offset: 0.2em; text-decoration-color: transparent; transition: color 0.2s cubic-bezier(0.65, 0, 0.35, 1), text-decoration-color 0.2s cubic-bezier(0.65, 0, 0.35, 1);}
.explore-title:hover { color: #fff; text-decoration-color: #fff}
.explore-desc { color: #fff; font-size: 16px; line-height: 1.6; margin: 8px 0 0 0; }
.explore-link { color: #fff; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 14px; margin-top: 12px; }
.explore-link .msi { font-size: 14.4px; }

/* St. Louis */
.stlouis-heading { font-family: 'Oswald', sans-serif; font-size: clamp(40px, 5vw, 56px); font-weight: 800; color: #fff; text-transform: uppercase; line-height: 0.8; letter-spacing: -0.02em; margin: 0; }
.stlouis-body { color:#fff; font-size: 20px; font-weight: 300; line-height: 1.6; margin: 0; }
.stlouis-btn { gap: 16px; }
.stlouis-overlay {position: absolute; inset: 0; background: linear-gradient(to right, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.4) 55%, transparent 100%)}
 
/* Footer */
footer { position: relative; background: #5D666f; color: #fff; overflow: hidden; }
footer .colorblock { height: 10px;
     background: url(https://www.umsl.edu/files/images/umsl-colorblock.jpg);
     top: 0px;
     background-size: 100%;
     background-repeat: no-repeat;
     background-position: 0 -5px;
     width: 100%;
     position:relative;
     z-index:1;
 }
footer .spirit-mark {
     background: url(https://www.umsl.edu/files/images/umsl-spirit-mark_silver.svg);
     background-repeat: no-repeat;
     background-position: 99% -60px;
     height: 600px;
     width: 100%;
     position: absolute;
     right: 0;
     z-index: 0;
     opacity: 0.2;
     top: 0;
}

.footer-inner { max-width: 1536px; margin: 0 auto; padding: 56px 32px 32px 32px; display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; flex-wrap: wrap; }
.footer-section { display: flex; flex-direction: column; gap: 20px; max-width: 420px; }
.footer-university-eyebrow { display: block; font-family: 'Roboto', sans-serif; font-weight: 400; letter-spacing: 0.3em; font-size: 13px; text-transform: uppercase; margin: 0 0 2px 0; }
.footer-university-name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 26px; text-transform: uppercase; letter-spacing: 0.01em; margin: 0; }
.footer-section p { font-size: 15px; margin: 0; line-height: 1.5; padding-bottom:5px}
.footer-section p a:hover{text-decoration:underline}
.footer-section a { opacity: 0.9; transition: opacity 0.2s ease; }
.footer-section a:hover, .footer-section a:focus-visible { opacity: 1; }
.social-icons { display: flex; gap: 14px; flex-wrap: wrap; }
.social-icon { width: 44px; height: 44px; border-radius: 9999px; background: #eeeeee; color: #1b1b1b; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background 0.2s ease; }
.social-icon i { font-size: 18px; }
.social-icon:hover{
     cursor: pointer;
     background:#ba0c2f;
     text-decoration:none;
     color:#fff;
}
.footer-legal { border-top: 1px solid rgba(255,255,255,0.2); margin-top: 40px; padding-top: 24px; padding-bottom: 24px; display: flex; flex-direction: column; gap: 8px; text-align: center; font-size: 14px; opacity: 0.9; }
.footer-legal p{padding:0px;margin-top:5px;margin-bottom:0px;}
.footer-legal a { text-decoration: underline; }
.schedule-visit-btn { position: absolute; bottom: 0; right: 0; padding: 20px 32px; font-size: 15px; z-index: 10; border-radius: 0; }

/* FAB */
.fab-btn { position: fixed; bottom: 32px; right: 32px; z-index: 50; width: 64px; height: 64px; }
.fab-btn button { width: 100%; height: 100%; background: #ba0c2f; color: #fff; border-radius: 9999px; box-shadow: 0 12px 24px rgba(186,12,47,0.3); display: flex; align-items: center; justify-content: center; }

/* Mobile */
.mobile-menu { position: fixed; top: 0; right: 0; z-index: 70; height: 100%; width: 100%; max-width: 384px; background: #ba0c2f; color: #fff; display: flex; flex-direction: column; overflow: hidden; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); transform: translateX(100%); }
.mobile-menu.open { transform: translateX(0); }
.mobile-overlay { position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); transition: opacity 0.4s ease; opacity: 0; pointer-events: none; }
.mobile-overlay.open { opacity: 1; pointer-events: auto; }

.fade-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-up.is-visible { opacity: 1; transform: translateY(0); }

a:focus-visible, button:focus-visible { outline: 3px solid #ffc325; outline-offset: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: #fff; color: #ba0c2f; padding: 16px 24px; font-weight: 700; z-index: 100; border-radius: 0 0 4px 0; }
.skip-link:focus { left: 0; }

@media (max-width: 1024px) {
  .menu-btn { display: flex; }
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .explore-grid { grid-template-columns: 1fr; repeat(3, 1fr) }
  .stlouis-heading { font-size: 44px; }
}

@media (max-width: 640px) {
  nav { padding: 5px 16px; }
  .nav-logo { height: 32px; width: 150px; font-size: 10px; }
  .nav-logo-site{ height:auto; width:130px;}
  .nav-brand{gap:5px}
  nav.scrolled .nav-logo { height: 24px; }
  .nav-inner{padding-left:0px;padding-right:0px}
  .section-pad { padding: 60px 16px; }
  .hero-grid { padding: 0 16px; }
  .hero-cta { flex-direction: column; gap: 12px; }
  .hero-cta .btn { width: 100%; }
  .steps-grid { grid-template-columns: 1fr; gap: 24px; }
  .more-graphic { display: none; }
  .pattern-img { display: none; }
  .explore-grid { grid-template-columns: 1fr; }
  .footer-logo{width:200px};
  .footer-inner { flex-direction: column; justify-content: flex-start; align-items:flex-start; gap: 32px; }
  .footer-legal { padding-right: 24px; padding-bottom: 80px; }
  .schedule-visit-btn { position: static; display: block; width: calc(100% - 64px); border-radius: 4px; margin: 16px 32px; }
  .fab-btn { width: 52px; height: 52px; bottom: 20px; right: 20px; }
}
