.busn5000-hub {
  --hub-red: #ba0c2f;
  --hub-red-dark: #8f0924;
  --hub-blue: #004e60;
  --hub-blue-dark: #07343e;
  --hub-teal: #00a3ad;
  --hub-ink: #172126;
  --hub-muted: #56656b;
  --hub-mist: #eef4f4;
  --hub-paper: #ffffff;
  --hub-rule: #d8e1e2;
  --hub-font: "Merriweather Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--hub-ink);
  font-family: var(--hub-font);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  max-width: none;
  padding: 0;
}

.busn5000-hub *,
.busn5000-hub *::before,
.busn5000-hub *::after {
  box-sizing: border-box;
}

.busn5000-hub h1,
.busn5000-hub h2,
.busn5000-hub h3,
.busn5000-hub p,
.busn5000-hub dl,
.busn5000-hub ol {
  margin-top: 0;
}

.busn5000-hub h1,
.busn5000-hub h2,
.busn5000-hub h3 {
  border: 0 !important;
  color: inherit;
  font-family: var(--hub-font);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  padding: 0 !important;
}

.busn5000-hub a {
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.busn5000-hub a:focus-visible {
  outline: 3px solid var(--hub-teal);
  outline-offset: 4px;
}

.hub-shell {
  margin-inline: auto;
  max-width: 1120px;
  width: calc(100% - 3rem);
}

.hub-visually-hidden {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.hub-skip-link {
  background: var(--hub-paper);
  color: var(--hub-blue);
  font-weight: 700;
  left: 1rem;
  padding: 0.7rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 1000;
}

.hub-skip-link:focus {
  top: 1rem;
}

.hub-hero {
  background:
    radial-gradient(circle at 88% 15%, rgba(0, 163, 173, 0.2), transparent 28rem),
    linear-gradient(120deg, #082f38 0%, var(--hub-blue) 48%, #063c47 100%);
  border-top: 7px solid var(--hub-red);
  color: var(--hub-paper);
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7.5rem) 0 clamp(7rem, 11vw, 10rem);
  position: relative;
}

.hub-hero::after {
  background: linear-gradient(90deg, var(--hub-red) 0 30%, var(--hub-teal) 30% 43%, transparent 43%);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
}

.hub-hero__inner {
  position: relative;
  z-index: 1;
}

.hub-eyebrow {
  align-items: center;
  color: #d5e9eb;
  display: flex;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 0.8rem;
  letter-spacing: 0.14em;
  margin-bottom: 1.4rem;
  text-transform: uppercase;
}

.hub-eyebrow span {
  background: var(--hub-red);
  color: var(--hub-paper);
  padding: 0.45rem 0.7rem 0.38rem;
}

.busn5000-hub .hub-hero h1 {
  color: var(--hub-paper);
  font-size: clamp(2.7rem, 6.6vw, 5.4rem);
  letter-spacing: -0.055em;
  margin-bottom: 1.5rem;
  max-width: 980px;
}

.hub-hero__lede {
  color: #d8e8ea;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 780px;
}

.hub-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-bottom: 0;
}

.hub-hero__facts div {
  border-left: 2px solid rgba(255, 255, 255, 0.28);
  padding-left: 0.9rem;
}

.hub-hero__facts dt {
  color: #9fc5c9;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 0.15rem;
  text-transform: uppercase;
}

.hub-hero__facts dd {
  color: var(--hub-paper);
  font-size: 0.94rem;
  font-weight: 600;
  margin: 0;
}

.hub-resources {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -3.75rem;
  position: relative;
  z-index: 3;
}

.hub-resource {
  align-items: center;
  background: var(--hub-paper);
  border: 1px solid var(--hub-rule);
  border-right: 0;
  box-shadow: 0 20px 45px -35px rgba(3, 38, 47, 0.65);
  color: var(--hub-ink) !important;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr auto;
  min-height: 132px;
  padding: 1.45rem;
  text-decoration: none !important;
}

.hub-resource:first-of-type {
  border-radius: 5px 0 0 5px;
}

.hub-resource:last-of-type {
  border-radius: 0 5px 5px 0;
  border-right: 1px solid var(--hub-rule);
}

.hub-resource:hover {
  background: #f7fbfb;
  color: var(--hub-blue) !important;
  transform: translateY(-4px);
}

.hub-resource__number {
  color: var(--hub-red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.hub-resource__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.hub-resource__body strong {
  font-size: 1.05rem;
}

.hub-resource__body span {
  color: var(--hub-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hub-resource__arrow {
  color: var(--hub-teal);
  font-size: 1.35rem;
  font-weight: 700;
}

.hub-section {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.hub-section__label {
  color: var(--hub-red);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.busn5000-hub .hub-section h2,
.busn5000-hub .hub-contact h2 {
  color: var(--hub-blue-dark);
  font-size: clamp(2rem, 4.4vw, 3.5rem);
  margin-bottom: 1rem;
}

.hub-about {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 7vw, 6rem);
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
}

.hub-about__copy p {
  color: var(--hub-muted);
  font-size: 1rem;
  line-height: 1.85;
}

.hub-about__copy .hub-lead {
  color: var(--hub-ink);
  font-size: clamp(1.15rem, 2vw, 1.38rem);
  font-weight: 500;
  line-height: 1.7;
}

.hub-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2rem;
}

.hub-pillars span {
  background: var(--hub-mist);
  border-left: 3px solid var(--hub-teal);
  color: var(--hub-blue-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 0.65rem 0.85rem;
  text-transform: uppercase;
}

.hub-section--outcomes {
  background: var(--hub-mist);
}

.hub-section__heading {
  align-items: end;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
}

.hub-section__heading > p {
  color: var(--hub-muted);
  line-height: 1.8;
  margin-bottom: 0.4rem;
}

.hub-outcome-list {
  counter-reset: outcome;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin-bottom: 0;
  padding: 1px;
}

.hub-outcome-list li {
  background: var(--hub-paper);
  counter-increment: outcome;
  min-height: 122px;
  padding: 2rem 1.8rem 1.8rem 4.75rem;
  position: relative;
}

.hub-outcome-list li::before {
  color: var(--hub-red);
  content: counter(outcome, decimal-leading-zero);
  font-size: 0.78rem;
  font-weight: 800;
  left: 1.8rem;
  letter-spacing: 0.08em;
  position: absolute;
  top: 2.05rem;
}

.hub-section--outline {
  background: var(--hub-blue-dark);
  color: var(--hub-paper);
}

.hub-section__heading--light h2,
.busn5000-hub .hub-section__heading--light h2 {
  color: var(--hub-paper);
}

.hub-section__heading--light > p {
  color: #bad2d5;
}

.hub-outline-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}

.hub-outline-card {
  background: var(--hub-paper);
  border-top: 5px solid var(--hub-teal);
  color: var(--hub-ink);
  padding: clamp(1.7rem, 4vw, 2.7rem);
}

.hub-outline-card:nth-child(2) {
  border-top-color: var(--hub-red);
}

.hub-outline-card__part {
  color: var(--hub-red);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.busn5000-hub .hub-outline-card h3 {
  color: var(--hub-blue-dark);
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
  margin-bottom: 1.6rem;
}

.hub-outline-card ol {
  counter-reset: topic;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.hub-outline-card li {
  border-top: 1px solid var(--hub-rule);
  counter-increment: topic;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: 2rem 1fr;
  padding: 0.85rem 0;
}

.hub-outline-card li::before {
  color: var(--hub-teal);
  content: counter(topic, decimal-leading-zero);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding-top: 0.15rem;
}

.hub-outline-card:nth-child(2) li::before {
  color: var(--hub-red);
}

.hub-contact {
  background: #f7f5f2;
  border-bottom: 1px solid #e3ded7;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.hub-contact__inner {
  align-items: end;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.hub-contact__inner > div:first-child > p:last-child {
  color: var(--hub-muted);
  margin-bottom: 0;
}

.hub-contact__details {
  border-left: 3px solid var(--hub-red);
  display: grid;
  gap: 1rem;
  grid-template-columns: 1.25fr 1fr;
  padding-left: 1.4rem;
}

.hub-contact__details p {
  font-size: 0.82rem;
  line-height: 1.65;
  margin-bottom: 0;
}

.hub-contact__details strong {
  color: var(--hub-blue-dark);
}

.hub-contact__details a {
  color: var(--hub-red);
  font-weight: 700;
}

#main:has(.busn5000-hub),
.splash:has(.busn5000-hub),
.page__content:has(.busn5000-hub) {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

@media (max-width: 860px) {
  .hub-resources {
    grid-template-columns: 1fr;
    margin-top: -2.75rem;
  }

  .hub-resource,
  .hub-resource:first-of-type,
  .hub-resource:last-of-type {
    border: 1px solid var(--hub-rule);
    border-bottom: 0;
    border-radius: 0;
    min-height: 106px;
  }

  .hub-resource:first-of-type {
    border-radius: 5px 5px 0 0;
  }

  .hub-resource:last-of-type {
    border-bottom: 1px solid var(--hub-rule);
    border-radius: 0 0 5px 5px;
  }

  .hub-about,
  .hub-section__heading,
  .hub-contact__inner {
    grid-template-columns: 1fr;
  }

  .hub-section__heading {
    gap: 0.5rem;
  }
}

@media (max-width: 680px) {
  .hub-shell {
    width: calc(100% - 2rem);
  }

  .hub-hero {
    padding-bottom: 6rem;
  }

  .busn5000-hub .hub-hero h1 br {
    display: none;
  }

  .hub-hero__facts {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .hub-outcome-list,
  .hub-outline-grid {
    grid-template-columns: 1fr;
  }

  .hub-contact__details {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .busn5000-hub a {
    transition: none;
  }
}
