:root {
  --mhh-ink: #071426;
  --mhh-ink-2: #0d2135;
  --mhh-paper: #f5f1e9;
  --mhh-white: #fffdf8;
  --mhh-coral: #ff5268;
  --mhh-coral-dark: #dc2f4b;
  --mhh-cyan: #65dce3;
  --mhh-lime: #cce85b;
  --mhh-gold: #e5b55a;
  --mhh-line: rgba(7, 20, 38, 0.14);
  --mhh-max: 1240px;
  --mhh-font-display: "Plus Jakarta Sans", sans-serif;
  --mhh-font-body: "DM Sans", sans-serif;
}

.mhh *,
.mhh *::before,
.mhh *::after,
.mhh-announcement *,
.mhh-home-feature * {
  box-sizing: border-box;
}

.mhh-page .page-header,
.mhh-page .entry-title {
  display: none !important;
}

.mhh-page .site-main,
.mhh-page .site-main > article,
.mhh-page .page-content,
.mhh-page .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}

.mhh-page #masthead {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
  height: 88px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(3, 12, 25, 0.9);
  backdrop-filter: blur(16px);
}

.mhh-page #masthead > .elementor,
.mhh-page #masthead .elementor-element-55770514 {
  height: 88px !important;
  min-height: 88px !important;
}

.mhh-page #masthead .elementor-element-55770514 {
  padding: 0 24px !important;
}

.mhh-page #masthead .elementor-element-55770514 > .e-con-inner {
  width: min(100%, 1320px) !important;
  height: 88px !important;
  padding: 0 !important;
}

.mhh-page #masthead .elementor-element-370e2d74 {
  position: relative !important;
  inset: auto !important;
  width: min(100%, 1320px) !important;
  height: 88px !important;
  min-height: 88px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  align-items: center !important;
}

.mhh-page #masthead .elementor-element-77cefdcc {
  flex: 0 0 136px !important;
  width: 136px !important;
}

.mhh-page #masthead .elementor-element-77cefdcc img {
  display: block;
  width: 136px !important;
  height: auto !important;
  max-height: 76px;
  object-fit: contain;
}

.mhh-page #masthead .elementor-element-1d7ee312,
.mhh-page #masthead .jkit-menu-wrapper {
  height: 88px !important;
}

.mhh-page #masthead .elementor-element-1d7ee312 {
  flex: 1 1 auto !important;
  width: auto !important;
  margin-left: 18px;
}

.mhh-page #masthead .jkit-menu-wrapper .jkit-menu {
  justify-content: flex-end;
}

.mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li > a {
  height: 88px !important;
  padding: 0 clamp(8px, 0.9vw, 14px) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: var(--mhh-font-display) !important;
  font-size: clamp(11px, 0.84vw, 13px) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap;
}

.mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li > a:hover,
.mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a {
  color: #fff !important;
}

.mhh-page #masthead .elementor-element-6b104895 {
  display: none !important;
}

.mhh,
.mhh input,
.mhh select {
  font-family: var(--mhh-font-body);
}

.mhh {
  background: var(--mhh-white);
  color: var(--mhh-ink);
  overflow: clip;
}

.mhh a {
  color: inherit;
  text-decoration: none;
}

.mhh button,
.mhh input,
.mhh select {
  font-size: inherit;
}

.mhh button {
  cursor: pointer;
}

.mhh-shell {
  width: min(calc(100% - 48px), var(--mhh-max));
  margin-inline: auto;
}

.mhh-kicker,
.mhh-overline,
.mhh-form__step-label {
  margin: 0 0 18px;
  color: var(--mhh-coral-dark);
  font-family: var(--mhh-font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mhh h1,
.mhh h2,
.mhh h3,
.mhh p,
.mhh dl,
.mhh dd {
  margin-top: 0;
}

.mhh h1,
.mhh h2,
.mhh h3,
.mhh h4,
.mhh h5,
.mhh h6 {
  font-family: var(--mhh-font-display);
}

.mhh h1 {
  font-weight: 700;
  text-transform: none !important;
}

.mhh h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.04;
  text-transform: none !important;
}

.mhh h3 {
  font-weight: 600;
}

.mhh h4,
.mhh h5,
.mhh h6 {
  font-weight: 600;
}

.mhh-section {
  padding: 120px 0;
}

.mhh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--mhh-font-display);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.mhh-button:hover,
.mhh-button:focus-visible {
  transform: translateY(-2px);
}

.mhh-button--coral {
  background: var(--mhh-coral);
  color: #fff !important;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.18);
}

.mhh-button--coral:hover,
.mhh-button--coral:focus-visible {
  background: #ff6b7d;
}

.mhh-button--ghost {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(7, 20, 38, 0.24);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.mhh-button--ink {
  background: var(--mhh-ink);
  color: #fff !important;
}

.mhh :focus-visible,
.mhh-announcement:focus-visible,
.mhh-home-feature :focus-visible {
  outline: 3px solid var(--mhh-cyan);
  outline-offset: 3px;
}

/* Homepage discovery */
.mhh-announcement {
  position: relative;
  z-index: 1001;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  min-height: 48px;
  padding: 8px max(24px, calc((100vw - 1240px) / 2));
  background: var(--mhh-ink);
  color: #fff !important;
  font-family: var(--mhh-font-body);
  text-decoration: none !important;
}

.mhh-announcement__status,
.mhh-announcement__action {
  font-family: var(--mhh-font-display);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-announcement__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mhh-cyan);
}

.mhh-announcement__status i,
.mhh-live i,
.mhh-home-feature__signal i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mhh-coral);
  box-shadow: 0 0 0 5px rgba(255, 82, 104, 0.15);
  animation: mhh-pulse 2.2s ease-out infinite;
}

.mhh-announcement__message {
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 13px;
}

.mhh-announcement__message strong {
  text-transform: uppercase;
}

.mhh-announcement__message span {
  color: rgba(255, 255, 255, 0.68);
}

.mhh-announcement__action {
  white-space: nowrap;
}

.mhh-announcement:hover .mhh-announcement__action b {
  display: inline-block;
  transform: translateX(4px);
}

.mhh-menu-item > a {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
}

.mhh-menu-item > a::after,
.mhh-menu-item > a > span {
  content: "2026";
  padding: 3px 5px;
  border-radius: 2px;
  background: var(--mhh-coral);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
}

@media (min-width: 1025px) {
  .mhh-menu-item > a {
    color: #fff !important;
  }

  /* Homepage header: stop absolute full-bleed row from colliding with nav/CTA */
  .home #masthead .elementor-element-55770514 {
    padding: 0 24px !important;
  }

  .home #masthead .elementor-element-55770514 > .e-con-inner {
    width: min(100%, 1320px) !important;
    max-width: 1320px !important;
    height: 88px !important;
    margin-inline: auto !important;
    padding: 0 !important;
  }

  .home #masthead .elementor-element-370e2d74 {
    position: relative !important;
    inset: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 88px !important;
    min-height: 88px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
  }

  .home #masthead .elementor-element-77cefdcc {
    flex: 0 0 118px !important;
    width: 118px !important;
    max-width: 118px !important;
    margin: 0 !important;
  }

  .home #masthead .elementor-element-77cefdcc img {
    display: block;
    width: 118px !important;
    max-width: 118px !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain;
  }

  .home #masthead .elementor-element-1d7ee312 {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    height: 88px !important;
  }

  .home #masthead .jkit-menu-wrapper {
    height: 88px !important;
  }

  .home #masthead .jkit-menu-wrapper .jkit-menu {
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .home #masthead .jkit-menu-wrapper .jkit-menu > li > a,
  .home #masthead .jkit-menu-wrapper .jkit-menu > li.current-menu-item > a,
  .home #masthead .elementor-element-1d7ee312 .jeg-elementor-kit .jkit-menu > li > a {
    height: 88px !important;
    padding: 0 clamp(6px, 0.65vw, 11px) !important;
    color: #fff !important;
    font-family: var(--mhh-font-display) !important;
    font-size: clamp(11px, 0.78vw, 12.5px) !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap !important;
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.3);
  }

  .home #masthead .elementor-element-1d7ee312 .jeg-elementor-kit {
    font-family: var(--mhh-font-display) !important;
  }

  .home #masthead .elementor-element-6b104895 {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 190px !important;
    margin: 0 0 0 4px !important;
    overflow: visible !important;
  }

  .home #masthead .elementor-element-6b104895 .elementor-widget-container,
  .home #masthead .elementor-element-6b104895 .jeg-elementor-kit,
  .home #masthead .elementor-element-6b104895 .jkit-button {
    width: auto !important;
    max-width: 100% !important;
  }

  .home #masthead .elementor-element-6b104895 .jkit-button-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 40px !important;
    padding: 0 14px !important;
    font-family: var(--mhh-font-display) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  .home #masthead .elementor-element-6b104895 .jkit-button-wrapper span {
    white-space: nowrap !important;
  }

  .mhh-announcement__message strong {
    font-family: var(--mhh-font-display);
    font-weight: 700;
  }
}

@media (min-width: 1025px) and (max-width: 1120px) {
  .mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li > a {
    padding-inline: 6px !important;
    font-size: 10.5px !important;
    letter-spacing: 1.2px !important;
  }
}

.mhh-home-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  width: min(calc(100% - 48px), 1240px);
  margin: 110px auto;
  border: 1px solid rgba(101, 220, 227, 0.2);
  background: var(--mhh-ink-2);
  color: #fff;
  font-family: var(--mhh-font-body);
  box-shadow: 0 28px 80px rgba(7, 20, 38, 0.12);
}

.mhh-home-feature__visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.08), transparent 50%),
    var(--mhh-home-image) center / cover no-repeat;
}

.mhh-home-feature__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(101, 220, 227, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 220, 227, 0.16) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(135deg, transparent 20%, #000 100%);
}

.mhh-home-feature__index,
.mhh-home-feature__signal {
  position: absolute;
  z-index: 2;
  top: 24px;
  padding: 9px 12px;
  background: rgba(7, 20, 38, 0.88);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mhh-home-feature__index {
  left: 24px;
}

.mhh-home-feature__signal {
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.mhh-home-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px;
  background:
    radial-gradient(circle at 100% 0, rgba(101, 220, 227, 0.12), transparent 34%),
    var(--mhh-ink-2);
}

.mhh-home-feature .mhh-kicker {
  color: var(--mhh-cyan);
}

.mhh-home-feature h2 {
  margin: 0 0 24px;
  color: #fff !important;
  font-family: var(--mhh-font-display);
  font-size: clamp(42px, 4.2vw, 66px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.mhh-home-feature__content > p:not(.mhh-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.75;
}

.mhh-home-feature__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 32px;
}

.mhh-text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}

.mhh-home-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 46px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.mhh-home-stats div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mhh-home-stats dt {
  font-family: var(--mhh-font-display);
  font-size: 23px;
  font-weight: 700;
}

.mhh-home-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mhh-context-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--mhh-ink);
}

.mhh-context-row a {
  position: relative;
  min-height: 130px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff !important;
  font-family: var(--mhh-font-display);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.mhh-context-row a:last-child {
  border-right: 0;
}

.mhh-context-row span {
  display: block;
  margin-bottom: 12px;
  color: var(--mhh-cyan);
  font-family: var(--mhh-font-body);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mhh-context-row b {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--mhh-coral);
}

/* Hackathon hero */
.mhh-hero {
  position: relative;
  min-height: 900px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 12, 25, 0.98) 0%, rgba(3, 12, 25, 0.9) 36%, rgba(3, 12, 25, 0.22) 74%, rgba(3, 12, 25, 0.14) 100%),
    var(--mhh-hero-image) 58% center / cover no-repeat;
  color: #fff;
}

.mhh-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(transparent, rgba(3, 12, 25, 0.82));
  pointer-events: none;
}

.mhh-hero__grid,
.mhh-final__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(101, 220, 227, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 220, 227, 0.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  pointer-events: none;
}

.mhh-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 760px) 230px;
  justify-content: space-between;
  align-items: end;
  gap: 56px;
  padding-top: 120px;
}

.mhh-overline {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.mhh-overline span {
  padding: 6px 9px;
  background: var(--mhh-coral);
  color: #fff;
}

.mhh-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(52px, 6.3vw, 90px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.mhh-hero h1 em {
  display: block;
  color: var(--mhh-cyan);
  font-style: normal;
}

.mhh-hero__lede {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.mhh-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.mhh-event-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 940px;
  margin: 48px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.mhh-event-facts div {
  padding: 20px 22px 0 0;
}

.mhh-event-facts dt {
  font-family: var(--mhh-font-display);
  font-size: 15px;
  font-weight: 700;
}

.mhh-event-facts dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  text-transform: uppercase;
}

.mhh-hero__status {
  padding: 24px;
  border-top: 2px solid var(--mhh-cyan);
  background: rgba(5, 18, 34, 0.78);
  backdrop-filter: blur(12px);
}

.mhh-live {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--mhh-cyan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-hero__status p {
  margin: 30px 0 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mhh-hero__status strong {
  display: block;
  font-family: var(--mhh-font-display);
  font-size: 50px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.mhh-hero__status > span:not(.mhh-live) {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.4;
}

.mhh-hero__status a {
  display: inline-block;
  margin-top: 28px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.mhh-scroll-cue {
  position: absolute;
  z-index: 3;
  right: 32px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.mhh-scroll-cue span {
  width: 1px;
  height: 48px;
  background: var(--mhh-coral);
}

/* Narrative sections */
.mhh-two-col,
.mhh-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 80px;
}

.mhh-challenge-statement {
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(7, 20, 38, 0.07) 50%, transparent 50.1%),
    var(--mhh-white);
}

.mhh-prose {
  padding-top: 38px;
}

.mhh-prose p,
.mhh-heading-row > p,
.mhh-who-intro > p:last-child,
.mhh-expo__copy > p:last-child {
  color: #5d6874;
  font-size: 17px;
  line-height: 1.75;
}

.mhh-prose .mhh-emphasis {
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--mhh-line);
  color: var(--mhh-ink);
  font-family: var(--mhh-font-display);
  font-size: 22px;
  font-weight: 600;
}

.mhh-section--ink {
  position: relative;
  background: var(--mhh-ink);
  color: #fff;
}

.mhh-section--ink::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: repeating-linear-gradient(135deg, transparent 0 34px, rgba(101, 220, 227, 0.16) 34px 35px);
  mask-image: linear-gradient(90deg, transparent 35%, #000);
}

.mhh-section--ink .mhh-shell {
  position: relative;
}

.mhh-heading-row {
  align-items: end;
  margin-bottom: 58px;
}

.mhh-heading-row > p {
  margin-bottom: 0;
}

.mhh-section--ink .mhh-heading-row > p {
  color: rgba(255, 255, 255, 0.58);
}

.mhh-track-rule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.mhh-track-rule > div {
  min-height: 106px;
  padding: 24px 28px;
}

.mhh-track-rule > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.mhh-track-rule span,
.mhh-track__details-label,
.mhh-track__guidance span {
  display: block;
  margin-bottom: 10px;
  color: var(--mhh-cyan);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mhh-track-rule strong {
  font-family: var(--mhh-font-display);
  font-size: 17px;
  line-height: 1.4;
}

.mhh-track-rule p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

.mhh-track-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mhh-competition-model {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.mhh-competition-model > div {
  min-height: 190px;
  padding: 24px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mhh-competition-model span {
  color: var(--mhh-coral);
  font-size: 10px;
  font-weight: 700;
}

.mhh-competition-model strong {
  display: block;
  margin-top: 46px;
  font-family: var(--mhh-font-display);
  font-size: 16px;
  line-height: 1.25;
}

.mhh-competition-model p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.5;
}

.mhh-process {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mhh-process li {
  position: relative;
  min-height: 240px;
  padding: 28px 18px 22px;
  border-top: 2px solid var(--mhh-ink);
  border-right: 1px solid var(--mhh-line);
}

.mhh-process li::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--mhh-coral);
  transform: rotate(45deg);
}

.mhh-process span {
  color: var(--mhh-coral-dark);
  font-size: 11px;
  font-weight: 700;
}

.mhh-process h3 {
  margin: 74px 0 12px;
  font-size: 19px;
}

.mhh-process p {
  margin: 0;
  color: #65707a;
  font-size: 12px;
  line-height: 1.55;
}

.mhh-dates {
  background: var(--mhh-paper);
}

.mhh-dates__layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.mhh-dates__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.mhh-dates__intro p:last-child {
  max-width: 360px;
  margin-top: 26px;
  color: #68737d;
  line-height: 1.7;
}

.mhh-date-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mhh-line);
  list-style: none;
}

.mhh-date-list li {
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  min-height: 116px;
  padding: 18px 0;
  border-bottom: 1px solid var(--mhh-line);
  transition: padding 180ms ease, background 180ms ease;
}

.mhh-date-list li.is-next {
  margin-inline: -24px;
  padding-inline: 24px;
  background: var(--mhh-coral);
  color: #fff;
}

.mhh-date-list time {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.mhh-date-list strong {
  font-family: var(--mhh-font-display);
  font-size: 22px;
}

.mhh-date-list time span {
  color: #747e86;
  font-size: 11px;
}

.mhh-date-list .is-next time span {
  color: rgba(255, 255, 255, 0.7);
}

.mhh-date-list p {
  margin: 0;
  font-family: var(--mhh-font-display);
  font-size: 18px;
  font-weight: 600;
}

.mhh-who-intro {
  max-width: 850px;
}

.mhh-who-intro > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
}

.mhh-role-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}

.mhh-role-cloud span {
  padding: 16px 22px;
  border: 1px solid var(--mhh-ink);
  border-radius: 100px;
  font-family: var(--mhh-font-body);
  font-size: clamp(16px, 2.1vw, 27px);
  font-weight: 600;
}

.mhh-role-cloud span:nth-child(3n + 1) {
  background: var(--mhh-cyan);
}

.mhh-role-cloud span:nth-child(4n) {
  background: var(--mhh-lime);
}

.mhh-builds {
  background: var(--mhh-ink-2);
  color: #fff;
}

.mhh-builds h2 {
  max-width: 900px;
}

.mhh-build-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.mhh-build-list span {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--mhh-font-display);
  font-size: 17px;
}

.mhh-build-list b {
  color: var(--mhh-cyan);
  font-family: var(--mhh-font-body);
  font-size: 10px;
}

.mhh-builds__note {
  max-width: 700px;
  margin: 42px 0 0 auto;
  padding-left: 24px;
  border-left: 3px solid var(--mhh-coral);
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.7;
}

.mhh-submission {
  background: var(--mhh-white);
}

.mhh-submission__layout {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 30px;
  align-items: start;
}

.mhh-submission__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mhh-line);
  border-left: 1px solid var(--mhh-line);
  list-style: none;
}

.mhh-submission__list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  min-height: 118px;
  padding: 22px;
  border-right: 1px solid var(--mhh-line);
  border-bottom: 1px solid var(--mhh-line);
}

.mhh-submission__list li > span {
  color: var(--mhh-coral-dark);
  font-size: 10px;
  font-weight: 700;
}

.mhh-submission__list p {
  margin: 0;
  color: #66717b;
  font-size: 13px;
  line-height: 1.55;
}

.mhh-submission__list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--mhh-ink);
  font-family: var(--mhh-font-display);
  font-size: 15px;
}

.mhh-bounty-note {
  position: sticky;
  top: 110px;
  padding: 34px;
  background: var(--mhh-cyan);
  box-shadow: 8px 8px 0 var(--mhh-ink);
}

.mhh-bounty-note .mhh-kicker {
  color: var(--mhh-ink);
}

.mhh-bounty-note h3 {
  margin: 56px 0 18px;
  font-size: 31px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.mhh-bounty-note > p:not(.mhh-kicker) {
  color: rgba(7, 20, 38, 0.72);
  line-height: 1.7;
}

.mhh-bounty-note > strong {
  display: block;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 20, 38, 0.22);
  font-size: 13px;
  text-transform: uppercase;
}

.mhh-section--paper {
  background:
    linear-gradient(rgba(7, 20, 38, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 20, 38, 0.04) 1px, transparent 1px),
    var(--mhh-paper);
  background-size: 48px 48px;
}

.mhh-criteria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.mhh-criteria article {
  position: relative;
  min-height: 245px;
  padding: 28px;
  background: var(--mhh-white);
  box-shadow: 6px 6px 0 var(--mhh-ink);
}

.mhh-criteria article > b {
  position: absolute;
  top: 24px;
  right: 26px;
  color: var(--mhh-coral-dark);
  font: 700 27px var(--mhh-font-display);
  letter-spacing: -0.05em;
}

.mhh-criteria span,
.mhh-benefit-grid > article > span {
  color: var(--mhh-coral-dark);
  font-size: 11px;
  font-weight: 700;
}

.mhh-criteria h3 {
  margin: 72px 0 10px;
  font-size: 25px;
}

.mhh-criteria p,
.mhh-benefit-grid p {
  margin: 0;
  color: #64707b;
  line-height: 1.65;
}

.mhh-judging-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  border-top: 2px solid var(--mhh-ink);
}

.mhh-judging-flow article {
  position: relative;
  min-height: 220px;
  padding: 28px 22px;
  border-right: 1px solid var(--mhh-line);
}

.mhh-judging-flow article::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--mhh-coral);
  transform: rotate(45deg);
}

.mhh-judging-flow span {
  color: var(--mhh-coral-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-judging-flow h3 {
  margin: 62px 0 12px;
  font-size: 18px;
  line-height: 1.2;
}

.mhh-judging-flow p {
  margin: 0;
  color: #64707b;
  font-size: 13px;
  line-height: 1.6;
}

.mhh-awards {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 50px;
  margin-top: 48px;
  padding: 42px;
  background: var(--mhh-ink-2);
  color: #fff;
}

.mhh-awards__intro h3 {
  margin: 42px 0 14px;
  font-size: 31px;
  line-height: 1.08;
}

.mhh-awards__intro > p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.56);
  line-height: 1.65;
}

.mhh-awards ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.mhh-awards li {
  min-height: 82px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--mhh-font-display);
  font-size: 15px;
  font-weight: 600;
}

.mhh-prize-note {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 28px 0 0;
  padding: 22px 26px;
  background: var(--mhh-ink);
  color: #fff;
}

.mhh-prize-note span {
  color: var(--mhh-cyan);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-benefit-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.mhh-benefit-grid article {
  grid-column: span 2;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--mhh-line);
}

.mhh-benefit-grid article:nth-child(4),
.mhh-benefit-grid article:nth-child(5) {
  grid-column: span 3;
}

.mhh-benefit-grid h3 {
  margin: 80px 0 12px;
  font-size: 23px;
}

.mhh-expo {
  background: var(--mhh-coral);
}

.mhh-expo .mhh-shell {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 80px;
}

.mhh-expo .mhh-kicker,
.mhh-expo__copy > p:last-child {
  color: rgba(255, 255, 255, 0.76);
}

.mhh-expo h2 {
  color: #fff;
}

.mhh-funnel {
  margin: 0;
  padding: 0;
  counter-reset: funnel;
  list-style: none;
}

.mhh-funnel li {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 74px;
  margin-bottom: 12px;
  padding: 18px 24px 18px 72px;
  background: var(--mhh-white);
  color: var(--mhh-ink);
  font-family: var(--mhh-font-display);
  font-size: 18px;
  font-weight: 700;
  clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%, 4% 50%);
}

.mhh-funnel li::before {
  counter-increment: funnel;
  content: "0" counter(funnel);
  position: absolute;
  left: 28px;
  color: var(--mhh-coral-dark);
  font: 500 10px var(--mhh-font-body);
}

.mhh-funnel li:nth-child(2) { margin-inline: 5%; }
.mhh-funnel li:nth-child(3) { margin-inline: 10%; }
.mhh-funnel li:nth-child(4) { margin-inline: 15%; }
.mhh-funnel li:nth-child(5) { margin-inline: 20%; background: var(--mhh-ink); color: #fff; }

.mhh-faq__layout {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 100px;
}

.mhh-faq__layout > div:first-child {
  position: sticky;
  top: 120px;
  align-self: start;
}

.mhh-share {
  margin-top: 36px;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--mhh-ink);
  background: transparent;
  color: var(--mhh-ink);
  font-weight: 700;
}

.mhh-faq details {
  border-top: 1px solid var(--mhh-line);
}

.mhh-faq details:last-child {
  border-bottom: 1px solid var(--mhh-line);
}

.mhh-faq summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  font-family: var(--mhh-font-display);
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}

.mhh-faq summary::-webkit-details-marker {
  display: none;
}

.mhh-faq summary span {
  color: var(--mhh-coral-dark);
  font-size: 24px;
  transition: transform 180ms ease;
}

.mhh-faq details[open] summary span {
  transform: rotate(45deg);
}

.mhh-faq details p {
  max-width: 700px;
  margin: -6px 0 26px;
  color: #65717b;
  line-height: 1.7;
}

.mhh-final {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background: var(--mhh-ink);
  color: #fff;
}

.mhh-final__grid {
  opacity: 0.5;
  mask-image: linear-gradient(135deg, transparent, #000);
}

.mhh-final__inner {
  position: relative;
  text-align: center;
}

.mhh-final h2 {
  max-width: 1000px;
  margin-inline: auto;
}

.mhh-final__inner > p:not(.mhh-kicker) {
  max-width: 620px;
  margin: 30px auto 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.7;
}

.mhh-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.mhh-final__facts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 52px;
  color: var(--mhh-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Sticky conversion and modal */
.mhh-sticky {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 10px 10px 10px 18px;
  background: var(--mhh-white);
  color: var(--mhh-ink);
  box-shadow: 0 18px 50px rgba(7, 20, 38, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.mhh-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mhh-sticky div {
  display: grid;
  gap: 2px;
}

.mhh-sticky strong {
  font-family: var(--mhh-font-display);
  font-size: 13px;
}

.mhh-sticky div span {
  color: #6d7780;
  font-size: 10px;
}

.mhh-sticky button,
.mhh-sticky a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  background: var(--mhh-coral);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.mhh-modal[hidden] {
  display: none;
}

.mhh-modal {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.mhh-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 12, 25, 0.84);
  backdrop-filter: blur(6px);
}

.mhh-modal__dialog {
  position: relative;
  width: min(100%, 780px);
  max-height: min(860px, calc(100vh - 48px));
  overflow: auto;
  background: var(--mhh-white);
  box-shadow: 16px 16px 0 var(--mhh-coral);
}

.mhh-modal__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}

.mhh-modal__head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 28px 72px 22px 32px;
  background: var(--mhh-ink);
  color: #fff;
}

.mhh-modal__head > span {
  color: var(--mhh-cyan);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mhh-modal__head p {
  margin: 0;
  text-align: right;
  font-size: 12px;
}

.mhh-progress {
  grid-column: 1 / -1;
  height: 3px;
  margin-top: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.mhh-progress i {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--mhh-coral);
  transition: width 200ms ease;
}

.mhh-form__step,
.mhh-form__success {
  display: none;
  padding: 46px;
}

.mhh-form__step.is-active,
.mhh-form__success:not([hidden]) {
  display: block;
}

.mhh-form h2 {
  max-width: 630px;
  margin-bottom: 34px;
  font-size: clamp(34px, 5vw, 52px);
}

.mhh-choice {
  display: flex;
  gap: 14px;
  margin-bottom: 12px;
  padding: 18px;
  border: 1px solid var(--mhh-line);
  cursor: pointer;
}

.mhh-choice:has(input:checked) {
  border-color: var(--mhh-coral-dark);
  background: rgba(255, 82, 104, 0.07);
}

.mhh-choice input,
.mhh-consent input {
  flex: 0 0 auto;
  margin-top: 4px;
  accent-color: var(--mhh-coral-dark);
}

.mhh-choice span {
  color: #69737c;
  font-size: 13px;
  line-height: 1.5;
}

.mhh-choice b {
  display: block;
  margin-bottom: 3px;
  color: var(--mhh-ink);
  font-family: var(--mhh-font-display);
  font-size: 15px;
}

.mhh-form__step > .mhh-button {
  margin-top: 26px;
}

.mhh-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.mhh-form label:not(.mhh-choice, .mhh-consent, .mhh-hp) {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--mhh-ink);
  font-size: 13px;
  font-weight: 700;
}

.mhh-form label > span {
  color: #7a838a;
  font-weight: 400;
}

.mhh-form input[type="text"],
.mhh-form input[type="email"],
.mhh-form input[type="tel"],
.mhh-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid var(--mhh-line);
  border-radius: 0;
  background: #fff;
  color: var(--mhh-ink);
}

.mhh-form__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.mhh-form__nav > button:not(.mhh-button) {
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--mhh-ink);
  background: transparent;
  color: var(--mhh-ink);
  font-weight: 700;
}

.mhh-form__review {
  margin: -12px 0 28px;
  color: #69737c;
}

.mhh-consent {
  display: flex;
  gap: 12px;
  color: #59656f;
  font-size: 13px;
  line-height: 1.6;
}

.mhh-hp {
  position: absolute !important;
  left: -10000px !important;
}

.mhh-form__error {
  min-height: 20px;
  margin: 16px 0 0;
  color: var(--mhh-coral-dark);
  font-size: 13px;
}

.mhh-success-mark {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 32px;
  background: var(--mhh-cyan);
  color: var(--mhh-ink);
  font-size: 32px;
}

.mhh-form__success p:not(.mhh-form__step-label) {
  max-width: 520px;
  margin-bottom: 28px;
  color: #65717b;
  line-height: 1.7;
}

body.mhh-modal-open {
  overflow: hidden;
}

@keyframes mhh-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 82, 104, 0.42); }
  70% { box-shadow: 0 0 0 7px rgba(255, 82, 104, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 82, 104, 0); }
}

@media (max-width: 1024px) {
  .mhh-page #masthead,
  .mhh-page #masthead > .elementor,
  .mhh-page #masthead .elementor-element-55770514 {
    height: 70px !important;
    min-height: 70px !important;
  }

  .mhh-page #masthead .elementor-element-55770514 {
    padding: 0 18px !important;
  }

  .mhh-page #masthead .elementor-element-55770514 > .e-con-inner {
    width: 100% !important;
    height: 70px !important;
  }

  .mhh-page #masthead .elementor-element-370e2d74 {
    position: relative !important;
    width: 100% !important;
    height: 70px !important;
    min-height: 70px !important;
    justify-content: space-between !important;
  }

  .mhh-page #masthead .elementor-element-77cefdcc {
    flex: 0 0 112px !important;
    width: 112px !important;
  }

  .mhh-page #masthead .elementor-element-77cefdcc img {
    width: 112px !important;
    max-height: 62px;
  }

  .mhh-page #masthead .elementor-element-1d7ee312 {
    flex: 0 0 48px !important;
    width: 48px !important;
    height: 48px !important;
    margin: 0 !important;
  }

  .mhh-page #masthead .jkit-hamburger-menu {
    width: 46px !important;
    height: 46px !important;
    margin: 0 !important;
    border-color: rgba(255, 255, 255, 0.34) !important;
    color: #fff !important;
  }

  .mhh-page #masthead .jkit-menu-wrapper {
    height: 100vh !important;
    background: var(--mhh-white) !important;
  }

  .mhh-page #masthead .jkit-menu-wrapper.active {
    left: 0 !important;
    right: 0 !important;
    visibility: visible !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .mhh-page #masthead .jkit-menu-wrapper .jkit-menu > li > a {
    height: auto !important;
    padding: 15px 22px !important;
    color: var(--mhh-ink) !important;
    font-size: 13px !important;
  }

  .mhh-announcement__message span {
    display: none;
  }

  .mhh-home-feature,
  .mhh-two-col,
  .mhh-heading-row,
  .mhh-expo .mhh-shell {
    grid-template-columns: 1fr;
  }

  .mhh-home-feature__visual {
    min-height: 460px;
  }

  .mhh-home-feature__content {
    padding: 54px;
  }

  .mhh-hero {
    min-height: 920px;
  }

  .mhh-hero__inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding-top: 170px;
  }

  .mhh-hero__status {
    width: min(100%, 380px);
  }

  .mhh-process {
    grid-template-columns: repeat(4, 1fr);
  }

  .mhh-dates__layout,
  .mhh-faq__layout,
  .mhh-submission__layout,
  .mhh-awards {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .mhh-dates__intro,
  .mhh-faq__layout > div:first-child,
  .mhh-bounty-note {
    position: static;
  }

  .mhh-track__details > ol {
    grid-template-columns: 1fr;
  }

  .mhh-track__details > ol > li {
    min-height: auto;
  }

  .mhh-competition-model {
    grid-template-columns: repeat(3, 1fr);
  }

  .mhh-judging-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .mhh-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mhh-benefit-grid article,
  .mhh-benefit-grid article:nth-child(4),
  .mhh-benefit-grid article:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .mhh-shell {
    width: min(calc(100% - 36px), var(--mhh-max));
  }

  .mhh-section {
    padding: 82px 0;
  }

  .mhh h2 {
    font-size: clamp(38px, 12vw, 56px);
  }

  .mhh-announcement {
    grid-template-columns: 1fr auto;
    gap: 12px;
    min-height: 58px;
    padding: 8px 16px;
  }

  .mhh-announcement__message {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    font-size: 10px;
  }

  .mhh-announcement__action {
    font-size: 9px;
  }

  .mhh-home-feature {
    width: calc(100% - 28px);
    margin: 72px auto;
  }

  .mhh-home-feature__visual {
    min-height: 360px;
    background-position: 62% center;
  }

  .mhh-home-feature__signal {
    top: auto;
    right: 16px;
    bottom: 16px;
  }

  .mhh-home-feature__index {
    top: 16px;
    left: 16px;
  }

  .mhh-home-feature__content {
    padding: 34px 24px;
  }

  .mhh-home-feature h2 {
    font-size: 42px;
  }

  .mhh-home-feature__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mhh-text-link {
    align-self: flex-start;
  }

  .mhh-context-row {
    grid-template-columns: 1fr;
  }

  .mhh-context-row a {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .mhh-hero {
    min-height: 940px;
    align-items: flex-start;
    background:
      linear-gradient(180deg, rgba(3, 12, 25, 0.95) 0%, rgba(3, 12, 25, 0.76) 55%, rgba(3, 12, 25, 0.82) 100%),
      var(--mhh-hero-image) 70% center / cover no-repeat;
  }

  .mhh-hero__inner {
    gap: 32px;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .mhh-overline {
    align-items: flex-start;
    flex-direction: column;
  }

  .mhh-hero h1 {
    font-size: clamp(50px, 15.8vw, 70px);
  }

  .mhh-hero__lede {
    font-size: 16px;
    line-height: 1.6;
  }

  .mhh-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mhh-hero__actions .mhh-button {
    width: 100%;
  }

  .mhh-event-facts {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .mhh-event-facts div {
    padding-top: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 14px;
  }

  .mhh-scroll-cue {
    display: none;
  }

  .mhh-two-col,
  .mhh-heading-row {
    gap: 34px;
  }

  .mhh-prose {
    padding-top: 0;
  }

  .mhh-track-grid,
  .mhh-build-list,
  .mhh-criteria,
  .mhh-benefit-grid,
  .mhh-track-rule,
  .mhh-track__guidance,
  .mhh-competition-model,
  .mhh-submission__list,
  .mhh-judging-flow,
  .mhh-awards ul {
    grid-template-columns: 1fr;
  }

  .mhh-track {
    min-height: 0;
    padding: 0;
  }

  .mhh-track-rule > div:first-child,
  .mhh-track__guidance > div:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mhh-track summary,
  .mhh-track[open] summary {
    min-height: 340px;
    padding: 26px 24px;
  }

  .mhh-track .mhh-track__name {
    margin-top: 54px;
  }

  .mhh-track__details {
    padding: 32px 20px 20px;
  }

  .mhh-track__details > ol > li {
    padding: 22px;
  }

  .mhh-track__arrow {
    right: 22px;
    bottom: 22px;
  }

  .mhh-competition-model > div {
    min-height: 150px;
  }

  .mhh-competition-model strong {
    margin-top: 28px;
  }

  .mhh-process {
    grid-template-columns: 1fr;
    padding-left: 18px;
    border-left: 2px solid var(--mhh-ink);
  }

  .mhh-process li {
    min-height: auto;
    padding: 0 0 36px 28px;
    border-top: 0;
    border-right: 0;
  }

  .mhh-process li::before {
    top: 3px;
    left: -25px;
  }

  .mhh-process h3 {
    margin: 8px 0 7px;
  }

  .mhh-dates__layout {
    gap: 40px;
  }

  .mhh-date-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mhh-date-list li.is-next {
    margin-inline: -12px;
    padding-inline: 12px;
  }

  .mhh-criteria article,
  .mhh-benefit-grid article {
    min-height: 220px;
  }

  .mhh-submission__list li {
    min-height: auto;
  }

  .mhh-bounty-note,
  .mhh-awards {
    padding: 28px 24px;
  }

  .mhh-judging-flow {
    padding-left: 18px;
    border-top: 0;
    border-left: 2px solid var(--mhh-ink);
  }

  .mhh-judging-flow article {
    min-height: auto;
    padding: 0 0 36px 28px;
    border-right: 0;
  }

  .mhh-judging-flow article::before {
    top: 3px;
    left: -25px;
  }

  .mhh-judging-flow h3 {
    margin: 10px 0 7px;
  }

  .mhh-prize-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .mhh-expo .mhh-shell {
    gap: 50px;
  }

  .mhh-funnel li,
  .mhh-funnel li:nth-child(n) {
    margin-inline: 0;
    padding-left: 58px;
  }

  .mhh-final {
    padding: 95px 0 120px;
  }

  .mhh-sticky {
    right: 10px;
    bottom: 10px;
    left: 10px;
    justify-content: space-between;
  }

  .mhh-modal {
    place-items: end center;
    padding: 0;
  }

  .mhh-modal__dialog {
    width: 100%;
    max-height: 94vh;
    box-shadow: none;
  }

  .mhh-modal__head {
    padding: 22px 64px 18px 22px;
  }

  .mhh-form__step,
  .mhh-form__success {
    padding: 30px 22px 34px;
  }

  .mhh-form h2 {
    margin-bottom: 26px;
    font-size: 36px;
  }

  .mhh-fields {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mhh-form__nav .mhh-button {
    min-width: 170px;
  }
}

/* 1.3.0 remediation: compact layout, reliable contrast and collision-safe conversion. */
.mhh-section {
  padding: 50px 0;
}

.mhh section,
.mhh section > *,
.mhh-hero__copy,
.mhh-hero__status,
.mhh-final__inner {
  min-width: 0;
}

.mhh-hero h1,
.mhh-section--ink h2,
.mhh-section--ink .mhh-track h3,
.mhh-builds h2,
.mhh-builds h3,
.mhh-final h2 {
  color: #fff !important;
}

.mhh-hero__actions .mhh-button,
.mhh-hero__status {
  max-width: 100%;
}

.mhh-hero {
  min-height: 760px;
}

.mhh-heading-row {
  margin-bottom: 32px;
}

.mhh-competition-model > div {
  min-height: 154px;
}

.mhh-competition-model strong {
  margin-top: 30px;
}

.mhh-process li {
  min-height: 158px;
}

.mhh-process h3 {
  margin-top: 38px;
}

.mhh-journey .mhh-dates__layout {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid var(--mhh-line);
}

.mhh-date-list li {
  min-height: 86px;
}

.mhh-status-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid var(--mhh-line);
  border-left: 1px solid var(--mhh-line);
}

.mhh-status-panel div {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--mhh-line);
  border-bottom: 1px solid var(--mhh-line);
}

.mhh-status-panel span,
.mhh-status-panel strong {
  display: block;
}

.mhh-status-panel span {
  color: #65717b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-status-panel strong {
  margin-top: 10px;
  color: var(--mhh-coral-dark);
  font-family: var(--mhh-font-display);
  font-size: 17px;
}

.mhh-participants .mhh-heading-row > p {
  color: rgba(255, 255, 255, 0.64);
}

.mhh-participants .mhh-role-cloud {
  margin-top: 0;
}

.mhh-participants .mhh-role-cloud span {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}

.mhh-participants .mhh-role-cloud span:nth-child(3n + 1),
.mhh-participants .mhh-role-cloud span:nth-child(4n) {
  color: var(--mhh-ink);
}

.mhh-build-disclosure {
  margin-top: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mhh-build-disclosure > summary,
.mhh-requirements > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  cursor: pointer;
  font-family: var(--mhh-font-display);
  font-size: 18px;
  font-weight: 700;
  list-style: none;
}

.mhh-build-disclosure > summary::-webkit-details-marker,
.mhh-requirements > summary::-webkit-details-marker {
  display: none;
}

.mhh-build-disclosure > summary span,
.mhh-requirements > summary span {
  color: var(--mhh-coral);
  font-size: 25px;
  transition: transform 180ms ease;
}

.mhh-build-disclosure[open] > summary span,
.mhh-requirements[open] > summary span {
  transform: rotate(45deg);
}

.mhh-build-disclosure__body {
  padding: 34px 0 8px;
}

.mhh-build-disclosure__body > h3 {
  margin: 0;
  font-size: clamp(28px, 3.8vw, 48px);
  letter-spacing: -0.045em;
}

.mhh-build-disclosure .mhh-build-list {
  margin-top: 34px;
}

.mhh-submission-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mhh-line);
  border-left: 1px solid var(--mhh-line);
  list-style: none;
}

.mhh-submission-summary li {
  min-width: 0;
  min-height: 176px;
  padding: 22px;
  border-right: 1px solid var(--mhh-line);
  border-bottom: 1px solid var(--mhh-line);
}

.mhh-submission-summary span {
  color: var(--mhh-coral-dark);
  font-size: 10px;
  font-weight: 700;
}

.mhh-submission-summary p {
  margin: 36px 0 0;
  color: #65717b;
  font-size: 13px;
  line-height: 1.55;
}

.mhh-submission-summary strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mhh-ink);
  font-family: var(--mhh-font-display);
  font-size: 16px;
}

.mhh-requirements {
  margin-top: 26px;
  border-top: 1px solid var(--mhh-line);
  border-bottom: 1px solid var(--mhh-line);
}

.mhh-requirements > summary span {
  color: var(--mhh-coral-dark);
}

.mhh-requirements .mhh-submission__layout {
  padding: 24px 0 36px;
}

.mhh-criteria {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--mhh-line);
}

.mhh-criteria article {
  display: grid;
  grid-template-columns: 48px minmax(170px, 0.55fr) minmax(0, 1fr) 70px;
  align-items: center;
  gap: 20px;
  min-height: 0;
  padding: 18px 20px;
  border-bottom: 1px solid var(--mhh-line);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: none;
}

.mhh-criteria h3 {
  margin: 0;
  font-size: 18px;
}

.mhh-criteria p {
  font-size: 13px;
}

.mhh-criteria article > b {
  position: static;
  justify-self: end;
  font-size: 22px;
}

.mhh-judging-flow {
  margin-top: 38px;
}

.mhh-judging-flow article {
  min-height: 158px;
  padding-block: 22px;
}

.mhh-judging-flow h3 {
  margin-top: 42px;
}

.mhh-benefit-grid article {
  min-height: 170px;
}

.mhh-benefit-grid h3 {
  margin-top: 42px;
}

.mhh-impact__route {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 44px;
  margin-top: 34px;
  padding: 32px;
  background: var(--mhh-coral);
}

.mhh-impact__route h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -0.05em;
  line-height: 1;
}

.mhh-impact__route .mhh-kicker,
.mhh-impact__route p:last-child {
  color: rgba(255, 255, 255, 0.82);
}

.mhh-impact__route p:last-child {
  margin: 0;
  line-height: 1.65;
}

.mhh-faq summary {
  padding: 14px 0;
}

.mhh-faq details p {
  margin-bottom: 20px;
}

.mhh-final {
  padding: 56px 0;
}

.mhh-final h2 {
  overflow-wrap: anywhere;
}

.mhh-sticky {
  right: auto;
  left: 24px;
}

@media (max-width: 1024px) {
  .mhh-hero {
    min-height: 820px;
  }

  .mhh-hero__copy,
  .mhh-hero__status {
    width: 100%;
  }

  .mhh-status-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhh-submission-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mhh-impact__route {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 767px) {
  .mhh-section {
    padding: 44px 0;
  }

  .mhh-hero {
    min-height: 0;
  }

  .mhh-hero__inner {
    width: min(calc(100% - 36px), var(--mhh-max));
    gap: 20px;
    padding-top: 106px;
    padding-bottom: 32px;
  }

  .mhh-overline {
    gap: 8px;
    margin-bottom: 12px;
    font-size: 10px;
  }

  .mhh-hero h1 {
    max-width: 100%;
    font-size: clamp(42px, 12.2vw, 52px);
    letter-spacing: -0.065em;
    line-height: 0.9;
  }

  .mhh-hero__lede {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
  }

  .mhh-hero__actions {
    gap: 10px;
    margin-top: 24px;
  }

  .mhh-hero__actions .mhh-button {
    min-width: 0;
    padding-inline: 16px;
  }

  .mhh-event-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 28px;
  }

  .mhh-event-facts div {
    min-width: 0;
    padding: 14px 8px 10px 0;
    border-bottom: 0;
  }

  .mhh-event-facts dt {
    font-size: 12px;
  }

  .mhh-event-facts dd {
    font-size: 9px;
    overflow-wrap: anywhere;
  }

  .mhh-hero__status {
    padding: 19px;
  }

  .mhh-hero__status p {
    margin-top: 18px;
  }

  .mhh-hero__status strong {
    font-size: 38px;
  }

  .mhh-hero__status a {
    margin-top: 18px;
  }

  .mhh-heading-row {
    margin-bottom: 24px;
  }

  .mhh h2 {
    font-size: clamp(36px, 10.6vw, 46px);
  }

  .mhh-track summary,
  .mhh-track[open] summary {
    min-height: 245px;
    padding: 22px 20px;
  }

  .mhh-track .mhh-track__name {
    margin-top: 28px;
  }

  .mhh-track h3 {
    font-size: 24px;
  }

  .mhh-track .mhh-track__core {
    font-size: 13px;
    line-height: 1.55;
  }

  .mhh-track__details h4 {
    margin-top: 30px;
  }

  .mhh-journey .mhh-dates__layout {
    margin-top: 32px;
    padding-top: 32px;
    gap: 24px;
  }

  .mhh-process li {
    min-height: 0;
    padding-bottom: 22px;
  }

  .mhh-date-list li {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 10px;
    min-height: 76px;
    padding: 12px 0;
  }

  .mhh-date-list time {
    display: grid;
    gap: 2px;
  }

  .mhh-date-list strong {
    font-size: 18px;
  }

  .mhh-date-list p {
    font-size: 14px;
    line-height: 1.25;
  }

  .mhh-status-panel {
    margin-top: 28px;
  }

  .mhh-status-panel div {
    padding: 16px 14px;
  }

  .mhh-role-cloud {
    gap: 8px;
  }

  .mhh-role-cloud span {
    padding: 11px 14px;
    font-size: 15px;
  }

  .mhh-build-disclosure {
    margin-top: 34px;
  }

  .mhh-build-disclosure > summary,
  .mhh-requirements > summary {
    padding: 18px 0;
    font-size: 16px;
  }

  .mhh-build-list {
    grid-template-columns: 1fr;
  }

  .mhh-submission-summary {
    grid-template-columns: 1fr;
  }

  .mhh-submission-summary li {
    min-height: 0;
    padding: 17px;
  }

  .mhh-submission-summary p {
    margin-top: 15px;
  }

  .mhh-requirements .mhh-submission__layout {
    gap: 28px;
    padding-bottom: 28px;
  }

  .mhh-criteria article {
    grid-template-columns: 36px minmax(0, 1fr) 54px;
    gap: 10px;
    padding: 15px 12px;
  }

  .mhh-criteria h3 {
    font-size: 16px;
  }

  .mhh-criteria p {
    grid-column: 2 / -1;
    grid-row: 2;
    font-size: 12px;
  }

  .mhh-criteria article > b {
    grid-column: 3;
    grid-row: 1;
    font-size: 18px;
  }

  .mhh-benefit-grid article {
    min-height: 158px;
    padding: 16px;
  }

  .mhh-benefit-grid h3 {
    margin-top: 26px;
    font-size: 18px;
  }

  .mhh-benefit-grid p {
    font-size: 12px;
    line-height: 1.5;
  }

  .mhh-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhh-benefit-grid article:nth-child(5) {
    grid-column: 1 / -1;
  }

  .mhh-competition-model > div {
    min-height: 96px;
    padding: 14px 16px;
  }

  .mhh-competition-model strong {
    margin-top: 14px;
  }

  .mhh-judging-flow article {
    min-height: 0;
    padding-bottom: 24px;
  }

  .mhh-impact__route {
    gap: 30px;
    margin-top: 36px;
    padding: 24px 18px;
  }

  .mhh-funnel li {
    min-height: 62px;
    font-size: 15px;
  }

  .mhh-faq summary {
    gap: 14px;
    padding: 13px 0;
    font-size: 16px;
  }

  .mhh-final {
    padding: 50px 0 62px;
  }

  .mhh-final h2 {
    font-size: 36px;
  }

  .mhh-final__inner > p:not(.mhh-kicker) {
    margin-top: 20px;
    font-size: 16px;
  }

  .mhh-final__actions {
    margin-top: 26px;
  }

  .mhh-final__facts {
    gap: 18px;
    margin-top: 34px;
  }

  .mhh-sticky {
    right: 164px;
    bottom: 10px;
    left: 10px;
    padding: 0;
  }

  .mhh-sticky div {
    display: none;
  }

  .mhh-sticky button,
.mhh-sticky a {
    width: 100%;
    min-width: 0;
    min-height: 46px;
  }
}

/* 1.4.0 UX remediation: explicit controls, honest form states and 320px containment. */
.mhh-page,
.mhh-page #page,
.mhh-page .site,
.mhh {
  overflow-x: clip;
}

.mhh .mhh-button,
.mhh-home-feature .mhh-button {
  min-height: 52px !important;
  padding: 0 22px !important;
  border-radius: 2px !important;
  background-image: none !important;
  box-shadow: none !important;
  font-family: var(--mhh-font-display) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: normal;
}

.mhh .mhh-button--coral,
.mhh-home-feature .mhh-button--coral,
.mhh-sticky button,
.mhh-sticky a {
  border: 1px solid var(--mhh-coral) !important;
  background: var(--mhh-coral) !important;
  color: #fff !important;
}

.mhh .mhh-button--ink {
  border: 1px solid var(--mhh-ink) !important;
  background: var(--mhh-ink) !important;
  color: #fff !important;
}

.mhh .mhh-button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(7, 20, 38, 0.44) !important;
  color: #fff !important;
}

.mhh-announcement__status i,
.mhh-live i,
.mhh-home-feature__signal i {
  animation: none;
}

.mhh-participants .mhh-role-cloud {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.mhh-participants .mhh-role-cloud span,
.mhh-participants .mhh-role-cloud span:nth-child(n) {
  min-width: 0;
  padding: 17px 16px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.mhh-share__status {
  min-height: 20px;
  margin: 10px 0 0;
  color: #52606b;
  font-size: 13px;
}

.mhh-progress i {
  width: 33.333%;
}

.mhh-form__validation {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--mhh-coral-dark);
  font-size: 13px;
  font-weight: 600;
}

.mhh-form__nav--end {
  justify-content: flex-end;
}

.mhh-form__summary {
  margin: -10px 0 26px;
  border-top: 1px solid var(--mhh-line);
}

.mhh-form__summary > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--mhh-line);
}

.mhh-form__summary dt {
  color: #6a747d;
  font-size: 12px;
  font-weight: 700;
}

.mhh-form__summary dd {
  min-width: 0;
  margin: 0;
  color: var(--mhh-ink);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.mhh-form [aria-invalid="true"] {
  border-color: var(--mhh-coral-dark) !important;
  box-shadow: 0 0 0 2px rgba(220, 47, 75, 0.12);
}

.mhh-form[aria-busy="true"] {
  cursor: wait;
}

.mhh-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.mhh-date-list li.is-next {
  width: auto;
  margin-inline: 0;
  padding-inline: 18px;
}

@media (max-width: 1024px) {
  .mhh-participants .mhh-role-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mhh-shell,
  .mhh-hero__inner,
  .mhh-dates__layout,
  .mhh-date-list,
  .mhh-status-panel,
  .mhh-benefit-grid,
  .mhh-impact__route,
  .mhh-faq__layout,
  .mhh-final__inner {
    min-width: 0;
    max-width: 100%;
  }

  .mhh-track__status,
  .mhh-track__details li > span,
  .mhh-event-facts dd {
    font-size: 10px;
    line-height: 1.35;
  }

  .mhh-date-list li.is-next {
    width: auto;
    margin-inline: 0;
    padding-inline: 0;
  }

  .mhh-benefit-grid article {
    min-width: 0;
    overflow: hidden;
  }

  .mhh-benefit-grid h3 {
    overflow-wrap: anywhere;
  }

  .mhh-faq__layout,
  .mhh-faq__items {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: clip;
  }

  .mhh-track summary,
  .mhh-track[open] summary {
    padding-bottom: 70px;
  }

  .mhh-track__arrow {
    right: 20px;
    bottom: 20px;
  }

  .mhh-participants .mhh-role-cloud span,
  .mhh-participants .mhh-role-cloud span:nth-child(n) {
    padding: 14px 12px;
    font-size: 13px;
  }

  .mhh-modal__dialog {
    max-height: calc(100dvh - 12px);
  }

  .mhh-form__step,
  .mhh-form__success {
    padding: 26px 20px 30px;
  }

  .mhh-form h2 {
    margin-bottom: 22px;
    font-size: clamp(30px, 9.5vw, 36px);
  }

  .mhh-form__summary > div {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 10px;
  }

  .mhh-form__nav {
    gap: 12px;
  }

  .mhh-form__nav .mhh-button {
    min-width: 0;
  }

  .mhh-sticky button,
.mhh-sticky a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding-inline: 12px !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    white-space: normal !important;
    overflow: hidden !important;
  }
}

@media (max-width: 350px) {
  .mhh-section {
    padding: 32px 0;
  }

  .mhh-shell {
    width: calc(100% - 32px);
  }

  .mhh-hero__inner {
    width: calc(100% - 28px);
  }

  .mhh-hero h1 {
    font-size: 39px;
  }

  .mhh-hero__actions,
  .mhh-final__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mhh-hero__actions .mhh-button,
  .mhh-final__actions .mhh-button {
    width: 100%;
  }

  .mhh-status-panel,
  .mhh-benefit-grid,
  .mhh-participants .mhh-role-cloud {
    grid-template-columns: 1fr;
  }

  .mhh-benefit-grid article:nth-child(n) {
    grid-column: auto;
    min-height: 0;
    padding: 14px;
  }

  .mhh-benefit-grid h3 {
    margin-top: 12px;
    font-size: 17px;
  }

  .mhh-benefit-grid p {
    margin-bottom: 0;
  }

  .mhh-impact__route {
    padding-inline: 14px;
  }

  .mhh-faq summary {
    padding-block: 8px;
  }

  .mhh-modal__head {
    padding: 18px 58px 15px 16px;
  }

  .mhh-modal__head p {
    font-size: 11px;
  }

  .mhh-form__step,
  .mhh-form__success {
    padding-inline: 16px;
  }

  .mhh-form__nav {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .mhh-form__nav--end {
    flex-direction: column;
  }

  .mhh-form__nav .mhh-button {
    width: 100%;
  }

  .mhh-sticky {
    right: 10px;
    bottom: 140px;
    left: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mhh *,
  .mhh *::before,
  .mhh *::after,
  .mhh-announcement *,
  .mhh-home-feature * {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Desktop: keep the hero photograph unobstructed - the milestone panel becomes
   a slim bar beneath the hero copy instead of a card over the image. */
@media (min-width: 1025px) {
  .mhh-hero__inner {
    grid-template-columns: minmax(0, 760px);
    justify-content: start;
  }

  .mhh-hero__status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    width: 100%;
    max-width: 760px;
    margin-top: 6px;
    padding: 14px 20px;
  }

  .mhh-hero__status .mhh-live {
    flex: 0 0 auto;
    letter-spacing: 0.06em;
  }

  .mhh-hero__status p {
    flex: 0 0 auto;
    margin: 0;
    letter-spacing: 0.08em;
  }

  .mhh-hero__status strong {
    display: inline-block;
    flex: 0 0 auto;
    font-size: 30px;
    letter-spacing: -0.03em;
  }

  .mhh-hero__status > span:not(.mhh-live) {
    display: inline-block;
    flex: 0 1 auto;
    margin-top: 0;
  }

  .mhh-hero__status a {
    flex: 0 0 auto;
    margin-top: 0;
    margin-left: auto;
  }
}

/* Sentence-style h3 headings should match the h1/h2 case, unlike the
   short card-title h3s (GRAND PRIZE, OPERATIONS AUTOPILOT) which stay caps. */
.mhh-impact__route h3,
.mhh-bounty-note h3,
.mhh-build-disclosure__body h3 {
  text-transform: none !important;
}

/* 1.5.5 Official banner hero and November London event */
.mhh-hero {
  min-height: 0 !important;
  align-items: center !important;
  background: #050c1c !important;
}

.mhh-hero::after,
.mhh-hero__grid {
  display: none;
}

.mhh-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 520px) !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 48px !important;
  padding-top: 132px !important;
  padding-bottom: 72px !important;
}

.mhh-hero h1 {
  max-width: 14ch;
  font-size: clamp(44px, 5.4vw, 76px);
}

.mhh-hero__days {
  display: grid;
  gap: 10px;
  max-width: 520px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mhh-hero__days li {
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.35;
}

.mhh-hero__days span {
  flex: 0 0 58px;
  color: var(--mhh-cyan);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-hero__poster {
  margin: 0;
  max-width: 520px;
}

.mhh-hero__poster a,
.mhh-hero__poster img {
  display: block;
  width: 100%;
  height: auto;
}

.mhh-hero__poster img {
  border: 1px solid rgba(101, 220, 227, 0.22);
  background: #050c1c;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.mhh-event-facts {
  max-width: 640px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhh-home-feature__visual {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #050c1c;
}

.mhh-home-feature__visual::after {
  display: none;
}

.mhh-home-feature__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.mhh-process {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (max-width: 1024px) {
  .mhh-hero__inner {
    grid-template-columns: 1fr !important;
    padding-top: 150px !important;
    padding-bottom: 56px !important;
  }

  .mhh-hero__poster {
    order: -1;
    max-width: 440px;
    margin-inline: auto;
  }

  .mhh-process {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .mhh-hero {
    align-items: flex-start !important;
  }

  .mhh-hero__poster {
    max-width: 100%;
  }

  .mhh-event-facts {
    grid-template-columns: 1fr 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Challenge track cards. The section is light (paper) so it breaks up a page
   that is otherwise dark end to end. Each track carries its own accent via
   --mhh-accent, used only for bars, rules and hover - never behind text, so
   the pale cyan/lime/gold stay legible.
   --------------------------------------------------------------------------- */
.mhh-tracks-section .mhh-heading-row > p,
.mhh-tracks-section .mhh-track-rule p {
  color: rgba(7, 20, 38, 0.66) !important;
}

.mhh-tracks-section .mhh-track-rule {
  border-color: rgba(7, 20, 38, 0.14);
}

.mhh-tracks-section .mhh-track-rule > div:first-child {
  border-right-color: rgba(7, 20, 38, 0.14);
}

.mhh-tracks-section .mhh-track-rule span {
  color: var(--mhh-coral-dark);
}

.mhh-tracks-section .mhh-track-rule strong {
  color: var(--mhh-ink);
}

.mhh-tracks-section .mhh-heading-row {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
  align-items: start;
  gap: clamp(28px, 4vw, 48px);
  margin-bottom: 36px;
}

.mhh-tracks-section .mhh-heading-row > p {
  max-width: 46ch;
  padding-top: 10px;
}

.mhh-tracks-section .mhh-track-rule {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin-bottom: 24px;
}

@media (max-width: 900px) {
  .mhh-tracks-section .mhh-heading-row,
  .mhh-tracks-section .mhh-track-rule {
    grid-template-columns: 1fr;
  }

  .mhh-tracks-section .mhh-heading-row {
    gap: 18px;
    margin-bottom: 28px;
  }

  .mhh-tracks-section .mhh-heading-row > p {
    max-width: 62ch;
    padding-top: 0;
  }

  .mhh-tracks-section .mhh-track-rule > div:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 20, 38, 0.14);
  }
}

.mhh-track-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 0;
}

.mhh-track-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 13px;
  min-width: 0;
  padding: 30px 26px 26px !important;
  border: 1px solid rgba(7, 20, 38, 0.12) !important;
  border-radius: 0 !important;
  background: var(--mhh-white) !important;
  color: var(--mhh-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 1px 2px rgba(7, 20, 38, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

/* accent bar */
.mhh-track-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--mhh-accent, var(--mhh-coral));
  transition: height 180ms ease;
}

.mhh-track-card:hover,
.mhh-track-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(7, 20, 38, 0.2) !important;
  box-shadow: 0 14px 30px rgba(7, 20, 38, 0.12);
}

.mhh-track-card:hover::before,
.mhh-track-card:focus-visible::before {
  height: 9px;
}

.mhh-track-card:focus-visible {
  outline: 2px solid var(--mhh-ink);
  outline-offset: 3px;
}

.mhh-track-card__top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.mhh-track-card__number {
  color: var(--mhh-ink);
  font-family: var(--mhh-font-display);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mhh-track-card__count {
  color: rgba(7, 20, 38, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mhh-track-card__name {
  color: var(--mhh-coral-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  line-height: 1.3;
}

.mhh-track-card__title {
  font-family: var(--mhh-font-display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--mhh-ink);
}

.mhh-track-card__core {
  color: rgba(7, 20, 38, 0.6);
  font-size: 14px;
  line-height: 1.6;
}

.mhh-track-card__go {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 10px;
  color: var(--mhh-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mhh-track-card__go b {
  transition: transform 180ms ease;
}

.mhh-track-card:hover .mhh-track-card__go b {
  transform: translateX(4px);
}

/* ---- dedicated track page ----
   Rhythm: dark hero -> cream missions -> white guidance -> white footer.
   Previously the hero and missions were both #071426, so the first ~1135px
   read as one undifferentiated dark slab. The track accent now runs the full
   width under the hero and colours each mission number. */
.mhh-trackpage__hero {
  position: relative;
  padding: 148px 0 64px;
  background: var(--mhh-ink);
  color: #fff;
}

.mhh-trackpage__hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 6px;
  background: var(--mhh-accent, var(--mhh-coral));
}

.mhh-trackpage__hero .mhh-kicker a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mhh-trackpage__name::before {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin-bottom: 20px;
  background: var(--mhh-accent, var(--mhh-coral));
}

.mhh-trackpage__name {
  margin: 0 0 12px;
  color: var(--mhh-coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mhh-trackpage__hero h1 {
  max-width: 18ch;
  margin: 0 0 20px;
  font-family: var(--mhh-font-display);
  font-size: clamp(34px, 4.4vw, 62px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  text-transform: none !important;
  color: #fff;
}

.mhh-trackpage__core {
  max-width: 62ch;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.mhh-trackpage__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Missions: light cards on cream */
.mhh-trackpage__missions .mhh-heading-row > p {
  color: rgba(7, 20, 38, 0.66) !important;
}

.mhh-trackpage__missions-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  background: transparent;
  list-style: none;
}

.mhh-trackpage__missions-list > li {
  position: relative;
  padding: 30px 26px 26px;
  border: 1px solid rgba(7, 20, 38, 0.12);
  background: var(--mhh-white);
  box-shadow: 0 1px 2px rgba(7, 20, 38, 0.05);
}

.mhh-trackpage__missions-list > li::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--mhh-accent, var(--mhh-coral));
}

.mhh-trackpage__mission-index {
  display: block;
  margin-bottom: 14px;
  color: rgba(7, 20, 38, 0.45);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mhh-trackpage__missions-list h3 {
  margin: 0 0 14px;
  font-size: 21px;
  letter-spacing: -0.02em;
  line-height: 1.15;
  text-transform: none !important;
  color: var(--mhh-ink);
}

.mhh-trackpage__mission-problem {
  margin: 0 0 14px;
  color: rgba(7, 20, 38, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.mhh-trackpage__mission-think {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(7, 20, 38, 0.1);
  color: rgba(7, 20, 38, 0.52);
  font-size: 13px;
  line-height: 1.6;
}

/* Guidance: bordered panels on white */
.mhh-trackpage__guidance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.mhh-trackpage__guidance-grid > div {
  padding: 26px 28px;
  border: 1px solid rgba(7, 20, 38, 0.12);
  border-left: 3px solid var(--mhh-accent, var(--mhh-coral));
  background: var(--mhh-paper);
}

.mhh-trackpage__guidance-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--mhh-coral-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mhh-trackpage__guidance-grid p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

/* Other tracks: give the four cards room */
.mhh-trackpage__others-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: transparent;
  padding: 0;
}

@media (min-width: 1200px) {
  .mhh-trackpage__others-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .mhh-track-grid,
  .mhh-trackpage__missions-list,
  .mhh-trackpage__others-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .mhh-track-grid,
  .mhh-trackpage__missions-list,
  .mhh-trackpage__others-grid,
  .mhh-trackpage__guidance-grid {
    grid-template-columns: 1fr;
  }

  .mhh-trackpage__hero {
    padding: 118px 0 48px;
  }
}
/* v1.8.0 human pass: calm cards, real-photo hero, less neon. */
.mhh-hero__lede{max-width:56ch;line-height:1.75;font-size:18px}
.mhh-overline span{background:rgba(255,255,255,.12);padding:4px 10px;border-radius:999px}
.mhh-hero__poster img{border-radius:18px;box-shadow:0 24px 60px rgba(7,20,38,.28);object-fit:cover}
.mhh-event-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.mhh-event-facts>div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px 16px}
.mhh-role-cloud span{background:#f1f1ea;border:1px solid #d9dcd8;border-radius:999px;padding:8px 14px}
.mhh-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.mhh-criteria article,.mhh-benefit-grid article{background:#fffdf8;border:1px solid #d9dcd8;border-radius:16px}
.mhh-funnel{gap:10px}
.mhh-funnel li{background:#071426;color:#fffdf8;border-radius:10px;padding:10px 14px}
