/* TSU product family. Institutional navigation remains in the shared home styles. */
@font-face {
  font-family: "UM TSU";
  src: url("../landing-pages/fonts/helvetica.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "UM TSU";
  src: url("../landing-pages/fonts/helvetica-bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
body.tsu-2026 {
  background: #fff;
}
.tsu-2026 main {
  font-family: "UM TSU", Helvetica, Arial, sans-serif;
}
.tsu-2026 .tsu-section {
  padding: 88px 0;
}
.tsu-2026 main h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.7px;
  margin-bottom: 24px;
  font-weight: 700;
}
.tsu-2026 main h2 em {
  color: var(--um-blue);
  font-style: normal;
}
.tsu-2026 main h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.4px;
}
.tsu-2026 main p {
  font-size: 15px;
  color: #4c6272;
  line-height: 1.75;
}
.tsu-2026 main .tsu-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--um-blue);
  font:
    700 11px/1.5 Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.tsu-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
}
.tsu-svg-defs {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tsu-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
.tsu-2026 main .home-button {
  min-height: 52px;
  gap: 20px;
  font-size: 14px;
  border-radius: 5px;
}
.tsu-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--um-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.tsu-link:hover {
  text-decoration-thickness: 2px;
}
.tsu-link--light,
.tsu-link--light:hover {
  color: #fff;
}
.tsu-2026 main .tsu-hero {
  background: var(--um-blue);
  color: #fff;
  overflow: hidden;
}
.tsu-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  padding: 25px 0 0;
  color: #cce5f7;
  font-size: 11px;
}
.tsu-breadcrumb a {
  color: #fff;
}
.tsu-breadcrumb a:hover {
  text-decoration: underline;
}
.tsu-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 44px;
  align-items: center;
  padding: 48px 0 60px;
}
.tsu-2026 .tsu-hero .tsu-eyebrow {
  color: #fff;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.tsu-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--um-yellow);
  border-radius: 50%;
}
.tsu-2026 .tsu-hero h1 {
  font:
    400 clamp(88px, 8.1vw, 116px)/0.9 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  letter-spacing: -0.6px;
  color: #fff;
  margin: 0 0 25px;
}
.tsu-hero h1 > span {
  display: block;
  font:
    400 29px/1.1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
.tsu-hero h1 em {
  color: var(--um-yellow);
  font-style: normal;
}
.tsu-2026 .tsu-hero .tsu-hero-lead {
  color: #fff;
  font-size: 20px;
  line-height: 1.45;
  margin-bottom: 13px;
}
.tsu-2026 .tsu-hero .tsu-hero-description {
  color: #d9ecfa;
  max-width: 440px;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 28px;
}
.tsu-hero .tsu-actions {
  gap: 24px;
}
.tsu-hero-art {
  position: relative;
  isolation: isolate;
  min-height: 490px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px 40px;
}
.tsu-art-ring {
  position: absolute;
  width: 470px;
  height: 470px;
  right: -5px;
  top: 0;
  border: 60px solid #22bae0;
  border-radius: 50%;
  z-index: -1;
}
.tsu-portrait {
  position: relative;
  width: min(100%, 430px);
  margin: 0;
  border: 7px solid #fff;
  border-radius: 135px 8px 8px 8px;
  box-shadow: 0 20px 45px #00346038;
  overflow: hidden;
  background: #fff;
  transform: rotate(3deg);
}
.tsu-portrait img {
  display: block;
  width: 100%;
  height: auto;
}
.tsu-art-arrow {
  position: absolute;
  width: 77px;
  height: 97px;
  color: var(--um-yellow);
  left: -8px;
  top: 12px;
  transform: rotate(9deg);
}
.tsu-art-label {
  position: absolute;
  background: var(--um-yellow);
  color: #12344d;
  right: -5px;
  bottom: 6px;
  padding: 18px 28px;
  transform: rotate(-5deg);
  border-radius: 5px;
}
.tsu-art-label > span {
  font-size: 11px;
}
.tsu-art-label strong {
  display: block;
  font:
    400 36px/1.2 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  letter-spacing: 0.4px;
}
.tsu-anniversary {
  position: absolute;
  width: 82px;
  height: 82px;
  object-fit: contain;
  left: -2px;
  bottom: 0;
}
.tsu-facts {
  display: grid;
  grid-template-columns: 0.8fr 0.75fr 1.35fr 1fr;
  padding: 26px 0 30px;
  border-top: 1px solid #ffffff38;
  margin: 0;
}
.tsu-facts > div {
  border-right: 1px solid #ffffff38;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tsu-facts > div:first-child {
  padding-left: 0;
}
.tsu-facts > div:last-child {
  border-right: 0;
  padding-right: 0;
}
.tsu-facts dt {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #c7e5f8;
  margin-bottom: 8px;
}
.tsu-facts dd {
  margin: 0;
  font-size: 12px;
}
.tsu-facts dd strong {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.tsu-facts a {
  color: var(--um-yellow);
  display: inline-flex;
  gap: 15px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.tsu-section-nav {
  border-bottom: 1px solid #dfe8ee;
  background: #fff;
}
.tsu-section-nav > div {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.tsu-section-nav a {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 68px;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 700;
  color: #4c6272;
}
.tsu-section-nav a:last-child {
  color: var(--um-blue);
}
.tsu-section-nav a:hover {
  color: var(--um-blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.tsu-overview-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 100px;
  align-items: start;
}
.tsu-2026 main .tsu-lead {
  font-size: 18px;
  color: var(--home-ink);
  line-height: 1.6;
  margin-bottom: 22px;
}
.tsu-plan {
  position: relative;
  padding: 32px;
  border: 1px solid #cbdde9;
  background: #edf6fc;
  border-radius: 8px;
  scroll-margin-top: 145px;
}
.tsu-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--um-blue);
  margin-bottom: 30px;
  gap: 15px;
}
.tsu-plan-top span {
  font-size: 9px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.tsu-plan-top .tsu-icon {
  width: 34px;
  height: 34px;
}
.tsu-2026 main .tsu-plan-kicker {
  font:
    400 46px/1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  color: var(--um-blue);
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}
.tsu-plan .home-button {
  width: 100%;
  margin-top: 12px;
}
.tsu-small {
  display: block;
  font-size: 10px;
  color: #526b7b;
  margin-top: 14px;
}
.tsu-skills {
  background: #f4f7f9;
}
.tsu-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
  margin-bottom: 38px;
}
.tsu-2026 .tsu-section-head h2 {
  margin: 0;
}
.tsu-section-head > p {
  max-width: 340px;
  margin: 0 0 4px;
}
.tsu-skill-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.tsu-skill {
  background: #fff;
  padding: 28px 26px;
  border-top: 3px solid var(--um-blue);
}
.tsu-skill > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  color: var(--um-blue);
}
.tsu-skill .tsu-icon {
  width: 37px;
  height: 37px;
}
.tsu-skill > div span {
  font:
    400 26px/1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  color: #a5c2d6;
}
.tsu-2026 main .tsu-skill h3 {
  font-size: 19px;
  min-height: 48px;
  margin-bottom: 12px;
}
.tsu-2026 main .tsu-skill p {
  font-size: 14px;
  margin: 0;
}
.tsu-support {
  background: var(--um-blue);
  padding: 70px 0;
  position: relative;
}
.tsu-support-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 90px;
  align-items: center;
}
.tsu-2026 .tsu-support h2 {
  color: #fff;
  font-size: clamp(32px, 3vw, 43px);
}
.tsu-2026 .tsu-support h2 em {
  color: var(--um-yellow);
}
.tsu-2026 .tsu-support .tsu-eyebrow {
  color: #d7eefb;
}
.tsu-2026 .tsu-support p {
  color: #e3f1fc;
  margin-bottom: 0;
}
.tsu-support-benefits {
  border-left: 1px solid #ffffff40;
  padding-left: 52px;
}
.tsu-support-benefits ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tsu-support-benefits li {
  color: #fff;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  font-size: 16px;
}
.tsu-support-benefits .tsu-icon {
  color: var(--um-yellow);
}
.tsu-2026 .tsu-support-benefits p {
  font-size: 12px;
  margin-top: 20px;
  padding-left: 38px;
}
.tsu-career-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}
.tsu-campus-photo {
  margin: 0;
  position: relative;
  background: #003f73;
  border-radius: 8px;
  overflow: hidden;
}
.tsu-campus-photo img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: 57% center;
}
.tsu-campus-photo:after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(0deg, #002e5ded, transparent);
  pointer-events: none;
}
.tsu-campus-photo figcaption {
  position: absolute;
  bottom: 23px;
  left: 28px;
  right: 20px;
  color: #fff;
  z-index: 1;
  font-size: 11px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.tsu-campus-photo figcaption .tsu-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}
.tsu-photo-mark {
  position: absolute;
  bottom: 70px;
  left: 28px;
  z-index: 1;
  font:
    400 52px/1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  color: #fff;
}
.tsu-career-list {
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}
.tsu-career-list li {
  display: flex;
  align-items: center;
  gap: 25px;
  border-top: 1px solid #d4e2eb;
  padding: 23px 0;
}
.tsu-career-list li > span {
  font-size: 11px;
  font-weight: 700;
  color: var(--um-blue);
}
.tsu-2026 main .tsu-career-list h3 {
  font-size: 21px;
  margin: 0;
}
.tsu-career-list .tsu-icon {
  margin-left: auto;
  color: var(--um-blue);
}
.tsu-format {
  background: #f4f7f9;
}
.tsu-format-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: start;
}
.tsu-duration {
  background: var(--um-yellow);
  padding: 38px;
  border-radius: 6px;
}
.tsu-2026 main .tsu-duration > p {
  font-size: 12px;
  font-weight: 700;
  color: #12344d;
}
.tsu-duration > div:not(.tsu-modality) {
  display: flex;
  gap: 20px;
  align-items: baseline;
  margin-bottom: 25px;
}
.tsu-duration > div > strong {
  font:
    400 130px/0.95 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
}
.tsu-duration > div > span {
  font:
    400 50px/1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
}
.tsu-duration .tsu-icon {
  width: 56px;
  height: 56px;
  margin-left: auto;
  align-self: center;
}
.tsu-duration .tsu-modality {
  padding-top: 20px;
  border-top: 1px solid #12344d40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.tsu-duration .tsu-modality > span {
  font:
    400 12px/1.4 Helvetica,
    Arial,
    sans-serif;
}
.tsu-duration .tsu-modality > strong {
  font:
    700 22px/1.25 Helvetica,
    Arial,
    sans-serif;
  text-align: right;
}
.tsu-modality small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}
.tsu-graduation {
  background: #fff;
  padding: 38px;
  border: 1px solid #dce5eb;
  border-radius: 6px;
}
.tsu-graduation > .tsu-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  color: var(--um-blue);
}
.tsu-graduation > .tsu-link {
  font-size: 12px;
  margin-top: 22px;
}
.tsu-details summary,
.tsu-step summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.tsu-details summary::-webkit-details-marker,
.tsu-step summary::-webkit-details-marker {
  display: none;
}
.tsu-details summary {
  min-height: 54px;
  border-top: 1px solid #d4e2eb;
  border-bottom: 1px solid #d4e2eb;
  padding: 14px 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--um-blue);
}
.tsu-details summary > span,
.tsu-step summary > b {
  margin-left: auto;
  font:
    400 26px/1 Helvetica,
    Arial,
    sans-serif;
  transition: transform 0.2s;
}
.tsu-details[open] summary > span,
.tsu-step[open] summary > b {
  transform: rotate(45deg);
}
.tsu-degree-list {
  padding: 22px 0 0 18px;
  margin: 0;
  columns: 2;
  column-gap: 38px;
}
.tsu-degree-list li {
  font-size: 13px;
  padding: 0 0 12px 4px;
  break-inside: avoid;
  line-height: 1.5;
}
.tsu-degree-list li::marker {
  color: var(--um-blue);
}
.tsu-rvoe-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.tsu-rvoe-card {
  padding: 32px;
  border: 1px solid #cedfe9;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.tsu-rvoe-card:after {
  content: "";
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #22bae015;
  top: -30px;
  right: -15px;
}
.tsu-campus-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--um-blue);
  margin-bottom: 17px;
}
.tsu-2026 main .tsu-rvoe-card h3 {
  font-size: 27px;
  color: var(--um-blue);
  margin-bottom: 24px;
}
.tsu-rvoe-card dl {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1.1fr;
  gap: 20px;
  border-top: 1px solid #d4e2eb;
  padding-top: 20px;
}
.tsu-rvoe-card dt {
  font-size: 10px;
  color: #526b7b;
  font-weight: 400;
  margin-bottom: 6px;
}
.tsu-rvoe-card dd {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.tsu-2026 main .tsu-campus-help {
  margin: 26px 0 0;
  font-size: 13px;
  text-align: center;
}
.tsu-campus-help a {
  color: var(--um-blue);
  font-weight: 700;
  white-space: nowrap;
}
.tsu-campus-help .tsu-icon {
  width: 18px;
  height: 18px;
}
.tsu-admissions {
  background: #f4f7f9;
}
.tsu-admissions-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: start;
}
.tsu-process > h3 {
  margin-bottom: 25px;
}
.tsu-step {
  border-top: 1px solid #cedee8;
}
.tsu-step:last-child {
  border-bottom: 1px solid #cedee8;
}
.tsu-step summary {
  min-height: 70px;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 700;
}
.tsu-step summary > span {
  font:
    400 24px/1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  color: var(--um-blue);
  min-width: 24px;
}
.tsu-step summary > b {
  color: var(--um-blue);
}
.tsu-2026 main .tsu-step p {
  font-size: 14px;
  padding: 0 28px 4px 38px;
  margin: 0 0 18px;
}
.tsu-documents {
  background: #fff;
  padding: 35px;
  border-radius: 6px;
  border-top: 4px solid var(--um-cyan);
}
.tsu-documents-heading {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--um-blue);
  margin-bottom: 24px;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tsu-2026 main .tsu-documents h3 {
  font-size: 28px;
  margin-bottom: 24px;
}
.tsu-documents ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.tsu-documents li {
  position: relative;
  padding: 0 0 17px 23px;
  font-size: 14px;
  line-height: 1.6;
}
.tsu-documents li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: var(--um-cyan);
}
.tsu-2026 main .tsu-documents > p {
  font-size: 12px;
  border-top: 1px solid #dce5eb;
  padding-top: 20px;
  margin: 4px 0 20px;
}
.tsu-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 32px;
  gap: 30px;
  margin-top: 50px;
  border: 1px solid #cbdde9;
  border-radius: 6px;
}
.tsu-payment-copy {
  display: flex;
  gap: 22px;
  align-items: center;
}
.tsu-payment-copy > .tsu-icon {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  color: var(--um-blue);
}
.tsu-2026 main .tsu-payment h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.tsu-2026 main .tsu-payment p {
  font-size: 13px;
  margin: 0;
}
.tsu-payment > a {
  flex-shrink: 0;
}
.tsu-contact {
  background: var(--um-blue);
  padding: 76px 0;
}
.tsu-contact-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 90px;
  align-items: center;
}
.tsu-2026 .tsu-contact .tsu-eyebrow {
  color: #d6ecfa;
}
.tsu-2026 .tsu-contact h2 {
  font:
    400 clamp(58px, 6vw, 84px)/1 "Bebas Neue",
    "Arial Narrow",
    sans-serif;
  color: #fff;
  letter-spacing: 0;
}
.tsu-2026 .tsu-contact h2 em {
  color: var(--um-yellow);
}
.tsu-2026 .tsu-contact p {
  color: #e0eef9;
  max-width: 495px;
}
.tsu-contact .tsu-actions {
  margin-top: 28px;
}
.tsu-contact-note {
  position: relative;
  padding: 35px 0 35px 50px;
  border-left: 1px solid #ffffff40;
  color: #fff;
}
.tsu-contact-note > svg {
  width: 58px;
  height: 58px;
  position: absolute;
  right: 0;
  top: 0;
  color: var(--um-cyan);
}
.tsu-2026 main .tsu-contact-note h3 {
  font-size: 25px;
  margin-bottom: 24px;
  color: #fff;
}
.tsu-2026 main .tsu-contact-note p {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tsu-contact-note dl {
  margin: 0;
}
.tsu-contact-note dl > div {
  margin-top: 18px;
}
.tsu-contact-note dt {
  font-size: 14px;
}
.tsu-contact-note dd {
  font-size: 13px;
  margin: 5px 0 0;
  color: #d6ecfa;
}
.tsu-2026 .home-footer {
  background: var(--um-blue);
}
.tsu-2026
  :is(.tsu-hero, .tsu-support, .tsu-contact)
  :is(a, button):focus-visible {
  outline-color: var(--um-yellow);
}
@media (max-width: 1200px) {
  .tsu-hero-grid {
    gap: 30px;
  }
  .tsu-hero-art {
    padding-inline: 15px;
  }
  .tsu-art-ring {
    width: 390px;
    height: 390px;
    top: 45px;
  }
  .tsu-art-label {
    right: 0;
  }
  .tsu-overview-grid {
    gap: 50px;
  }
  .tsu-support-grid,
  .tsu-career-grid {
    gap: 55px;
  }
  .tsu-contact-grid {
    gap: 60px;
  }
  .tsu-skill {
    padding: 24px 20px;
  }
  .tsu-admissions-grid {
    gap: 35px;
  }
}
@media (max-width: 991px) {
  .tsu-2026 .tsu-section {
    padding: 65px 0;
  }
  .tsu-hero-grid {
    padding: 42px 0;
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
  }
  .tsu-2026 .tsu-hero h1 {
    font-size: 88px;
  }
  .tsu-hero h1 > span {
    font-size: 24px;
  }
  .tsu-2026 .tsu-hero .tsu-eyebrow {
    font-size: 9px;
  }
  .tsu-2026 .tsu-hero .tsu-hero-lead {
    font-size: 18px;
  }
  .tsu-hero-art {
    min-height: 390px;
    padding: 20px 0 40px;
  }
  .tsu-art-ring {
    width: 300px;
    height: 300px;
    border-width: 40px;
    top: 24px;
    right: -18px;
  }
  .tsu-portrait {
    border-width: 5px;
    border-top-left-radius: 90px;
  }
  .tsu-art-arrow {
    width: 52px;
    height: 66px;
    left: -9px;
    top: 15px;
  }
  .tsu-art-label {
    padding: 14px 18px;
    bottom: 0;
  }
  .tsu-art-label strong {
    font-size: 30px;
  }
  .tsu-anniversary {
    width: 60px;
    height: 60px;
    left: 0;
    bottom: -8px;
  }
  .tsu-facts {
    grid-template-columns: 1fr 1fr;
    gap: 24px 0;
    padding-block: 26px;
  }
  .tsu-facts > div {
    padding-inline: 25px;
  }
  .tsu-facts > div:nth-child(odd) {
    padding-left: 0;
  }
  .tsu-facts > div:nth-child(even) {
    border-right: 0;
  }
  .tsu-facts dd strong {
    font-size: 20px;
  }
  .tsu-section-nav > div {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-block: 16px;
  }
  .tsu-section-nav a {
    min-height: 30px;
    padding: 0;
    font-size: 11px;
  }
  .tsu-section-nav a .tsu-icon {
    width: 18px;
    height: 18px;
  }
  .tsu-overview-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 30px;
  }
  .tsu-plan {
    padding: 25px;
  }
  .tsu-2026 main .tsu-plan-kicker {
    font-size: 40px;
  }
  .tsu-plan .home-button {
    font-size: 12px;
    padding-inline: 13px;
    gap: 10px;
  }
  .tsu-section-head {
    gap: 30px;
    align-items: start;
  }
  .tsu-section-head > p {
    max-width: 240px;
  }
  .tsu-skill-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .tsu-2026 main .tsu-skill h3 {
    min-height: 0;
  }
  .tsu-support-grid {
    gap: 35px;
    grid-template-columns: 1.1fr 1fr;
  }
  .tsu-support-benefits {
    padding-left: 28px;
  }
  .tsu-support-benefits li {
    font-size: 14px;
    gap: 10px;
  }
  .tsu-career-grid {
    gap: 35px;
  }
  .tsu-campus-photo img {
    height: 460px;
  }
  .tsu-photo-mark {
    font-size: 43px;
    left: 20px;
  }
  .tsu-campus-photo figcaption {
    left: 20px;
    font-size: 10px;
    line-height: 1.5;
  }
  .tsu-career-list li {
    gap: 15px;
    padding-block: 20px;
  }
  .tsu-2026 main .tsu-career-list h3 {
    font-size: 18px;
  }
  .tsu-format-grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 20px;
  }
  .tsu-duration,
  .tsu-graduation {
    padding: 28px;
  }
  .tsu-duration > div > strong {
    font-size: 115px;
  }
  .tsu-duration > div > span {
    font-size: 42px;
  }
  .tsu-degree-list {
    columns: 1;
  }
  .tsu-rvoe-card {
    padding: 25px;
  }
  .tsu-rvoe-card dl {
    grid-template-columns: 1fr 1fr;
    gap: 20px 14px;
  }
  .tsu-rvoe-card dl > div:first-child {
    grid-column: 1 / -1;
  }
  .tsu-admissions-grid {
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
  }
  .tsu-documents {
    padding: 28px;
  }
  .tsu-2026 main .tsu-documents h3 {
    font-size: 24px;
  }
  .tsu-step summary {
    font-size: 14px;
    gap: 12px;
  }
  .tsu-payment {
    padding: 24px;
    gap: 20px;
  }
  .tsu-payment-copy {
    gap: 15px;
  }
  .tsu-payment-copy > .tsu-icon {
    display: none;
  }
  .tsu-2026 main .tsu-payment h3 {
    font-size: 18px;
  }
  .tsu-contact-grid {
    gap: 40px;
    grid-template-columns: 1.3fr 1fr;
  }
  .tsu-contact-note {
    padding-left: 30px;
  }
  .tsu-contact-note > svg {
    width: 40px;
    height: 40px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .tsu-2026 .tsu-section {
    padding: 54px 0;
  }
  .tsu-2026 main h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .tsu-2026 main .tsu-eyebrow {
    font-size: 10px;
    letter-spacing: 1.3px;
    margin-bottom: 17px;
  }
  .tsu-breadcrumb {
    font-size: 9px;
    gap: 9px;
    padding-top: 20px;
  }
  .tsu-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 33px 0 40px;
  }
  .tsu-2026 .tsu-hero h1 {
    font-size: clamp(89px, 18vw, 112px);
    line-height: 0.91;
  }
  .tsu-hero h1 > span {
    font-size: 25px;
    margin-bottom: 14px;
  }
  .tsu-2026 .tsu-hero .tsu-eyebrow {
    font-size: 9px;
  }
  .tsu-2026 .tsu-hero .tsu-hero-lead {
    font-size: 20px;
  }
  .tsu-hero .tsu-actions {
    gap: 24px;
  }
  .tsu-hero-art {
    width: min(100%, 390px);
    justify-self: center;
    min-height: 360px;
    padding: 5px 24px 50px;
  }
  .tsu-art-ring {
    width: 285px;
    height: 285px;
    top: 0;
    right: 0;
  }
  .tsu-art-arrow {
    top: 4px;
    left: 0;
    width: 52px;
    height: 66px;
  }
  .tsu-art-label {
    bottom: 9px;
    right: 2px;
    padding: 14px 24px;
  }
  .tsu-anniversary {
    bottom: 0;
    left: 7px;
    width: 68px;
    height: 68px;
  }
  .tsu-portrait {
    border-top-left-radius: 100px;
  }
  .tsu-facts {
    gap: 23px 0;
  }
  .tsu-facts > div {
    padding-inline: 16px;
    justify-content: start;
  }
  .tsu-facts dt {
    font-size: 9px;
    letter-spacing: 1px;
  }
  .tsu-facts dd {
    font-size: 11px;
  }
  .tsu-facts dd strong {
    font-size: 18px;
  }
  .tsu-facts a {
    font-size: 12px;
    gap: 5px;
  }
  .tsu-facts a .tsu-icon {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }
  .tsu-section-nav > div {
    gap: 8px 22px;
    padding-block: 15px;
  }
  .tsu-section-nav a {
    min-height: 36px;
  }
  .tsu-overview-grid,
  .tsu-support-grid,
  .tsu-career-grid,
  .tsu-format-grid,
  .tsu-rvoe-grid,
  .tsu-admissions-grid,
  .tsu-contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .tsu-2026 main .tsu-lead {
    font-size: 17px;
  }
  .tsu-plan {
    padding: 28px;
  }
  .tsu-plan-top {
    margin-bottom: 24px;
  }
  .tsu-plan .home-button {
    font-size: 14px;
  }
  .tsu-section-head {
    display: block;
    margin-bottom: 28px;
  }
  .tsu-section-head > p {
    max-width: 100%;
    margin-top: 20px;
  }
  .tsu-skill-grid {
    gap: 14px;
  }
  .tsu-skill {
    padding: 23px 17px;
  }
  .tsu-skill > div {
    margin-bottom: 27px;
  }
  .tsu-2026 main .tsu-skill h3 {
    font-size: 17px;
    min-height: 42px;
  }
  .tsu-2026 main .tsu-skill p {
    font-size: 12px;
    line-height: 1.65;
  }
  .tsu-skill .tsu-icon {
    width: 31px;
    height: 31px;
  }
  .tsu-support {
    padding: 54px 0;
  }
  .tsu-support-benefits {
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid #ffffff40;
  }
  .tsu-support-benefits li {
    font-size: 16px;
  }
  .tsu-2026 .tsu-support-benefits p {
    padding-left: 34px;
    margin-top: 12px;
  }
  .tsu-career-grid > div {
    grid-row: 1;
  }
  .tsu-campus-photo img {
    height: 370px;
  }
  .tsu-career-list li {
    padding-block: 20px;
  }
  .tsu-2026 main .tsu-career-list h3 {
    font-size: 21px;
  }
  .tsu-duration {
    padding: 30px;
  }
  .tsu-duration > div:not(.tsu-modality) {
    margin-bottom: 18px;
  }
  .tsu-duration > div > strong {
    font-size: 115px;
  }
  .tsu-duration .tsu-modality > strong {
    font-size: 24px;
  }
  .tsu-degree-list {
    columns: 1;
  }
  .tsu-rvoe-grid {
    gap: 18px;
  }
  .tsu-rvoe-card {
    padding: 28px;
  }
  .tsu-rvoe-card dl > div:first-child {
    grid-column: auto;
  }
  .tsu-2026 main .tsu-rvoe-card h3 {
    font-size: 27px;
  }
  .tsu-rvoe-card dl {
    grid-template-columns: 1fr 1.2fr;
  }
  .tsu-2026 main .tsu-campus-help {
    text-align: left;
  }
  .tsu-campus-help a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  .tsu-step summary {
    min-height: 65px;
    font-size: 14px;
  }
  .tsu-documents {
    padding: 28px;
  }
  .tsu-payment {
    flex-direction: column;
    align-items: start;
    margin-top: 32px;
    padding: 25px;
  }
  .tsu-payment > a {
    width: 100%;
  }
  .tsu-contact {
    padding: 55px 0;
  }
  .tsu-2026 .tsu-contact h2 {
    font-size: clamp(55px, 12vw, 75px);
  }
  .tsu-contact-note {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid #ffffff40;
  }
  .tsu-contact-note > svg {
    width: 65px;
    height: 65px;
    top: 30px;
  }
  .tsu-contact-note dl {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 35px;
  }
  .tsu-contact-note dl > div {
    margin-top: 0;
  }
  .tsu-2026 main .tsu-contact-note h3 {
    font-size: 24px;
  }
}
@media (max-width: 359px) {
  .tsu-2026 main h2 {
    font-size: 31px;
  }
  .tsu-skill-grid {
    grid-template-columns: 1fr;
  }
  .tsu-2026 main .tsu-skill h3 {
    min-height: 0;
  }
  .tsu-skill > div {
    margin-bottom: 18px;
  }
  .tsu-hero-art {
    min-height: 315px;
    padding-inline: 12px;
  }
  .tsu-art-ring {
    width: 240px;
    height: 240px;
  }
  .tsu-art-label {
    padding: 12px 18px;
  }
  .tsu-art-label strong {
    font-size: 27px;
  }
  .tsu-anniversary {
    width: 55px;
    height: 55px;
  }
  .tsu-rvoe-card,
  .tsu-graduation,
  .tsu-documents,
  .tsu-plan {
    padding: 24px;
  }
  .tsu-duration {
    padding: 25px;
  }
  .tsu-rvoe-card dd {
    font-size: 13px;
  }
}
/* Variants for program-name lengths and campus counts. */
.tsu-2026 .tsu-hero h1.tsu-title--single {
  font-size: clamp(64px, 7.7vw, 110px);
}
.tsu-2026 .tsu-hero h1.tsu-title--long {
  font-size: clamp(62px, 6.5vw, 92px);
}
.tsu-title-qualifier {
  display: block;
  max-width: 460px;
  margin-top: 22px;
  font:
    700 19px/1.4 "UM TSU",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 0;
}
.tsu-duration--months > div:not(.tsu-modality) {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: baseline;
}
.tsu-duration--months > div > span {
  font-size: 40px;
}
.tsu-duration--months .tsu-icon {
  width: 35px;
  height: 35px;
}
.tsu-2026 main .tsu-duration--months .tsu-intensive {
  margin: -6px 0 22px;
  font-weight: 400;
}
.tsu-career-photo img {
  object-position: center;
}
.tsu-rvoe-grid--single {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .tsu-rvoe-grid--single .tsu-rvoe-card {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    column-gap: 40px;
    align-items: center;
  }
  .tsu-rvoe-grid--single .tsu-campus-heading {
    grid-column: 1;
  }
  .tsu-2026 main .tsu-rvoe-grid--single h3 {
    grid-column: 1;
    margin-bottom: 0;
  }
  .tsu-rvoe-grid--single dl {
    grid-column: 2;
    grid-row: 1 / 3;
    grid-template-columns: 1fr 1fr 1.25fr;
    border-top: 0;
    border-left: 1px solid #d4e2eb;
    padding: 16px 0 16px 30px;
  }
  .tsu-rvoe-grid--single dl > div:first-child {
    grid-column: auto;
  }
}
@media (max-width: 991px) {
  .tsu-title-qualifier {
    font-size: 16px;
  }
  .tsu-duration--months > div > span {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .tsu-2026 .tsu-hero h1.tsu-title--single {
    font-size: clamp(64px, 20vw, 106px);
  }
  .tsu-2026 .tsu-hero h1.tsu-title--long {
    font-size: clamp(49px, 16.5vw, 74px);
  }
  .tsu-title-qualifier {
    max-width: 370px;
    font-size: 17px;
    margin-top: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tsu-2026 *,
  .tsu-2026 *:before,
  .tsu-2026 *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* TSU accents: practical learning, cyan highlights and a light closing section. */
.tsu-hero-grid > * {
  min-width: 0;
}
.tsu-2026 .tsu-hero h1 {
  font-size: clamp(64px, 5.9vw, 85px);
  line-height: 0.98;
  overflow-wrap: normal;
}
.tsu-2026 .tsu-hero h1.tsu-title--single {
  font-size: clamp(64px, 6.1vw, 88px);
}
.tsu-hero h1 > span {
  max-width: 420px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 1.7px;
  margin-bottom: 22px;
}
.tsu-2026 .tsu-hero .tsu-eyebrow {
  display: inline-flex;
  padding: 8px 12px;
  background: #00447b;
  border-left: 3px solid var(--um-cyan);
  border-radius: 0 4px 4px 0;
}
.tsu-art-ring {
  border-radius: 35px 110px 35px 110px;
  transform: rotate(-9deg);
  border-width: 48px;
}
.tsu-portrait {
  border-radius: 12px 90px 12px 12px;
  transform: rotate(2deg);
}
.tsu-art-label {
  right: 8px;
  transform: rotate(-3deg);
}
.tsu-facts {
  grid-template-columns: 1.05fr 0.8fr 1fr 1fr;
}
.tsu-facts dd strong {
  font-size: 21px;
}
.tsu-plan {
  background: #e9f8fc;
  border-color: #b4e4f1;
  border-top: 5px solid var(--um-cyan);
}
.tsu-skills,
.tsu-admissions {
  background: #f2f8fc;
}
.tsu-skill-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tsu-skill-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tsu-skill {
  border-top-color: var(--um-cyan);
  border-radius: 4px;
}
.tsu-2026 main .tsu-skill h3 {
  min-height: 0;
}
.tsu-support {
  background: #fff4cc;
}
.tsu-2026 .tsu-support h2,
.tsu-2026 .tsu-support h2 em,
.tsu-2026 .tsu-support .tsu-eyebrow,
.tsu-2026 .tsu-support p,
.tsu-support-benefits li,
.tsu-support-benefits .tsu-icon {
  color: #10354d;
}
.tsu-2026 .tsu-support h2 em {
  display: inline;
  background: var(--um-blue);
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 5px;
}
.tsu-support-benefits {
  border-color: #10354d40;
}
.tsu-support-benefits li {
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.55;
}
.tsu-support-benefits .tsu-icon {
  margin-top: 2px;
}
.tsu-career-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
  gap: 65px;
}
.tsu-field-image {
  overflow: hidden;
  margin: 30px 0 0;
  border-radius: 6px 50px 6px 6px;
  background: var(--um-blue);
  border-bottom: 7px solid var(--um-cyan);
}
.tsu-field-image img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.tsu-field-image figcaption {
  padding: 17px 22px;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
}
.tsu-career-list {
  margin-top: 0;
}
.tsu-career-list li {
  align-items: flex-start;
  gap: 20px;
}
.tsu-career-list li > span {
  padding-top: 3px;
}
.tsu-2026 main .tsu-career-list h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.tsu-2026 main .tsu-career-list p {
  font-size: 14px;
  margin: 0;
}
.tsu-format {
  background: #edf8fb;
}
.tsu-duration > div:not(.tsu-modality) {
  gap: 14px;
}
.tsu-duration > div > span {
  font-size: 40px;
}
.tsu-duration > div > span small {
  display: block;
  font-size: 30px;
  margin-top: 8px;
}
.tsu-duration .tsu-icon {
  width: 38px;
  height: 38px;
  flex-basis: 38px;
}
.tsu-2026 main .tsu-duration .tsu-intensive {
  margin-bottom: 22px;
  font-weight: 400;
}
.tsu-process-route {
  background: #fff;
  border: 1px solid #cbdde9;
  border-radius: 6px;
  margin-bottom: 18px;
}
.tsu-process-route > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 20px 25px;
  color: var(--um-blue);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.tsu-process-route > summary::-webkit-details-marker {
  display: none;
}
.tsu-process-route > summary > span {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
}
.tsu-process-route[open] > summary > span {
  transform: rotate(45deg);
}
.tsu-enrollment-steps {
  margin: 0;
  padding: 0 25px 10px;
  list-style: none;
  counter-reset: enrollment;
}
.tsu-enrollment-steps li {
  position: relative;
  padding: 19px 0 0 35px;
  border-top: 1px solid #dce7ef;
  counter-increment: enrollment;
}
.tsu-enrollment-steps li:before {
  content: counter(enrollment, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 20px;
  color: var(--um-blue);
  font-size: 12px;
  font-weight: 700;
}
.tsu-enrollment-steps strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.tsu-2026 main .tsu-enrollment-steps p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 19px;
}
.tsu-contact {
  background: #dff4fa;
}
.tsu-2026 .tsu-contact .tsu-eyebrow,
.tsu-2026 .tsu-contact h2,
.tsu-2026 .tsu-contact h2 em,
.tsu-2026 main .tsu-contact-note h3 {
  color: var(--um-blue);
}
.tsu-2026 .tsu-contact p,
.tsu-contact-note,
.tsu-contact-note dd {
  color: #274b61;
}
.tsu-contact-note {
  border-color: #005fab30;
}
.tsu-contact-note > svg {
  color: var(--um-blue);
}
.tsu-2026 .tsu-contact :is(a, button):focus-visible {
  outline-color: var(--um-blue);
}
@media (max-width: 991px) {
  .tsu-2026 .tsu-hero h1,
  .tsu-2026 .tsu-hero h1.tsu-title--single {
    font-size: 58px;
  }
  .tsu-hero h1 > span {
    font-size: 20px;
  }
  .tsu-facts,
  .tsu-skill-grid,
  .tsu-skill-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tsu-art-ring {
    border-width: 35px;
  }
  .tsu-portrait {
    border-radius: 10px 60px 10px 10px;
  }
  .tsu-career-grid {
    gap: 35px;
  }
  .tsu-field-image img {
    height: 200px;
  }
  .tsu-duration .tsu-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .tsu-2026 .tsu-hero h1,
  .tsu-2026 .tsu-hero h1.tsu-title--single {
    font-size: clamp(48px, 13.8vw, 78px);
  }
  .tsu-hero h1 > span {
    font-size: 22px;
    max-width: 300px;
    margin-bottom: 18px;
  }
  .tsu-career-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .tsu-support-benefits,
  .tsu-contact-note {
    border-top-color: #005fab30;
  }
  .tsu-2026 main .tsu-skill p {
    font-size: 13px;
  }
  .tsu-duration .tsu-icon {
    display: block;
  }
  .tsu-facts dd strong {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .tsu-skill-grid,
  .tsu-skill-grid--four {
    grid-template-columns: 1fr;
  }
  .tsu-skill > div {
    margin-bottom: 18px;
  }
  .tsu-skill {
    padding: 24px;
  }
  .tsu-process-route > summary {
    padding-inline: 20px;
    font-size: 15px;
  }
  .tsu-enrollment-steps {
    padding-inline: 20px;
  }
}
@media (max-width: 359px) {
  .tsu-2026 .tsu-hero h1.tsu-title--extended {
    font-size: 46px;
  }
}
